/* Customize style */
* {
  font-family: "Roboto", sans-serif;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-garena-svg {
  width: 18px;
  vertical-align: middle;
  content: url(../../../../../../assets/icon/icon-garena.svg);
}

.icon-battle-net-svg {
  width: 18px;
  vertical-align: middle;
  content: url(../../../../../../assets/icon/icon-battle-net.svg);
}

.icon-origin-svg {
  width: 16px;
  vertical-align: middle;
  content: url(../../../../../../assets/icon/icon-origin.svg);
}

/* Header */
.header_bigsale span {
  margin-left: 10px;
}

.avatar img.header-avatar {
  width: 40px;
  border-radius: 50%;
}

#collapseProfile {
  position: absolute;
  z-index: 999;
  right: 0px;
  background: #ffffff;
  -moz-box-shadow: 1px 2px 5px #3d3d3d;
  -webkit-box-shadow: 1px 2px 5px #3d3d3d;
  box-shadow: 1px 2px 5px #3d3d3d;
}

.drop-profile {
  min-width: 300px;
  height: auto;
}
.drop-profile a {
  line-height: 30px;
}
/* Footer */
.flex-column {
  flex-direction: column;
  display: flex;
}
.flex-row {
  flex-direction: row;
  display: flex;
}

/* detail product */
.product_variant.quantity button {
  min-width: 250px;
  color: #ffffff;
}
.nice-select.open .list {
  z-index: 9999;
}
.drop-profile a.btn_recharge {
  line-height: 18px;
}
.drop-profile a.btn_recharge:hover {
  color: #ffffff;
}

.col-12 h4.product_name {
  text-align: left;
}

h4.product_name {
  margin-bottom: 10px;
  text-align: center;
  min-height: 42px;
  max-height: 42px;
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_list .product_content.list_content .action_links ul li {
  display: inline-block;
  margin-right: 25px;
}
.grid_list .product_content.list_content .action_links ul li a i {
  margin-right: 7px;
}
.sort_select {
  font-size: 14px;
  height: 2em;
}

.gallery-thumbs .swiper-slide {
  line-height: 3em;
}
.view_more {
  width: 100%;
}
a.btn_view_more {
  text-align: center;
  border: 2px solid #ebebeb;
  height: 45px;
  line-height: 41px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
}
a.btn_view_more:hover {
  background: #8166f1;
  border-color: #8166f1;
  color: #ffffff;
}

/* CSS for input */
.input-form {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #222222;
}
/* CSS btn-dark */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border: 1px solid #343a40;
  border-radius: 4px;
  padding: 4px 10px;
}
.btn-dark:hover {
  color: #fff;
  background-color: #8166f1;
  border-color: #8c8c8c;
}

/* CSS for product description */
.product_info_content h1 {
  font-size: 18px;
}
.product_info_content h2 {
  font-size: 16px;
}
.product_info_content h3,
.product_info_content h4,
.product_info_content h5,
.product_info_content h6 {
  font-size: 14px;
  font-weight: 500;
}
.panel-body {
  border: none;
}

/* CSS for button messager facebook */
@media (max-width: 768px) {
    #messenger-button {
        display: block;
    }

    .fb_reset {
        display: none;
    }
}

@media (min-width: 768px) {
    #messenger-button {
        display: none;
    }

    .fb_reset {
        display: block;
    }
}

/* CSS Custom for DCStore */
.con-hang {
  color: green;
  font-weight: bold;
}

.het-hang {
  color: red;
  font-weight: bold;
}

/* Color and Deal like Tiki */
.product_name a {
  transition: all 0.3s ease 0s;
  color: rgb(36, 36, 36);
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
}
.product_name a:hover {
  color: rgb(36, 36, 36);
}
.product_thumb .deal::before {
  content: "-";
}
.product_thumb .deal {
    position: absolute;
    top: -1px;
    left: 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 4px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    width: 40px;
    height: 36px;
    background-image: url(../img/deal-tag.png);
    background-size: 40px 36px;
    margin: 1px 0px 0px;
    background-position: 0px 0px;
    font-size: 13px;
}

/* css image */
.categories_product_thumb img{
    height: 103px;
}
.banner_area .banner_thumb img {
    height: auto;
}

/* Cắt một chuỗi nếu quá dài và thêm ... */
.cut_string {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* menu mobile */
.Offcanvas_menu_wrapper.active{
  z-index: 999;
}

.modal .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

/* Add btn class */
.btn-primary {
  color: #fff;
  background-color: #8166f1;
}
.btn-primary:hover {
  color: #fff;
  background-color: #333;
}
.btn-default:hover {
  background-color: #e6e6e6;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #adadad!important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal-footer {
  display: block;
}

.key-game {
  text-transform: none;
}

.account_page_bg{
  min-height: 58rem;
  padding: 60px 0px;
}