/* INCLUSE ------------------------------------------------------------------------------------- */
/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}*/
input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* MAIN -------------------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif !important;
  color: #363636;
  text-align: center;
  margin: 0;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.bdy_bgd {
  background: url(/img/01x01.gif) top center repeat-y;
}

a {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:hover {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:focus {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

.bg00 {
  background-color: #FFFFFF !important;
} /* #FFFFFF */
.bg01 {
  background-color: #EBEBEB !important;
} /* #EBEBEB */
.hc1 {
  color: #F29400 !important;
} /* Highlight color  #F29400 */
.col-caret {
  color: #FFFFFF;
}

.container-main {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
}

.col-ban-l {
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: 100vh !important;
  position: static !important; /*sticky fixed static*/
  z-index: -1 !important;
}

.col-ban-r {
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: 100vh !important;
  position: static !important; /*sticky fixed static*/
  z-index: -1 !important;
}

/* HELPER ------------------------------------------------------------------------------------- */
.no-scroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
  touch-action: none;
}

/*		
my-svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
*/
.my-auto {
  margin: 0 auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-cursor {
  cursor: pointer;
}

.my-text-center {
  text-align: center;
}

.center-block {
  display: table;
  margin: 0 auto;
}

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

.my-bottom-border {
  border-bottom: 1px solid #DFDFDF;
}

.ddsel-space {
  min-height: 8px;
  max-height: 8px;
}

.my-button-nospace {
  margin: 0 0 0 0;
  text-decoration: none !important;
  border-radius: 0 !important;
  border: 0px solid !important;
  font-size: 14px !important;
}

.my-button {
  margin: 10px 0 10px 0;
  text-decoration: none !important;
  border-radius: 0 !important;
  border: 0px solid !important;
  font-size: 14px !important;
}

.my-button-icon {
  margin: 0 0 0 10px;
}

.my-button-hspace {
  margin: 0 20px 0 20px;
}

.my-left {
  align-items: start;
}

.my-button-cart:hover {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  border-color: #5C5C5C !important;
  box-shadow: none !important;
}

.my-button-cart-w:hover {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  border-color: #5C5C5C !important;
  box-shadow: none !important;
}

.my-modal-body {
  margin: 20px 20px 20px 20px;
}

.my-modal-body a {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.my-modal-body a:link {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body a:visited {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body a:active {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body-vsl {
  margin: 0px 20px 20px 20px;
}

.my-modal-body-vsl a {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.my-modal-body-vsl a:link {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body-vsl a:visited {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body-vsl a:active {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.my-modal-body-vsl a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: bold;
}

.my-responsive-img {
  width: 100%;
  height: auto;
}

.my-responsive-img-50 {
  width: 50%;
  height: auto;
}

.my-responsive-img-50r {
  width: 50%;
  height: auto;
  float: right;
}

.my-responsive-hspace {
  margin: 10px 0 0 0 !important;
}

.my-button-filter:hover {
  color: #F29400 !important;
}

.my-top-space {
  margin: 10px 0 0 0;
}

.my-fa-space {
  display: block;
  float: left !important;
  text-align: left !important;
  min-width: 30px;
  max-width: 30px;
  min-height: 16px;
  max-height: 16px;
  padding: 0 !important;
  margin: 0 !important;
}

.my-fa-circle {
  /*display: none;*/
  top: -46px;
  left: -26px;
  color: #F29400 !important;
}

.my-cart-num {
  top: -41px;
  left: 36px;
  color: #FFFFFF;
  background: #F29400;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  /*font-size: 48px !important;
  --fa-counter-scale: 1.5;*/
}

.my-link a {
  text-decoration: underline !important;
}

.my-link a:link {
  text-decoration: underline !important;
}

.my-link a:visited {
  text-decoration: underline !important;
}

.my-link a:active {
  text-decoration: underline !important;
}

.my-link a:hover {
  color: #F29400 !important;
  text-decoration: underline !important;
  font-weight: bold;
  cursor: pointer;
}

.my-font-sm {
  font-size: 12px !important;
}

.my-tab-hd {
  background-color: #EEEEEE !important;
  font-size: 16px !important;
}

.content-box-nobg {
  text-align: left;
  margin: 0 0 5px 0;
}

.sup-char {
  border-top: 1px solid #DFDFDF !important;
  border-bottom: 1px solid #DFDFDF !important;
  padding: 5px;
  margin-right: 3px;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 35px;
}

.sup-char a {
  text-decoration: none !important;
}

.sup-char a:link {
  text-decoration: none !important;
}

.sup-char a:visited {
  text-decoration: none !important;
}

.sup-char a:active {
  text-decoration: none !important;
}

.sup-char a:hover {
  color: #F29400 !important;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
}

.my-selected {
  color: #F29400 !important;
  font-weight: bold;
  margin: 0 auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mobile-steps {
  font-size: 14px;
}

.cart_total_head {
  padding: 3px 0;
}

.no_bot_margin p {
  margin: 0;
}

.payment_box {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .wrapper {
    display: block;
    min-width: 1200px !important;
    max-width: 1200px !important;
  }
  .bdy_bgd_kachel {
    background: url(/img/Step_Up_2024_SIDE_950.png) top center no-repeat;
  }
  .my-head-icon {
    color: #363636;
    cursor: pointer;
  }
  .my-head-icon:hover {
    color: #F29400;
    cursor: pointer;
  }
  .my-head-icon a {
    color: #363636;
    cursor: pointer;
  }
  .my-head-icon a:hover {
    color: #F29400;
    cursor: pointer;
  }
  .pos_all_deals_svg {
    padding-top: 4px;
    width: 408px;
    height: 59px;
    float: right !important;
  }
  .pos_all_deals_txt {
    width: 408px;
    height: 59px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 41px;
  }
  .col-content {
    min-width: 1184px !important;
    max-width: 1184px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
  }
  .container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 16%;
  }
  .head_sub {
    display: block;
    position: relative;
    max-width: 1184px;
    min-height: 74px;
    max-height: 74px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    background: url(/img/top_background_1k2_74.png) top left no-repeat;
  }
  .search-box {
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .my-box {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    margin: 0 5px 5px 5px !important;
  }
  .content-box {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-nopad {
    background-color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: left;
    margin: 0 5px 5px 0;
  }
  .content-box-filter {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-box-gallery {
    background-color: #FFFFFF;
    padding: 10px 5px 5px 5px;
    text-align: left;
    flex-grow: 2;
  }
  .carousel-indicators {
    margin: 0 0 0 0;
  }
  .carousel-indi-space {
    min-height: 18px !important;
    max-height: 18px !important;
  }
  .carousel-caption {
    margin-left: 40px !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
    left: 5px;
    top: 120px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
  }
  .news-img {
    width: 110px !important;
    height: 110px !important;
  }
  .news-txt-head {
    color: #363636;
    font-size: 20px;
    font-weight: bold !important;
    text-align: left;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .news-txt-head a {
    color: #363636;
    font-size: 20px;
    font-weight: bold !important;
    text-align: left;
    line-height: 25px;
    text-decoration: none !important;
  }
  .news-txt-desc {
    color: #363636;
    font-size: 16px;
    font-weight: normal !important;
    text-align: left;
    line-height: 18px;
  }
  .my-button-filter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 250px;
    max-width: 250px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .align-right {
    text-align: right;
    float: right;
  }
  .items-left-box {
    min-width: 500px;
    max-width: 500px;
  }
  .items-right-box {
    min-width: 390px;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .items-right-cell {
    margin-top: 0px;
  }
  .img-np-cell-left {
    padding: 0 0 0 0;
    text-align: center;
  }
  .img-np-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-2nd-cell-left {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 0 0 0 0;
    float: left;
  }
  .img-2nd-cell-right {
    max-width: 192px;
    min-width: 192px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-3rd-cell-left {
    max-width: 384px;
    min-width: 384px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-3rd-cell-right {
    max-width: 384px;
    min-width: 384px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-4th-cell-left {
    max-width: 576px;
    min-width: 576px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-4th-cell-right {
    max-width: 576px;
    min-width: 576px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-full-cell {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
  }
  .content {
    padding-left: 10px !important;
  }
  .fa-layers {
    display: block !important;
    height: auto !important;
  }
  /*.fa-layers-counter    {padding-top: 12px; padding-left:10px; }*/
  .head_bar {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    min-height: 49px;
    max-height: 49px;
    max-width: 1184px;
    min-width: 1184px;
    text-align: left;
    margin: 0 auto;
  }
  .bar_src_bgd {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    top: 10px;
    left: 858px;
    width: 320px;
    height: 30px;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .bar_glass a {
    display: block;
    position: absolute;
    top: 13px;
    left: 1152px;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .bar_glass a:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .content-container {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .foot_container {
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
    background-color: #5C5C5C;
    padding: 0;
  }
  .foot_content {
    display: block;
    position: relative;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  .head-icon-width {
    min-width: 520px;
    min-height: 74px;
    max-height: 74px;
  }
  .ic-width {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999;
    margin: 4px 0 5px 0;
    padding: 0;
  }
  .ui-widget-content {
    /*border: 1px solid #a6c9e2;*/
    /*background: #13799F url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    background: #FFFFFF;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px !important;
    max-width: 320px;
    min-width: 320px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .detail_box_prd {
    display: block;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    float: left;
    color: #363636;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    padding: 0 0 10px 0;
  }
  .detail_box_prd p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd span {
    font-size: 14px;
  }
  .detail_box_prd td {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd li {
    font-size: 14px;
    min-width: 190px;
  }
  .detail_box_prd h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .detail_box_prd h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd hr {
    width: 630px;
    margin: 0 20px 0 0;
  }
  .detail_box_prd a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:active {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:hover {
    color: #F29400;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .form-control {
    width: 100% !important;
  }
  .fld-250 {
    font-size: 14px;
    height: 38px;
    text-align: left;
    margin: 8px 0 8px 0;
    padding: 0 3px 0 3px !important;
  }
  .foot_col_cell {
    text-align: center;
    float: left;
    min-width: 180px;
  }
  .foot_li_head {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 180px;
  }
  .foot_li_cont {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont p {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont a {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    min-width: 180px;
  }
  .foot_li_cont a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #F29400;
    line-height: 16px;
  }
  .foot_li_head a {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
  }
  .foot_li_head a:hover {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #F29400;
  }
  .detail_item_lnb p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: left;
    vertical-align: bottom;
  }
  .detail_item_ln1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    text-align: right;
    text-transform: uppercase;
    float: right;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a a {
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_ln2a a:hover {
    font-weight: normal;
    font-size: 10px;
    color: #F29400;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_bcoin_child {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 2px 0;
  }
  .detail_item_bcoin_img {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 0;
  }
  .prd_supplier {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
  }
  .prd_supplier a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier a:hover {
    color: #FF9933 !important;
  }
  .prd_stars {
    display: block;
    position: relative;
    float: none;
    min-height: 10px;
    max-height: 10px;
  }
  .prd_supplier_list {
    display: block;
    position: relative;
    margin: 3px 0 0 0 !important;
    padding: 4px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 24px;
    max-height: 24px;
  }
  .prd_supplier_list a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier_list a:hover {
    color: #FF9933 !important;
  }
  .prd_title {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
  }
  .prd_title a {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: left;
  }
  .prd_title a:hover {
    color: #FF9933 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .prd_desc {
    display: block;
    position: relative;
    margin: 2px 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #363636;
    width: 100%;
    float: left;
  }
  .detail_tag_header h4 {
    background-color: #B4B4B4;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .detail_rate_intro {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .detail_rate_date {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    float: left;
  }
  .detail_rate_txt {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
  }
  .dropdown-menu {
    font-size: 14px !important;
    overflow: hidden !important;
  }
  .filter-item {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .content-box-pagination {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .my-button-pagi {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .my-button-pagi:hover {
    color: #F29400 !important;
  }
  .content-box-detail p {
    font-size: 14px;
  }
  .content-box-detail span {
    font-size: 14px;
  }
  .content-box-detail {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-center {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail h1 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .content-box-detail h2 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .content-box-detail h3 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h3 a {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-detail .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-sub {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-sub p {
    font-size: 14px;
  }
  .content-box-subl span {
    font-size: 14px;
  }
  .content-box-sub h1 {
    color: #363636;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-sub h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-sub .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .cur_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    float: right;
  }
  .cur_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    text-align: right;
    float: right;
  }
  .cur_uvp_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_eur_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .detail_award_item {
    display: block;
    position: relative;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
  }
  .detail_deal_item {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
  }
  .deal-detail-title {
    margin: 0 0 15px 0;
  }
  .prd_li_rate_stars {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 18px;
    float: left;
  }
  .prd_li_rate_stars-gv {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    float: left;
  }
  .prd-img-height-gv {
    min-height: 170px;
    max-height: 170px;
  }
  .prd-img-height-li {
    min-height: 100px;
    max-height: 100px;
  }
  .search_bar_fld {
    border: 0 !important;
    color: #000000;
    overflow: hidden;
    font-size: 14px !important;
    min-height: 16px;
    max-height: 16px;
  }
  .cart-img {
    min-width: 120px;
    max-width: 120px;
    margin: 0 10px 5px 0;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs14 p {
    font-size: 14px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs16 p {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .cart_msg {
    font-size: 16px !important;
  }
  .fld-60r {
    font-size: 14px !important;
    text-align: right;
    width: 60px;
    height: 20px;
    margin: 1px 0 8px 0;
    padding: 0 3px 0 3px;
  }
  .cart_earn_bcoin_child {
    font-size: 14px !important;
    line-height: 11px;
    float: left;
    padding: 2px 0;
  }
  .cart_recalc_txt {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: normal;
    margin: 5px 0 5px 0;
  }
  .cart_bcoin_txt_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: bold;
  }
  .cart_bcoin_child_right {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: right;
  }
  .cart_bcoin_child_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: left;
  }
  .cart_lost_pwd {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0 0 0 !important;
  }
  .cart_lost_pwd a {
    font-size: 14px;
  }
  .cart_lost_pwd a:hover {
    color: #F29400;
  }
  .fld-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cart_bcoin_txt {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }
  .cart_bcoin_txt a {
    font-size: 14px;
    cursor: pointer;
  }
  .pay_col_name {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
  .pay_col_nameoff {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    color: #999;
  }
  .pay_col_desc {
    float: left;
    min-height: 25px;
    font-size: 14px;
  }
  .my-button-200 {
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250 {
    min-width: 250px;
    max-width: 250px;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100 {
    min-width: 100%;
    max-width: 100%;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100:hover {
    font-weight: normal !important;
  }
  .my-button-cart, .my-button-cart:focus, .my-button-cart:active {
    width: 160px !important;
    height: 20px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    padding: 1px 20px 2px 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 12px !important;
  }
  .my-button-cart-w, .my-button-cart-w:focus, .my-button-cart-w:active {
    width: 180px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 14px !important;
  }
  .ico_ac_cart {
    font-size: 13px !important;
    margin: 28px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_ac_trash {
    font-size: 14px !important;
    margin: 26px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_cart {
    font-size: 13px !important;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_video {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_audio {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_cart {
    font-size: 13px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_video {
    font-size: 14px !important;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_audio {
    font-size: 14px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .gv-prd-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: left;
  }
  .gv-cart-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: right;
  }
  .gv-main-box {
    min-width: 204px;
    max-width: 204px;
    min-height: 370px;
    max-height: 370px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-box-b2b {
    min-width: 204px;
    max-width: 204px;
    min-height: 390px;
    max-height: 390px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 250px;
    max-height: 250px;
  }
  .gv-title-height {
    min-height: 70px;
    max-height: 70px;
  }
  .ddlist_fontsize {
    font-size: 14px !important;
  }
  .list_prd_deal {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_deal_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_gv {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_deal_det {
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .star-space-gv {
    max-height: 10px;
    min-height: 10px;
    padding: 0;
    top: -5px;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .star-space-gv {
      top: -3px !important;
    }
  }
  .list_prd_intro {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 67px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_intro_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 67px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_gv {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_intro_det {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 72px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_soon_img {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 140px;
    height: 25px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
  }
  .list_prd_soon {
    display: block;
    position: relative;
    height: 21px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 3px 0 3px;
    text-align: center;
  }
  .prd-lgprc {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 60px;
    min-height: 60px;
    text-align: right;
    float: right;
  }
  .prd-lgprc-cart {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 40px;
    min-height: 40px;
    text-align: right;
    float: right;
  }
  .cart-line {
    max-height: 120px;
    min-height: 120px;
  }
  .bs-logo {
    padding: 9px 0 0 0;
    margin: 0 0 0 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wrapper {
    display: block;
    min-width: 950px !important;
    max-width: 950px !important;
  }
  .my-head-icon {
    color: #363636;
    cursor: pointer;
  }
  .my-head-icon:hover {
    color: #F29400;
    cursor: pointer;
  }
  .my-head-icon a {
    color: #363636;
    cursor: pointer;
  }
  .my-head-icon a:hover {
    color: #F29400;
    cursor: pointer;
  }
  .pos_all_deals_svg {
    padding-top: 4px;
    width: 408px;
    height: 59px;
    float: right !important;
  }
  .pos_all_deals_txt {
    width: 408px;
    height: 59px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 41px;
  }
  .col-content {
    min-width: 950px;
    max-width: 950px;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
  }
  .container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 20%;
  }
  .bdy_bgd_sb {
    background-image: url(/img/01x01.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .head_sub {
    display: block;
    position: relative;
    max-width: 950px;
    min-width: 950px;
    min-height: 74px;
    max-height: 74px;
    text-align: left;
    margin: 0 auto;
    background: url(/img/top_background_950_74.png) top left no-repeat;
  }
  .my-box {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .content-box {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 0 5px 5px 3px;
  }
  .content-nopad {
    background-color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: left;
    margin: 0 5px 5px 3px;
  }
  .content-box-filter {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    text-align: left;
    margin: 0 5px 5px 3px;
  }
  .content-box-gallery {
    background-color: #FFFFFF;
    padding: 10px 5px 10px 5px;
    text-align: left;
    margin: 0 5px 5px 3px;
    flex-grow: 2;
  }
  .content-box-player {
    padding: 0 0 0 0;
    text-align: left;
    margin: 0 5px 5px 3px;
    background-color: #FFFFFF !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .carousel-inner > .item {
    position: relative;
    max-height: 600px;
  }
  .carousel-indicators {
    margin: 0 0 0 0;
  }
  .carousel-indi-space {
    min-height: 18px !important;
    max-height: 18px !important;
  }
  .news-img-container {
    min-width: 150px !important;
    max-width: 150px !important;
  }
  .carousel-caption {
    margin-left: 40px !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
    left: 5px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
  }
  .news-img {
    width: 110px !important;
    height: 110px !important;
  }
  .news-txt-head {
    color: #363636;
    font-size: 20px;
    font-weight: bold !important;
    text-align: left;
    line-height: 25px;
  }
  .news-txt-head a {
    text-decoration: none !important;
    color: #363636;
    font-size: 20px;
    font-weight: bold !important;
    text-align: left;
  }
  .news-txt-desc {
    color: #363636;
    font-size: 14px;
    font-weight: normal !important;
    text-align: left;
    line-height: 18px;
    margin: 5px 0 0 0 !important;
  }
  .my-button-filter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .align-right {
    text-align: left;
    float: right;
  }
  .items-right-box {
    min-width: 400px;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .items-right-cell {
    margin-top: 0px;
  }
  .img-np-cell-left {
    padding: 0 0 0 0;
  }
  .img-np-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-2nd-cell-left {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 0 0 0 0;
    float: left;
  }
  .img-2nd-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-3rd-cell-left {
    padding: 0 20px 0 0;
    float: left;
  }
  .img-3rd-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-4th-cell-left {
    padding: 0 20px 0 0;
    float: left;
  }
  .img-4th-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-full-cell-left {
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-full-cell-right {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 20px;
    float: right;
  }
  .content {
    padding-left: 10px !important;
  }
  .fa-layers {
    display: block !important;
    height: auto !important;
  }
  /*.fa-layers-counter    {padding-top: 18px;padding-left:5px;}*/
  .head_bar {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    min-height: 49px;
    max-height: 49px;
    max-width: 950px;
    min-width: 950px;
    text-align: left;
    margin: 0 auto;
  }
  .bar_src_bgd {
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    top: 10px;
    left: 625px;
    width: 320px;
    height: 30px;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .bar_glass a {
    display: block;
    position: absolute;
    top: 13px;
    left: 919px;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .bar_glass a:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .content-container {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
  }
  .foot_container {
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 950px;
    min-width: 950px;
    margin: 0 auto;
    background-color: #5C5C5C;
    padding: 0;
  }
  .foot_content {
    display: block;
    position: relative;
    max-width: 950px;
    min-width: 950px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  .head-icon-width {
    min-width: 520px;
    min-height: 74px;
    max-height: 74px;
  }
  .ic-width {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999;
    margin: 4px 0 4px 0;
    padding: 0;
  }
  .ui-widget-content {
    /*border: 1px solid #a6c9e2;*/
    /*background: #13799F url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    background: #FFFFFF;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px !important;
    max-width: 320px;
    min-width: 320px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .detail_box_prd {
    display: block;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    float: left;
    color: #363636;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    padding: 0 0 10px 0;
  }
  .detail_box_prd p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd span {
    font-size: 14px;
  }
  .detail_box_prd td {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd li {
    font-size: 14px;
    min-width: 190px;
  }
  .detail_box_prd h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .detail_box_prd h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd hr {
    width: 630px;
    margin: 0 20px 0 0;
  }
  .detail_box_prd a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:active {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:hover {
    color: #F29400;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .form-control {
    width: 100% !important;
  }
  .fld-250 {
    font-size: 14px;
    height: 38px;
    text-align: left;
    margin: 8px 0 8px 0;
    padding: 0 3px 0 3px !important;
  }
  .foot_col_cell {
    text-align: center;
    float: left;
    min-width: 240px;
  }
  .foot_li_head {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 240px;
  }
  .foot_li_cont {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 240px;
  }
  .foot_li_cont p {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 240px;
  }
  .foot_li_cont a {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    min-width: 180px;
  }
  .foot_li_cont a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #F29400;
    line-height: 16px;
  }
  .foot_li_head a {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
  }
  .foot_li_head a:hover {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #F29400;
  }
  .detail_item_lnb p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: left;
    vertical-align: bottom;
  }
  .detail_item_ln1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    text-align: right;
    text-transform: uppercase;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a a {
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_ln2a a:hover {
    font-weight: normal;
    font-size: 10px;
    color: #F29400;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_bcoin_child {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 2px 0;
  }
  .detail_item_bcoin_img {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 0;
  }
  .prd_supplier {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
  }
  .prd_supplier a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier a:hover {
    color: #FF9933 !important;
  }
  .prd_stars {
    display: block;
    position: relative;
    float: none;
    min-height: 10px;
    max-height: 10px;
  }
  .prd_supplier_list {
    display: block;
    position: relative;
    margin: 5px 0 0 0 !important;
    padding: 5px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 24px;
    max-height: 24px;
  }
  .prd_supplier_list a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier_list a:hover {
    color: #FF9933 !important;
  }
  .prd_title {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
  }
  .prd_title a {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: left;
  }
  .prd_title a:hover {
    color: #FF9933 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .prd_desc {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #363636;
    width: 100%;
    float: left;
  }
  .detail_tag_header h4 {
    background-color: #B4B4B4;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .detail_rate_intro {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .detail_rate_date {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    float: left;
  }
  .detail_rate_txt {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
  }
  .dropdown-menu {
    font-size: 14px !important;
    overflow: hidden !important;
  }
  .filter-item {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .content-box-pagination {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .my-button-pagi {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .my-button-pagi:hover {
    color: #F29400 !important;
  }
  .content-box-detail {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail p {
    font-size: 14px;
  }
  .content-box-detail span {
    font-size: 14px;
  }
  .content-box-center {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail h1 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .content-box-detail h2 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .content-box-detail h3 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h3 a {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-detail .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-sub {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-sub p {
    font-size: 14px;
  }
  .content-box-subl span {
    font-size: 14px;
  }
  .content-box-sub h1 {
    color: #363636;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-sub h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-sub .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .cur_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    float: right;
  }
  .cur_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    text-align: right;
    float: right;
  }
  .cur_uvp_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_eur_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .detail_award_item {
    display: block;
    position: relative;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
  }
  .detail_deal_item {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
  }
  .deal-detail-title {
    margin: 0 0 15px 0;
  }
  .prd_li_rate_stars-gv {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 22px;
    float: left;
    top: -170px;
    left: 70px;
  }
  .prd_li_rate_stars {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 18px;
    float: left;
    background-color: #FFFFFF;
    opacity: 0.7;
  }
  .prd-img-height-gv {
    min-height: 170px;
    max-height: 170px;
  }
  .prd-img-height-li {
    min-height: 100px;
    max-height: 100px;
    min-width: 120px;
    max-width: 120px;
  }
  .search_bar_fld {
    border: 0 !important;
    color: #000000;
    overflow: hidden;
    font-size: 14px !important;
    min-height: 16px;
    max-height: 16px;
  }
  .cart-img {
    min-width: 120px;
    max-width: 120px;
    margin: 0 10px 5px 0;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs14 p {
    font-size: 14px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs16 p {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .cart_msg {
    font-size: 16px !important;
  }
  .fld-60r {
    font-size: 14px;
    text-align: right;
    width: 60px;
    height: 20px;
    margin: 1px 0 8px 0;
    padding: 0 3px 0 3px;
  }
  .cart_earn_bcoin_child {
    font-size: 14px !important;
    line-height: 11px;
    float: left;
    padding: 2px 0;
  }
  .cart_recalc_txt {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: normal;
    margin: 5px 0 5px 0;
  }
  .cart_bcoin_txt_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: bold;
  }
  .cart_bcoin_child_right {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: right;
  }
  .cart_bcoin_child_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: left;
  }
  .cart_lost_pwd {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0 0 0 !important;
  }
  .cart_lost_pwd a {
    font-size: 14px;
  }
  .cart_lost_pwd a:hover {
    color: #F29400;
  }
  .fld-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cart_bcoin_txt {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }
  .cart_bcoin_txt a {
    font-size: 14px;
    cursor: pointer;
  }
  .pay_col_name {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
  }
  .pay_col_nameoff {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    color: #999;
  }
  .pay_col_desc {
    float: left;
    min-height: 25px;
    font-size: 14px;
  }
  .my-button-200 {
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250 {
    min-width: 250px;
    max-width: 250px;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100 {
    min-width: 100%;
    max-width: 100%;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100:hover {
    font-weight: normal !important;
  }
  .my-button-cart, .my-button-cart:focus, .my-button-cart:active {
    width: 160px !important;
    height: 20px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    padding: 1px 20px 2px 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 12px !important;
  }
  .my-button-cart-w, .my-button-cart-w:focus, .my-button-cart-w:active {
    width: 180px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 14px !important;
  }
  .ico_ac_cart {
    font-size: 13px !important;
    margin: 28px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_ac_trash {
    font-size: 14px !important;
    margin: 26px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_cart {
    font-size: 13px !important;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_video {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_audio {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_cart {
    font-size: 13px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_video {
    font-size: 14px !important;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_audio {
    font-size: 14px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .gv-prd-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: left;
  }
  .gv-cart-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: right;
  }
  .gv-main-box {
    min-width: 204px;
    max-width: 204px;
    min-height: 370px;
    max-height: 370px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-box-b2b {
    min-width: 204px;
    max-width: 204px;
    min-height: 390px;
    max-height: 370px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 270px;
    max-height: 270px;
  }
  .gv-title-height {
    min-height: 70px;
    max-height: 70px;
  }
  .ddlist_fontsize {
    font-size: 14px !important;
  }
  .list_prd_deal {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det {
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .star-space-gv {
    max-height: 10px;
    min-height: 10px;
    padding: 0;
    top: -5px;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .star-space-gv {
      top: -3px !important;
    }
  }
  .list_prd_intro {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 72px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_soon_img {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 140px;
    height: 25px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
  }
  .list_prd_soon {
    display: block;
    position: relative;
    height: 21px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 3px 0 3px;
    text-align: center;
  }
  .prd-lgprc {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 64px;
    min-height: 64px;
    text-align: right;
    float: right;
  }
  .prd-lgprc-cart {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 40px;
    min-height: 40px;
    text-align: right;
    float: right;
  }
  .cart-line {
    max-height: 120px;
    min-height: 120px;
  }
  .bs-logo {
    padding: 9px 0 0 0;
    margin: 0 0 0 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pos_all_deals_svg {
    padding-top: 4px;
    width: 408px;
    height: 59px;
    float: right !important;
  }
  .pos_all_deals_txt {
    width: 408px;
    height: 59px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 41px;
  }
  .col-content {
    max-width: 950px;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
  }
  .container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 16%;
  }
  .head_sub {
    display: block;
    position: relative;
    max-width: 950px;
    min-height: 74px;
    max-height: 74px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    background: url(/img/top_background_992_74.png) top left no-repeat;
  }
  .search-box {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
  }
  .search-bar {
    /*display: none;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 24px !important;
    max-height: 24px !important;
    background-color: #E8E8E8;
  }
  .my-box {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    margin: 0 5px 5px 5px !important;
  }
  .content-box {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-nopad {
    background-color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: left;
    margin: 0 5px 5px 0;
  }
  .content-box-filter {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-box-gallery {
    background-color: #FFFFFF;
    padding: 10px 5px 5px 5px;
    text-align: left;
    flex-grow: 2;
  }
  .carousel-indicators {
    margin: 0 0 0 0;
  }
  .carousel-indi-space {
    min-height: 18px !important;
    max-height: 18px !important;
  }
  .carousel-caption {
    margin-left: 40px !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
    left: 5px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
  }
  .news-img {
    width: 110px !important;
    height: 110px !important;
  }
  .news-txt-head {
    color: #363636;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .news-txt-head a {
    color: #363636;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left;
    line-height: 25px;
    text-decoration: none !important;
  }
  .news-txt-desc {
    color: #363636;
    font-size: 16px;
    font-weight: normal !important;
    text-align: left;
    line-height: 18px;
  }
  .my-button-filter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 250px;
    max-width: 250px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .align-right {
    text-align: right;
    float: right;
  }
  .items-left-box {
    min-width: 240px;
    max-width: 240px;
  }
  .items-right-box {
    min-width: 400px;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .items-right-cell {
    margin-top: 0px;
  }
  .img-np-cell-left {
    padding: 0 0 0 0;
  }
  .img-np-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-2nd-cell-left {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 0 0 0 0;
    float: left;
  }
  .img-2nd-cell-right {
    max-width: 192px;
    min-width: 192px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-3rd-cell-left {
    max-width: 384px;
    min-width: 384px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-3rd-cell-right {
    max-width: 384px;
    min-width: 384px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-4th-cell-left {
    max-width: 576px;
    min-width: 576px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-4th-cell-right {
    max-width: 576px;
    min-width: 576px;
    padding: 0 0 0 20px;
    float: right;
  }
  .content {
    padding-left: 10px !important;
  }
  .img-full-cell {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
  }
  .fa-layers {
    display: block !important;
    height: auto !important;
  }
  /*.fa-layers-counter    {padding-top: 12px; padding-left:10px;}*/
  .bar_src_bgd {
    display: block;
    position: absolute;
    top: 10px;
    left: 624px;
    width: 320px;
    height: 24px;
  }
  .bar_glass a {
    display: block;
    position: relative;
    top: -21px;
    left: 10px;
    margin-right: 2px !important;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .bar_glass a:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .content-container {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
  }
  .foot_container {
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 950px;
    /*min-width: 950px;*/
    margin: 0 auto;
    background-color: #5C5C5C;
    padding: 0;
  }
  .foot_content {
    display: block;
    position: relative;
    /*max-width: 950px;*/
    text-align: left;
    /*margin: 0 auto; 
    padding: 0;*/
  }
  .head-icon-width {
    min-width: 500px;
    min-height: 74px;
    max-height: 74px;
  }
  .ic-width {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999;
    margin: 2px 0 5px 0;
    padding: 0;
  }
  .ui-widget-content {
    /*border: 1px solid #a6c9e2;*/
    /*background: #13799F url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    background: #FFFFFF;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px !important;
    /*max-width:90%;
    min-width:90%;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .detail_box_prd {
    display: block;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    float: left;
    color: #363636;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    padding: 0 0 10px 0;
  }
  .detail_box_prd p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd span {
    font-size: 14px;
  }
  .detail_box_prd td {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd li {
    font-size: 14px;
    min-width: 190px;
  }
  .detail_box_prd h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .detail_box_prd h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd hr {
    width: 630px;
    margin: 0 20px 0 0;
  }
  .detail_box_prd a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:active {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:hover {
    color: #F29400;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .form-control {
    width: 100% !important;
  }
  .fld-250 {
    font-size: 14px;
    height: 38px;
    text-align: left;
    margin: 8px 0 8px 0;
    padding: 0 3px 0 3px !important;
  }
  .foot_col_cell {
    text-align: center;
    float: left;
    min-width: 180px;
  }
  .foot_li_head {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 180px;
  }
  .foot_li_cont {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont p {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont a {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    min-width: 180px;
  }
  .foot_li_cont a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #F29400;
    line-height: 16px;
  }
  .foot_li_head a {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
  }
  .foot_li_head a:hover {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #F29400;
  }
  .detail_item_lnb p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: left;
    vertical-align: bottom;
  }
  .detail_item_ln1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    text-align: right;
    text-transform: uppercase;
  }
  .detail_item_ln3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a a {
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_ln2a a:hover {
    font-weight: normal;
    font-size: 10px;
    color: #F29400;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_bcoin_child {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 2px 0;
  }
  .detail_item_bcoin_img {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 0;
  }
  .prd_stars {
    display: block;
    position: relative;
    float: none;
    min-height: 10px;
    max-height: 10px;
  }
  .prd_supplier {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
  }
  .prd_supplier a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier a:hover {
    color: #FF9933 !important;
  }
  .prd_supplier_list {
    display: block;
    position: relative;
    margin: 5px 0 0 0 !important;
    padding: 5px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 24px;
    max-height: 24px;
  }
  .prd_supplier_list a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier_list a:hover {
    color: #FF9933 !important;
  }
  .prd_title {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 22px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
  }
  .prd_title a {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 22px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: left;
  }
  .prd_title a:hover {
    color: #FF9933 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .prd_desc {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #363636;
    width: 100%;
    float: left;
  }
  .detail_tag_header h4 {
    background-color: #B4B4B4;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .detail_rate_intro {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .detail_rate_date {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    float: left;
  }
  .detail_rate_txt {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
  }
  .dropdown-menu {
    font-size: 14px !important;
    overflow: hidden !important;
  }
  .filter-item {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .content-box-pagination {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .my-button-pagi {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .my-button-pagi:hover {
    color: #F29400 !important;
  }
  .content-box-detail {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail p {
    font-size: 14px;
  }
  .content-box-detail span {
    font-size: 14px;
  }
  .content-box-center {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail h1 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .content-box-detail h2 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .content-box-detail h3 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h3 a {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-detail .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-sub {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-sub p {
    font-size: 14px;
  }
  .content-box-subl span {
    font-size: 14px;
  }
  .content-box-sub h1 {
    color: #363636;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-sub h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-sub .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .cur_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    float: right;
  }
  .cur_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    text-align: right;
    float: right;
  }
  .cur_uvp_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_eur_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .detail_award_item {
    display: block;
    position: relative;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
  }
  .detail_deal_item {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
  }
  .deal-detail-title {
    margin: 0 0 15px 0;
  }
  .prd_li_rate_stars-gv {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 22px;
    float: left;
    top: -170px;
    left: 70px;
  }
  .prd_li_rate_stars {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 18px;
    float: left;
    background-color: #FFFFFF;
    opacity: 0.7;
  }
  .prd-img-height-gv {
    min-height: 170px;
    max-height: 170px;
  }
  .prd-img-height-li {
    min-height: 100px;
    max-height: 100px;
  }
  .search_bar_fld {
    border: 0 !important;
    color: #000000;
    overflow: hidden;
    font-size: 14px !important;
    min-height: 16px;
    max-height: 16px;
  }
  .cart-img {
    min-width: 120px;
    max-width: 120px;
    margin: 0 10px 5px 0;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs14 p {
    font-size: 14px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs16 p {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .cart_msg {
    font-size: 16px !important;
  }
  .fld-60r {
    font-size: 14px;
    text-align: right;
    width: 60px;
    height: 20px;
    margin: 1px 0 8px 0;
    padding: 0 3px 0 3px;
  }
  .cart_earn_bcoin_child {
    font-size: 14px !important;
    line-height: 11px;
    float: left;
    padding: 2px 0;
  }
  .cart_recalc_txt {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin: 5px 0 5px 0;
  }
  .cart_bcoin_txt_left {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
  }
  .cart_bcoin_child_right {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: right;
  }
  .cart_bcoin_child_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: left;
  }
  .cart_lost_pwd {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0 0 0 !important;
  }
  .cart_lost_pwd a {
    font-size: 14px;
  }
  .cart_lost_pwd a:hover {
    color: #F29400;
  }
  .fld-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cart_bcoin_txt {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }
  .cart_bcoin_txt a {
    font-size: 14px;
    cursor: pointer;
  }
  .pay_col_name {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
  }
  .pay_col_nameoff {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    color: #999;
  }
  .pay_col_desc {
    float: left;
    min-height: 25px;
    font-size: 14px;
  }
  .my-button-200 {
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250 {
    min-width: 250px;
    max-width: 250px;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100 {
    min-width: 100%;
    max-width: 100%;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100:hover {
    font-weight: normal !important;
  }
  .my-button-cart, .my-button-cart:focus, .my-button-cart:active {
    width: 160px !important;
    height: 20px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    padding: 1px 20px 2px 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 12px !important;
  }
  .my-button-cart-w, .my-button-cart-w:focus, .my-button-cart-w:active {
    width: 180px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 14px !important;
  }
  .ico_ac_cart {
    font-size: 13px !important;
    margin: 28px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_ac_trash {
    font-size: 14px !important;
    margin: 26px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_cart {
    font-size: 13px !important;
    margin: 3px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_video {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_audio {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_cart {
    font-size: 13px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_heart {
    font-size: 14px !important;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_video {
    font-size: 14px !important;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_audio {
    font-size: 14px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .gv-prd-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: left;
  }
  .gv-cart-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: right;
  }
  .gv-main-box {
    min-width: 204px;
    max-width: 204px;
    min-height: 370px;
    max-height: 370px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-box-b2b {
    min-width: 204px;
    max-width: 204px;
    min-height: 390px;
    max-height: 370px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 270px;
    max-height: 270px;
  }
  .gv-title-height {
    min-height: 70px;
    max-height: 70px;
  }
  .ddlist_fontsize {
    font-size: 14px !important;
  }
  .list_prd_deal {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det {
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .star-space-gv {
    max-height: 10px;
    min-height: 10px;
    padding: 0;
    top: -5px;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .star-space-gv {
      top: -3px !important;
    }
  }
  .list_prd_intro {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 72px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_soon_img {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 140px;
    height: 25px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
  }
  .list_prd_soon {
    display: block;
    position: relative;
    height: 21px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 3px 0 3px;
    text-align: center;
  }
  .prd-lgprc {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 64px;
    min-height: 64px;
    text-align: right;
    float: right;
  }
  .prd-lgprc-cart {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 40px;
    min-height: 40px;
    text-align: right;
    float: right;
  }
  .cart-line {
    max-height: 120px;
    min-height: 120px;
  }
  .bs-logo {
    padding: 9px 0 0 0;
    margin: 0 0 0 10px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pos_all_deals_svg {
    padding-top: 4px;
    width: 285px;
    height: 41px;
    float: right !important;
  }
  .pos_all_deals_txt {
    width: 285px;
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 26px;
  }
  .col-content {
    max-width: 768px;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
  }
  .container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 25%;
  }
  .head_sub {
    display: block;
    position: relative;
    max-width: 768px;
    min-height: 74px;
    max-height: 74px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    background: url(/img/top_background_768_74.png) top left no-repeat;
  }
  .search-box {
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
  }
  .search-bar {
    /*display: none;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 24px;
    background-color: #E8E8E8;
  }
  .my-box {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    margin: 0 5px 5px 5px !important;
  }
  .content-box {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-nopad {
    background-color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: left;
    margin: 0 5px 5px 0;
  }
  .content-box-filter {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-box-gallery {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    flex-grow: 2;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-caption {
    top: -40px !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 0 0 30px !important;
    text-align: left !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 20px;
    height: 32px;
    left: 5px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 20px;
    height: 32px;
    left: 5px;
  }
  .news-img-container {
    margin-right: 20px !important;
  }
  .news-img {
    width: 80px !important;
    height: 80px !important;
  }
  .news-txt-head a {
    color: #363636;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left;
    line-height: 18px;
    text-decoration: none !important;
  }
  .news-txt-desc {
    display: none;
  }
  .my-button-filter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
    max-width: 150px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .align-right {
    text-align: right;
    float: right;
  }
  .items-left-box {
    min-width: 100%;
    max-width: 100%;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #DFDFDF !important;
  }
  .items-right-box {
    min-width: 390px;
    max-width: 390px;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    float: right;
  }
  .items-right-cell {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
  }
  .img-np-cell-left {
    padding: 0 0 0 0;
  }
  .img-np-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-2nd-cell-left {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 0 0 0 0;
    float: left;
  }
  .img-2nd-cell-right {
    max-width: 144px;
    min-width: 144px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-3rd-cell-left {
    max-width: 288px;
    min-width: 288px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-3rd-cell-right {
    max-width: 288px;
    min-width: 288px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-4th-cell-left {
    max-width: 432px;
    min-width: 432px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-4th-cell-right {
    max-width: 432px;
    min-width: 432px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-full-cell {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
  }
  .content {
    padding-left: 10px !important;
  }
  .fa-layers {
    display: block !important;
    height: auto !important;
  }
  /*.fa-layers-counter    {padding-top: 16px; padding-left:5px;}*/
  .bar_src_bgd {
    display: block;
    position: absolute;
    top: 10px;
    left: 624px;
    width: 320px;
    height: 24px;
  }
  .bar_glass a {
    display: block;
    position: relative;
    top: -21px;
    left: 10px;
    margin-right: 1px !important;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .bar_glass a:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .content-container {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    /*min-height: 252px;*/
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
  }
  .foot_container {
    display: block;
    position: relative;
    /*min-height: 252px;*/
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #5C5C5C;
    padding: 0;
  }
  .foot_content {
    display: block;
    position: relative;
    /*max-width: 950px;*/
    text-align: left;
    /*margin: 0 auto; 
    padding: 0;*/
  }
  .head-icon-width {
    min-width: 300px;
    min-height: 74px !important;
    max-height: 74px !important;
  }
  .ic-width {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999;
    margin: 2px 0 5px 0;
    padding: 0;
  }
  .ui-widget-content {
    /*border: 1px solid #a6c9e2;*/
    /*background: #13799F url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    background: #FFFFFF;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px !important;
    /*max-width:98%;
    min-width:98%;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .detail_box_prd {
    display: block;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    float: left;
    color: #363636;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    padding: 0 0 10px 0;
  }
  .detail_box_prd p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd span {
    font-size: 14px;
  }
  .detail_box_prd td {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
  }
  .detail_box_prd li {
    font-size: 14px;
    min-width: 190px;
  }
  .detail_box_prd h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .detail_box_prd h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd hr {
    width: 630px;
    margin: 0 20px 0 0;
  }
  .detail_box_prd a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:active {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:hover {
    color: #F29400;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .detail_box_prd .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .form-control {
    width: 100% !important;
  }
  .fld-250 {
    font-size: 14px;
    height: 38px;
    text-align: left;
    margin: 8px 0 8px 0;
    padding: 0 3px 0 3px !important;
  }
  .foot_col_cell {
    text-align: center;
    float: left;
    min-width: 180px;
  }
  .foot_li_head {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 180px;
  }
  .foot_li_cont {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont p {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 180px;
  }
  .foot_li_cont a {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    min-width: 180px;
  }
  .foot_li_cont a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #F29400;
    line-height: 16px;
  }
  .foot_li_head a {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
  }
  .foot_li_head a:hover {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #F29400;
  }
  .detail_item_lnb p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: left;
    vertical-align: bottom;
  }
  .detail_item_ln1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    text-align: right;
    text-transform: uppercase;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a a {
    font-weight: normal;
    font-size: 10px;
    color: #363636;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_ln2a a:hover {
    font-weight: normal;
    font-size: 10px;
    color: #F29400;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_bcoin_child {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 2px 0;
  }
  .detail_item_bcoin_img {
    font-size: 12px !important;
    line-height: 12px;
    float: right;
    padding: 0;
  }
  .prd_stars {
    display: block;
    position: relative;
    float: none;
    min-height: 10px;
    max-height: 10px;
    border-top: 1px solid #dee2e6 !important;
    margin-top: 8px;
  }
  .prd_supplier {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
  }
  .prd_supplier a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier a:hover {
    color: #FF9933 !important;
  }
  .prd_supplier_list {
    display: block;
    position: relative;
    margin: 5px 0 0 0 !important;
    padding: 5px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 24px;
    max-height: 24px;
  }
  .prd_supplier_list a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier_list a:hover {
    color: #FF9933 !important;
  }
  .prd_title {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
  }
  .prd_title a {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: left;
  }
  .prd_title a:hover {
    color: #FF9933 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .prd_desc {
    display: block;
    position: relative;
    margin: 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #363636;
    width: 100%;
    float: left;
  }
  .detail_tag_header h4 {
    background-color: #B4B4B4;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .detail_rate_intro {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .detail_rate_date {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    float: left;
  }
  .detail_rate_txt {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
  }
  .dropdown-menu {
    font-size: 14px !important;
    overflow: hidden !important;
  }
  .filter-item {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .content-box-pagination {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .my-button-pagi {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 14px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .my-button-pagi:hover {
    color: #F29400 !important;
  }
  .content-box-detail {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail p {
    font-size: 14px;
  }
  .content-box-detail span {
    font-size: 14px;
  }
  .content-box-center {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail h1 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .content-box-detail h2 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .content-box-detail h3 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h3 a {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-detail .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-detail .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .content-box-sub {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-sub p {
    font-size: 14px;
  }
  .content-box-subl span {
    font-size: 14px;
  }
  .content-box-sub h1 {
    color: #363636;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-sub h4 {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .content-box-sub .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .content-box-sub .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .cur_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    float: right;
  }
  .cur_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 1px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    text-align: right;
    float: right;
  }
  .cur_uvp_eur {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 0;
    padding: 4px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_eur_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd_det {
    display: block;
    position: relative;
    font-size: 18px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .detail_award_item {
    display: block;
    position: relative;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
  }
  .detail_deal_item {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
  }
  .deal-detail-title {
    margin: 0 0 15px 0;
  }
  .prd_li_rate_stars-gv {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 22px;
    float: left;
    top: -170px;
    left: 70px;
  }
  .prd_li_rate_stars {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 18px;
    float: left;
    background-color: #FFFFFF;
    opacity: 0.7;
  }
  .prd-img-height-gv {
    min-height: 170px;
    max-height: 170px;
  }
  .prd-img-height-li {
    min-height: 100px;
    max-height: 100px;
  }
  .search_bar_fld {
    border: 0 !important;
    color: #000000;
    overflow: hidden;
    font-size: 14px !important;
    min-height: 16px;
    max-height: 16px;
  }
  .cart-img {
    min-width: 120px;
    max-width: 120px;
    margin: 0 10px 5px 0;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs14 p {
    font-size: 14px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs16 p {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .cart_msg {
    font-size: 16px !important;
  }
  .fld-60r {
    font-size: 14px;
    text-align: right;
    width: 60px;
    height: 20px;
    margin: 1px 0 8px 0;
    padding: 0 3px 0 3px;
  }
  .cart_earn_bcoin_child {
    font-size: 14px !important;
    line-height: 11px;
    float: left;
    padding: 2px 0;
  }
  .cart_recalc_txt {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 5px 0 5px 0;
  }
  .cart_bcoin_txt_left {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
  }
  .cart_bcoin_child_right {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: right;
  }
  .cart_bcoin_child_left {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    float: left;
  }
  .cart_lost_pwd {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0 0 0 !important;
  }
  .cart_lost_pwd a {
    font-size: 14px;
  }
  .cart_lost_pwd a:hover {
    color: #F29400;
  }
  .fld-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cart_bcoin_txt {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }
  .cart_bcoin_txt a {
    font-size: 14px;
    cursor: pointer;
  }
  .pay_col_name {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
  }
  .pay_col_nameoff {
    float: left;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    color: #999;
  }
  .pay_col_desc {
    float: left;
    min-height: 25px;
    font-size: 14px;
  }
  .my-button-200 {
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250 {
    min-width: 250px;
    max-width: 250px;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100 {
    min-width: 100%;
    max-width: 100%;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100:hover {
    font-weight: normal !important;
  }
  .my-button-cart, .my-button-cart:focus, .my-button-cart:active {
    width: 160px !important;
    height: 20px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    padding: 1px 20px 2px 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 12px !important;
  }
  .my-button-cart-w, .my-button-cart-w:focus, .my-button-cart-w:active {
    width: 180px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 14px !important;
  }
  .ico_ac_cart {
    font-size: 14px !important;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_ac_trash {
    font-size: 16px !important;
    margin: 23px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_cart {
    font-size: 13px !important;
    margin: 33px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_heart {
    font-size: 14px !important;
    margin: 30px 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_video {
    font-size: 14px !important;
    margin: 30px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_audio {
    font-size: 14px !important;
    margin: 30px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_cart {
    font-size: 13px !important;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_heart {
    font-size: 14px !important;
    margin: 10px 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_video {
    font-size: 14px !important;
    margin: 10px 10px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_audio {
    font-size: 14px !important;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .gv-prd-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: left;
  }
  .gv-cart-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: right;
  }
  .gv-main-box {
    min-width: 204px;
    max-width: 204px;
    min-height: 375px;
    max-height: 375px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-box-b2b {
    min-width: 204px;
    max-width: 204px;
    min-height: 395px;
    max-height: 375px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 270px;
    max-height: 270px;
  }
  .gv-title-height {
    min-height: 70px;
    max-height: 70px;
  }
  .ddlist_fontsize {
    font-size: 14px !important;
  }
  .list_prd_deal {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det {
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_deal_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .star-space-gv {
    max-height: 10px;
    min-height: 10px;
    padding: 0;
    top: -5px;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .star-space-gv {
      top: -3px !important;
    }
  }
  .list_prd_intro {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_gv {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 72px;
    height: 26px;
    background-color: #F29400;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_det {
      padding: 3px 0 0 0 !important;
    }
  }
  .list_prd_intro_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_soon_img {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 140px;
    height: 25px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
  }
  .list_prd_soon {
    display: block;
    position: relative;
    height: 21px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 3px 0 3px;
    text-align: center;
  }
  .prd-lgprc {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 32px;
    min-height: 32px;
    text-align: right;
    float: right;
  }
  .prd-lgprc-cart {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 40px;
    min-height: 40px;
    text-align: right;
    float: right;
  }
  .bs-logo {
    padding: 9px 0 0 0;
    margin: 0 0 0 10px !important;
  }
}
@media (max-width: 575.98px) {
  .pos_all_deals_svg {
    padding-top: 4px;
    width: 100%;
    height: 100%;
    float: right !important;
  }
  .pos_all_deals_txt {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
  }
  .col-content {
    max-width: 576px;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
  }
  .container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 40%;
  }
  .head_sub {
    display: block;
    position: relative;
    min-height: 74px;
    max-height: 74px;
    max-width: 576px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    background: url(/img/top_background_576_74.png) top left no-repeat;
  }
  .search-box {
    max-width: 576px;
    margin: 0 auto;
    padding: 0;
  }
  .search-bar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 24px;
    background-color: #E8E8E8;
  }
  .my-box {
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    margin: 0 5px 5px 5px !important;
  }
  .content-box {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
    flex-grow: 2;
  }
  .content-nopad {
    background-color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: left;
    margin: 0 5px 5px 0;
  }
  .content-box-filter {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    text-align: left;
    margin: 5px 0 5px 0;
  }
  .content-box-gallery {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: left;
    flex-grow: 2;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-caption {
    top: -40px !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 0 0 30px !important;
    text-align: left !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 15px;
    height: 24px;
    left: 5px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29400' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 15px;
    height: 24px;
  }
  .news-img-container {
    margin-right: 20px !important;
  }
  .news-img {
    width: 50px !important;
    height: 50px !important;
  }
  .news-txt-head {
    line-height: 20px !important;
  }
  .news-txt-head a {
    color: #363636;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left;
    line-height: 12px !important;
    text-decoration: none !important;
  }
  .news-txt-desc {
    display: none;
  }
  .my-button-filter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 130px;
    max-width: 130px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 16px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
    overflow: hidden;
  }
  .align-right {
    text-align: right;
    float: right;
  }
  .items-left-box {
    min-width: 100%;
    max-width: 100%;
  }
  .items-right-box {
    justify-content: flex-end !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
  }
  .items-right-cell {
    justify-content: flex-end !important;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 0 !important;
    min-width: 100%;
    max-width: 100%;
  }
  .img-np-cell-left {
    padding: 0 0 0 0;
  }
  .img-np-cell-right {
    padding: 0 0 0 20px;
    float: right;
  }
  .img-2nd-cell-left {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 0 0 0 0;
    float: left;
  }
  .img-2nd-cell-right {
    max-width: 76px;
    min-width: 76px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-3rd-cell-left {
    max-width: 152px;
    min-width: 152px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-3rd-cell-right {
    max-width: 152px;
    min-width: 152px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-4th-cell-left {
    max-width: 227px;
    min-width: 227px;
    padding: 0 20px 0 0;
    float: left;
  }
  .img-4th-cell-right {
    max-width: 227px;
    min-width: 227px;
    padding: 0 0 0 20px;
    float: right;
  }
  .img-full-cell {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
  }
  .content {
    padding-left: 10px !important;
  }
  .fa-layers {
    display: block !important;
    height: auto !important;
  }
  /*.fa-layers-counter    {padding-top: 12px; padding-left:2px;}*/
  .bar_src_bgd {
    display: block;
    position: absolute;
    top: 10px;
    left: 624px;
    width: 320px;
    height: 24px;
  }
  .bar_glass a {
    display: block;
    position: relative;
    top: -21px;
    left: 10px;
    margin-right: 1px !important;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .bar_glass a:hover {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
  }
  .content-container {
    background-color: #EBEBEB !important;
    display: block;
    position: relative;
    /*min-height: 252px;
    max-width: 950px;*/
    margin: 0 auto;
    padding: 0;
  }
  .foot_container {
    display: block;
    position: relative;
    /*min-height: 252px;*/
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #5C5C5C;
    padding: 0;
  }
  .foot_content {
    display: block;
    position: relative;
    /*max-width: 950px;*/
    text-align: left;
    /*margin: 0 auto; 
    padding: 0;*/
  }
  .head-icon-width {
    /*min-width: 80px;
    max-width: 80px;*/
    min-height: 74px !important;
    max-height: 74px !important;
  }
  .ic-width {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    z-index: 9999;
    margin: 2px 0 5px 0;
    padding: 0;
  }
  .ui-widget-content {
    /*border: 1px solid #a6c9e2;*/
    /*background: #13799F url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    background: #FFFFFF;
    color: #363636;
    font-size: 16px;
    line-height: 18px;
    padding-left: 5px !important;
    /*max-width:98%;
    min-width:98%;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
    box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  }
  .detail_box_prd {
    display: block;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    float: left;
    color: #363636;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
  .detail_box_prd p {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
  }
  .detail_box_prd span {
    font-size: 18px;
  }
  .detail_box_prd td {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
  }
  .detail_box_prd li {
    font-size: 18px;
    min-width: 190px;
  }
  .detail_box_prd h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .detail_box_prd h3 {
    color: #363636;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd h4 {
    color: #363636;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .detail_box_prd hr {
    width: 630px;
    margin: 0 20px 0 0;
  }
  .detail_box_prd a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:active {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd a:hover {
    color: #F29400;
    text-decoration: underline;
    font-weight: normal;
  }
  .detail_box_prd .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .detail_box_prd .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .detail_box_prd .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .detail_box_prd .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .form-control {
    width: 100% !important;
  }
  .fld-250 {
    font-size: 16px;
    height: 38px;
    text-align: left;
    margin: 8px 0 8px 0;
  }
  .foot_col_cell {
    text-align: center;
    float: left;
    min-width: 240px;
  }
  .foot_li_head {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    min-width: 240px;
  }
  .foot_li_cont {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 240px;
  }
  .foot_li_cont p {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
    min-width: 240px;
  }
  .foot_li_cont a {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    min-width: 180px;
  }
  .foot_li_cont a:hover {
    font-weight: normal;
    font-size: 16px;
    color: #F29400;
    line-height: 18px;
  }
  .foot_li_head a {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .foot_li_head a:hover {
    display: block;
    position: relative;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #F29400;
  }
  .detail_item_lnb p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #363636;
    text-align: left;
    vertical-align: bottom;
  }
  .detail_item_ln1 {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    float: right;
    font-weight: normal;
    font-size: 18px;
    color: #363636;
    text-align: right;
    text-transform: uppercase;
    border-top: 1px solid #DFDFDF !important;
  }
  .detail_item_ln2 {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2 span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: bold !important;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln3 {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    height: 20px;
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #363636;
    text-align: right;
  }
  .detail_item_ln2a a {
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_ln2a a:hover {
    font-weight: normal;
    font-size: 16px;
    color: #F29400;
    text-align: right;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .detail_item_bcoin_child {
    font-size: 16px !important;
    line-height: 20px;
    float: right;
    padding: 2px 0;
  }
  .detail_item_bcoin_img {
    font-size: 16px !important;
    line-height: 20px;
    float: right;
    padding: 0;
  }
  .prd_supplier {
    display: block;
    position: relative;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
  }
  .prd_supplier a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier a:hover {
    color: #FF9933 !important;
  }
  .prd_stars {
    display: block;
    position: relative;
    float: none;
    min-height: 30px;
    max-height: 30px;
    border-top: 1px solid #dee2e6 !important;
    margin-top: 8px;
    padding-top: 5px;
  }
  .prd_supplier_list {
    display: block;
    position: relative;
    margin: 0 0 0 0 !important;
    padding: 10px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 30px;
    max-height: 30px;
  }
  .prd_supplier_list a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: none;
    text-transform: uppercase;
  }
  .prd_supplier_list a:hover {
    color: #FF9933 !important;
  }
  .prd_title {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 24px;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
  }
  .prd_title a {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    line-height: 24px;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #363636 !important;
    text-align: left;
    text-decoration: none !important;
    float: left;
  }
  .prd_title a:hover {
    color: #FF9933 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .prd_desc {
    display: block;
    position: relative;
    margin: 3px 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #363636;
    width: 100%;
    float: left;
  }
  .detail_tag_header h4 {
    background-color: #B4B4B4;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
  }
  .detail_rate_intro {
    font-size: 16px;
    text-align: left;
    float: left;
  }
  .detail_rate_date {
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    float: left;
  }
  .detail_rate_txt {
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    float: left;
  }
  .dropdown-menu {
    font-size: 16px !important;
    overflow: hidden !important;
  }
  .filter-item {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .content-box-pagination {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
  }
  .my-button-pagi {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    font-size: 16px !important;
    background-color: #FFF !important;
    color: #363636 !important;
    font-weight: normal !important;
    padding: 2px 0 2px 0;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    cursor: pointer;
  }
  .my-button-pagi:hover {
    color: #F29400 !important;
  }
  .content-box-detail {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail p {
    font-size: 16px;
  }
  .content-box-detail span {
    font-size: 16px;
  }
  .content-box-center {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-detail h1 {
    color: #363636;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .content-box-detail h2 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
  .content-box-detail h3 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h3 a {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-detail h4 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  .content-box-detail .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
  .content-box-detail .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
  .content-box-detail .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
  .content-box-detail .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
  .content-box-sub {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    padding: 0;
  }
  .content-box-sub p {
    font-size: 16px;
  }
  .content-box-subl span {
    font-size: 16px;
  }
  .content-box-sub h1 {
    color: #363636;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h2 {
    color: #363636;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .content-box-sub h3 {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
  }
  .content-box-sub h4 {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  .content-box-sub .txt_red {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }
  .content-box-sub .txt_green {
    color: green;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }
  .content-box-sub .txt_mark {
    background: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }
  .content-box-sub .txt_neg {
    background: black;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }
  .cur_eur {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 0;
    padding: 3px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    float: right;
  }
  .cur_usd {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 0;
    padding: 3px 0 0 15px !important;
    color: #363636;
    font-weight: bold;
    text-align: right;
    float: right;
  }
  .cur_uvp_eur {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 0;
    padding: 3px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 0;
    padding: 3px 0 0 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_eur_det {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .cur_uvp_usd_det {
    display: block;
    position: relative;
    font-size: 26px !important;
    margin: 4px 0 0 0 !important;
    padding: 0;
    color: #BDBDBD !important;
    font-weight: bold;
    float: right;
  }
  .detail_award_item {
    display: block;
    position: relative;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
  }
  .detail_deal_item {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 10px 5px 0 5px;
    text-decoration: none !important;
    text-align: center;
    min-width: 300px;
    max-width: 300px;
  }
  .deal-detail-title {
    margin: 0 0 15px 0;
  }
  .prd_li_rate_stars-gv {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 22px;
    float: left;
    top: -170px;
    left: 70px;
  }
  .prd_li_rate_stars {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    width: 85px;
    height: 18px;
    float: left;
    background-color: #FFFFFF;
    opacity: 0.7;
  }
  .prd-img-height-gv {
    min-height: 290px;
    max-height: 290px;
  }
  .prd-img-height-li {
    min-height: 100px;
    max-height: 100px;
  }
  .search_bar_fld {
    border: 0 !important;
    color: #000000;
    overflow: hidden;
    font-size: 16px !important;
    min-height: 16px;
    max-height: 16px;
  }
  .cart-img {
    min-width: 120px;
    max-width: 120px;
    margin: 0 10px 5px 0;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .fs14 p {
    font-size: 16px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs16 p {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .cart_msg {
    font-size: 16px !important;
  }
  .fld-60r {
    font-size: 16px;
    text-align: right;
    width: 60px;
    height: 22px;
    margin: 1px 0 8px 0;
    padding: 0 3px 0 3px;
  }
  .cart_earn_bcoin_child {
    font-size: 16px !important;
    line-height: 19px !important;
    float: left;
    padding: 2px 0;
  }
  .cart_recalc_txt {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: normal;
    margin: 5px 0 5px 0;
  }
  .cart_bcoin_txt_left {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: bold;
  }
  .cart_bcoin_child_right {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: normal;
    float: right;
  }
  .cart_bcoin_child_left {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: normal;
    float: left;
  }
  .cart_lost_pwd {
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 5px 0 0 0 !important;
  }
  .cart_lost_pwd a {
    font-size: 16px;
  }
  .cart_lost_pwd a:hover {
    color: #F29400;
  }
  .fld-txt {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .cart_bcoin_txt {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: normal;
  }
  .cart_bcoin_txt a {
    font-size: 16px !important;
    line-height: 19px !important;
    cursor: pointer;
  }
  .pay_col_name {
    float: left;
    min-height: 23px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
  }
  .pay_col_nameoff {
    float: left;
    min-height: 23px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    color: #999;
  }
  .pay_col_desc {
    float: left;
    min-height: 25px;
    font-size: 16px;
  }
  .my-button-200 {
    min-width: 200px;
    max-width: 200px;
    margin: 5px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250 {
    min-width: 250px;
    max-width: 250px;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100 {
    min-width: 100%;
    max-width: 100%;
    margin: 6px 0 5px 0;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    border-color: #E2E1E1 !important;
    font-size: 14px !important;
    -webkit-border-radius: 3px !important;
  }
  .my-button-250-100:hover {
    font-weight: normal !important;
  }
  .my-button-cart, .my-button-cart:focus, .my-button-cart:active {
    width: 160px !important;
    height: 20px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    padding: 1px 20px 2px 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 14px !important;
  }
  .my-button-cart-w, .my-button-cart-w:focus, .my-button-cart-w:active {
    width: 180px !important;
    background-color: #737373 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 0px solid !important;
    font-size: 16px !important;
  }
  .ico_ac_cart {
    font-size: 14px !important;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_ac_trash {
    font-size: 16px !important;
    margin: 23px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_cart {
    font-size: 14px !important;
    margin: 35px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_heart {
    font-size: 16px !important;
    margin: 33px 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_lv_video {
    font-size: 16px !important;
    margin: 33px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_lv_audio {
    font-size: 16px !important;
    margin: 33px 15px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_cart {
    font-size: 15px !important;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_heart {
    font-size: 16px !important;
    margin: 10px 15px 0 0;
    padding: 0 0 0 0;
    float: right;
  }
  .ico_gv_video {
    font-size: 16px !important;
    margin: 10px 10px 0 0;
    padding: 0 0 0 0;
  }
  .ico_gv_audio {
    font-size: 16px !important;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .gv-prd-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: left;
  }
  .gv-cart-icons {
    display: block;
    position: relative;
    padding-top: 13px;
    float: right;
  }
  .gv-main-box {
    min-width: 320px;
    max-width: 320px;
    min-height: 536px;
    max-height: 536px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-box-b2b {
    min-width: 320px;
    max-width: 320px;
    min-height: 556px;
    max-height: 536px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gv-main-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 445px;
    max-height: 445px;
  }
  .gv-title-height {
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
  }
  .ddlist_fontsize {
    font-size: 16px !important;
  }
  .list_prd_deal {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 60px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_deal_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 100px;
    height: 40px;
    background-color: #F29400;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 32px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_gv {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_deal_det {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 100px;
    height: 40px;
    background-color: #F29400;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 32px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_deal_det {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_deal_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_deal_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .star-space-gv {
    max-height: 25px;
    min-height: 25px;
    padding: 0;
    top: 2px;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .star-space-gv {
      top: 2px !important;
    }
  }
  .list_prd_intro {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 65px;
    height: 26px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_intro_gv {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 110px;
    height: 40px;
    background-color: #F29400;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 32px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_gv {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_intro_det {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 110px;
    height: 40px;
    background-color: #F29400;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 32px;
    margin: 0;
  }
  @supports (-moz-osx-font-smoothing: auto) {
    .list_prd_intro_det {
      padding: 4px 0 0 0 !important;
    }
  }
  .list_prd_intro_det a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_intro_det a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
  }
  .list_prd_soon_img {
    display: block;
    position: absolute;
    top: -9px;
    left: -7px;
    width: 140px;
    height: 25px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 0 0 0;
    border: 2px solid #FFFFFF;
    text-align: center;
  }
  .list_prd_soon {
    display: block;
    position: relative;
    height: 21px;
    background-color: #F29400;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px 3px 0 3px;
    text-align: center;
  }
  .prd-lgprc {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 32px;
    min-height: 32px;
    text-align: right;
    float: right;
  }
  .prd-lgprc-cart {
    margin: 0;
    padding: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 40px;
    min-height: 40px;
    text-align: right;
    float: right;
  }
  .bs-logo {
    padding: 19px 0 0 0;
    margin: 0 0 0 10px !important;
  }
}
/* Icons ---------------------------------------------------------------------------------------*/
.ic-cart-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M168 456c0-13.166 10.834-24 24-24s24 10.834 24 24-10.834 24-24 24-24-10.834-24-24Zm80 0c0-30.721-25.279-56-56-56s-56 25.279-56 56 25.279 56 56 56 56-25.279 56-56Zm200-24c13.166 0 24 10.834 24 24s-10.834 24-24 24-24-10.834-24-24 10.834-24 24-24Zm0 80c30.721 0 56-25.279 56-56s-25.279-56-56-56-56 25.279-56 56 25.279 56 56 56Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(9.169 10.918) scale(.04618)"/><path d="M0 24C0 10.7 10.7 0 24 0h45.5c26.9 0 50 19.1 55 45.5l37 194.5h297.7c10.9 0 20.4-7.3 23.2-17.8l46.4-172.4c3.4-12.8 16.6-20.4 29.4-16.9 12.8 3.5 20.4 16.6 16.9 29.4l-46.4 172.4c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.04514 0 0 .04514 9.068 11.4)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-cart-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M168 456c0-13.166 10.834-24 24-24s24 10.834 24 24-10.834 24-24 24-24-10.834-24-24Zm80 0c0-30.721-25.279-56-56-56s-56 25.279-56 56 25.279 56 56 56 56-25.279 56-56Zm200-24c13.166 0 24 10.834 24 24s-10.834 24-24 24-24-10.834-24-24 10.834-24 24-24Zm0 80c30.721 0 56-25.279 56-56s-25.279-56-56-56-56 25.279-56 56 25.279 56 56 56Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(9.169 10.918) scale(.04618)"/><path d="M0 24C0 10.7 10.7 0 24 0h45.5c26.9 0 50 19.1 55 45.5l37 194.5h297.7c10.9 0 20.4-7.3 23.2-17.8l46.4-172.4c3.4-12.8 16.6-20.4 29.4-16.9 12.8 3.5 20.4 16.6 16.9 29.4l-46.4 172.4c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.04514 0 0 .04514 9.068 11.4)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-cart-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M168 456c0-13.166 10.834-24 24-24s24 10.834 24 24-10.834 24-24 24-24-10.834-24-24Zm80 0c0-30.721-25.279-56-56-56s-56 25.279-56 56 25.279 56 56 56 56-25.279 56-56Zm200-24c13.166 0 24 10.834 24 24s-10.834 24-24 24-24-10.834-24-24 10.834-24 24-24Zm0 80c30.721 0 56-25.279 56-56s-25.279-56-56-56-56 25.279-56 56 25.279 56 56 56Z" style="fill:%23363636;fill-rule:nonzero" transform="translate(9.169 10.918) scale(.04618)"/><path d="M0 24C0 10.7 10.7 0 24 0h45.5c26.9 0 50 19.1 55 45.5l37 194.5h297.7c10.9 0 20.4-7.3 23.2-17.8l46.4-172.4c3.4-12.8 16.6-20.4 29.4-16.9 12.8 3.5 20.4 16.6 16.9 29.4l-46.4 172.4c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.04514 0 0 .04514 9.068 11.4)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-cart-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M168 456c0-13.166 10.834-24 24-24s24 10.834 24 24-10.834 24-24 24-24-10.834-24-24Zm80 0c0-30.721-25.279-56-56-56s-56 25.279-56 56 25.279 56 56 56 56-25.279 56-56Zm200-24c13.166 0 24 10.834 24 24s-10.834 24-24 24-24-10.834-24-24 10.834-24 24-24Zm0 80c30.721 0 56-25.279 56-56s-25.279-56-56-56-56 25.279-56 56 25.279 56 56 56Z" style="fill:%23363636;fill-rule:nonzero" transform="translate(9.169 10.918) scale(.04618)"/><path d="M0 24C0 10.7 10.7 0 24 0h45.5c26.9 0 50 19.1 55 45.5l37 194.5h297.7c10.9 0 20.4-7.3 23.2-17.8l46.4-172.4c3.4-12.8 16.6-20.4 29.4-16.9 12.8 3.5 20.4 16.6 16.9 29.4l-46.4 172.4c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.04514 0 0 .04514 9.068 11.4)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-ceur-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23898989" transform="translate(.22) scale(.22)"/><path d="M92.942 1056.98c-6.088 0-11.198 1.46-15.329 4.4-2.464 1.74-4.693 4.2-6.686 7.39-2.029 3.3-3.225 6.43-3.587 9.41h37.071l-1.468 7.28H66.47c-.036.76-.054 1.49-.054 2.17 0 2.79.018 4.46.054 5.01h35.006l-1.522 7.28H67.611c1.522 8.3 5.182 14.19 10.981 17.67 4.167 2.5 8.678 3.75 13.534 3.75 6.777 0 12.067-1.78 15.872-5.33v11.2c-4.529 2.1-9.53 3.15-15.002 3.15-16.379 0-27.45-6.81-33.212-20.44-1.159-2.75-2.156-6.09-2.989-10h-8.317l1.522-7.28h5.707a70.514 70.514 0 0 1-.163-4.95c0-.73.018-1.47.055-2.23h-7.121l1.522-7.28h6.305c2.247-11.82 8.099-20.3 17.557-25.44 5.835-3.19 12.267-4.79 19.297-4.79 6.74 0 12.411 1.47 17.014 4.41l-2.175 10.11c-4.421-3.66-9.44-5.49-15.056-5.49Z" style="fill:%23898989;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 1.51 -237.175)"/></svg>');
}

.ic-ceur-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="M92.942 1056.98c-6.088 0-11.198 1.46-15.329 4.4-2.464 1.74-4.693 4.2-6.686 7.39-2.029 3.3-3.225 6.43-3.587 9.41h37.071l-1.468 7.28H66.47c-.036.76-.054 1.49-.054 2.17 0 2.79.018 4.46.054 5.01h35.006l-1.522 7.28H67.611c1.522 8.3 5.182 14.19 10.981 17.67 4.167 2.5 8.678 3.75 13.534 3.75 6.777 0 12.067-1.78 15.872-5.33v11.2c-4.529 2.1-9.53 3.15-15.002 3.15-16.379 0-27.45-6.81-33.212-20.44-1.159-2.75-2.156-6.09-2.989-10h-8.317l1.522-7.28h5.707a70.514 70.514 0 0 1-.163-4.95c0-.73.018-1.47.055-2.23h-7.121l1.522-7.28h6.305c2.247-11.82 8.099-20.3 17.557-25.44 5.835-3.19 12.267-4.79 19.297-4.79 6.74 0 12.411 1.47 17.014 4.41l-2.175 10.11c-4.421-3.66-9.44-5.49-15.056-5.49Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 1.503 -237.175)"/></svg>');
}

.ic-ceur-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="M92.942 1056.98c-6.088 0-11.198 1.46-15.329 4.4-2.464 1.74-4.693 4.2-6.686 7.39-2.029 3.3-3.225 6.43-3.587 9.41h37.071l-1.468 7.28H66.47c-.036.76-.054 1.49-.054 2.17 0 2.79.018 4.46.054 5.01h35.006l-1.522 7.28H67.611c1.522 8.3 5.182 14.19 10.981 17.67 4.167 2.5 8.678 3.75 13.534 3.75 6.777 0 12.067-1.78 15.872-5.33v11.2c-4.529 2.1-9.53 3.15-15.002 3.15-16.379 0-27.45-6.81-33.212-20.44-1.159-2.75-2.156-6.09-2.989-10h-8.317l1.522-7.28h5.707a70.514 70.514 0 0 1-.163-4.95c0-.73.018-1.47.055-2.23h-7.121l1.522-7.28h6.305c2.247-11.82 8.099-20.3 17.557-25.44 5.835-3.19 12.267-4.79 19.297-4.79 6.74 0 12.411 1.47 17.014 4.41l-2.175 10.11c-4.421-3.66-9.44-5.49-15.056-5.49Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 1.73 -237.175)"/></svg>');
}

.ic-ceur-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M92.942 1056.98c-6.088 0-11.198 1.46-15.329 4.4-2.464 1.74-4.693 4.2-6.686 7.39-2.029 3.3-3.225 6.43-3.587 9.41h37.071l-1.468 7.28H66.47c-.036.76-.054 1.49-.054 2.17 0 2.79.018 4.46.054 5.01h35.006l-1.522 7.28H67.611c1.522 8.3 5.182 14.19 10.981 17.67 4.167 2.5 8.678 3.75 13.534 3.75 6.777 0 12.067-1.78 15.872-5.33v11.2c-4.529 2.1-9.53 3.15-15.002 3.15-16.379 0-27.45-6.81-33.212-20.44-1.159-2.75-2.156-6.09-2.989-10h-8.317l1.522-7.28h5.707a70.514 70.514 0 0 1-.163-4.95c0-.73.018-1.47.055-2.23h-7.121l1.522-7.28h6.305c2.247-11.82 8.099-20.3 17.557-25.44 5.835-3.19 12.267-4.79 19.297-4.79 6.74 0 12.411 1.47 17.014 4.41l-2.175 10.11c-4.421-3.66-9.44-5.49-15.056-5.49Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 1.51 -237.175)"/></svg>');
}

.ic-cusd-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23898989" transform="translate(.22) scale(.22)"/><path d="M77.722 1140.47v-9.79c-4.892-.61-8.878-1.7-11.959-3.26-3.044-1.59-5.689-4.15-7.936-7.66-2.21-3.52-3.497-7.81-3.859-12.88l9.839-1.85c.761 5.25 2.101 9.11 4.022 11.58 2.754 3.48 6.052 5.41 9.893 5.81v-31.14c-4.023-.76-8.136-2.32-12.339-4.68-3.117-1.74-5.526-4.15-7.23-7.23-1.666-3.08-2.5-6.57-2.5-10.49 0-6.96 2.464-12.59 7.393-16.9 3.297-2.9 8.189-4.68 14.676-5.33v-4.68h5.762v4.68c5.689.54 10.2 2.21 13.534 5 4.276 3.55 6.849 8.43 7.719 14.62l-10.11 1.53c-.58-3.85-1.794-6.78-3.642-8.81-1.812-2.07-4.313-3.43-7.501-4.08v28.21c4.928 1.24 8.189 2.2 9.784 2.88 3.044 1.35 5.526 2.98 7.447 4.9 1.92 1.92 3.388 4.2 4.402 6.85 1.051 2.64 1.577 5.5 1.577 8.58 0 6.78-2.156 12.43-6.469 16.96-4.312 4.53-9.892 6.96-16.741 7.29v9.89h-5.762Zm0-85.67c-3.805.58-6.813 2.1-9.023 4.57-2.175 2.46-3.262 5.38-3.262 8.75 0 3.33.924 6.13 2.772 8.37 1.885 2.25 5.056 4.04 9.513 5.38v-27.07Zm5.762 67.62c3.805-.47 6.939-2.12 9.403-4.94 2.501-2.83 3.751-6.33 3.751-10.49 0-3.56-.888-6.4-2.664-8.54-1.739-2.17-5.236-4.11-10.49-5.81v29.78Z" style="fill:%23898989;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 2.802 -236.804)"/></svg>');
}

.ic-cusd-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="M77.722 1140.47v-9.79c-4.892-.61-8.878-1.7-11.959-3.26-3.044-1.59-5.689-4.15-7.936-7.66-2.21-3.52-3.497-7.81-3.859-12.88l9.839-1.85c.761 5.25 2.101 9.11 4.022 11.58 2.754 3.48 6.052 5.41 9.893 5.81v-31.14c-4.023-.76-8.136-2.32-12.339-4.68-3.117-1.74-5.526-4.15-7.23-7.23-1.666-3.08-2.5-6.57-2.5-10.49 0-6.96 2.464-12.59 7.393-16.9 3.297-2.9 8.189-4.68 14.676-5.33v-4.68h5.762v4.68c5.689.54 10.2 2.21 13.534 5 4.276 3.55 6.849 8.43 7.719 14.62l-10.11 1.53c-.58-3.85-1.794-6.78-3.642-8.81-1.812-2.07-4.313-3.43-7.501-4.08v28.21c4.928 1.24 8.189 2.2 9.784 2.88 3.044 1.35 5.526 2.98 7.447 4.9 1.92 1.92 3.388 4.2 4.402 6.85 1.051 2.64 1.577 5.5 1.577 8.58 0 6.78-2.156 12.43-6.469 16.96-4.312 4.53-9.892 6.96-16.741 7.29v9.89h-5.762Zm0-85.67c-3.805.58-6.813 2.1-9.023 4.57-2.175 2.46-3.262 5.38-3.262 8.75 0 3.33.924 6.13 2.772 8.37 1.885 2.25 5.056 4.04 9.513 5.38v-27.07Zm5.762 67.62c3.805-.47 6.939-2.12 9.403-4.94 2.501-2.83 3.751-6.33 3.751-10.49 0-3.56-.888-6.4-2.664-8.54-1.739-2.17-5.236-4.11-10.49-5.81v29.78Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 2.802 -236.804)"/></svg>');
}

.ic-cusd-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="M77.722 1140.47v-9.79c-4.892-.61-8.878-1.7-11.959-3.26-3.044-1.59-5.689-4.15-7.936-7.66-2.21-3.52-3.497-7.81-3.859-12.88l9.839-1.85c.761 5.25 2.101 9.11 4.022 11.58 2.754 3.48 6.052 5.41 9.893 5.81v-31.14c-4.023-.76-8.136-2.32-12.339-4.68-3.117-1.74-5.526-4.15-7.23-7.23-1.666-3.08-2.5-6.57-2.5-10.49 0-6.96 2.464-12.59 7.393-16.9 3.297-2.9 8.189-4.68 14.676-5.33v-4.68h5.762v4.68c5.689.54 10.2 2.21 13.534 5 4.276 3.55 6.849 8.43 7.719 14.62l-10.11 1.53c-.58-3.85-1.794-6.78-3.642-8.81-1.812-2.07-4.313-3.43-7.501-4.08v28.21c4.928 1.24 8.189 2.2 9.784 2.88 3.044 1.35 5.526 2.98 7.447 4.9 1.92 1.92 3.388 4.2 4.402 6.85 1.051 2.64 1.577 5.5 1.577 8.58 0 6.78-2.156 12.43-6.469 16.96-4.312 4.53-9.892 6.96-16.741 7.29v9.89h-5.762Zm0-85.67c-3.805.58-6.813 2.1-9.023 4.57-2.175 2.46-3.262 5.38-3.262 8.75 0 3.33.924 6.13 2.772 8.37 1.885 2.25 5.056 4.04 9.513 5.38v-27.07Zm5.762 67.62c3.805-.47 6.939-2.12 9.403-4.94 2.501-2.83 3.751-6.33 3.751-10.49 0-3.56-.888-6.4-2.664-8.54-1.739-2.17-5.236-4.11-10.49-5.81v29.78Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 2.802 -236.804)"/></svg>');
}

.ic-cusd-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M77.722 1140.47v-9.79c-4.892-.61-8.878-1.7-11.959-3.26-3.044-1.59-5.689-4.15-7.936-7.66-2.21-3.52-3.497-7.81-3.859-12.88l9.839-1.85c.761 5.25 2.101 9.11 4.022 11.58 2.754 3.48 6.052 5.41 9.893 5.81v-31.14c-4.023-.76-8.136-2.32-12.339-4.68-3.117-1.74-5.526-4.15-7.23-7.23-1.666-3.08-2.5-6.57-2.5-10.49 0-6.96 2.464-12.59 7.393-16.9 3.297-2.9 8.189-4.68 14.676-5.33v-4.68h5.762v4.68c5.689.54 10.2 2.21 13.534 5 4.276 3.55 6.849 8.43 7.719 14.62l-10.11 1.53c-.58-3.85-1.794-6.78-3.642-8.81-1.812-2.07-4.313-3.43-7.501-4.08v28.21c4.928 1.24 8.189 2.2 9.784 2.88 3.044 1.35 5.526 2.98 7.447 4.9 1.92 1.92 3.388 4.2 4.402 6.85 1.051 2.64 1.577 5.5 1.577 8.58 0 6.78-2.156 12.43-6.469 16.96-4.312 4.53-9.892 6.96-16.741 7.29v9.89h-5.762Zm0-85.67c-3.805.58-6.813 2.1-9.023 4.57-2.175 2.46-3.262 5.38-3.262 8.75 0 3.33.924 6.13 2.772 8.37 1.885 2.25 5.056 4.04 9.513 5.38v-27.07Zm5.762 67.62c3.805-.47 6.939-2.12 9.403-4.94 2.501-2.83 3.751-6.33 3.751-10.49 0-3.56-.888-6.4-2.664-8.54-1.739-2.17-5.236-4.11-10.49-5.81v29.78Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 2.802 -236.804)"/></svg>');
}

.ic-hamb-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -238.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -249.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -260.04)"/></svg>');
}

.ic-hamb-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -238.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -249.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -260.04)"/></svg>');
}

.ic-hamb-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path style="fill:%23363636" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -238.04)"/><path style="fill:%23363636" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -249.04)"/><path style="fill:%23363636" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -260.04)"/></svg>');
}

.ic-hamb-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -238.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -249.04)"/><path style="fill:%23f29400" d="M17 1222h164v20H17z" transform="matrix(.22 0 0 .22 .22 -260.04)"/></svg>');
}

.ic-user-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23f29400" transform="rotate(.081)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.0842 0 0 .0842 13.665 7.58)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-user-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23f29400" transform="rotate(.081 0 0)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.0842 0 0 .0842 13.665 7.58)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-user-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23363636" transform="rotate(.081)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23363636" transform="matrix(.0842 0 0 .0842 13.665 7.58)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-user-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23363636" transform="rotate(.081)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23363636" transform="matrix(.0842 0 0 .0842 13.665 7.58)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-wish-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="m225.8 468.2-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144 39.4-7.6 79.7 1.5 111.8 24.1 9 6.4 17.4 13.8 25 22.3 4.2-4.8 8.7-9.2 13.5-13.3 3.7-3.2 7.5-6.2 11.5-9 32.1-22.6 72.4-31.7 111.8-24.2C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9ZM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1c-23.1-25.9-58-37.7-92-31.2-46.6 8.9-80.2 49.5-80.2 96.9v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268a102.7 102.7 0 0 0 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9-34-6.5-69 5.4-92 31.2l-.1.1-.1.1-17.8 20c-.3.4-.7.7-1 1.1-4.5 4.5-10.6 7-16.9 7-6.3 0-12.4-2.5-16.9-7v-.1Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.05131 0 0 .0526 8.8 8.748)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/></svg>');
}

.ic-wish-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="m225.8 468.2-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144 39.4-7.6 79.7 1.5 111.8 24.1 9 6.4 17.4 13.8 25 22.3 4.2-4.8 8.7-9.2 13.5-13.3 3.7-3.2 7.5-6.2 11.5-9 32.1-22.6 72.4-31.7 111.8-24.2C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9ZM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1c-23.1-25.9-58-37.7-92-31.2-46.6 8.9-80.2 49.5-80.2 96.9v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268a102.7 102.7 0 0 0 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9-34-6.5-69 5.4-92 31.2l-.1.1-.1.1-17.8 20c-.3.4-.7.7-1 1.1-4.5 4.5-10.6 7-16.9 7-6.3 0-12.4-2.5-16.9-7v-.1Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.05131 0 0 .0526 8.8 8.748)"/></svg>');
}

.ic-wish-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23363636" transform="translate(.22) scale(.22)"/><path d="m225.8 468.2-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144 39.4-7.6 79.7 1.5 111.8 24.1 9 6.4 17.4 13.8 25 22.3 4.2-4.8 8.7-9.2 13.5-13.3 3.7-3.2 7.5-6.2 11.5-9 32.1-22.6 72.4-31.7 111.8-24.2C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9ZM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1c-23.1-25.9-58-37.7-92-31.2-46.6 8.9-80.2 49.5-80.2 96.9v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268a102.7 102.7 0 0 0 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9-34-6.5-69 5.4-92 31.2l-.1.1-.1.1-17.8 20c-.3.4-.7.7-1 1.1-4.5 4.5-10.6 7-16.9 7-6.3 0-12.4-2.5-16.9-7v-.1Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.05131 0 0 .0526 8.8 8.748)"/></svg>');
}

.ic-wish-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="m225.8 468.2-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144 39.4-7.6 79.7 1.5 111.8 24.1 9 6.4 17.4 13.8 25 22.3 4.2-4.8 8.7-9.2 13.5-13.3 3.7-3.2 7.5-6.2 11.5-9 32.1-22.6 72.4-31.7 111.8-24.2C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9ZM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1c-23.1-25.9-58-37.7-92-31.2-46.6 8.9-80.2 49.5-80.2 96.9v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268a102.7 102.7 0 0 0 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9-34-6.5-69 5.4-92 31.2l-.1.1-.1.1-17.8 20c-.3.4-.7.7-1 1.1-4.5 4.5-10.6 7-16.9 7-6.3 0-12.4-2.5-16.9-7v-.1Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.05131 0 0 .0526 8.8 8.748)"/></svg>');
}

.ic-l-de-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23898989" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23898989" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.172 1129v-66.55h22.924c5.175 0 9.124.32 11.848.96 3.813.87 7.066 2.46 9.759 4.76 3.511 2.97 6.128 6.77 7.853 11.4 1.756 4.6 2.633 9.86 2.633 15.79 0 5.06-.59 9.54-1.77 13.44-1.18 3.9-2.694 7.14-4.54 9.71-1.846 2.55-3.873 4.56-6.082 6.04-2.179 1.45-4.827 2.56-7.944 3.32-3.087.75-6.643 1.13-10.668 1.13H57.172Zm8.807-7.85h14.208c4.388 0 7.823-.41 10.304-1.23 2.512-.82 4.509-1.97 5.992-3.45 2.088-2.09 3.707-4.89 4.857-8.4 1.18-3.54 1.77-7.82 1.77-12.84 0-6.96-1.15-12.3-3.449-16.03-2.27-3.75-5.039-6.26-8.308-7.53-2.36-.91-6.158-1.36-11.393-1.36H65.979v50.84ZM124.491 1129v-66.55h48.117v7.86h-39.311v20.38h36.814v7.81h-36.814v22.65h40.854v7.85h-49.66Z" style="fill:%23898989;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-de-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.172 1129v-66.55h22.924c5.175 0 9.124.32 11.848.96 3.813.87 7.066 2.46 9.759 4.76 3.511 2.97 6.128 6.77 7.853 11.4 1.756 4.6 2.633 9.86 2.633 15.79 0 5.06-.59 9.54-1.77 13.44-1.18 3.9-2.694 7.14-4.54 9.71-1.846 2.55-3.873 4.56-6.082 6.04-2.179 1.45-4.827 2.56-7.944 3.32-3.087.75-6.643 1.13-10.668 1.13H57.172Zm8.807-7.85h14.208c4.388 0 7.823-.41 10.304-1.23 2.512-.82 4.509-1.97 5.992-3.45 2.088-2.09 3.707-4.89 4.857-8.4 1.18-3.54 1.77-7.82 1.77-12.84 0-6.96-1.15-12.3-3.449-16.03-2.27-3.75-5.039-6.26-8.308-7.53-2.36-.91-6.158-1.36-11.393-1.36H65.979v50.84ZM124.491 1129v-66.55h48.117v7.86h-39.311v20.38h36.814v7.81h-36.814v22.65h40.854v7.85h-49.66Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-de-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.172 1129v-66.55h22.924c5.175 0 9.124.32 11.848.96 3.813.87 7.066 2.46 9.759 4.76 3.511 2.97 6.128 6.77 7.853 11.4 1.756 4.6 2.633 9.86 2.633 15.79 0 5.06-.59 9.54-1.77 13.44-1.18 3.9-2.694 7.14-4.54 9.71-1.846 2.55-3.873 4.56-6.082 6.04-2.179 1.45-4.827 2.56-7.944 3.32-3.087.75-6.643 1.13-10.668 1.13H57.172Zm8.807-7.85h14.208c4.388 0 7.823-.41 10.304-1.23 2.512-.82 4.509-1.97 5.992-3.45 2.088-2.09 3.707-4.89 4.857-8.4 1.18-3.54 1.77-7.82 1.77-12.84 0-6.96-1.15-12.3-3.449-16.03-2.27-3.75-5.039-6.26-8.308-7.53-2.36-.91-6.158-1.36-11.393-1.36H65.979v50.84ZM124.491 1129v-66.55h48.117v7.86h-39.311v20.38h36.814v7.81h-36.814v22.65h40.854v7.85h-49.66Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-de-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23f29400" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23f29400" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.172 1129v-66.55h22.924c5.175 0 9.124.32 11.848.96 3.813.87 7.066 2.46 9.759 4.76 3.511 2.97 6.128 6.77 7.853 11.4 1.756 4.6 2.633 9.86 2.633 15.79 0 5.06-.59 9.54-1.77 13.44-1.18 3.9-2.694 7.14-4.54 9.71-1.846 2.55-3.873 4.56-6.082 6.04-2.179 1.45-4.827 2.56-7.944 3.32-3.087.75-6.643 1.13-10.668 1.13H57.172Zm8.807-7.85h14.208c4.388 0 7.823-.41 10.304-1.23 2.512-.82 4.509-1.97 5.992-3.45 2.088-2.09 3.707-4.89 4.857-8.4 1.18-3.54 1.77-7.82 1.77-12.84 0-6.96-1.15-12.3-3.449-16.03-2.27-3.75-5.039-6.26-8.308-7.53-2.36-.91-6.158-1.36-11.393-1.36H65.979v50.84ZM124.491 1129v-66.55h48.117v7.86h-39.311v20.38h36.814v7.81h-36.814v22.65h40.854v7.85h-49.66Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-en-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23898989" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23898989" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.354 1129v-66.55h48.117v7.86H66.16v20.38h36.814v7.81H66.16v22.65h40.854v7.85h-49.66ZM119.089 1129v-66.55h9.033l34.953 52.25v-52.25h8.443V1129h-9.033l-34.953-52.29V1129h-8.443Z" style="fill:%23898989;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-en-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.354 1129v-66.55h48.117v7.86H66.16v20.38h36.814v7.81H66.16v22.65h40.854v7.85h-49.66ZM119.089 1129v-66.55h9.033l34.953 52.25v-52.25h8.443V1129h-9.033l-34.953-52.29V1129h-8.443Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-en-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.354 1129v-66.55h48.117v7.86H66.16v20.38h36.814v7.81H66.16v22.65h40.854v7.85h-49.66ZM119.089 1129v-66.55h9.033l34.953 52.25v-52.25h8.443V1129h-9.033l-34.953-52.29V1129h-8.443Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-en-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23f29400" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23f29400" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.354 1129v-66.55h48.117v7.86H66.16v20.38h36.814v7.81H66.16v22.65h40.854v7.85h-49.66ZM119.089 1129v-66.55h9.033l34.953 52.25v-52.25h8.443V1129h-9.033l-34.953-52.29V1129h-8.443Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-fr-sel {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23898989" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23898989" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23898989" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.626 1129v-66.55h44.894v7.86H66.432v20.6h31.231v7.86H66.432V1129h-8.806ZM114.096 1129v-66.55h29.505c5.932 0 10.441.61 13.528 1.82 3.086 1.18 5.553 3.28 7.399 6.31s2.769 6.37 2.769 10.03c0 4.72-1.528 8.7-4.585 11.94-3.056 3.24-7.777 5.3-14.163 6.17 2.331 1.12 4.101 2.23 5.311 3.32 2.573 2.36 5.009 5.31 7.309 8.85l11.575 18.11h-11.076l-8.806-13.85c-2.573-3.99-4.691-7.05-6.355-9.16-1.665-2.12-3.163-3.61-4.494-4.45-1.302-.85-2.633-1.44-3.995-1.77-.999-.21-2.633-.32-4.902-.32h-10.214V1129h-8.806Zm8.806-37.18h18.929c4.025 0 7.172-.41 9.442-1.22 2.27-.85 3.995-2.18 5.175-4 1.18-1.84 1.77-3.84 1.77-5.99 0-3.15-1.15-5.73-3.45-7.76-2.269-2.03-5.871-3.04-10.803-3.04h-21.063v22.01Z" style="fill:%23898989;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-fr-sel-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.626 1129v-66.55h44.894v7.86H66.432v20.6h31.231v7.86H66.432V1129h-8.806ZM114.096 1129v-66.55h29.505c5.932 0 10.441.61 13.528 1.82 3.086 1.18 5.553 3.28 7.399 6.31s2.769 6.37 2.769 10.03c0 4.72-1.528 8.7-4.585 11.94-3.056 3.24-7.777 5.3-14.163 6.17 2.331 1.12 4.101 2.23 5.311 3.32 2.573 2.36 5.009 5.31 7.309 8.85l11.575 18.11h-11.076l-8.806-13.85c-2.573-3.99-4.691-7.05-6.355-9.16-1.665-2.12-3.163-3.61-4.494-4.45-1.302-.85-2.633-1.44-3.995-1.77-.999-.21-2.633-.32-4.902-.32h-10.214V1129h-8.806Zm8.806-37.18h18.929c4.025 0 7.172-.41 9.442-1.22 2.27-.85 3.995-2.18 5.175-4 1.18-1.84 1.77-3.84 1.77-5.99 0-3.15-1.15-5.73-3.45-7.76-2.269-2.03-5.871-3.04-10.803-3.04h-21.063v22.01Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-fr-std {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23363636" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23363636" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23363636" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.626 1129v-66.55h44.894v7.86H66.432v20.6h31.231v7.86H66.432V1129h-8.806ZM114.096 1129v-66.55h29.505c5.932 0 10.441.61 13.528 1.82 3.086 1.18 5.553 3.28 7.399 6.31s2.769 6.37 2.769 10.03c0 4.72-1.528 8.7-4.585 11.94-3.056 3.24-7.777 5.3-14.163 6.17 2.331 1.12 4.101 2.23 5.311 3.32 2.573 2.36 5.009 5.31 7.309 8.85l11.575 18.11h-11.076l-8.806-13.85c-2.573-3.99-4.691-7.05-6.355-9.16-1.665-2.12-3.163-3.61-4.494-4.45-1.302-.85-2.633-1.44-3.995-1.77-.999-.21-2.633-.32-4.902-.32h-10.214V1129h-8.806Zm8.806-37.18h18.929c4.025 0 7.172-.41 9.442-1.22 2.27-.85 3.995-2.18 5.175-4 1.18-1.84 1.77-3.84 1.77-5.99 0-3.15-1.15-5.73-3.45-7.76-2.269-2.03-5.871-3.04-10.803-3.04h-21.063v22.01Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-l-fr-std-hover {
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M22.661 1346.34c-8.157-13.54-12.85-29.4-12.85-46.34 0-49.67 40.328-90 90-90s90 40.33 90 90-40.328 90-90 90c-18.857 0-36.367-5.81-50.835-15.74l7.786-7.79c12.396 8.05 27.181 12.73 43.049 12.73 43.712 0 79.2-35.49 79.2-79.2s-35.488-79.2-79.2-79.2-79.2 35.49-79.2 79.2c0 13.95 3.612 27.06 9.952 38.44l-7.902 7.9Z" style="fill:%23f29400" transform="matrix(.22 0 0 .22 0 -264)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.21038 .06434 -.07271 .23775 40.09 -99.741)"/><circle cx="16" cy="581.6" r="6" style="fill:%23f29400" transform="matrix(.21813 0 0 .21813 -.619 -87.08)"/><path style="fill:%23f29400" d="M18 540h10v39.2H18z" transform="matrix(.04936 .2144 -.25796 .0594 150.893 .69)"/><path d="M57.626 1129v-66.55h44.894v7.86H66.432v20.6h31.231v7.86H66.432V1129h-8.806ZM114.096 1129v-66.55h29.505c5.932 0 10.441.61 13.528 1.82 3.086 1.18 5.553 3.28 7.399 6.31s2.769 6.37 2.769 10.03c0 4.72-1.528 8.7-4.585 11.94-3.056 3.24-7.777 5.3-14.163 6.17 2.331 1.12 4.101 2.23 5.311 3.32 2.573 2.36 5.009 5.31 7.309 8.85l11.575 18.11h-11.076l-8.806-13.85c-2.573-3.99-4.691-7.05-6.355-9.16-1.665-2.12-3.163-3.61-4.494-4.45-1.302-.85-2.633-1.44-3.995-1.77-.999-.21-2.633-.32-4.902-.32h-10.214V1129h-8.806Zm8.806-37.18h18.929c4.025 0 7.172-.41 9.442-1.22 2.27-.85 3.995-2.18 5.175-4 1.18-1.84 1.77-3.84 1.77-5.99 0-3.15-1.15-5.73-3.45-7.76-2.269-2.03-5.871-3.04-10.803-3.04h-21.063v22.01Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.23715 0 0 .23715 -5.199 -237.824)"/></svg>');
}

.ic-search-std {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
}

.ic-search-std-hover {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M368 208c0-87.773-72.227-160-160-160S48 120.227 48 208s72.227 160 160 160 160-72.227 160-160Zm-30.9 163.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9-9.4 9.3-24.6 9.4-33.9 0l-134-133.8Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.03906 0 0 .03906 1 1)"/></svg>');
}

.ic-forum {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 284 72" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M44.452 49.764c-4.375-5.404-10.525-8.769-17.331-8.769-10.453 0-19.356 7.937-22.662 19.005H0c3.462-13.891 14.301-24.039 27.121-24.039 8.107 0 15.422 4.058 20.58 10.554l-3.249 3.249Z" style="fill:%23C0C0C0" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23363636" transform="matrix(.15872 0 0 .15872 15.607 4.913)"/><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23363636" transform="translate(17.412 -6.965) scale(2.07367)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23363636" transform="matrix(.1746 0 0 .1746 45.748 8.754)"/><path d="M69.664 46.361c5.151-6.406 12.414-10.4 20.457-10.4 12.82 0 23.659 10.148 27.121 24.039h-4.459c-3.306-11.068-12.209-19.005-22.662-19.005-6.742 0-12.84 3.302-17.206 8.617l-3.251-3.251Z" style="fill:%23C0C0C0" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23363636" transform="matrix(.15872 0 0 .15872 78.607 4.913)"/><path d="M152.726 9.446h-14.917v15.698h-4.688v-35.547h22.022v3.858h-17.334V5.613h14.917v3.833ZM185.602 8.518c0 3.483-.586 6.527-1.758 9.131-1.172 2.588-2.832 4.566-4.981 5.933-2.148 1.367-4.655 2.051-7.519 2.051-2.8 0-5.282-.684-7.446-2.051-2.165-1.384-3.85-3.345-5.054-5.884-1.188-2.555-1.799-5.509-1.831-8.862V6.272c0-3.418.594-6.437 1.782-9.057 1.188-2.621 2.865-4.623 5.029-6.006 2.181-1.4 4.672-2.1 7.471-2.1 2.848 0 5.355.692 7.52 2.075 2.181 1.368 3.857 3.361 5.029 5.982 1.172 2.604 1.758 5.639 1.758 9.106v2.246Zm-4.663-2.295c0-4.215-.847-7.446-2.539-9.692-1.693-2.262-4.061-3.394-7.105-3.394-2.962 0-5.298 1.132-7.007 3.394-1.693 2.246-2.563 5.371-2.612 9.375v2.612c0 4.086.854 7.3 2.563 9.644 1.726 2.327 4.094 3.491 7.105 3.491 3.027 0 5.371-1.099 7.031-3.296 1.66-2.213 2.515-5.379 2.564-9.497V6.223ZM203.17 10.764h-8.35v14.38h-4.711v-35.547h11.767c4.004 0 7.08.912 9.229 2.735 2.164 1.823 3.247 4.476 3.247 7.959 0 2.213-.603 4.142-1.807 5.786-1.188 1.644-2.848 2.873-4.98 3.686l8.349 15.088v.293h-5.029l-7.715-14.38Zm-8.35-3.833h7.203c2.327 0 4.174-.602 5.542-1.806 1.383-1.205 2.075-2.816 2.075-4.834 0-2.197-.659-3.882-1.978-5.054-1.302-1.172-3.19-1.766-5.664-1.782h-7.178V6.931ZM243.443-10.403v24.17c-.016 3.353-1.074 6.096-3.173 8.228-2.084 2.132-4.916 3.328-8.496 3.589l-1.246.049c-3.89 0-6.99-1.05-9.301-3.15-2.312-2.099-3.483-4.988-3.516-8.667v-24.219h4.639V13.67c0 2.571.708 4.573 2.124 6.006 1.416 1.416 3.434 2.124 6.054 2.124 2.653 0 4.68-.708 6.08-2.124 1.416-1.416 2.124-3.41 2.124-5.982v-24.097h4.711ZM254.396-10.403l11.621 29.004 11.621-29.004h6.079v35.547h-4.688V11.302l.44-14.942-11.67 28.784h-3.589L252.565-3.567l.463 14.869v13.842h-4.687v-35.547h6.055Z" style="fill:%23363636;fill-rule:nonzero" transform="matrix(1.07804 0 0 1.24444 -26.31 26.753)"/></svg>');
}

.ic-forum-hover {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 284 72" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M44.452 49.764c-4.375-5.404-10.525-8.769-17.331-8.769-10.453 0-19.356 7.937-22.662 19.005H0c3.462-13.891 14.301-24.039 27.121-24.039 8.107 0 15.422 4.058 20.58 10.554l-3.249 3.249Z" style="fill:%23f29400" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.15872 0 0 .15872 15.607 4.913)"/><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23f29400" transform="translate(17.412 -6.965) scale(2.07367)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.1746 0 0 .1746 45.748 8.754)"/><path d="M69.664 46.361c5.151-6.406 12.414-10.4 20.457-10.4 12.82 0 23.659 10.148 27.121 24.039h-4.459c-3.306-11.068-12.209-19.005-22.662-19.005-6.742 0-12.84 3.302-17.206 8.617l-3.251-3.251Z" style="fill:%23f29400" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.15872 0 0 .15872 78.607 4.913)"/><path d="M152.726 9.446h-14.917v15.698h-4.688v-35.547h22.022v3.858h-17.334V5.613h14.917v3.833ZM185.602 8.518c0 3.483-.586 6.527-1.758 9.131-1.172 2.588-2.832 4.566-4.981 5.933-2.148 1.367-4.655 2.051-7.519 2.051-2.8 0-5.282-.684-7.446-2.051-2.165-1.384-3.85-3.345-5.054-5.884-1.188-2.555-1.799-5.509-1.831-8.862V6.272c0-3.418.594-6.437 1.782-9.057 1.188-2.621 2.865-4.623 5.029-6.006 2.181-1.4 4.672-2.1 7.471-2.1 2.848 0 5.355.692 7.52 2.075 2.181 1.368 3.857 3.361 5.029 5.982 1.172 2.604 1.758 5.639 1.758 9.106v2.246Zm-4.663-2.295c0-4.215-.847-7.446-2.539-9.692-1.693-2.262-4.061-3.394-7.105-3.394-2.962 0-5.298 1.132-7.007 3.394-1.693 2.246-2.563 5.371-2.612 9.375v2.612c0 4.086.854 7.3 2.563 9.644 1.726 2.327 4.094 3.491 7.105 3.491 3.027 0 5.371-1.099 7.031-3.296 1.66-2.213 2.515-5.379 2.564-9.497V6.223ZM203.17 10.764h-8.35v14.38h-4.711v-35.547h11.767c4.004 0 7.08.912 9.229 2.735 2.164 1.823 3.247 4.476 3.247 7.959 0 2.213-.603 4.142-1.807 5.786-1.188 1.644-2.848 2.873-4.98 3.686l8.349 15.088v.293h-5.029l-7.715-14.38Zm-8.35-3.833h7.203c2.327 0 4.174-.602 5.542-1.806 1.383-1.205 2.075-2.816 2.075-4.834 0-2.197-.659-3.882-1.978-5.054-1.302-1.172-3.19-1.766-5.664-1.782h-7.178V6.931ZM243.443-10.403v24.17c-.016 3.353-1.074 6.096-3.173 8.228-2.084 2.132-4.916 3.328-8.496 3.589l-1.246.049c-3.89 0-6.99-1.05-9.301-3.15-2.312-2.099-3.483-4.988-3.516-8.667v-24.219h4.639V13.67c0 2.571.708 4.573 2.124 6.006 1.416 1.416 3.434 2.124 6.054 2.124 2.653 0 4.68-.708 6.08-2.124 1.416-1.416 2.124-3.41 2.124-5.982v-24.097h4.711ZM254.396-10.403l11.621 29.004 11.621-29.004h6.079v35.547h-4.688V11.302l.44-14.942-11.67 28.784h-3.589L252.565-3.567l.463 14.869v13.842h-4.687v-35.547h6.055Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(1.07804 0 0 1.24444 -26.31 26.753)"/></svg>');
}

