.phone_number a::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.phone_number a:nth-child(1)::after {
  background-image: url('/front-end/images/image/icon-phone-1.png');
}
.phone_number a:nth-child(2)::after {
  background-image: url('/front-end/images/image/icon-phone-2.png');
}
.phone_number a:nth-child(3)::after {
  background-image: url('/front-end/images/image/icon-phone-3.png');
}
.phone_number {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 30;
}

.phone_number a span {
  display: none;
}
@media (min-width: 768px) {
  .phone_number {
    bottom: 170px;
    right: 30px;
    left: auto;
  }
}
.header .top-links__link > a {
    color: #fff;
}
.header .top-cart-block {
    position: relative;
}
.header .top-cart-block .fa-shopping-cart {
    background: transparent;
}

.header .top-cart-block .fa-shopping-cart::before {
    color: #f7931e;
}

.header .top-cart-block .top-cart-info-count {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    background-color: #f7931e;
    width: 20px;
    height: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 50px!important;
    overflow: hidden;
}

.home-why__features-title {
    padding-right: 20px;
}
.home-why__features-icon {
    border-radius: 50%!important;
}
.description ul {
    list-style-type: none;
}
.add-to-cart-button {
    margin-left: 40px;
}
.product-info-main .qty-minus-product, .product-info-main .qty-plus-product {
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    background: #edeff1!important;
    color: #647484;
    text-align: center;
    border-radius: 10px;
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.product-info-main #product-quantity {
    margin-left: 10px;
    margin-right: 10px;
}
.product-info-main .product-page-cart {
    display: flex;
}
.product-info-main .product-quantity, 
.product-info-main .product-quantity .input-group {
    float: unset;
    width: unset;
}
.product-info-main .product-quantity {
    margin-right: 0;
}
#product-infomation .nav-tabs .nav-item.active {
    font-weight: 700;
    color: #fff;
    background-color: #f7931e;
}
@media (max-width: 767px) {
    .description ul {
        display: block!important;
    }
    #product-infomation .nav-tabs .nav-item {
        width: 100%;
    }
    .block-search .minisearch {
        margin-right: 15px;
    }
}
.fab {
    font-family: "Font Awesome 5 Brands"!important;
}
.content-article .read-more {
    background-color: #f7931e;
    padding: 7px 20px;
    color: white;
}
.block-content ul#wp-page-list li a {
    color: #3d1063!important;
}
.block-content ul#wp-page-list li::marker {
    color: #3d1063!important;
}
.block-content ul#wp-page-list li a:hover {
    color: #f7931e!important;
}

#nav-guide {
    display: flex
}
#nav-guide > * {
    margin-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}


@media (max-width: 767px) {
    .custom-checkbox {
        margin-top: 20px;
    }
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #f7931e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-upload {
    background-color: #f7931e;
    color: white;
    margin-top: 10px;
}
.label.color-black {
    color: black!important;
}