/* FA --------------------------------------------------------------------------------------*/
/*
.ic-link						        {width: 40px; height: 32px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M591.5 256c50-50 50-131 0-181s-131-50-181 0l-22.6 22.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l22.6-22.6c37.5-37.5 98.3-37.5 135.8 0s37.5 98.3 0 135.8L444.3 357.9c-37.4 37.4-98.1 37.4-135.6 0-35.6-35.6-37.6-92.6-4.7-130.6l5.3-6.1c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6l-5.3 6.1C235.9 257 238.6 333 286 380.4c49.9 49.9 130.9 49.9 180.8 0L591.5 256zm-543 0c-50 50-50 131 0 181s131 50 181 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-22.6 22.6c-37.5 37.5-98.3 37.5-135.8 0s-37.5-98.3 0-135.8l124.6-124.5c37.4-37.4 98.1-37.4 135.6 0 35.6 35.6 37.6 92.6 4.7 130.6l-5.3 6.1c-5.8 6.7-5.1 16.8 1.6 22.6s16.8 5.1 22.6-1.6l5.3-6.1C404.1 255 401.4 179 354 131.6c-50.1-50.1-131-50.1-181-.2L48.5 256z"/></svg>');
}
.ic-link-hover				      {width: 40px; height: 32px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path style="fill:%23f29400" d="M591.5 256c50-50 50-131 0-181s-131-50-181 0l-22.6 22.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l22.6-22.6c37.5-37.5 98.3-37.5 135.8 0s37.5 98.3 0 135.8L444.3 357.9c-37.4 37.4-98.1 37.4-135.6 0-35.6-35.6-37.6-92.6-4.7-130.6l5.3-6.1c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6l-5.3 6.1C235.9 257 238.6 333 286 380.4c49.9 49.9 130.9 49.9 180.8 0L591.5 256zm-543 0c-50 50-50 131 0 181s131 50 181 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-22.6 22.6c-37.5 37.5-98.3 37.5-135.8 0s-37.5-98.3 0-135.8l124.6-124.5c37.4-37.4 98.1-37.4 135.6 0 35.6 35.6 37.6 92.6 4.7 130.6l-5.3 6.1c-5.8 6.7-5.1 16.8 1.6 22.6s16.8 5.1 22.6-1.6l5.3-6.1C404.1 255 401.4 179 354 131.6c-50.1-50.1-131-50.1-181-.2L48.5 256z"/></svg>');
}
.ic-comment-dots					  {width: 40px; height: 32px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M32 240c0-91.4 93.8-176 224-176s224 84.6 224 176-93.8 176-224 176c-32 0-63-5.9-93.5-16.2-9.9-3.3-20.7-1.8-29.2 4.2-15.4 10.7-31.4 20-48.4 27.4l6.3 14.6-6.4-14.7c-10.5 4.6-21.5 8.6-32.7 11.5.5-.9 1.1-1.8 1.6-2.6C68 416.5 76.3 391 79.4 363.9c1-9.2-2.1-17.7-7.4-23.9-24.5-29.4-40-62.9-40-100zM256 32C114.5 32 0 125.2 0 240c0 46.6 19.6 87.1 47.4 120.5 0 .1.1.1.1.2-2.6 22.6-9.5 43.5-21.3 63.1-6.5 10.8-13.5 20.8-21.7 29-4.5 4.6-5.9 11.5-3.4 17.4s8.3 9.8 14.8 9.8c28.7 0 57.6-8.9 81.6-19.3 19.2-8.4 37.1-18.7 53.9-30.5.2-.1.5-.2.7-.1C185.5 441.3 220 448 256 448c141.5 0 256-93.2 256-208S397.5 32 256 32zM128 264a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm128 0a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm152-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0z"/></svg>');
}
.ic-comment-dots-hover		  {width: 40px; height: 32px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23f29400" d="M32 240c0-91.4 93.8-176 224-176s224 84.6 224 176-93.8 176-224 176c-32 0-63-5.9-93.5-16.2-9.9-3.3-20.7-1.8-29.2 4.2-15.4 10.7-31.4 20-48.4 27.4l6.3 14.6-6.4-14.7c-10.5 4.6-21.5 8.6-32.7 11.5.5-.9 1.1-1.8 1.6-2.6C68 416.5 76.3 391 79.4 363.9c1-9.2-2.1-17.7-7.4-23.9-24.5-29.4-40-62.9-40-100zM256 32C114.5 32 0 125.2 0 240c0 46.6 19.6 87.1 47.4 120.5 0 .1.1.1.1.2-2.6 22.6-9.5 43.5-21.3 63.1-6.5 10.8-13.5 20.8-21.7 29-4.5 4.6-5.9 11.5-3.4 17.4s8.3 9.8 14.8 9.8c28.7 0 57.6-8.9 81.6-19.3 19.2-8.4 37.1-18.7 53.9-30.5.2-.1.5-.2.7-.1C185.5 441.3 220 448 256 448c141.5 0 256-93.2 256-208S397.5 32 256 32zM128 264a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm128 0a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm152-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0z"/></svg>');
}
.ic-square-check		        {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M64 64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm331.3 107.3-128 128c-6.2 6.2-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l52.7 52.7 116.7-116.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>');
}
.ic-square-check-hover		  {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path style="fill:%23f29400" d="M64 64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm331.3 107.3-128 128c-6.2 6.2-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l52.7 52.7 116.7-116.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>');
}
.ic-star						        {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="m226.5 168.8 61.4-126.5 61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0l-122.6 65.5 23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7zm198.4 340.3c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5l-26.3-155.5 111.2-110.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3l-153.3-22.6-68.6-141.3C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5l-68.6 141.3-153.2 22.7c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5l111.1 110.1L116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z"/></svg>');
}
.ic-star-hover						  {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="m226.5 168.8 61.4-126.5 61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0l-122.6 65.5 23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7zm198.4 340.3c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5l-26.3-155.5 111.2-110.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3l-153.3-22.6-68.6-141.3C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5l-68.6 141.3-153.2 22.7c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5l111.1 110.1L116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z"/></svg>');
}


.ic-angle-down							{width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M212.7 363.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 329.4 75.3 180.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z"/></svg>');
}


.ic-award									  {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M166.5 7.2c15.7-9.5 35.3-9.5 51 0l16.4 10c2.8 1.7 6 2.6 9.3 2.5l19.2-.5c18.3-.4 35.4 9.4 44.2 25.5l9.2 16.8c1.6 2.9 3.9 5.2 6.8 6.8l16.8 9.2c16.1 8.8 25.9 25.8 25.5 44.2l-.5 19.2c-.1 3.3.8 6.5 2.5 9.3l10 16.4c9.5 15.7 9.5 35.3 0 51l-10 16.4c-1.7 2.8-2.6 6-2.5 9.3l.5 19.2c.4 18.3-9.4 35.4-25.5 44.2l-16.8 9.2c-2.9 1.6-5.2 3.9-6.8 6.8l-9.2 16.8c-8.8 16.1-25.8 25.9-44.2 25.5l-19.2-.5c-3.3-.1-6.5.8-9.3 2.5l-16.4 10c-15.7 9.5-35.3 9.5-51 0l-16.4-10c-2.8-1.7-6-2.6-9.3-2.5l-19.2.5c-18.3.4-35.4-9.4-44.2-25.5l-9.2-16.8c-1.6-2.9-3.9-5.2-6.8-6.8l-16.8-9.2c-16.1-8.8-25.9-25.8-25.5-44.2l.5-19.2c.1-3.3-.8-6.5-2.5-9.3l-10-16.4c-9.5-15.7-9.5-35.3 0-51l10-16.4 13.7 8.3-13.7-8.3c1.7-2.8 2.6-6 2.5-9.3l-.5-19.2c-.4-18.3 9.4-35.4 25.5-44.2l16.8-9.2c2.9-1.6 5.2-3.9 6.8-6.8l9.2-16.8c8.8-16.1 25.8-25.9 44.2-25.5l19.2.5c3.3.1 6.5-.8 9.3-2.5l16.4-10zm34.4 27.3c-5.4-3.3-12.3-3.3-17.7 0l-16.4 10c-8 4.9-17.3 7.4-26.7 7.1l-19.2-.5c-6.4-.2-12.3 3.3-15.3 8.9l-9.2 16.9c-4.5 8.2-11.3 15-19.5 19.5L60 105.6c-5.6 3.1-9 9-8.9 15.3l.5 19.2c.2 9.4-2.3 18.6-7.1 26.7l-10 16.4c-3.3 5.4-3.3 12.3 0 17.7l10 16.4c4.9 8 7.4 17.3 7.1 26.7l-.5 19.2c-.2 6.4 3.3 12.3 8.9 15.3l16.8 9.2c8.2 4.5 15 11.3 19.5 19.5l9.2 16.8c3.1 5.6 9 9 15.3 8.9l19.2-.5c9.4-.2 18.6 2.3 26.7 7.1l16.4 10c5.4 3.3 12.3 3.3 17.7 0l16.4-10c8-4.9 17.3-7.4 26.7-7.1l19.2.5c6.4.2 12.3-3.3 15.3-8.9l9.2-16.8c4.5-8.2 11.3-15 19.5-19.5l16.8-9.2c5.6-3.1 9-9 8.9-15.3l-.5-19.2c-.2-9.4 2.3-18.6 7.1-26.7l10-16.4c3.3-5.4 3.3-12.3 0-17.7l-10-16.4c-4.9-8-7.4-17.3-7.1-26.7l.5-19.2c.2-6.4-3.3-12.3-8.9-15.3l-16.8-9.2c-8.2-4.5-15-11.3-19.5-19.5L278.4 60c-3.1-5.6-9-9-15.3-8.9l-19.2.5c-9.4.2-18.6-2.3-26.7-7.1l-16.4-10zM192 136a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm88 56a88 88 0 1 1-176 0 88 88 0 1 1 176 0zM1.3 441.8l41.2-97.9c1.5 1.8 3.6 4.8 6.9 10.8 4 7.4 9.1 14 15 19.6L41.8 428l38.1-5.7c6.2-.9 12.3 1.8 15.7 7.1l21.3 32.6 26-61.8c1.8.9 4.1 2.2 6.9 3.9 7 4.3 14.5 7.4 22.2 9.3l-37.3 88.7c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2l-32.2-49.1-56.1 8.3c-5.7.8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L212 413.5c7.7-2 15.2-5.1 22.2-9.3 2.8-1.7 5.1-3 6.9-3.9l26 61.8 21.3-32.6c3.4-5.2 9.6-8 15.7-7.1l38.1 5.7-22.6-53.7c5.9-5.6 11-12.2 15-19.6 3.3-6 5.4-9 6.9-10.8l41.2 97.9c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z"/></svg>');
}
.ic-caret-up							  {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M154.4 162.2c1.4-1.3 3.5-2.2 5.6-2.2s4.2.8 5.6 2.2l120.2 113.5c1.4 1.3 2.2 3.2 2.2 5.2 0 3.9-3.2 7.1-7.1 7.1H39.1c-3.9 0-7.1-3.2-7.1-7.1 0-2 .8-3.8 2.2-5.2l120.2-113.5zm-22-23.3L12.3 252.4C4.4 259.8 0 270.1 0 280.9 0 302.5 17.5 320 39.1 320h241.8c21.6 0 39.1-17.5 39.1-39.1 0-10.8-4.4-21.1-12.3-28.4L187.6 138.9c-7.4-7-17.3-10.9-27.6-10.9s-20.1 3.9-27.6 10.9z"/></svg>');
}
.ic-circle_solid					  {width: 18px; height: 18px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z"/></svg>');
}

.ic-file							      {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M352 448V192H240c-26.5 0-48-21.5-48-48V32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32zm-.5-288c-.7-2.8-2.1-5.4-4.2-7.4L231.4 36.7c-2.1-2.1-4.6-3.5-7.4-4.2V144c0 8.8 7.2 16 16 16h111.5zM0 64C0 28.7 28.7 0 64 0h156.1C232.8 0 245 5.1 254 14.1l115.9 115.8c9 9 14.1 21.2 14.1 33.9V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z"/></svg>');
}
.ic-file-pdf				        {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M64 480h48v32H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h156.1C232.8 0 245 5.1 254 14.1l115.9 115.8c9 9 14.1 21.2 14.1 33.9V304h-32V192H240c-26.5 0-48-21.5-48-48V32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32zm287.5-320c-.7-2.8-2.1-5.4-4.2-7.4L231.4 36.7c-2.1-2.1-4.6-3.5-7.4-4.2V144c0 8.8 7.2 16 16 16h111.5zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V368z"/></svg>');
}
.ic_gears							      {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="m146.2 40.7-6.9 25.1c-1.4 5.2-5.4 9.4-10.6 11-14.6 4.6-27.9 12.4-39 22.5-4 3.7-9.6 5.1-14.9 3.7l-25.1-6.6c-2.2 3.1-4.3 6.3-6.3 9.6l-2.4 4.2c-1.8 3.3-3.5 6.6-5 10l18.3 18.5c3.8 3.9 5.4 9.4 4.2 14.7-1.7 7.3-2.5 14.8-2.5 22.6s.8 15.3 2.4 22.5c1.2 5.3-.4 10.8-4.2 14.7l-18.3 18.6c1.5 3.4 3.2 6.7 5 10l2.5 4.3c2 3.3 4.1 6.5 6.3 9.6l25.2-6.7c5.3-1.4 10.9 0 14.9 3.7 11.1 10.2 24.3 17.9 39 22.5 5.2 1.6 9.2 5.8 10.6 11l6.9 25.1c4.5.5 9.1.7 13.8.7s9.2-.2 13.8-.7l6.9-25.1c1.4-5.2 5.4-9.4 10.6-11 14.6-4.6 27.9-12.4 39-22.5 4-3.7 9.6-5.1 14.9-3.7l25.2 6.6c2.2-3 4.2-6.1 6.1-9.3l2.8-4.8c1.7-3.2 3.4-6.4 4.8-9.7l-18.3-18.5c-3.8-3.9-5.4-9.4-4.2-14.7 1.6-7.2 2.4-14.8 2.4-22.6s-.8-15.3-2.4-22.6c-1.2-5.3.4-10.8 4.2-14.7l18.3-18.5c-1.5-3.3-3.1-6.5-4.8-9.7l-2.8-4.8c-1.9-3.2-4-6.3-6.1-9.3l-25.4 6.6c-5.3 1.4-10.9 0-14.9-3.7-11.1-10.2-24.3-17.9-39-22.5-5.2-1.6-9.2-5.8-10.6-11l-6.9-25.1c-4.5-.5-9.1-.7-13.8-.7s-9.2.2-13.8.7zm-15.4-30.2C140.3 8.9 150.1 8 160 8s19.7.9 29.1 2.5c6.1 1.1 11 5.6 12.7 11.5l7.5 27.2c13.1 5.1 25.1 12.1 35.9 20.7l27.3-7.1c6-1.6 12.3.5 16.3 5.2 5.6 6.7 10.7 13.8 15.2 21.3l.2.3 2.9 5.1.2.3c4.1 7.5 7.7 15.4 10.7 23.6 2.1 5.8.7 12.3-3.6 16.7l-19.8 20.1c1 6.8 1.6 13.7 1.6 20.7s-.5 13.9-1.6 20.7l19.8 20.1c4.3 4.4 5.8 10.9 3.6 16.7-3 8.2-6.6 16-10.7 23.6l-.2.3-3 5.1-.2.3c-4.5 7.5-9.6 14.6-15.2 21.3-4 4.7-10.3 6.8-16.3 5.2l-27.3-7.1c-10.7 8.6-22.8 15.6-35.8 20.7l-7.5 27c-1.6 6-6.6 10.5-12.7 11.5-9.5 1.7-19.2 2.5-29.1 2.5s-19.7-.9-29.2-2.5c-6.1-1.1-11-5.6-12.7-11.5l-7.5-27.2c-13.1-5.1-25.1-12.1-35.8-20.7l-27.3 7.1c-6 1.6-12.3-.5-16.3-5.2-5.7-6.8-10.9-14-15.4-21.6l-.1-.2-2.6-4.5-.1-.2c-4.2-7.6-7.9-15.6-10.9-23.9-2.1-5.8-.7-12.3 3.6-16.7l19.8-20.1c-1-6.9-1.5-13.8-1.5-20.8s.5-13.9 1.6-20.7L5.7 135.2c-4.3-4.4-5.8-10.9-3.6-16.7 3-8.3 6.7-16.3 10.9-23.9l.1-.2 2.6-4.5.1-.2C20.4 82 25.6 74.8 31.3 68c4-4.7 10.3-6.8 16.3-5.2l27.3 7.1c10.7-8.6 22.8-15.6 35.8-20.7l7.5-27.2c1.6-6 6.6-10.5 12.7-11.5zM104 176a56 56 0 1 1 112 0 56 56 0 1 1-112 0zm56 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm168.7 165.8 25.1 6.9c5.2 1.4 9.4 5.4 11 10.6 4.6 14.6 12.4 27.9 22.5 39 3.7 4 5.1 9.6 3.7 14.9l-6.6 25.2c3.1 2.2 6.3 4.3 9.6 6.3l4.2 2.4c3.3 1.8 6.6 3.5 10 5l18.5-18.3c3.9-3.8 9.4-5.4 14.7-4.2 7.2 1.6 14.8 2.4 22.5 2.4s15.3-.8 22.5-2.4c5.3-1.2 10.8.4 14.7 4.2l18.5 18.3c3.4-1.5 6.7-3.2 10-5l4.3-2.5c3.3-2 6.5-4.1 9.6-6.3l-6.5-25.2c-1.4-5.3 0-10.9 3.7-14.9 10.2-11.1 17.9-24.3 22.5-39 1.6-5.2 5.8-9.2 11-10.6l25.1-6.9c.5-4.5.7-9.1.7-13.8s-.2-9.2-.7-13.8l-25.1-6.9c-5.2-1.4-9.4-5.4-11-10.6-4.6-14.7-12.4-27.9-22.5-39-3.7-4-5.1-9.6-3.7-14.9l6.6-25.2c-3-2.2-6.1-4.2-9.3-6.1l-4.8-2.8c-3.2-1.7-6.4-3.4-9.7-4.8l-18.5 18.3c-3.9 3.8-9.4 5.4-14.7 4.2-7.2-1.6-14.8-2.4-22.6-2.4s-15.3.8-22.6 2.4c-5.3 1.2-10.8-.4-14.7-4.2l-18.5-18.3c-3.3 1.5-6.5 3.1-9.7 4.8l-4.8 2.8c-3.2 1.9-6.3 4-9.3 6.1l6.6 25.2c1.4 5.3 0 10.9-3.7 14.9-10.2 11.1-17.9 24.3-22.5 39-1.6 5.2-5.8 9.2-11 10.6l-25.1 6.9c-.5 4.5-.7 9.1-.7 13.8s.2 9.2.7 13.8zm-30.2 15.4c-1.7-9.5-2.5-19.2-2.5-29.2s.9-19.7 2.5-29.1c1.1-6.1 5.6-11 11.5-12.7l27.2-7.5c5.1-13.1 12.1-25.1 20.7-35.9l-7.1-27.3c-1.6-6 .5-12.3 5.2-16.3 6.7-5.6 13.8-10.7 21.3-15.2l.3-.2 5.1-2.9.3-.2c7.5-4.1 15.4-7.7 23.6-10.7 5.8-2.1 12.3-.7 16.7 3.6l20.1 19.8c6.8-1 13.7-1.6 20.7-1.6s13.9.5 20.7 1.6l20.1-19.8c4.4-4.3 10.9-5.8 16.7-3.6 8.2 3 16 6.6 23.6 10.7l.3.2 5.1 3 .3.2c7.5 4.5 14.6 9.6 21.3 15.2 4.7 4 6.7 10.3 5.2 16.3l-7.1 27.3c8.6 10.7 15.6 22.8 20.7 35.8l27.2 7.5c6 1.6 10.5 6.6 11.5 12.7 1.7 9.5 2.5 19.2 2.5 29.1s-.9 19.7-2.5 29.2c-1.1 6.1-5.6 11-11.5 12.7l-27.2 7.5c-5.1 13.1-12.1 25.1-20.7 35.8l7.1 27.3c1.6 6-.5 12.3-5.2 16.3-6.8 5.7-14 10.9-21.6 15.4l-.2.1-4.5 2.6-.2.1c-7.6 4.2-15.6 7.9-23.9 10.9-5.8 2.1-12.3.7-16.7-3.6L485 486.5c-6.8 1-13.7 1.6-20.7 1.6s-13.9-.5-20.7-1.6l-20.1 19.8c-4.4 4.3-10.9 5.8-16.7 3.6-8.3-3-16.3-6.7-23.9-10.9l-.2-.1-4.5-2.6-.2-.1c-7.6-4.6-14.9-9.8-21.6-15.4-4.7-4-6.8-10.3-5.2-16.3l7.1-27.3c-8.6-10.7-15.6-22.8-20.7-35.8l-27.6-7.6c-6-1.6-10.5-6.6-11.5-12.7zM464 408a56 56 0 1 1 0-112 56 56 0 1 1 0 112zm24-56a24 24 0 1 0-48 0 24 24 0 1 0 48 0z"/></svg>');
}
.ic-images							    {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M160 64h352c17.7 0 32 14.3 32 32v105.4L486.6 144c-12.5-12.5-32.8-12.5-45.3 0L304 281.4 230.6 208c-12.5-12.5-32.8-12.5-45.3 0L128 265.4V96c0-17.7 14.3-32 32-32zm416 32c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64v224c0 35.3 28.7 64 64 64h352c35.3 0 64-28.7 64-64V96zm-112 70.6 80 80V320c0 17.7-14.3 32-32 32H278.6l36.7-36.7L464 166.6zM281.4 304l-48 48H160c-17.7 0-32-14.3-32-32v-9.4l80-80 73.4 73.4zM32 112c0-8.8-7.2-16-16-16s-16 7.2-16 16v240c0 70.7 57.3 128 128 128h336c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-53 0-96-43-96-96V112zm232 48a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"/></svg>');
}
.ic-info							      {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M64 64a32 32 0 1 1 64 0 32 32 0 1 1-64 0zM16 176c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v272h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16h64V192H32c-8.8 0-16-7.2-16-16z"/></svg>');
}
.ic-square-check		        {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M64 64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm331.3 107.3-128 128c-6.2 6.2-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l52.7 52.7 116.7-116.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>');
}

.ic-comments                {width: 20px; height: 20px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M32 176c0-74.8 73.7-144 176-144s176 69.2 176 144s-73.7 144-176 144c-15.3 0-30.6-1.9-46.3-5c-3.5-.7-7.1-.2-10.2 1.4c-6.1 3.1-12 6-18 8.7c-28.4 12.9-60.2 23.1-91.5 26c14.9-19 26.8-39.7 37.6-59.9c3.3-6.1 2.3-13.6-2.5-18.6C50 244.2 32 213.1 32 176zM208 0C93.1 0 0 78.9 0 176c0 44.2 19.8 80.1 46 110c-11.7 21-24 40.6-39.5 57.5l0 0-.1 .1c-6.5 7-8.2 17.1-4.4 25.8C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.9-2.2 9.6-4.5 14.3-6.8c15.3 2.8 30.9 4.6 47 4.6c114.9 0 208-78.9 208-176S322.9 0 208 0zM447.4 160.5C541.6 167 608 233 608 304c0 37.1-18 68.2-45.1 96.6c-4.8 5-5.8 12.5-2.5 18.6c10.9 20.2 22.7 40.8 37.6 59.9c-31.3-3-63.2-13.2-91.5-26c-6-2.7-11.9-5.6-18-8.7c-3.2-1.6-6.8-2.1-10.2-1.4c-15.6 3.1-30.9 5-46.3 5c-68.2 0-123.6-30.7-153.1-73.3c-11 3-22.3 5.2-33.8 6.8C279 439.8 349.9 480 432 480c16.1 0 31.7-1.8 47-4.6c4.6 2.3 9.4 4.6 14.3 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.7 2-18.9-4.4-25.8l-.1-.1 0 0c-15.5-17-27.8-36.5-39.5-57.5c26.2-29.9 46-65.8 46-110c0-94.4-87.8-171.5-198.2-175.8c2.8 10.4 4.7 21.2 5.6 32.3z"/></svg>');
}
*/
.ic-cart-1-neg {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><circle cx="99" cy="100" r="90" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M30.66 36.044h-4.063V16.421l-5.992 2.048v-3.441l9.534-3.509h.521v24.525Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(-7.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-1-pos {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M30.66 36.044h-4.063V16.421l-5.992 2.048v-3.441l9.534-3.509h.521v24.525Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(-7.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-2-neg {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><circle cx="99" cy="100" r="90" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M36.048 36.044H19.614v-2.803l8.142-8.88c1.175-1.31 2.008-2.401 2.501-3.273.503-.885.755-1.769.755-2.653 0-1.164-.33-2.104-.99-2.82-.649-.716-1.528-1.074-2.636-1.074-1.32 0-2.344.403-3.072 1.209-.727.805-1.091 1.908-1.091 3.306h-4.079c0-1.488.336-2.825 1.008-4.011.682-1.198 1.65-2.127 2.904-2.787 1.264-.66 2.719-.99 4.364-.99 2.372 0 4.241.598 5.606 1.796 1.377 1.186 2.065 2.831 2.065 4.935 0 1.22-.347 2.501-1.041 3.844-.682 1.332-1.807 2.848-3.374 4.549l-5.975 6.395h11.347v3.257Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(-7.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-2-pos {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M36.048 36.044H19.614v-2.803l8.142-8.88c1.175-1.31 2.008-2.401 2.501-3.273.503-.885.755-1.769.755-2.653 0-1.164-.33-2.104-.99-2.82-.649-.716-1.528-1.074-2.636-1.074-1.32 0-2.344.403-3.072 1.209-.727.805-1.091 1.908-1.091 3.306h-4.079c0-1.488.336-2.825 1.008-4.011.682-1.198 1.65-2.127 2.904-2.787 1.264-.66 2.719-.99 4.364-.99 2.372 0 4.241.598 5.606 1.796 1.377 1.186 2.065 2.831 2.065 4.935 0 1.22-.347 2.501-1.041 3.844-.682 1.332-1.807 2.848-3.374 4.549l-5.975 6.395h11.347v3.257Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(-7.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-3-neg {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><circle cx="99" cy="100" r="90" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M24.331 21.96h2.485c1.253-.011 2.243-.335 2.971-.973.738-.638 1.108-1.561 1.108-2.77 0-1.164-.308-2.065-.924-2.702-.604-.65-1.533-.974-2.786-.974-1.097 0-1.998.319-2.703.957-.705.626-1.057 1.449-1.057 2.467h-4.079c0-1.253.33-2.395.99-3.424.672-1.03 1.6-1.83 2.787-2.4 1.197-.582 2.534-.873 4.012-.873 2.439 0 4.353.615 5.74 1.846 1.399 1.22 2.099 2.921 2.099 5.103 0 1.097-.353 2.132-1.058 3.106a6.557 6.557 0 0 1-2.702 2.182c1.342.459 2.361 1.18 3.055 2.165.705.985 1.057 2.16 1.057 3.525 0 2.194-.755 3.939-2.266 5.237-1.5 1.299-3.475 1.948-5.925 1.948-2.35 0-4.275-.627-5.775-1.88-1.499-1.254-2.249-2.921-2.249-5.003h4.079c0 1.075.358 1.948 1.074 2.619.728.671 1.701 1.007 2.921 1.007 1.264 0 2.26-.336 2.988-1.007.727-.671 1.091-1.645 1.091-2.921 0-1.287-.381-2.277-1.142-2.971-.76-.694-1.891-1.041-3.39-1.041h-2.401V21.96Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(-6.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-3-pos {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M24.331 21.96h2.485c1.253-.011 2.243-.335 2.971-.973.738-.638 1.108-1.561 1.108-2.77 0-1.164-.308-2.065-.924-2.702-.604-.65-1.533-.974-2.786-.974-1.097 0-1.998.319-2.703.957-.705.626-1.057 1.449-1.057 2.467h-4.079c0-1.253.33-2.395.99-3.424.672-1.03 1.6-1.83 2.787-2.4 1.197-.582 2.534-.873 4.012-.873 2.439 0 4.353.615 5.74 1.846 1.399 1.22 2.099 2.921 2.099 5.103 0 1.097-.353 2.132-1.058 3.106a6.557 6.557 0 0 1-2.702 2.182c1.342.459 2.361 1.18 3.055 2.165.705.985 1.057 2.16 1.057 3.525 0 2.194-.755 3.939-2.266 5.237-1.5 1.299-3.475 1.948-5.925 1.948-2.35 0-4.275-.627-5.775-1.88-1.499-1.254-2.249-2.921-2.249-5.003h4.079c0 1.075.358 1.948 1.074 2.619.728.671 1.701 1.007 2.921 1.007 1.264 0 2.26-.336 2.988-1.007.727-.671 1.091-1.645 1.091-2.921 0-1.287-.381-2.277-1.142-2.971-.76-.694-1.891-1.041-3.39-1.041h-2.401V21.96Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(-6.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-4-neg {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><circle cx="99" cy="100" r="90" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M33.413 27.332h3.038v3.273h-3.038v5.439h-4.079v-5.439H18.775l-.117-2.484 10.541-16.518h4.214v15.729Zm-10.475 0h6.396V17.126l-.303.537-6.093 9.669Z" style="fill:%23fff;fill-rule:nonzero" transform="translate(-9.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-4-pos {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M33.413 27.332h3.038v3.273h-3.038v5.439h-4.079v-5.439H18.775l-.117-2.484 10.541-16.518h4.214v15.729Zm-10.475 0h6.396V17.126l-.303.537-6.093 9.669Z" style="fill:%23f29400;fill-rule:nonzero" transform="translate(-9.123 -3.066) scale(1.05512)"/></svg>');
}

.ic-cart-check-neg {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><circle cx="99" cy="100" r="90" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0h.1Z" style="fill:%23fff;fill-rule:nonzero" transform="matrix(.05356 0 0 .05767 9.953 8.466)"/></svg>');
}

.ic-cart-check-pos {
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 10.8c43.712 0 79.2 35.488 79.2 79.2s-35.488 79.2-79.2 79.2-79.2-35.488-79.2-79.2S55.288 20.8 99 20.8Z" style="fill:%23f29400" transform="translate(.22) scale(.22)"/><path d="M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0h.1Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(.05356 0 0 .05767 9.953 8.466)"/></svg>');
}

/* Show all deals --------------------------------------------------------------------------------------*/
.show_all_deals_de {
  width: 817px;
  height: 118px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 817 118" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M1285.1 1526h52.6v-16.33h-33.32l33.32-82v-16.01h-50.96V1428h31.68l-33.32 81.99V1526Z" style="fill:#383639;fill-rule:nonzero" transform="translate(-1285.1 -1410.03)"/><path d="M1344.72 1526h49v-16.33h-31.03v-35.12h24.66v-16.34h-24.66V1428h31.03v-16.34h-49V1526ZM1400.91 1411.66h17.967v114.336h-17.967zM1454.65 1527.63c17.64 0 26.78-10.45 26.78-28.74v-37.41h-25.97v16.34h8.99v22.37c0 8.17-3.6 11.11-9.31 11.11-5.72 0-9.31-2.94-9.31-11.11v-62.56c0-8.16 3.59-11.27 9.31-11.27 5.71 0 9.31 3.11 9.31 11.27v10.95h16.98v-9.8c0-18.3-9.14-28.75-26.78-28.75s-26.79 10.45-26.79 28.75v60.11c0 18.29 9.15 28.74 26.79 28.74ZM1489.93 1526h49v-16.33h-31.03v-35.12h24.66v-16.34h-24.66V1428h31.03v-16.34h-49V1526ZM1564.41 1526h16.66l3.27-22.38h20.42v-.32l3.26 22.7h17.97l-18.62-114.34h-24.34L1564.41 1526Zm22.05-37.89 7.84-56.52h.33l8 56.52h-16.17ZM1631.54 1526h47.53v-16.33h-29.56v-98.01h-17.97V1526ZM1684.63 1526h47.53v-16.33h-29.57v-98.01h-17.96V1526ZM1737.71 1526h49v-16.33h-31.03v-35.12h24.66v-16.34h-24.66V1428h31.03v-16.34h-49V1526Z" style="fill:#383639;fill-rule:nonzero" transform="translate(-1285.59 -1410.03)"/><path d="M1816.93 1526h27.44c17.97 0 26.79-9.96 26.79-28.26v-57.82c0-18.29-8.82-28.26-26.79-28.26h-27.44V1526Zm17.97-16.33V1428h9.14c5.72 0 9.15 2.94 9.15 11.1v59.46c0 8.17-3.43 11.11-9.15 11.11h-9.14ZM1880.14 1526h49v-16.33h-31.03v-35.12h24.66v-16.34h-24.66V1428h31.03v-16.34h-49V1526ZM1931.59 1526h16.66l3.27-22.38h20.42v-.32l3.26 22.7h17.97l-18.62-114.34h-24.34L1931.59 1526Zm22.05-37.89 7.84-56.52h.33l8 56.52h-16.17ZM1998.73 1526h47.53v-16.33h-29.57v-98.01h-17.96V1526ZM2075.17 1527.63c17.64 0 27.11-10.45 27.11-29.07 0-14.21-4.74-23.36-19.76-36.59-11.76-10.29-15.52-16.33-15.52-24.66 0-7.84 3.27-10.95 8.98-10.95 5.72 0 8.99 3.11 8.99 11.27v5.89h16.98v-4.74c0-18.3-8.65-28.75-26.13-28.75-17.48 0-26.79 10.45-26.79 28.42 0 13.07 4.9 22.38 19.93 35.61 11.76 10.29 15.35 16.33 15.35 25.81 0 8.49-3.59 11.43-9.31 11.43-5.71 0-9.31-2.94-9.31-11.11v-7.84h-16.98v6.54c0 18.29 8.82 28.74 26.46 28.74Z" style="fill:#f29400;fill-rule:nonzero" transform="translate(-1285.59 -1410.03)"/></svg>');
}

.show_all_deals_en {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 817 118" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M1312.05 1527.63c17.64 0 27.12-10.45 27.12-29.07 0-14.21-4.74-23.36-19.77-36.59-11.76-10.29-15.51-16.33-15.51-24.66 0-7.84 3.26-10.95 8.98-10.95 5.72 0 8.98 3.11 8.98 11.27v5.89h16.99v-4.74c0-18.3-8.66-28.75-26.13-28.75-17.48 0-26.79 10.45-26.79 28.42 0 13.07 4.9 22.38 19.93 35.61 11.76 10.29 15.35 16.33 15.35 25.81 0 8.49-3.59 11.43-9.31 11.43-5.72 0-9.31-2.94-9.31-11.11v-7.84h-16.99v6.54c0 18.29 8.82 28.74 26.46 28.74ZM1349.46 1526h17.96v-51.45h19.28V1526h17.97v-114.34h-17.97v46.55h-19.28v-46.55h-17.96V1526ZM1444.03 1527.63c17.64 0 27.28-10.45 27.28-28.74v-60.11c0-18.3-9.64-28.75-27.28-28.75s-27.28 10.45-27.28 28.75v60.11c0 18.29 9.64 28.74 27.28 28.74Zm0-16.33c-5.72 0-9.31-3.1-9.31-11.27v-62.4c0-8.16 3.59-11.27 9.31-11.27 5.72 0 9.31 3.11 9.31 11.27v62.4c0 8.17-3.59 11.27-9.31 11.27ZM1490.75 1526h23.84l8.17-77.1h.33l8.16 77.1h22.38l11.6-114.34h-15.52l-8 87.88h-.33l-8.49-87.88h-19.6l-8.5 87.88h-.32l-8.01-87.88h-17.31l11.6 114.34ZM1595.77 1526h16.66l3.27-22.38h20.42v-.32l3.26 22.7h17.97l-18.62-114.34h-24.34L1595.77 1526Zm22.05-37.89 7.84-56.52h.33l8 56.52h-16.17ZM1666.01 1526h47.53v-16.33h-29.57v-98.01h-17.96V1526ZM1722.19 1526h47.54v-16.33h-29.57v-98.01h-17.97V1526Z" style="fill:#383639;fill-rule:nonzero" transform="translate(-1285.59 -1410.03)"/><path d="M1804.52 1526h27.44c17.96 0 26.78-9.96 26.78-28.26v-57.82c0-18.29-8.82-28.26-26.78-28.26h-27.44V1526Zm17.96-16.33V1428h9.15c5.72 0 9.15 2.94 9.15 11.1v59.46c0 8.17-3.43 11.11-9.15 11.11h-9.15ZM1870.83 1526h49v-16.33h-31.03v-35.12h24.66v-16.34h-24.66V1428h31.03v-16.34h-49V1526ZM1925.39 1526h16.66l3.26-22.38h20.42v-.32l3.27 22.7h17.96l-18.62-114.34h-24.33L1925.39 1526Zm22.05-37.89 7.84-56.52h.32l8.01 56.52h-16.17ZM1995.62 1526h47.53v-16.33h-29.56v-98.01h-17.97V1526ZM2075.17 1527.63c17.64 0 27.11-10.45 27.11-29.07 0-14.21-4.74-23.36-19.76-36.59-11.76-10.29-15.52-16.33-15.52-24.66 0-7.84 3.27-10.95 8.98-10.95 5.72 0 8.99 3.11 8.99 11.27v5.89h16.98v-4.74c0-18.3-8.65-28.75-26.13-28.75-17.48 0-26.79 10.45-26.79 28.42 0 13.07 4.9 22.38 19.93 35.61 11.76 10.29 15.35 16.33 15.35 25.81 0 8.49-3.59 11.43-9.31 11.43-5.71 0-9.31-2.94-9.31-11.11v-7.84h-16.98v6.54c0 18.29 8.82 28.74 26.46 28.74Z" style="fill:#f29400;fill-rule:nonzero" transform="translate(-1285.59 -1410.03)"/></svg>');
}

.show_all_deals_fr {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 817 118" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M1301.27 1526h23.85l17.31-114.34h-16.49l-11.76 88.7h-.33l-11.76-88.7h-18.13l17.31 114.34ZM1377.08 1527.63c17.64 0 27.28-10.45 27.28-28.74v-60.11c0-18.3-9.64-28.75-27.28-28.75s-27.28 10.45-27.28 28.75v60.11c0 18.29 9.64 28.74 27.28 28.74Zm0-16.33c-5.72 0-9.31-3.1-9.31-11.27v-62.4c0-8.16 3.59-11.27 9.31-11.27 5.72 0 9.31 3.11 9.31 11.27v62.4c0 8.17-3.59 11.27-9.31 11.27ZM1416.79 1411.66h17.967v114.336h-17.967zM1448.49 1526h17.97v-49h6.2c8.17 0 11.27 3.43 11.27 14.05v20.9c0 9.31.66 11.11 1.64 14.05h18.29c-1.79-4.25-1.96-8.33-1.96-13.88v-20.09c0-12.91-2.94-21.4-11.92-24.18v-.32c8-3.27 11.76-10.78 11.76-22.54v-7.03c0-17.64-8.01-26.3-26.63-26.3h-26.62V1526Zm17.97-65.34V1428h8.16c6.37 0 9.15 3.59 9.15 11.76v8.82c0 9.15-4.08 12.08-10.78 12.08h-6.53ZM1541.13 1526h47.54v-16.33h-29.57v-98.01h-17.97V1526ZM1597.67 1526h49v-16.33h-31.04v-35.12h24.67v-16.34h-24.67V1428h31.04v-16.34h-49V1526ZM1680.98 1527.63c17.64 0 27.12-10.45 27.12-29.07 0-14.21-4.74-23.36-19.76-36.59-11.77-10.29-15.52-16.33-15.52-24.66 0-7.84 3.26-10.95 8.98-10.95 5.72 0 8.99 3.11 8.99 11.27v5.89h16.98v-4.74c0-18.3-8.65-28.75-26.13-28.75-17.48 0-26.79 10.45-26.79 28.42 0 13.07 4.9 22.38 19.93 35.61 11.76 10.29 15.35 16.33 15.35 25.81 0 8.49-3.59 11.43-9.31 11.43-5.72 0-9.31-2.94-9.31-11.11v-7.84h-16.99v6.54c0 18.29 8.82 28.74 26.46 28.74Z" style="fill:#383639;fill-rule:nonzero" transform="translate(-1283.96 -1410.03)"/><path d="M1771.18 1527.63c17.64 0 27.28-10.45 27.28-28.74v-60.11c0-18.3-9.64-28.75-27.28-28.75s-27.28 10.45-27.28 28.75v60.11c0 18.29 9.64 28.74 27.28 28.74Zm0-16.33c-5.72 0-9.31-3.1-9.31-11.27v-62.4c0-8.16 3.59-11.27 9.31-11.27 5.72 0 9.31 3.11 9.31 11.27v62.4c0 8.17-3.59 11.27-9.31 11.27ZM1810.89 1526h17.96v-49.82h23.2v-16.33h-23.2V1428h29.57v-16.34h-47.53V1526ZM1867.42 1526h17.96v-49.82h23.2v-16.33h-23.2V1428h29.57v-16.34h-47.53V1526ZM1923.95 1526h17.97v-49h6.2c8.17 0 11.27 3.43 11.27 14.05v20.9c0 9.31.66 11.11 1.64 14.05h18.29c-1.8-4.25-1.96-8.33-1.96-13.88v-20.09c0-12.91-2.94-21.4-11.92-24.18v-.32c8-3.27 11.76-10.78 11.76-22.54v-7.03c0-17.64-8.01-26.3-26.63-26.3h-26.62V1526Zm17.97-65.34V1428h8.16c6.37 0 9.15 3.59 9.15 11.76v8.82c0 9.15-4.08 12.08-10.78 12.08h-6.53ZM1990.12 1526h49v-16.33h-31.04v-35.12h24.67v-16.34h-24.67V1428h31.04v-16.34h-49V1526ZM2073.43 1527.63c17.65 0 27.12-10.45 27.12-29.07 0-14.21-4.74-23.36-19.77-36.59-11.75-10.29-15.51-16.33-15.51-24.66 0-7.84 3.26-10.95 8.98-10.95 5.72 0 8.99 3.11 8.99 11.27v5.89h16.98v-4.74c0-18.3-8.65-28.75-26.13-28.75-17.48 0-26.79 10.45-26.79 28.42 0 13.07 4.9 22.38 19.93 35.61 11.76 10.29 15.35 16.33 15.35 25.81 0 8.49-3.59 11.43-9.31 11.43-5.72 0-9.31-2.94-9.31-11.11v-7.84h-16.99v6.54c0 18.29 8.83 28.74 26.46 28.74Z" style="fill:#f29400;fill-rule:nonzero" transform="translate(-1283.96 -1410.03)"/></svg>');
}

/* Device --------------------------------------------------------------------------------------*/
.head-height {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 74px;
  max-height: 74px;
}

.head-table table td {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 74px;
  max-height: 74px;
}

.dev-xl-container {
  max-width: 1184px;
  min-width: 1184px;
}

.dev-lg-container {
  max-width: 950px;
  min-width: 950px;
}

.dev-md-container {
  max-width: 992px;
  min-height: 74px;
  max-height: 74px;
}

.dev-sm-container {
  max-width: 950px;
  min-height: 74px;
  max-height: 74px;
}

.dev-xl-row {
  min-height: 74px;
  max-height: 74px;
}

.dev-xl-col table td {
  padding-top: 6px;
  min-height: 74px;
  max-height: 74px;
}

.dev-lg-row {
  min-height: 74px;
  max-height: 74px;
}

.dev-lg-col table td {
  padding-top: 6px;
  min-height: 74px;
  max-height: 74px;
}

.dev-md-row {
  min-height: 74px;
  max-height: 74px;
}

.dev-md-col table td {
  padding: 0px;
  min-height: 74px;
  max-height: 74px;
}

.dev-sm-row {
  min-height: 74px;
  max-height: 74px;
}

.dev-sm-col table td {
  padding-top: 6px;
  min-height: 74px;
  max-height: 74px;
}

.dev-xs-row {
  min-height: 74px;
  max-height: 74px;
}

/* SUB bar -------------------------------------------------------------------------------------*/
.sub-bar-container {
  background-color: #EBEBEB !important;
  display: block;
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 !important;
}

.search-bar-col {
  min-height: 35px !important;
  max-height: 35px !important;
}

.sub-bar-navi-row {
  min-height: 30px;
  max-height: 30px;
  font-size: 16px !important;
  text-transform: uppercase;
}

.sub-bar-src-row {
  min-height: 30px;
  max-height: 30px;
  font-size: 13px !important;
}

.ui-widget-mod {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* THEME -------------------------------------------------------------------------------------- */
.btn-primary, .btn-primary:focus, .btn-primary:active {
  color: #363636 !important;
  background-color: #EBEBEB !important;
  /*border-color:#5C5C5C !important; */
  box-shadow: none !important;
}

.btn-primary:hover {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  /*border-color:#5C5C5C !important; */
  box-shadow: none !important;
}

.btn-off {
  color: #363636 !important;
  background-color: #EBEBEB !important;
  /*background-color:#737373 !important;*/
  border-color: #5C5C5C !important;
  box-shadow: none !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  color: #363636 !important;
  background-color: #EBEBEB !important;
  /*background-color:#737373 !important;*/
  /*border-color:#5C5C5C !important; */
  box-shadow: none !important;
}

.btn a {
  text-decoration: none !important;
}

.btn a:link {
  text-decoration: none !important;
}

.btn-secondary a {
  text-decoration: none !important;
}

.btn-secondary a:link {
  text-decoration: none !important;
}

.btn:hover, .btn:focus, .btn:active {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  /*border-color:#5C5C5C !important; */
  box-shadow: none !important;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-fluid {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #F29400 !important;
}

.dropdown-menu {
  font-size: 14px !important;
  overflow: hidden !important;
}

.dropdown-item {
  overflow: hidden !important;
  text-decoration: none !important;
  cursor: pointer;
}

.dropdown-item:focus {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.dropdown-item:active {
  color: #FFFFFF !important;
  background-color: #F29400 !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

/* Scroll PlugIn ------------------------------------------------------------------------------- */
#mCSB_1_dragger_vertical .mCSB_dragger_bar {
  background-color: #F29400 !important;
}

/* Button Spinner ------------------------------------------------------------------------------ */
.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  color: #FFFFFF;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  min-width: 35px;
  max-width: 35px; /* More than it will ever come, notice that this affects on animation duration */
}

/* Button Spinner small ------------------------------------------------------------------------- */
.sm-spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  color: #FFFFFF;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.sm-has-spinner.active {
  cursor: progress;
}

.has-spinner.active .sm-spinner {
  opacity: 1;
  min-width: 20px;
  max-width: 20px; /* More than it will ever come, notice that this affects on animation duration */
}

/* NAVBAR -------------------------------------------------------------------------------------- */
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.mdropdown-item-inactive {
  color: #363636 !important;
  background: #FFFFFF;
}

.mdropdown-item-active {
  color: #FFFFFF !important;
  background: #F29400;
}

.mdropdown-item-active:hover {
  color: #FFFFFF !important;
  background: #F29400;
}

.mdropdown-item-disabled {
  color: #999 !important;
  font-weight: bold !important;
  background: #FFFFFF;
  cursor: default !important;
}

/* SIDEBAR -------------------------------------------------------------------------------------- */
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  /* top right corner of the sidebar */
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  z-index: 99999;
  background: #EBEBEB;
  color: #363636;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  right: 0px;
}

#sidebar-close {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 5px 0 0 10px;
  /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
  color: #363636;
  padding: 5px;
}

#sidebar ul li {
  padding: 5px;
  font-size: 1em;
  display: block;
  text-align: left;
  font-weight: bold !important;
}

#sidebar ul li a {
  color: #363636;
}

#sidebar ul li a:hover {
  color: #F29400;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #363636;
  background: #EBEBEB;
}

a[data-toggle=collapse] {
  position: relative;
}

.navlist {
  color: #363636;
}

.dropdown-toggle::after {
  /*display: block;
   position: absolute;*/
  display: inline-block;
  margin-left: 15px; /*0.255em;*/
  vertical-align: 0.255em;
  right: 20px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

ul ul {
  font-size: 0.9em !important;
  padding-left: 10px !important;
  background: #EBEBEB;
}

ul ul a {
  font-size: 1em !important;
  background: #EBEBEB;
}

.sidebar-cross {
  height: 35px;
}

/* CONTENT ---------------------------------------------------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

/* LNG MSG --------------------------------------------------------------------------------------------- */
.lng_message {
  display: block;
  position: relative;
  background: #F29400;
  max-width: 950px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.lng_message div {
  padding: 5px;
  width: 100%;
}

.lng_message_bt a {
  color: #363636;
  text-decoration: none;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-width: 180px;
  margin-left: 10px;
}

.lng_message_bt a:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.lng_message_closer {
  color: #777;
  position: fixed;
  text-decoration: none;
  top: 7px;
  margin-left: 20px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
}

.lng_message_closer:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9;
}

/* Cookie MSG --------------------------------------------------------------------------------------------- */
.cookie_message {
  display: block;
  position: relative;
  background: #353535;
  color: #7E807F;
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}

.cookie_message div {
  padding: 5px;
  width: 100%;
}

.cookie_message_tx {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}

.cookie_message_tx a {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: #7E807F;
  text-decoration: underline;
}

.cookie_message_bt a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 15px;
}

.cookie_message_bt a:hover {
  cursor: pointer;
}

#cookie_message_closer {
  color: #777;
  position: fixed;
  text-decoration: none;
  top: 7px;
  margin-left: 20px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
}

#cookie_messageCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9;
}

/* Search bar ---------------------------------------------------------------------------------------------*/
.search_bar_glass a {
  display: block;
  position: relative;
  width: 32px;
  height: 24px;
  background: url(/img/bar_lupe.png) no-repeat;
  background-position: 0px 0px;
}

.search_bar_glass a:hover {
  background: url(/img/bar_lupe.png) no-repeat;
  background-position: 0px -24px;
}

#searchstr2 {
  max-width: 100%;
  min-width: 100%;
  padding-left: 0px;
}

#searchstr {
  margin: 1px 0 0 2px;
  padding-left: 8px;
  width: 275px;
}

.search-fld {
  margin: 0px 5px 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #F29400 !important;
}

/* Head bar < lg ---------------------------------------------------------------------------------------*/
.ico25-profile a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/img/ico25_profile2_gr.png) no-repeat;
}

.ico25-profile a:hover {
  background: url(/img/ico25_profile2_or.png) no-repeat;
}

.ico25-profile-fat a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/img/ico25_profile_fat_gr.png) no-repeat;
}

.ico25-profile-fat a:hover {
  background: url(/img/ico25_profile_fat_or.png) no-repeat;
}

.ico25-cart a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/img/ico25_cart_gr.png) no-repeat;
}

.ico25-cart a:hover {
  background: url(/img/ico25_cart_or.png) no-repeat;
}

.ico25-geld a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/img/ico25_geld_gr.png) no-repeat;
}

.ico25-geld a:hover {
  background: url(/img/ico25_geld_or.png) no-repeat;
}

.ico25-lupe a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/img/ico25_lupe_gr.png) no-repeat;
}

.ico25-lupe a:hover {
  background: url(/img/ico25_lupe_or.png) no-repeat;
}

.ico35-profile a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_profile2_gr.png) no-repeat;
}

.ico35-profile a:hover {
  background: url(/img/ico35_profile2_or.png) no-repeat;
}

.ico35-profile-fat a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_profile_fat_gr.png) no-repeat;
}

.ico35-profile-fat a:hover {
  background: url(/img/ico35_profile_fat_or.png) no-repeat;
}

.ico35-cart a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_cart_gr.png) no-repeat;
}

.ico35-cart a:hover {
  background: url(/img/ico35_cart_or.png) no-repeat;
}

.ico35-geld a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_geld_gr.png) no-repeat;
}

.ico35-geld a:hover {
  background: url(/img/ico35_geld_or.png) no-repeat;
}

.ico35-lupe a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_lupe_gr.png) no-repeat;
}

.ico35-lupe a:hover {
  background: url(/img/ico35_lupe_or.png) no-repeat;
}

.ico35-heart a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url(/img/ico35_heart_gr.png) no-repeat;
}

.ico35-heart a:hover {
  background: url(/img/ico35_heart_or.png) no-repeat;
}

/* Head bar lg & xl ---------------------------------------------------------------------------------------*/
.bar_box {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 244px;
  height: 30px;
  background-color: #d4d4d4;
  /*border-radius: 3px;*/
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.bar_lnk a {
  margin: 2px 8px 0px 6px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  float: left;
  text-transform: uppercase;
}

.bar_lnk a:hover {
  color: #F29400;
}

.bar_src_fld {
  margin: 3px 0 0 5px;
  border: 0px;
  color: #000000;
  overflow: hidden;
  font-size: 12px;
  width: 100%;
  border-color: #F29400 !important;
}

/*
.bar_kvr a              {display: block; position:absolute; top:12px; left:260px; width: 66px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:0px -1px;}
.bar_kvr a:hover        {background: url(/img/bar_icons_23.png) no-repeat; background-position:0px -21px;}
.bar_fb a               {display: block; position:absolute; top:12px; left:332px; width: 20px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:-68px -1px;}
.bar_fb a:hover         {background: url(/img/bar_icons_23.png) no-repeat; background-position:-68px -21px;}
.bar_tw a               {display: block; position:absolute; top:12px; left:360px; width: 23px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:-88px -1px;}
.bar_tw a:hover         {background: url(/img/bar_icons_23.png) no-repeat; background-position:-88px -21px;}
.bar_yt a               {display: block; position:absolute; top:12px; left:390px; width: 28px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:-110px -1px;}
.bar_yt a:hover         {background: url(/img/bar_icons_23.png) no-repeat; background-position:-110px -21px;}
.bar_isg a              {display: block; position:absolute; top:12px; left:424px; width: 20px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:-139px -1px;}
.bar_isg a:hover        {background: url(/img/bar_icons_23.png) no-repeat; background-position:-139px -21px;}

.bar_ts a               {display: block; position:absolute; top:12px; left:450px; width: 22px; height: 18px; background: url(/img/bar_icons_23.png) no-repeat; background-position:-160px -1px;}
.bar_ts a:hover         {background: url(/img/bar_icons_23.png) no-repeat; background-position:-160px -21px;}
*/
.bar_breadcrumb {
  display: block;
  position: absolute;
  top: 10px;
  left: 256px;
  width: 375px;
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  color: #868686;
}

.bcrumb_bgd_main {
  display: inline-block;
  vertical-align: top;
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #C9C9C9;
  margin-right: 5px;
  background-color: #d4d4d4;
  padding: 0 4px 0 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.bcrumb_bgd_main a {
  font-size: 12px;
  color: #868686;
  text-decoration: none;
  font-weight: normal;
}

.bcrumb_bgd_main a:hover {
  font-size: 12px;
  color: #F29400;
  text-decoration: none;
  font-weight: normal;
}

.bcrumb_bgd_main a span {
  margin: 0;
  padding: 0;
}

.bar23_kvr {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 18px;
}

.bar23_kvr .img-top {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 18px;
  z-index: 99;
  cursor: pointer;
}

.bar23_kvr:hover .img-top {
  display: inline;
}

/* Foot ---------------------------------------------------------------------------------------*/
.foot-space {
  min-height: 10px;
  max-height: 10px;
}

.foot_ico {
  padding: 10px 0 10px 0;
}

.foot_colum {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  float: none;
  overflow: hidden;
}

.foot_ico_kvr a {
  display: block;
  position: relative;
  width: 85px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 284 72" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M44.452 49.764c-4.375-5.404-10.525-8.769-17.331-8.769-10.453 0-19.356 7.937-22.662 19.005H0c3.462-13.891 14.301-24.039 27.121-24.039 8.107 0 15.422 4.058 20.58 10.554l-3.249 3.249Z" style="fill:%23C0C0C0" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23C0C0C0" transform="matrix(.15872 0 0 .15872 15.607 4.913)"/><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23C0C0C0" transform="translate(17.412 -6.965) scale(2.07367)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23C0C0C0" transform="matrix(.1746 0 0 .1746 45.748 8.754)"/><path d="M69.664 46.361c5.151-6.406 12.414-10.4 20.457-10.4 12.82 0 23.659 10.148 27.121 24.039h-4.459c-3.306-11.068-12.209-19.005-22.662-19.005-6.742 0-12.84 3.302-17.206 8.617l-3.251-3.251Z" style="fill:%23C0C0C0" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23C0C0C0" transform="matrix(.15872 0 0 .15872 78.607 4.913)"/><path d="M152.726 9.446h-14.917v15.698h-4.688v-35.547h22.022v3.858h-17.334V5.613h14.917v3.833ZM185.602 8.518c0 3.483-.586 6.527-1.758 9.131-1.172 2.588-2.832 4.566-4.981 5.933-2.148 1.367-4.655 2.051-7.519 2.051-2.8 0-5.282-.684-7.446-2.051-2.165-1.384-3.85-3.345-5.054-5.884-1.188-2.555-1.799-5.509-1.831-8.862V6.272c0-3.418.594-6.437 1.782-9.057 1.188-2.621 2.865-4.623 5.029-6.006 2.181-1.4 4.672-2.1 7.471-2.1 2.848 0 5.355.692 7.52 2.075 2.181 1.368 3.857 3.361 5.029 5.982 1.172 2.604 1.758 5.639 1.758 9.106v2.246Zm-4.663-2.295c0-4.215-.847-7.446-2.539-9.692-1.693-2.262-4.061-3.394-7.105-3.394-2.962 0-5.298 1.132-7.007 3.394-1.693 2.246-2.563 5.371-2.612 9.375v2.612c0 4.086.854 7.3 2.563 9.644 1.726 2.327 4.094 3.491 7.105 3.491 3.027 0 5.371-1.099 7.031-3.296 1.66-2.213 2.515-5.379 2.564-9.497V6.223ZM203.17 10.764h-8.35v14.38h-4.711v-35.547h11.767c4.004 0 7.08.912 9.229 2.735 2.164 1.823 3.247 4.476 3.247 7.959 0 2.213-.603 4.142-1.807 5.786-1.188 1.644-2.848 2.873-4.98 3.686l8.349 15.088v.293h-5.029l-7.715-14.38Zm-8.35-3.833h7.203c2.327 0 4.174-.602 5.542-1.806 1.383-1.205 2.075-2.816 2.075-4.834 0-2.197-.659-3.882-1.978-5.054-1.302-1.172-3.19-1.766-5.664-1.782h-7.178V6.931ZM243.443-10.403v24.17c-.016 3.353-1.074 6.096-3.173 8.228-2.084 2.132-4.916 3.328-8.496 3.589l-1.246.049c-3.89 0-6.99-1.05-9.301-3.15-2.312-2.099-3.483-4.988-3.516-8.667v-24.219h4.639V13.67c0 2.571.708 4.573 2.124 6.006 1.416 1.416 3.434 2.124 6.054 2.124 2.653 0 4.68-.708 6.08-2.124 1.416-1.416 2.124-3.41 2.124-5.982v-24.097h4.711ZM254.396-10.403l11.621 29.004 11.621-29.004h6.079v35.547h-4.688V11.302l.44-14.942-11.67 28.784h-3.589L252.565-3.567l.463 14.869v13.842h-4.687v-35.547h6.055Z" style="fill:%23C0C0C0;fill-rule:nonzero" transform="matrix(1.07804 0 0 1.24444 -26.31 26.753)"/></svg>');
}

.foot_ico_kvr a:hover {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 284 72" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M44.452 49.764c-4.375-5.404-10.525-8.769-17.331-8.769-10.453 0-19.356 7.937-22.662 19.005H0c3.462-13.891 14.301-24.039 27.121-24.039 8.107 0 15.422 4.058 20.58 10.554l-3.249 3.249Z" style="fill:%23f29400" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.15872 0 0 .15872 15.607 4.913)"/><path d="M7.613 34.945C9.45 27.577 15.199 22.194 22 22.194s12.55 5.383 14.387 12.751h-2.366C32.268 29.074 27.545 24.864 22 24.864c-5.545 0-10.268 4.21-12.021 10.081H7.613Z" style="fill:%23f29400" transform="translate(17.412 -6.965) scale(2.07367)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.1746 0 0 .1746 45.748 8.754)"/><path d="M69.664 46.361c5.151-6.406 12.414-10.4 20.457-10.4 12.82 0 23.659 10.148 27.121 24.039h-4.459c-3.306-11.068-12.209-19.005-22.662-19.005-6.742 0-12.84 3.302-17.206 8.617l-3.251-3.251Z" style="fill:%23f29400" transform="translate(4.2 -3.5)"/><path d="M99 10c49.672 0 90 40.328 90 90s-40.328 90-90 90-90-40.328-90-90 40.328-90 90-90Zm0 28.8c33.777 0 61.2 27.423 61.2 61.2s-27.423 61.2-61.2 61.2-61.2-27.423-61.2-61.2S65.223 38.8 99 38.8Z" style="fill:%23f29400" transform="matrix(.15872 0 0 .15872 78.607 4.913)"/><path d="M152.726 9.446h-14.917v15.698h-4.688v-35.547h22.022v3.858h-17.334V5.613h14.917v3.833ZM185.602 8.518c0 3.483-.586 6.527-1.758 9.131-1.172 2.588-2.832 4.566-4.981 5.933-2.148 1.367-4.655 2.051-7.519 2.051-2.8 0-5.282-.684-7.446-2.051-2.165-1.384-3.85-3.345-5.054-5.884-1.188-2.555-1.799-5.509-1.831-8.862V6.272c0-3.418.594-6.437 1.782-9.057 1.188-2.621 2.865-4.623 5.029-6.006 2.181-1.4 4.672-2.1 7.471-2.1 2.848 0 5.355.692 7.52 2.075 2.181 1.368 3.857 3.361 5.029 5.982 1.172 2.604 1.758 5.639 1.758 9.106v2.246Zm-4.663-2.295c0-4.215-.847-7.446-2.539-9.692-1.693-2.262-4.061-3.394-7.105-3.394-2.962 0-5.298 1.132-7.007 3.394-1.693 2.246-2.563 5.371-2.612 9.375v2.612c0 4.086.854 7.3 2.563 9.644 1.726 2.327 4.094 3.491 7.105 3.491 3.027 0 5.371-1.099 7.031-3.296 1.66-2.213 2.515-5.379 2.564-9.497V6.223ZM203.17 10.764h-8.35v14.38h-4.711v-35.547h11.767c4.004 0 7.08.912 9.229 2.735 2.164 1.823 3.247 4.476 3.247 7.959 0 2.213-.603 4.142-1.807 5.786-1.188 1.644-2.848 2.873-4.98 3.686l8.349 15.088v.293h-5.029l-7.715-14.38Zm-8.35-3.833h7.203c2.327 0 4.174-.602 5.542-1.806 1.383-1.205 2.075-2.816 2.075-4.834 0-2.197-.659-3.882-1.978-5.054-1.302-1.172-3.19-1.766-5.664-1.782h-7.178V6.931ZM243.443-10.403v24.17c-.016 3.353-1.074 6.096-3.173 8.228-2.084 2.132-4.916 3.328-8.496 3.589l-1.246.049c-3.89 0-6.99-1.05-9.301-3.15-2.312-2.099-3.483-4.988-3.516-8.667v-24.219h4.639V13.67c0 2.571.708 4.573 2.124 6.006 1.416 1.416 3.434 2.124 6.054 2.124 2.653 0 4.68-.708 6.08-2.124 1.416-1.416 2.124-3.41 2.124-5.982v-24.097h4.711ZM254.396-10.403l11.621 29.004 11.621-29.004h6.079v35.547h-4.688V11.302l.44-14.942-11.67 28.784h-3.589L252.565-3.567l.463 14.869v13.842h-4.687v-35.547h6.055Z" style="fill:%23f29400;fill-rule:nonzero" transform="matrix(1.07804 0 0 1.24444 -26.31 26.753)"/></svg>');
}

.foot_ico_fb a {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23C0C0C0" d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"/></svg>');
}

.foot_ico_fb a:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23f29400" d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"/></svg>');
}

.foot_ico_tw a {
  display: block;
  position: relative;
  width: 23px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23C0C0C0" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

.foot_ico_tw a:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23f29400" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

.foot_ico_yt a {
  display: block;
  position: relative;
  width: 25px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path style="fill:%23C0C0C0" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>');
}

.foot_ico_yt a:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path style="fill:%23f29400" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>');
}

.foot_ico_isg a {
  display: block;
  position: relative;
  width: 19px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path style="fill:%23C0C0C0" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
}

.foot_ico_isg a:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path style="fill:%23f29400" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
}

/* Content ----------------------------------------------------------------------------------------*/
.flex-0 {
  flex: none !important;
}

.box-pad {
  padding: 10px 10px 10px 10px;
  width: 100% !important;
}

.content-box-detail li {
  min-width: 190px;
}

.content-box-detail h3 a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-detail h3 a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-detail h3 a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-detail h3 a:hover {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
}

.content-box-detail hr {
  width: 630px;
  margin: 0 20px 0 0;
}

.content-box-detail a {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-detail a:link {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-detail a:visited {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-detail a:active {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-detail a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sort h1 {
  padding: 0 !important;
}

.content-box-detail-tab a:link {
  font-weight: bold;
}

.content-box-detail-tab li {
  min-width: 50px;
}

.nav-tabs .nav-link.active {
  background-color: #EEEEEE;
}

/* Navi lg  ---------------------------------------------------------------------------------------*/
.content-box-sub li {
  min-width: 190px;
}

.content-box-sub h2 a {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-sub h2 a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-sub h2 a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-sub h2 a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.content-box-sub h2 a:hover {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
}

.content-box-sub hr {
  width: 630px;
  margin: 0 20px 0 0;
}

.content-box-sub a {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sub a:link {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sub a:visited {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sub a:active {
  color: #363636;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sub a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

.content-box-sort h1 {
  padding: 0 !important;
}

/* Ampel  ---------------------------------------------------------------------------------------*/
.product_li_deln {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  text-align: right;
}

.product_li_delg {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px 0px;
  text-align: right;
}

.product_li_dely {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -8px;
  text-align: right;
}

.product_li_delr {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -16px;
  text-align: right;
}

/* Service   ---------------------------------------------------------------------------------- */
.navi_serv_box {
  display: block;
  position: relative;
  margin: 0 0 0 5px;
  padding: 0 0 10px 0;
  width: 244px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.navi_serv_head {
  display: block;
  position: relative;
  margin: 12px 10px 3px 10px;
  padding: 2px 10px 2px 10px;
  width: 205px;
  height: 24px;
  background-color: #EEEEEE;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi_serv_item a {
  display: block;
  position: relative;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  width: 210px;
  color: #363636;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}

.navi_serv_item a:hover {
  color: #F29400;
}

/* No Script   -------------------------------------------------------------------------------- */
.detail_box_no_script {
  display: block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 10px 0 0 20px;
  width: 650px;
  min-height: 750px;
  background-color: #FFFFFF;
  border: 1px solid #e2e1e1;
  float: left;
  color: red;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

/* Sort Header   ----------------------------------------------------------------------------- */
.acc_sort_hd {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px !important;
}

/* Detail   ----------------------------------------------------------------------------- */
.detail_item_order_cnt {
  display: block;
  position: relative;
  margin: 0 5px 0 0px;
  padding: 0;
  width: 18px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e2e1e1;
  float: left;
}

.detail_item_order_fld {
  width: 16px;
  height: 16px;
  margin: 0 0 0 0;
  padding: 0;
  border: 0px;
  color: #000000;
  overflow: hidden;
  font-size: 12px;
  float: left;
  text-align: center;
}

/* Products  Main ----------------------------------------------------------------------------- */
.prd_deal {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 42px;
  height: 20px;
  background: url(/img/stripe_deal_list.png) no-repeat;
}

.prd_intro {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 74px;
  height: 20px;
  background: url(/img/stripe_intro_list.png) no-repeat;
}

.prd_date {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 140px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-align: right;
  float: right;
}

.ga-chkbox {
  display: block;
  position: relative;
  padding: 10px 0 0 20px;
}

/*.prd-lgprc               {display: block; position:relative; margin:0; padding:0; max-width:140px; min-width:140px; max-height:25px; min-height:25px; text-align:right; float:right;}*/
.prd-lgprc-short {
  margin: 0;
  padding: 0;
  max-width: 100px;
  min-width: 100px;
  max-height: 32px;
  min-height: 32px;
  text-align: right;
  float: right;
}

.prd-gv-lgprc {
  display: block;
  position: relative;
  margin-top: 4px;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: 24px;
  min-height: 24px;
  text-align: right;
  float: right;
}

.news-date {
  display: block;
  position: relative;
  margin: 0 0;
  padding: 0;
  font-size: 14px;
  color: #363636;
  text-align: right;
  float: right;
  line-height: 18px;
}

.news-title {
  display: block;
  position: relative;
  margin: 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  text-align: right;
  float: right;
  line-height: 18px;
}

.prd_price {
  display: block;
  position: relative;
  margin: 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  text-align: right;
  float: right;
  line-height: 18px;
}

.prd_price_cart {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  max-width: 130px;
  min-width: 130px;
  font-size: 26px;
  font-weight: bold;
  color: #363636;
  text-align: right;
  float: right;
}

.prd_trash {
  display: block;
  position: relative;
  margin: 2px 5px 0 0;
  min-height: 18px;
  max-height: 18px;
  min-width: 25px;
  max-width: 25px;
  float: right;
}

.prd_cnt {
  display: block;
  position: relative;
  min-height: 32px;
  max-height: 26px;
  min-width: 26px;
  max-width: 32px;
  float: right;
}

.prd_light {
  display: block;
  position: relative;
  margin: 4px 0;
  padding: 0 0 0 0;
  min-width: 37px;
  max-width: 37px;
  height: 10px;
  text-align: right;
  float: right;
}

.prd_li_deln {
  display: block;
  position: relative;
  margin: 3px 0 0 0;
  padding: 0;
  min-width: 37px;
  max-width: 37px;
  height: 8px;
  float: right;
  text-align: right;
}

.prd_li_delg {
  display: block;
  position: relative;
  margin: 3px 0 0 0;
  padding: 0;
  min-width: 37px;
  max-width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px 0px;
}

.prd_li_dely {
  display: block;
  position: relative;
  margin: 3px 0 0 0;
  padding: 0;
  min-width: 37px;
  max-width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -8px;
}

.prd_li_delr {
  display: block;
  position: relative;
  margin: 3px 0 0 0;
  padding: 0;
  min-width: 37px;
  max-width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -16px;
}

.prd_vspace {
  display: block;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
}

.prd-icons {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  max-width: 190px;
  min-width: 190px;
  text-align: right;
  float: right;
}

.list_ico_audio {
  display: block;
  position: relative;
  width: 21px;
  height: 21px;
  margin: 5px 0 0 10px;
  float: right;
  background: url(/img/bt_audio.gif) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

.list_ico_audio:hover {
  background: url(/img/bt_audio_h.gif) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

.list_prd_cart {
  display: block;
  position: relative;
  float: right;
  padding: 0 0 0 0;
  font-size: 17px;
  font-weight: bold;
}

.list_prd_price0 {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-weight: bold;
  float: right;
}

.list_prd_price1 {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-weight: bold;
  float: right;
}

.list_prd_price2 {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-weight: bold;
  text-align: right;
  float: right;
}

.list_prd_price3 {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-weight: bold;
  text-align: right;
  float: right;
}

.cur_uvp_eur:before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  right: 0;
  border-top: 1px solid;
  border-color: grey;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.cur_uvp_usd:before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  right: 0;
  border-top: 1px solid;
  border-color: grey;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.cur_uvp_eur_det:before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  right: 0;
  border-top: 1px solid;
  border-color: grey;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.cur_uvp_usd_det:before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  right: 0;
  border-top: 1px solid;
  border-color: grey;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.prd_li_rate {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.prd_li_rate_stars img {
  vertical-align: top;
  border-style: none;
}

.prd_li_rate_cnt {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 15px;
  height: 18px !important;
  float: left;
  font-size: 14px !important;
  font-weight: normal;
}

.gv-sup-box {
  min-width: 180px;
  max-width: 180px;
  margin: 0 !important;
  padding: 0 !important;
}

/* Layer 1  ----------------------------------------------------------------------------- */
.l1_kachel_on {
  width: 163px;
  height: 163px;
  margin: 2px;
  background-color: #EEEEEE;
  float: left;
  cursor: pointer;
}

.l1_kachel_on2 {
  width: 100px;
  height: 100px;
  margin: 2px;
  background-color: #EEEEEE;
  float: left;
}

.l1_kachel_off {
  width: 163px;
  height: 163px;
  margin: 2px;
  background-color: #FFFFFF;
  float: left;
}

.l1_kachel_icon {
  width: 100px;
  height: 100px;
  margin: 10px 24px 0;
  float: left;
  border: 0;
}

.l1_kachel_icon2 {
  width: 100px;
  height: 100px;
  margin: 0px 0px 0;
  float: left;
}

.l1_kachel_txt {
  display: table;
  width: 163px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #363636;
  text-transform: uppercase;
  padding-top: 10px;
}

.l1_kachel_txt a {
  color: #363636;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center !important;
}

.l1_kachel_txt a:hover {
  color: #F29400;
  text-transform: uppercase;
  text-decoration: none !important;
}

.l1_kachel_txt td {
  display: block;
  margin: 0 auto;
  width: 159px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* Navi lg  ---------------------------------------------------------------------------------------*/
.navi-col-w {
  max-width: 250px;
  min-width: 250px;
}

.navi-box {
  display: block;
  position: relative;
  float: left;
  width: 230px;
  background-color: #FFFFFF;
  margin: 0 0 0 5px;
  padding: 16px 7px 4px 7px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi-box-hspace {
  display: block;
  position: relative;
  margin: 0 5px 0;
  padding: 0;
  width: 230px;
  height: 5px;
  float: left;
}

.navi-box-ekomi {
  display: block;
  position: relative;
  margin: 0 0 0 5px;
  padding: 5px 0px 4px 0px;
  width: 244px !important;
  height: 146px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF; /*#DFDFDF; */
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  /*box-sizing: content-box;*/
}

/* Left Std Navi  ----------------------------------------------------------------------------- */
.navi_item_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 15px 0;
  padding: 5px 0 0 12px;
  width: 215px;
  height: 22px;
  line-height: 22px;
  background-color: #EEEEEE;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.navi_item {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 2px 0 4px 12px;
  width: 215px;
  height: 22px;
  background-color: #EEEEEE;
  box-sizing: content-box;
  text-align: left;
  font-size: 16px;
  /*line-height: 16px;*/
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) { .navi_item { padding: 3px 0 3px 12px !important; } }		*/
.navi_item a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.navi_item a:hover {
  color: #F29400;
}

.navi_item_off {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 2px 0 4px 12px;
  width: 215px;
  height: 22px;
  background-color: #EEEEEE;
  box-sizing: content-box;
  text-align: left;
  color: #F29400;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi_item_off a {
  color: #F29400;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.navi_item_off a:hover {
  color: #F29400;
}

/* Left Deal Navi  ----------------------------------------------------------------------------- */
.navi_list_head {
  display: block;
  position: relative;
  margin: 5px 0 12px 10px;
  padding: 0 0 5px 10px;
  width: 220px;
  height: 36px;
  background-color: #F29400;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
}

.navi_list_item {
  display: block;
  position: relative;
  margin: 5px 0 12px 10px;
  padding: 2px 0 2px 10px;
  width: 220px;
  height: 24px;
  background-color: #EEEEEE;
  color: #363636;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
}

.navi_list_item a {
  color: #363636 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold !important;
  text-align: left;
}

.navi_list_item a:hover {
  color: #F29400 !important;
  text-decoration: none !important;
}

/* SUPPLIER LIST ------------------------------------------------------------------------------ */
.sup_list_title {
  margin: 10px 0 0 0;
  color: #363636;
  font-size: 18px;
  font-weight: bold !important;
  text-align: left;
  line-height: 30px;
  float: left;
}

.sup_list_title a {
  color: #363636;
  text-decoration: none !important;
  font-weight: bold !important;
}

.sup_list_title a:hover {
  color: #F29400;
  text-decoration: none !important;
  font-weight: bold !important;
}

/* SUPPLIER GALLERY --------------------------------------------------------------------------- */
.supplier_item_box {
  display: block;
  position: relative;
  margin: 0 0 0 1px;
  padding: 25px 0px 0px 0px;
  min-width: 229px !important;
  max-height: 100px;
  min-height: 100px;
  background-color: #FFFFFF;
  border: 1px solid #e2e1e1;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

/* Stripe Deals ---------------------------------------------------------------------------------- */
.stripe_deals_long {
  display: block;
  position: relative;
  top: -158px;
  left: 525px;
  width: 170px;
  height: 44px;
  z-index: 9;
  border: 0;
}

.stripe_deals_long a {
  border: 0;
}

.stripe_deals_count {
  display: block;
  position: relative;
  top: -155px;
  left: 540px;
  width: 40px;
  height: 40px;
  z-index: 10;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.stripe_deals_count a {
  border: 0;
  font-weight: normal;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
}

/* Carousel ---------------------------------------------------------------------------------- */
ol.carousel-indicators {
  position: absolute;
  bottom: -17px;
  overflow: hidden;
}

ol.carousel-indicators li {
  max-width: 30px;
  min-width: 30px;
  height: 0.4em;
  border: 0;
  background: #CECECE;
}

ol.carousel-indicators li.active {
  max-width: 30px;
  min-width: 30px;
  background: #F29400;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity linear 0.4s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel-control-prev {
  width: 5% !important;
}

.carousel-control-next {
  width: 5% !important;
}

/*	
.stripe_deals               {display: block; position:absolute; z-index:9; border:0;}
.stripe_deals a             {border:0;}
*/
.ban_2for1 {
  display: block;
  position: absolute;
  top: -45px;
  left: 288px;
  width: 340px;
  height: 35px;
  padding-top: 10px;
  z-index: 1;
}

.pg_view_list_off {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  float: left;
  background: url(/img/views.png) no-repeat;
  background-position: 0px -18px;
}

.pg_view_list_on a {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  float: left;
  background: url(/img/views.png) no-repeat;
  background-position: 0px 0px;
}

.pg_view_list_on a:hover {
  background: url(/img/views.png) no-repeat;
  background-position: 0px -18px;
  cursor: pointer;
}

.pg_view_gal_off {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 15px;
  background: url(/img/views.png) no-repeat;
  background-position: -18px -18px;
}

.pg_view_gal_on a {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 15px;
  background: url(/img/views.png) no-repeat;
  background-position: -18px 0px;
}

.pg_view_gal_on a:hover {
  background: url(/img/views.png) no-repeat;
  background-position: -18px -18px;
  cursor: pointer;
}

.fld-desc {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}

.home-header {
  background-color: #F29400;
  color: #FFFFFF;
  height: 20px;
  padding: 3px 0 0 10px;
  margin: -10px -10px 5px -10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

@supports (-moz-osx-font-smoothing: auto) {
  .home-header {
    padding: 4px 0 0 10px !important;
  }
}
.home-header a {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.container-no-padding {
  padding: 0 0 0 0 !important;
}

.filter-item a {
  font-weight: normal !important;
  color: #363636 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.filter-item a:hover {
  font-weight: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* Detail prd ----------------------------------------------------------------------------------- */
.detail_mytitle {
  display: block;
  position: relative;
  width: 100% !important;
  top: 38px;
}

.detail_mybrand {
  display: block;
  position: relative;
  width: 100% !important;
  top: -70px;
  white-space: nowrap;
}

.detail_right_box {
  min-width: 285px;
}

.detail_img_mag {
  display: block;
  position: absolute;
  top: 222px;
  left: 222px;
  width: 28px;
  height: 26px;
}

.detail_vendor {
  display: block;
  position: relative;
  width: 100% !important;
}

.detail_vendor h2 a {
  display: block;
  position: relative;
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: #363636 !important;
  text-transform: uppercase;
}

.detail_vendor h2 a:hover {
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: #F29400 !important;
  text-transform: uppercase;
}

.detail_release {
  display: block;
  position: relative;
  font-weight: normal !important;
  font-size: 9px !important;
  color: #363636;
  text-align: right !important;
  overflow: hidden;
}

.detail_title {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 60px;
}

.detail_title h1 {
  font-weight: bold;
  font-size: 28px;
  color: #363636;
  line-height: 30px;
}

.detail_top_hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  margin: 5px 0 10px 0;
}

.detail_rate {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 160px;
  height: 28px;
  float: left;
}

.detail_rate_stars {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 75px;
  height: 15px;
  float: left;
}

.detail_rate_stars_25 {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 125px;
  height: 25px;
  float: left;
}

.detail_rate_stars img {
  vertical-align: top;
  border-style: none;
}

.detail_rate_cnt {
  display: inline-block;
  position: relative;
  margin: 0 0 3px 0 !important;
  padding: 4px 0 0 0 !important;
  width: 15px;
  height: 25px !important;
  float: right;
  font-size: 16px !important;
  font-weight: normal;
}

.detail_price {
  display: block;
  position: relative;
  height: 30px;
  margin: 10px 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 28px;
  color: #363636;
  line-height: 30px;
}

.detail_cur_eur {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-size: 28px !important;
  font-weight: bold;
  float: left;
}

.detail_cur_usd {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-size: 28px !important;
  font-weight: bold;
  text-align: right;
  float: left;
}

.detail_cur_gbp {
  display: block;
  position: relative;
  margin: 0;
  color: #363636;
  font-size: 28px !important;
  font-weight: bold;
  text-align: right;
  float: left;
}

.icon-audio-off {
  display: inline;
  position: relative;
  padding: 2px 0 0 0;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
}

.icon-audio-on {
  display: inline;
  position: relative;
  padding: 2px 0 0 0;
  font-weight: bold;
  color: #F29400;
  text-transform: uppercase;
}

.icon-video-off {
  display: inline;
  position: relative;
  padding: 2px 0px 0 0;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
}

.icon-video-on {
  display: inline;
  position: relative;
  padding: 2px 0px 0 0;
  font-weight: bold;
  color: #F29400;
  text-transform: uppercase;
}

.detail_ts2 {
  display: block;
  position: relative;
  width: 81px;
  height: 21px;
  padding: 2px 0 0 30px;
  font-weight: bold !important;
  color: #363636;
  background: url(/img/product_try-sound.png) no-repeat;
  background-position: 0px 0px;
  text-transform: uppercase;
}

.detail_ts2:hover {
  background: url(/img/product_try-sound.png) no-repeat;
  background-position: 0px -21px;
  cursor: pointer;
  color: #F29400 !important;
  font-weight: bold !important;
}

.detail_trysound {
  display: block;
  position: relative;
  width: 127px;
  height: 42px;
}

.detail_resp_hspace {
  margin: 10px 0 0 0 !important;
}

.detail_resp_hspace10 {
  margin: 10px 0 0 0 !important;
}

.detail_parent {
  margin: 0 0 5px 0 !important;
  height: 20px;
}

.detail_parent a {
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #363636 !important;
}

.detail_parent a:hover {
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #F29400 !important;
}

/* Detail item ---------------------------------------------------------------------------------- */
.detail_item_lna {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  color: #363636;
  text-align: left;
  text-transform: uppercase;
}

.detail_item_deal {
  display: block;
  position: relative;
  width: 77px;
  height: 45px;
  float: left;
  z-index: 99;
}

.detail_item_deal a {
  cursor: pointer;
}

.detail_item_deal a:hover {
  cursor: pointer;
}

.detail_item_intro {
  display: block;
  position: relative;
  width: 140px;
  height: 61px;
  float: left;
  z-index: 99;
}

.detail_item_intro a {
  cursor: pointer;
}

.detail_item_intro a:hover {
  cursor: pointer;
}

.detail_item_delig {
  display: inline-block;
  margin: 5px 5px 0;
  padding: 0;
  width: 37px;
  height: 8px;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px 0px;
  text-align: right;
}

.detail_item_deliy {
  display: inline-block;
  margin: 5px 5px 0;
  padding: 0;
  width: 37px;
  height: 8px;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -8px;
  text-align: right;
}

.detail_item_delir {
  display: inline-block;
  margin: 5px 5px 0;
  padding: 0;
  width: 37px;
  height: 8px;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -16px;
  text-align: right;
}

.detail_item_ln3_b2b {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 25px;
  float: left;
  font-weight: normal;
  font-size: 10px;
  color: #363636;
  text-align: right;
}

.detail_item_ln4 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #363636;
  text-align: right;
}

.detail_item_order_cnt {
  display: block;
  position: relative;
  margin: 0 5px 0 15px;
  padding: 0;
  width: 18px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e2e1e1;
  float: left;
}

.detail_item_order_cnt_space {
  display: block;
  position: relative;
  margin: 0 3px 0 15px;
  padding: 0;
  width: 20px;
  height: 20px;
  float: left;
}

.detail_item_order_fld {
  width: 17px;
  height: 16px;
  margin: 3px 0 0 1px;
  padding: 0;
  border: 0px;
  color: #000000;
  overflow: hidden;
  font-size: 12px;
  float: left;
  text-align: center;
}

.detail_item_order_box {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 130px;
  height: 20px;
  background-color: #737373;
  float: left;
  text-align: right;
  overflow: hidden;
  cursor: pointer;
}

.detail_item_order_box:hover {
  background-color: #F29400;
}

.detail_item_order_txt {
  display: block;
  position: relative;
  width: 100px;
  height: 18px;
  margin: 1px 0 0 5px;
  padding: 0;
  float: left;
  font-weight: normal;
  font-size: 12px !important;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.detail_item_order_ico {
  display: block;
  position: relative;
  width: 17px;
  height: 18px;
  margin: 1px 4px 0;
  padding: 0;
  float: left;
  background: url(/img/item_cart.png) no-repeat;
  background-position: 0px 0px;
}

.detail_item_wish_box {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 130px;
  height: 20px;
  background-color: #B4B4B4;
  float: left;
  text-align: right;
  overflow: hidden;
  cursor: pointer;
}

.detail_item_wish_box:hover {
  background-color: #F29400;
}

.detail_item_wish_txt {
  display: block;
  position: relative;
  width: 100px;
  height: 16px;
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
  font-weight: normal;
  font-size: 12px !important;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.detail_item_wish_ico {
  display: block;
  position: relative;
  width: 13px;
  height: 11px;
  margin: 4px 4px 0;
  padding: 0;
  float: left;
  background: url(/img/item_wish.png) no-repeat;
  background-position: 0px 0px;
}

.detail_item_bcoin_box {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 170px;
  height: 18px;
  float: right;
  text-align: right;
  overflow: hidden;
}

.detail_item_bcoin_space {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 170px;
  height: 5px;
  float: left;
  text-align: right;
  overflow: hidden;
}

.detail_navi_item_on {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 5px 0 5px;
  text-decoration: none !important;
  text-align: center;
}

.detail_navi_item_on a {
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none !important;
  text-align: center;
}

.detail_navi_item_off {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 5px 0 5px;
  min-width: 100px;
  height: 57px;
  float: left;
  overflow: hidden;
  background-color: #B4B4B4;
}

/*.detail_navi_icon        {display: block; position:relative; margin:5px 0 4px 0; padding:0; text-align:center; font-size:26px !important;} */
.detail_navi_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 4px 0;
  padding: 0;
  text-align: center;
  font-size: 26px !important;
}

.detail_navi_icon_on {
  display: block;
  position: relative;
  margin: 2px 0 4px 0;
  padding: 0;
  text-align: center;
}

.detail_navi_txt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px !important;
  font-weight: bold;
}

.detail_navi_txt_h {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #363636;
  font-size: 14px !important;
  font-weight: bold;
}

.detail_navi_txt_o {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #E2E2E2;
  font-size: 14px !important;
  font-weight: bold;
}

/* Detail content ---------------------------------------------------------------------------------- */
.detail_tag_header {
  background-color: #B4B4B4;
}

.tx_grey {
  color: #CCC;
}

.tx_comment {
  position: relative;
  margin-top: -5px;
}

.detail_awards p {
  margin-top: 20px;
  margin-bottom: 1rem;
}

.detail_award_item a {
  display: block;
  position: relative;
  font-size: 12px;
  margin: 0;
  text-decoration: none !important;
  text-align: center;
}

.detail_award_img {
  display: block;
}

.detail_award_item img {
  margin: 0 0 10px 0;
}

.detail_endors_item hr {
  width: 100%;
  margin: 0 0 10px 0;
}

.detail_endors_item img {
  margin: 0 0 10px 0;
}

.detail_deal_item a {
  display: block;
  position: relative;
  font-size: 14px;
  margin: 0;
  color: #363636 !important;
  text-decoration: none !important;
  text-align: center;
}

.detail_deal_item a:hover {
  color: #F29400 !important;
}

.detail_deal_img {
  display: block;
}

.detail_deal_item img {
  display: block;
  margin: 0 0 0 0;
}

/* Left Navi ------------------------------------------------------------------------------------- */
.navi_add_box {
  display: block;
  position: relative;
  margin: 0 0 0 5px;
  padding: 10px 11px 4px 0px;
  width: 231px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi_add_box p {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  margin: 10px 0 10px 6px;
}

.navi_add_box span {
  font-size: 14px;
  line-height: 16px;
}

.navi_add_box li {
  width: 200px;
}

.navi_add_box td {
  width: 100px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.navi_add_box a:hover {
  cursor: pointer;
}

.navi_add_box h2 {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.navi_add_box h2 a {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h2 a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h2 a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h2 a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h2 a:hover {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.navi_add_box h3 {
  color: #363636;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.navi_add_box h4 {
  color: #363636;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.navi_add_box h4 {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.navi_add_box h4 a {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h4 a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h4 a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h4 a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navi_add_box h4 a:hover {
  color: #F29400;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.navi_add_box hr {
  width: 230px;
  margin: 0 40px 0 0;
}

.navi_add_box a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.navi_add_box a:link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.navi_add_box a:visited {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.navi_add_box a:active {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.navi_add_box a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

.navi_add_box ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  margin: 10px 0 10px 10px;
  padding: 0;
}

.navi_award_item {
  margin: 10px 0 10px 10px;
}

.navi_award_item img {
  margin: 0 0 10px 0;
}

.navi_endor_item {
  padding: 10px 10px 10px 10px !important;
  max-width: 220px;
}

/* Video ------------------------------------------------------------------------------------------- */
/***** Modal *****/
.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-content-video {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body-video {
  padding: 0 25px 25px 25px;
}

.modal-header-video {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

.modal-header-video, .modal-footer-video {
  border: 0;
  float: right;
}

.modal-header-video .close {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  outline: none;
}

.video-playlist ul {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 0.9em !important;
  margin: 0;
  padding: 0;
  border: 0;
}

.video-playlist li {
  padding: 5px 0 4px 45px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  border: 0;
}

.video-playlist li:hover {
  padding: 5px 0 4px 45px;
  font-weight: bold;
  color: #F29400 !important;
}

.video-playlist-thumb {
  width: 110px;
  height: 60px;
  padding: 0 20px 0 0;
}

/* ------------------------------------------------------------------------------------------------ */
/*.pg_box_end_soon          {display: block; position:relative; top:0px; left:0px; width:120px; height:41px; z-index:99; background: url(/img/deals_eindingsoon.png) no-repeat;}*/
/*.pg_box_end_soon          {display: block; position:relative; top:0px; left:0px; width:200px; height:36px; z-index:99; background: url(/img/ending_soon_deals.png) no-repeat;}*/
.pg_deals_txt a {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.pg_deals_txt a:link {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.pg_deals_txt a:visited {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.pg_deals_txt a:active {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.pg_deals_txt a:hover {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.pg_deals_txt p {
  color: #363636;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------------------------------------------ */
.checkme {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border: 1px solid #575757;
  float: left;
}

.checkme_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  float: left;
  background: url(/img/01x01.gif) no-repeat !important;
}

.checkme_btck {
  display: block;
  position: relative;
  padding: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 1px 1px;
  float: left;
}

.checkme_btck_big {
  display: block;
  position: relative;
  margin: 3px 0 0 2px;
  padding: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 1px 1px;
  float: left;
}

.checkmeoff {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #575757;
  float: left;
}

.checkmeoff_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  float: left;
}

.checkmeoff_btck {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 1px 1px;
  float: left;
}

/* Input -------------------------------------------------------------------------------------- */
.fld-80p {
  font-size: 14px;
  min-width: 100%;
  max-width: 100%;
  height: 25px;
  margin: 1px 0 8px 0;
  padding: 0 3px 0 3px;
}

.fld-160 {
  font-size: 14px;
  width: 160px;
  height: 25px;
  margin: 1px 0 8px 0;
  padding: 0 3px 0 3px;
}

.fld-350 {
  font-size: 14px;
  width: 350px !important;
  height: 35px;
  text-align: left;
  margin: 1px 0 8px 0;
  padding: 0 3px 0 3px;
}

.fld-border {
  border: 1px solid #D0D0D0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.fld-head {
  font-weight: bold;
  padding: 0 0 10px 0;
}

.ts2_beta {
  background-color: #fff0d8;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #E2E1E1 inset;
  color: #363636;
  display: block;
  float: left;
  font-size: 12px;
  margin: 2px 0 2px 0;
  padding: 0 0 0 0;
  position: relative;
  text-align: left;
}

/* // TS-Booking ---------------------------------------------------------------------- */
#dsp_datetime {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

#sel_time_txt2 {
  margin-top: 10px;
}

.dawc_ok_block {
  padding-left: 90px;
}

.dawc_fld050 {
  font-size: 12px;
  border: 1px solid #D0D0D0;
  width: 80px;
  height: 20px;
  text-align: left;
  margin: 1px 0 4px 0;
  padding: 0 3px 0 3px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.sel_timezone {
  height: 33px;
  width: 306px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  float: left;
}

.timezone_sel {
  display: block;
  position: relative;
  margin: 7px 0;
  padding: 0 0 0 10px;
  width: 185px;
  height: 17px;
  background-color: #FFF0D8;
  color: #363636;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

/* // Checkboxes ---------------------------------------------------------------------- */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F29400;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #fff;
}

/* // Last Newsletter ---------------------------------------------------------------------- */
.nl-last {
  max-width: 600px;
}

/*.nl-last .img-3rd-cell-left {float:none;}*/
/*.nl-last .my-responsive-img {max-width:250px; max-height:250px;}*/
.nl-last h1 {
  color: #363636;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 10px 0;
  margin: 0;
}

.nl-last hr {
  width: 100%;
}

.nl-last td {
  line-height: 28px;
  vertical-align: text-top !important;
  min-height: 40px;
  max-height: 40px;
}

.nl-last td p {
  vertical-align: bottom !important;
}

.nl-last table, td, a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

/*.nl-last table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }*/
/*
.nl-last img { -ms-interpolation-mode: bicubic; }
.nl-last img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; }
*/
.nl-last table {
  border-collapse: collapse !important;
}

/* // Pagination ---------------------------------------------------------------------- */
.pagination-sm {
  font-weight: normal !important;
}

.pagination {
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-weight: normal !important;
  margin: 0;
  padding: 10px 0 10px 0;
}

.pagination ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.pagination > li {
  display: inline;
  display: table-cell;
  font-weight: normal !important;
}

.pagination > li > a,
.pagination > li > span {
  width: 100%;
  text-align: center;
  font-weight: normal !important;
  text-decoration: underline;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F29400;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: normal;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-link:hover {
  z-index: 1;
  color: #363636;
  text-decoration: none;
  background-color: #EBEBEB;
  border-color: #dee2e6;
}

.page-item.disabled .page-link {
  z-index: 1;
  color: #000;
  background-color: #FFFFFF;
  border-color: #dee2e6;
  text-decoration: none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #F29400;
  border-color: #F29400;
}

/* Checkbox -------------------------------------------------------------------------------------- */
.mcbox_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
}

.mcbox_btck {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 3px 4px;
  cursor: pointer;
  float: left;
}

.mcbox_check {
  display: block;
  position: relative;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 3px 4px;
  background-color: #FF9933;
  border: 1px solid #575757;
  float: left;
}

.mcbox_uncheck {
  display: block;
  position: relative;
  margin: 2px 0 8px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/img/01x01.gif) no-repeat;
  background-color: #e1e1e1;
  border: 1px solid #575757;
  float: left;
}

.reload_captcha {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal !important;
  text-decoration: underline !important;
}

.support_space {
  min-width: 30px;
  max-width: 30px;
}

.support_open {
  font-size: 16px;
  font-weight: bold;
  color: green;
}

.support_closed {
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.support_time_head {
  font-weight: bold;
}

/*.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20%; 
}*/
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

input:focus {
  outline: none;
}

.pay_btn {
  color: #363636 !important;
  box-shadow: none !important;
  padding-top: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
}

.pay_btn a {
  text-decoration: none !important;
}

.pay_btn:hover, .pay_btn:focus, .pay_btn:active {
  /*color:#FFFFFF !important;  
  background-color:vars.$font-hei-color !important; 
  border-color:#5C5C5C !important; 
  box-shadow:none !important;*/
  cursor: pointer;
}

.pay_bg_col_off {
  background-color: #EBEBEB !important;
}

.pay_bg_col_on {
  background-color: #F29400 !important;
}

.pay_font_off {
  color: #363636 !important;
}

.pay_font_on {
  color: #FFFFFF !important;
}

.pay_check_off {
  color: #EBEBEB !important;
}

.pay_check_on {
  color: #FFFFFF !important;
}

.clean_p p {
  margin: 0 !important;
  padding: 0 !important;
}

.my-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  margin: 0 0 0 0 !important;
}

.my-border-bottom-off {
  margin: 0 0 0 0 !important;
}

.stars-on-25 {
  display: block;
  position: relative;
  overflow: hidden;
  top: -25px;
}

/*@supports (-moz-osx-font-smoothing: auto) {.stars-on-25 { top:-24px !important; } }	*/
.stars-on-15 {
  display: block;
  position: relative;
  overflow: hidden;
  top: -24px;
}

/*@supports (-moz-osx-font-smoothing: auto) {.stars-on-15 { top:-23px !important; } }*/
.stars-on-10 {
  display: block;
  position: relative;
  overflow: hidden;
  top: -20px;
}

/*@supports (-moz-osx-font-smoothing: auto) {.stars-on-10 { top:-19px !important; } }*/
.stars-on-10-list {
  display: block;
  position: relative;
  overflow: hidden;
  top: -20px;
}

/*@supports (-moz-osx-font-smoothing: auto) {.stars-on-10-list { top:-19px !important; } }*/
.stars-on-25-list {
  display: block;
  position: relative;
  overflow: hidden;
  top: -25px;
}

/*@supports (-moz-osx-font-smoothing: auto) {.stars-on-25-list { top:-24px !important; } }*/
/* Navi -------------------------------------------------------------------------------------- */
.ucase {
  text-transform: uppercase;
}

.float-sm-right {
  font-size: 14px !important;
}

.navi_acc {
  display: block;
  position: relative;
  margin: 0 0 12px 0;
  padding: 1px 0 2px 10px;
  width: 220px;
  background-color: #EEEEEE;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi_acc a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.navi_acc a:hover {
  color: #F29400;
}

.navi_acc_sm {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-transform: none !important;
}

.navi_acc_sub {
  display: block;
  position: relative;
  margin: 0 0 12px 20px;
  padding: 1px 0 2px 10px;
  width: 200px;
  background-color: #EEEEEE;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.navi_acc_sub a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.navi_acc_sub a:hover {
  color: #F29400;
}

.navi_acc_sub_sm {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-transform: none !important;
}

/* Input -------------------------------------------------------------------------------------- */
.cnty-spacer {
  padding: 0 0 49px 0;
}

.desc-spacer {
  padding: 0 0 20px 0;
}

.desc-spacer-sm {
  padding: 0 0 10px 0;
}

/* Checkbox -------------------------------------------------------------------------------------- */
.cbox_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
}

.cbox_btck {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 3px 4px;
  cursor: pointer;
  float: left;
}

.cbox_check {
  display: block;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 3px 4px;
  background-color: #FF9933;
  border: 1px solid #575757;
  float: left;
}

.cbox_uncheck {
  display: block;
  position: relative;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(/img/01x01.gif) no-repeat;
  background-color: #e1e1e1;
  border: 1px solid #575757;
  float: left;
}

/* Password change ------------------------------------------------------------------------------------- */
#pwchange_msg {
  color: #900;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* Whislist ------------------------------------------------------------------------------------- */
.acc4_head_bcoin_child {
  line-height: 24px !important;
  font-size: 14px !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  vertical-align: middle !important;
}

.acc4_head_bcoin_img {
  /*line-height: 16px !important; */
  padding: 0 4px 0 4px !important;
}

.acc8-info-desc {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #363636;
  text-align: left;
  float: left;
}

.cbox-info-check {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #FF9933;
  border: 1px solid #575757;
  float: left;
}

.cbox-info-uncheck {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  border: 1px solid #575757;
  float: left;
}

/* Product lists  ---------------------------------------------------------------------------------------*/
.list-col-1 {
  min-width: 80px !important;
  max-width: 80px !important;
  /*float:left;*/
  text-align: left !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
}

.list-col-2 {
  /*min-width:220px;*/
  /*float:left;*/
  text-align: left !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
}

.list-col-3 {
  /*min-width:120px;
  /*float:left;*/
  text-align: left !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
}

.list_prd_img {
  display: block;
  position: relative;
  min-width: 80px;
  height: 80px;
  margin: 5px 0 5px 0;
}

.acc_dwl_table {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  vertical-align: top;
}

.acc_dwl_table_sm {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: top;
}

.acc_dwl_table_key {
  display: block;
  position: relative;
  margin: 10px 0 10px 0;
  padding: 0;
  vertical-align: top;
}

.acc_dwl_head {
  font-size: 16px;
  font-weight: bold;
  vertical-align: central;
} /* background-color:#F2F2F2;*/
.acc_dwl_head_r {
  font-size: 16px;
  font-weight: bold;
  vertical-align: central;
  text-align: right;
}

/*text-decoration: underline; */
.acc_dwl_lnk {
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

.acc_dwl_lnk:hover {
  color: #FF9933;
}

.acc_dwl_lnk a {
  font-size: 12px;
  margin-bottom: 5px;
  cursor: pointer;
}

.acc_dwl_lnk a:hover {
  color: #FF9933;
}

.acc_dwl_size {
  padding-left: 15px;
  font-size: 12px;
  font-weight: normal;
}

.acc_dwl_msg {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

.act_delete_txt {
  display: inline;
  width: 150px;
  font-size: 14px !important;
}

.act_delete_ico {
  display: inline;
  padding-left: 20px;
}

.act_delete_ico_r {
  display: inline;
  padding-right: 20px;
}

.act_delete_machine {
  display: inline;
  padding-right: 5px;
  font-size: 14px !important;
}

.dwl-my-box {
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  padding: 5px 5px 12px 5px;
}

.dwl-space {
  margin: 10px 0 0 0;
}

/* Products  Account ----------------------------------------------------------------------------- */
.cil_deal {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 42px;
  height: 20px;
  background: url(/img/stripe_deal_list.png) no-repeat;
}

.cil_intro {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 74px;
  height: 20px;
  background: url(/img/stripe_intro_list.png) no-repeat;
}

.cil_supplier {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cil_supplier a {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_supplier a:hover {
  color: #FF9933 !important;
}

.cil_supplier_auth {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cil_supplier_auth a {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_supplier_auth a:hover {
  color: #FF9933 !important;
}

.cil_title {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  /*width: 360px;*/
  /*line-height:22px; */
  font-size: 16px !important;
  font-weight: bold !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_title a {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  line-height: 22px;
  /*font-size:14px !important; */
  font-weight: bold !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_title a:hover {
  color: #FF9933 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.cil_title_auth {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  /*width: 360px;*/
  /*line-height:22px; */
  font-size: 16px !important;
  font-weight: bold !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_title_auth a {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  line-height: 22px;
  /*font-size:14px !important; */
  font-weight: bold !important;
  color: #363636 !important;
  text-align: left;
  text-decoration: none !important;
}

.cil_title_auth a:hover {
  color: #FF9933 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.cil_techtyp {
  display: block;
  position: relative;
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #363636;
  text-align: left;
}

.cil_date {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  width: 140px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-align: right;
  float: right;
}

.cil-lgprc {
  display: block;
  position: relative;
  margin: 3px 0;
  padding: 0;
  width: 140px;
  text-align: right;
  float: right;
}

.cil_light {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  width: 65px;
  height: 13px;
  text-align: right;
  float: right;
}

.cil_price {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: right;
  float: right;
}

.cil-icons {
  display: block;
  position: relative;
  margin: 3px 0;
  padding: 0;
  width: 140px;
  text-align: right;
  float: right;
}

.cil_ico_cart a {
  display: block;
  position: relative;
  width: 19px;
  height: 20px;
  margin: 0;
  background: url(/img/icon_cart.png) no-repeat;
  float: right;
}

.cil_ico_cart a:hover {
  background: url(/img/icon_cart_h.png) no-repeat;
  float: right;
}

.cil_ico_trash a {
  display: block;
  position: relative;
  width: 15px;
  height: 19px;
  margin: 0 10px 0 0;
  float: right;
  cursor: pointer;
}

.cil_ico_trash a:hover {
  background: url(/img/icon_basket_h.png) no-repeat;
  float: right;
}

.cli_li_deln {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: right;
  text-align: right;
}

.cli_li_delg {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px 0px;
}

.cli_li_dely {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -8px;
}

.cli_li_delr {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: right;
  text-align: right;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -16px;
}

.cil_act_bt {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
}

.cil_act_bt_cp {
  display: block;
  position: relative;
  margin: 6px 0 0 0;
  padding: 0;
}

.cil_act_head {
  display: block;
  position: relative;
  margin: 18px 0 0 0;
  padding: 0;
  font-size: 14px !important;
  text-decoration: none !important;
}

.cil_act_head2 {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px !important;
  text-decoration: none !important;
}

.cil_sn_head {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 14px !important;
  text-decoration: none !important;
}

.cil_sn_line {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.cil_sn_hdline {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 14px !important;
  text-align: left !important;
  text-decoration: none !important;
}

input[type=text]:disabled {
  background: #ffffff;
  color: #363636;
}

.cil_ico_cp {
  display: inline;
  position: relative;
  height: 33px !important;
  width: 33px !important;
}

.cil_ico_re {
  height: 33px;
  width: 33px;
  margin: 1px 0 0 4px;
  background-color: #EBEBEB;
  background-image: url("/img/bt_cp_black.png");
}

.cil_ico_re:hover {
  cursor: pointer;
  background-color: #F29400;
  background-image: url("/img/bt_cp_white.png");
}

.cil_ico_ce {
  height: 37px;
  width: 37px;
  padding-bottom: 3px !important;
  background-color: #EBEBEB;
  background-image: url("/img/bt_cp_black.png");
  border-radius: 3px !important;
  border: 2px solid !important;
  border-color: #E2E1E1 !important;
  -webkit-border-radius: 3px !important;
}

.cil_ico_ce:hover {
  cursor: pointer;
  background-color: #F29400;
  background-image: url("/img/bt_cp_white.png");
}

.cil_ico_cb {
  height: 33px;
  width: 33px;
  background-color: #EBEBEB;
  background-image: url("/img/ajax-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
}

.cil_ico_cb:hover {
  cursor: pointer;
  background-color: #F29400;
}

.fld-350-reg {
  font-size: 14px;
  width: 350px !important;
  height: 33px;
  text-align: left;
  padding: 0 3px 0 3px;
}

.cil_val {
  display: inline;
  position: relative;
  padding-left: 10px;
  font-size: 14px !important;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 24px !important;
  vertical-align: top !important;
  border: 0 !important;
  width: 100%;
  height: 30px;
  white-space: nowrap !important;
}

.cil_val:focus {
  outline: none;
}

.cil_val_key {
  display: inline;
  position: relative;
  padding-left: 10px;
  font-size: 14px !important;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 24px !important;
  vertical-align: top !important;
  border: 0 !important;
  min-width: 260px;
  max-width: 260px;
  height: 30px;
  white-space: nowrap !important;
}

.cil_val_key:focus {
  outline: none;
}

.cil_dwl_head a {
  display: block;
  position: relative;
  margin: 10px 0 5px 0;
  padding: 0;
  vertical-align: top !important;
  color: #236CB7 !important;
  font-size: 14px !important;
  text-align: left !important;
  font-weight: bold !important;
  text-decoration: none !important;
  cursor: pointer;
}

.cil_dwl_head a:hover {
  color: #FF9933 !important;
  text-decoration: none !important;
}

.cil_vspace {
  display: block;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
}

.cil_prd_box_mp {
  display: block;
  position: relative;
  margin: 1px 0 0 10px;
  padding: 0;
  min-height: 70px;
  background-color: #FFFFFF;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.cil_prd_box {
  display: block;
  position: relative;
  margin: 1px 0 0 10px;
  padding: 0;
  width: 670px;
  height: 70px;
  background-color: #FFFFFF;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.cil_disc_box {
  display: block;
  position: relative;
  margin: 1px 0 0 10px;
  padding: 0;
  width: 670px;
  height: 40px;
  background-color: #FFFFFF;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.cil_top {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 450px;
  height: 43px;
  text-align: left;
  float: left;
}

.cil_top_mp {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 585px;
  height: 43px;
  text-align: left;
  float: left;
}

.cil_disc_top {
  display: block;
  position: relative;
  margin: 10px 0;
  padding: 0;
  width: 450px;
  height: 43px;
  text-align: left;
  float: left;
}

.cil_reg_date {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 177px;
  height: 13px;
  text-align: right;
  float: left;
}

.cil_title_bc {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0 0 0 5px;
  width: 360px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  overflow: hidden;
  float: left;
}

.cil_title_bc a {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0 0 0 5px;
  width: 360px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  overflow: hidden;
  float: left;
}

.cil_title_bc a:hover {
  color: #FF9933;
  text-decoration: none;
}

.cil_title_mp {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 580px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  overflow: hidden;
  float: left;
}

.cil_title_mp a {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 0;
  width: 580px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  overflow: hidden;
  float: left;
}

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

.cil_delivery {
  display: block;
  position: relative;
  margin: 6px 0;
  padding: 0;
  width: 70px;
  height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #363636;
  text-align: right;
  float: left;
}

.cil_booking {
  display: block;
  position: relative;
  width: 125px;
  height: 16px;
  margin: 24px 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #00F;
  text-align: right;
  float: left;
}

.cil_hline {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 580px;
  height: 1px;
  background-color: #eeeeee;
  float: left;
}

.cil_hline_tm {
  display: block;
  position: relative;
  margin: 3px 0;
  padding: 0;
  width: 580px;
  height: 1px;
  background-color: #eeeeee;
  float: left;
}

.version_dsp {
  display: block;
  position: relative;
  margin: 2px 0 0 10px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-size: 12px;
  float: left;
}

.link_dsp {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

.cil_cart_hd_title {
  display: block;
  position: relative;
  margin: 0 0 0 55px;
  padding: 0;
  width: 445px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  overflow: hidden;
  float: left;
}

.cil_cart_hd_count {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: left;
  float: left;
}

.cil_cart_hd_price {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  text-align: right;
  float: left;
}

.cil_cart_count {
  display: block;
  position: relative;
  margin: 13px 0;
  padding: 0;
  width: 25px;
  height: 20px;
  float: left;
}

.cil_cart_techtyp {
  display: block;
  position: relative;
  margin: 3px 0;
  padding: 0;
  width: 450px;
  height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #363636;
  text-align: left;
  float: left;
}

.cil_sn {
  display: block;
  position: relative;
  margin: 3px 0 10px;
  padding: 0;
  width: 590px;
  min-height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #363636;
  text-align: left;
  float: left;
}

.cil_cart_wish {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 100px;
  height: 16px;
  text-align: right;
  float: left;
}

.cil_space_v {
  display: block;
  position: relative;
  margin: 5px 0;
  padding: 0;
  height: 5px;
  text-align: right;
  float: left;
}

.cil_dateinl {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}

.cil_archiv_bt {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}

.box-pad-cart {
  /*padding: 10px 0px 10px 0px ;*/
  width: 100% !important;
}

/* Ampel  ---------------------------------------------------------------------------------------*/
.cart-icons {
  display: block;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0;
  width: 130px;
  text-align: right;
  float: right;
}

.cart-circle-txt-on {
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.cart-circle-txt-off {
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #F29400;
}

.cart-li {
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 0 0 0;
  width: 30px;
  height: 14px;
  text-align: right;
  float: right;
}

.cart-li-deln {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  text-align: right;
}

.cart-li-delg {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px 0px;
  text-align: right;
}

.cart-li-dely {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -8px;
  text-align: right;
}

.cart-li-delr {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 37px;
  height: 8px;
  float: left;
  background: url(/img/ampel_all.gif) no-repeat;
  background-position: 0px -16px;
  text-align: right;
}

.cart-delivery {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 18px;
  font-size: 16px;
  font-weight: normal;
  color: #363636;
  text-align: left;
  float: left;
}

.cart-wish {
  display: block;
  position: relative;
  margin: 7px 0 0 13px;
  padding: 0;
  width: 100px;
  height: 18px;
  text-align: right;
  float: right;
  font-size: 18px !important;
}

.fb_modal_box {
  display: block;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 14px;
}

.fb_modal_ok {
  display: block;
  position: relative;
  width: 100px;
  height: 24px;
  margin-top: 20px;
  border: 1px solid #e2e1e1;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.fb_modal_ok a:link {
  text-decoration: none;
}

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

.navi_cart {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 1px 0 2px 10px;
  width: 230px;
  background-color: #EEEEEE;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.navi_cart a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.navi_cart a:hover {
  color: #F29400;
}

.navi_cart_req {
  display: block;
  position: relative;
  margin: 10px 10px 10px 0px;
  padding: 0px 10px 0px 10px;
  width: 210px;
  color: #363636;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}

.navi_cart_item a {
  display: block;
  position: relative;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 10px;
  width: 210px;
  color: #363636;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}

.navi_cart_item a:hover {
  color: #F29400;
}

.navi_cart_hd {
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 2px 10px 2px 10px;
  height: 24px;
  background-color: #EEEEEE;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-sizing: content-box;
}

.navi_cart_p p {
  color: #363636;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.navi_cart_p ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  background-color: #FFFFFF;
  float: left;
}

.navi_cart_p li {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  list-style: none;
  margin: 5px 0;
  float: left;
  background-color: #FFFFFF;
  height: 18px;
  width: 210px;
}

.navi_cart_p li a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
  background-color: #FFFFFF;
  height: 18px;
}

.navi_cart_p li a:hover {
  color: #F29400;
}

.navi_cart_sm {
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

.navi_cart_sel {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 1px 0 2px 10px;
  width: 230px;
  color: #F29400;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.navi_cart_sub_sm {
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.navi_cart_hspace {
  display: block;
  position: relative;
  max-height: 10px;
  margin-top: 0px;
  float: left;
  overflow: hidden;
}

.fb_modalw_ok {
  margin-top: 15px;
}

.w630 {
  width: 630px;
}

.w280 {
  width: 280px;
}

.w225 {
  width: 225px;
}

.hm_logbox {
  min-height: 230px;
}

.detail_content_cart_sum {
  display: block;
  position: relative;
  margin: 2px 0;
  padding-left: 0px;
  background-color: #FFF0D8;
  border: 0;
  float: left;
  color: #363636;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}

.detail_content_cart_sum a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_sum a:link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_sum a:visited {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_sum a:active {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_sum a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_noh {
  display: block;
  position: relative;
  margin: 2px 0;
  padding-left: 10px;
  background-color: #FFFFFF;
  border: 0;
  float: left;
  color: #363636;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}

.detail_content_cart_noh a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_noh a:link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_noh a:visited {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_noh a:active {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart_noh a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart {
  display: block;
  position: relative;
  margin: 2px 0 2px 0;
  padding-left: 10px;
  width: 630px;
  min-height: 750px;
  background-color: #FFFFFF;
  border: 0;
  float: left;
  color: #363636;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}

.detail_content_cart_space {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  background-color: #FFFFFF;
  border: 0;
  float: left;
  color: #363636;
  padding-top: 20px;
}

#confirm_message {
  margin-top: 20px;
}

.detail_content_cart p {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

/*.detail_content_cart span      {font-size:12px;}*/
.detail_content_cart td {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.detail_content_cart li {
  min-width: 190px;
}

.detail_content_cart h2 {
  color: #363636;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  height: 20px;
}

.detail_content_cart h3 {
  color: #363636;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0;
}

.detail_content_cart h4 {
  color: #363636;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.detail_content_cart a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart a:link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart a:visited {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart a:active {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}

.detail_content_cart a:hover {
  color: #F29400;
  text-decoration: underline;
  font-weight: normal;
}

#bgd_cart_all {
  display: block;
  position: absolute;
  top: 136px;
  left: 4px;
  width: 945px;
  height: 625px;
  background-color: #FFFFFF;
}

#bgd_cart_left {
  display: block;
  position: absolute;
  top: 136px;
  left: 4px;
  width: 320px;
  height: 625px;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#bgd_cart_right {
  display: block;
  position: absolute;
  top: 136px;
  left: 328px;
  width: 622px;
  height: 625px;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#cart_ov_head {
  display: block;
  position: absolute;
  top: 140px;
  left: 10px;
  width: 299px;
  height: 18px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

#cart_ov_block {
  display: block;
  position: absolute;
  margin: 0;
  top: 170px;
  left: 10px;
  width: 223px;
  height: 582px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  padding-left: 81px;
  text-indent: -81px;
}

#cart_ov_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#cart_ov_block li {
  padding-top: 20px;
  color: #FF9933;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

#cart_ov_block a {
  color: #236CB7;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

#cart_ov_block a:link {
  color: #236CB7;
  text-decoration: none;
}

#cart_ov_block a:visited {
  color: #236CB7;
  text-decoration: none;
}

#cart_ov_block a:hover {
  color: #FF9933;
  text-decoration: none;
}

#cart_ov_block a:active {
  color: #236CB7;
  text-decoration: none;
}

#cart_ov_more {
  display: block;
  position: relative;
  top: 100px;
  left: 0px;
  width: 223px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

#cart_more_block {
  display: block;
  position: relative;
  top: 100px;
  left: -81px;
  width: 223px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  padding-left: 81px;
  text-indent: -81px;
}

#cart_more_block ul {
  list-style: none;
}

#cart_more_block li {
  padding-top: 10px;
  color: #FF9933;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}

#cart_more_block a {
  color: #236CB7;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}

#cart_more_block a:link {
  color: #236CB7;
  text-decoration: none;
}

#cart_more_block a:visited {
  color: #236CB7;
  text-decoration: none;
}

#cart_more_block a:hover {
  color: #FF9933;
  text-decoration: none;
}

#cart_more_block a:active {
  color: #236CB7;
  text-decoration: none;
}

#cart_tx_head {
  display: block;
  position: relative;
  width: 100%;
  height: 18px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

#cart_tx_block_pure {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}

#cart_tx_block_scroll {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  overflow-y: scroll; /*scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color: #888888; */
}

#cart_tx_block_pure p {
  padding-bottom: 20px;
}

#cart_tx_block_pure a {
  color: #236CB7;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

#cart_tx_block_pure a:link {
  color: #236CB7;
  text-decoration: none;
}

#cart_tx_block_pure a:visited {
  color: #236CB7;
  text-decoration: none;
}

#cart_tx_block_pure a:hover {
  color: #FF9933;
  text-decoration: none;
}

#cart_tx_block_pure a:active {
  color: #236CB7;
  text-decoration: none;
}

#cart_tx_block_pure td {
  overflow: hidden;
}

#cart_tx_small {
  color: #363636;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
}

#cart_tx_small a {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#cart_tx_small a:hover {
  color: #F29400;
}

.cart_small_space tr {
  height: 10px;
  font-size: 8px;
  font-weight: normal;
}

.cart_itm_cedt {
  font-size: 14px;
  border: 1px solid #D0D0D0;
  width: 25px;
  min-height: 26px;
  max-height: 26px;
  text-align: center;
  margin: 1px 10px 4px 0;
}

.cart_itm_title {
  width: 250px;
  overflow: hidden;
}

.cart_item_scroll {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 610px;
  height: 124px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  overflow-y: scroll; /*scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color: #888888; */
}

.cart_promo_cedt {
  font-size: 12px;
  border: 1px solid #D0D0D0;
  width: 156px;
  height: 20px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 4px;
}

.cart_bcoin_cedt {
  font-size: 12px;
  border: 1px solid #D0D0D0;
  width: 56px;
  height: 14px;
  text-align: right;
  margin-top: 1px;
  margin-bottom: 4px;
}

.cart_head_boxdig {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

.cart_space_h {
  display: block;
  position: relative;
  height: 4px;
  float: left;
}

.cart_space_hh {
  display: block;
  position: relative;
  height: 8px;
  float: left;
}

.cart_space_hhh {
  display: block;
  position: relative;
  height: 16px;
  float: left;
}

.cart_cst_new_block {
  display: block;
  position: relative;
  top: 20px;
  left: 0px;
  width: 300px;
  overflow: hidden;
}

.cart_cst_login_block {
  display: block;
  position: relative;
  top: 20px;
  left: 310px;
  width: 300px;
  overflow: hidden;
}

.cart_earn_bcoin_box {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 0;
  width: 170px;
  height: 15px;
  float: left;
  text-align: left;
  overflow: hidden;
}

.cart_earn_bcoin_img {
  font-size: 12px;
  line-height: 11px;
  float: left;
  padding: 0;
}

.cart_bcoin_txt a:hover {
  color: #F29400;
}

.cart_bcoin_txt img {
  padding: 0 0 1px 0;
}

.cart_bcoin_img {
  font-size: 14px !important;
  line-height: 18px;
}

.cart_bcoin_img_right {
  font-size: 14px !important;
  line-height: 18px;
  float: right;
}

.cart_bcoin_img_left {
  font-size: 14px !important;
  line-height: 18px;
  float: left;
  margin-left: 5px;
}

/* /// Register ///////////////////////////////////////////////////// */
.cart_lnk {
  font-size: 12px;
}

.cart_lnk a {
  font-size: 12px;
}

.cart_lnk a:hover {
  color: #F29400;
}

.cart2_fld_ustid {
  font-size: 14px;
  border: 1px solid #D0D0D0;
  width: 200px;
  height: 14px;
  text-align: left;
  margin-left: 15px;
  margin-top: 1px;
  margin-bottom: 4px;
}

.cart_send_bt {
  display: block;
  position: relative;
  width: 200px;
  height: 24px;
  text-align: center;
}

.cart_order_bt {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 25px;
  text-align: center;
}

/* /// vsl discount //////////////////////////////////////////////////////////// */
#vsl_disc_text {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 0px;
  left: 10px;
  color: #000000;
  line-height: 20px;
}

#vsl_disc_msg {
  color: #900;
  text-align: center;
  line-height: 20px;
  float: none;
}

.vsl_disc_desc {
  margin-bottom: 0px;
  height: 44px;
  color: #666;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 4px;
}

.vsl_disc_table {
  display: block;
  position: relative;
  width: 500px;
  left: 50px;
  color: #000000;
}

.vsl_disc_table td {
  text-align: left;
  vertical-align: top;
}

.vsl_disc_left {
  float: left;
}

/* /// new cart //////////////////////////////////////////////////////////// */
.cart_recalc_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 24px;
  text-align: right;
  background-color: #D4D0C8;
  cursor: pointer;
  float: left;
}

.cart_recalc_bt_txt {
  display: block;
  position: relative;
  width: 120px;
  margin: 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  float: left;
}

.cart_recalc_bt_ico {
  display: block;
  position: relative;
  width: 15px;
  height: 16px;
  margin: 4px 0;
  background: url(/img/icon_bt_reload.png) no-repeat;
  float: left;
}

.cart_recalc_loader {
  display: block;
  position: relative;
  width: 160px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  float: left;
  background-color: #F29400;
  cursor: default;
}

.cart_recalc_bc {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 24px;
  text-align: right;
  background-color: #D4D0C8;
  cursor: pointer;
  float: left;
}

.cart_recalc_bc_txt {
  display: block;
  position: relative;
  width: 120px;
  margin: 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  float: left;
}

.cart_recalc_bc_ico {
  display: block;
  position: relative;
  width: 15px;
  height: 16px;
  margin: 4px 0;
  background: url(/img/icon_bt_reload.png) no-repeat;
  float: left;
}

.cart_recalc_loader_bc {
  display: block;
  position: relative;
  width: 160px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  float: left;
  background-color: #F29400;
  cursor: default;
}

.bt_cart_hspace {
  width: 75px;
  float: left;
}

.bt_cart_hspace_m {
  width: 100px;
  float: left;
}

.bt_cart_hspace_w {
  width: 235px;
  float: left;
}

.pay_ln_space {
  width: 630px;
  float: left;
  min-height: 3px;
}

.pay_ln_space10 {
  width: 630px;
  float: left;
  min-height: 10px;
}

.pay_ln_space20 {
  width: 630px;
  float: left;
  min-height: 20px;
}

.pay_col_item {
  width: 630px;
  float: left;
}

.pay_col_check {
  width: 35px;
  float: left;
  min-height: 25px;
  margin-left: 10px;
}

.pay_col_icoimg {
  min-width: 55px;
  max-width: 55px;
  float: left;
  padding-left: 10px;
}

.pay_col_icodsc {
  float: left;
  font-size: 14px;
}

.pay_elv_eye {
  padding: 50px 0 0 20px !important;
}

#elv_eye {
  cursor: pointer;
}

.pay_col_box1 {
  width: 335px;
  float: left;
  margin: 10px 0 0 0;
}

.pay_col_box2 {
  display: table;
  width: 235px;
  float: left;
  margin: 10px 0 0 0;
  height: 100px;
  text-align: left;
}

.pay_col_box2 span {
  display: table-cell;
  vertical-align: middle;
}

.pay_col_box1_ln {
  float: left;
  margin: 0 0 5px 0;
}

.pay_col_box1_lnr {
  float: right;
  margin: 0 0 5px 0;
}

.pay_col_box1_ll {
  width: 195px;
  float: left;
  margin: 0;
}

.pay_col_box1_lr {
  width: 80px;
  float: left;
  margin: 0;
  text-align: right;
}

.pay_col_checky {
  width: 35px;
  height: 35px;
  float: left;
  background-color: #FF0;
  text-align: center;
}

.pay_col_agb_chk {
  width: 50px;
  float: left;
}

/*.pay_col_agb_txt        {width:100%; text-align:left; float:left; }*/
.pay_col_agb_txt a {
  color: #F29400;
}

.pay_col_bt_space {
  width: 530px;
  padding-left: 120px;
  float: left;
}

#check_agb_id {
  margin: 10px 0 0 0;
}

.cart_cnty_sel {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 210px;
  height: 20px;
  color: #363636;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 1px 0px #E2E1E1;
  box-shadow: inset 0px 0px 1px 0px #E2E1E1;
}

.cart_cnty_arrow_dd {
  background: url(/img/arrow_dd.png) no-repeat;
  background-position: 197px 7px;
}

.cart_cnty_view {
  display: block;
  position: relative;
  margin-left: 235px;
  padding: 2px 0 2px 0;
  height: 18px;
  width: 51px;
  background-color: #FFFFFF;
  color: #363636;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.register_tab td {
  height: 30px;
}

.cw_msg {
  width: 100%;
  height: 60px;
}

.cw_pod {
  width: 620px;
  height: 20px;
}

.cw300 {
  width: 300px;
  height: 20px;
}

.cw250 {
  width: 200px;
  height: 20px;
}

.cw200 {
  width: 200px;
  height: 20px;
}

.cw100 {
  width: 100px;
  height: 20px;
}

.cw050 {
  width: 50px;
  height: 20px;
}

.cart2_fld {
  font-size: 14px;
  border: 1px solid #D0D0D0;
  text-align: left;
  margin: 1px 0 4px 0;
  padding: 0 3px 0 3px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E2E1E1;
  box-shadow: inset 0px 0px 0px 1px #E2E1E1;
}

.cart2_vspace {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 7px;
  float: none;
}

.cart_nl_bt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  float: left;
}

.cart_nl_btck {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: url(/img/icon_ticked.png) no-repeat;
  background-position: 1px 1px;
  float: left;
}

.cart_nl_check {
  display: block;
  position: relative;
  margin: 10px 0 0 30px;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #FF9933;
  border: 1px solid #575757;
  float: left;
}

.cart_nl_uncheck {
  display: block;
  position: relative;
  margin: 10px 0 0 30px;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border: 1px solid #575757;
  float: left;
}

.shiptab_hd {
  width: 150px;
  height: 50px;
  text-align: center;
  background-color: #e1e1e1;
}

.shiptab_hdh {
  width: 150px;
  height: 50px;
  text-align: left;
  background-color: #e1e1e1;
  font-weight: bold;
}

.shiptab_cty {
  width: 230px;
  height: 25px;
  text-align: left;
}

.shiptab_val {
  width: 120px;
  height: 25px;
  text-align: center;
}

/* /// cart_promo //////////////////////////////////////////////////////////// */
.cart_promo_li_row {
  display: block;
  position: relative;
  min-width: 250px;
  height: 30px;
}

.cart_promo_li_sel {
  display: block;
  position: relative;
  float: left;
  height: 10px;
  width: 25px;
  margin-top: 5px;
  margin-right: 5px;
  transform: scale(1.5);
}

.cart_promo_li_sel a:hover {
  color: #F29400;
}

.cart_promo_li_txt {
  display: block;
  position: relative;
  float: left;
  color: #363636;
  font-size: 12px;
  line-height: 20px;
}

.cart_promo_li_txt a {
  font-size: 14px;
  color: #363636;
}

.cart_promo_li_txt a:hover {
  color: #F29400;
}

input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

/* /// TOOLTIP /////////////////////////////////////////////////////////// */
#fixedtipdiv {
  position: absolute;
  padding: 2px;
  border: 1px solid black;
  font-size: 10px;
  line-height: 12px;
  z-index: 100;
}

#dhtmltooltip {
  position: absolute;
  width: 150px;
  border: 1px solid #D9E7EC;
  padding: 2px;
  background-color: #F3F7F8;
  visibility: hidden;
  font-size: 10px;
  font-weight: normal;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/*# sourceMappingURL=main.css.map */
