.tab-item-link {
  font-size: 14px;
  color: #424242;
  text-decoration: none solid rgb(66, 66, 66);
  letter-spacing: 0.5px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}

.tab-item-link:hover {
  color: #424242;
}

.nav-link.tab-item-link.active {
  background: none;
  color: #424242;
  border-bottom: solid 1px #9e9e9e;
  border-radius: 0;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}

.content-tab-description {
  font-size: 15px;
  color: #616161;
  text-decoration: none solid rgb(97, 97, 97);
  line-height: 24px;
  letter-spacing: 0.5px;
}

.related-product-wrap {
  margin-top: 55px;
}

/* Social Icon */
.social-icon-wrapper {
  float: right;
  margin-top: -55px;
  font-size: 13px;
  color: #757575;
  text-decoration: none solid rgb(117, 117, 117);
  line-height: 24px;
  letter-spacing: 0.5px;
}

.share-icon {
  margin-right: 10px;
  margin-top: 3px;
}

.icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 13px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  color: #ffffff;
}

.icon i {
  font-size: 16px;
  position: absolute;
  left: 9px;
  top: 10px;
}

.icon.social {
  float: right;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: none;
  color: #595959;
  border: solid 1px #9e9e9e;
}
.icon.social:hover {
  background: #424242;
  color: #ffffff;
}
.icon.social.fb i {
  left: 8px;
  top: 5px;
}
.icon.social.tw i {
  left: 6px;
  top: 5px;
}
.icon.social.wa i {
  left: 6.5px;
  top: 5px;
}

.icon.social.envelope i {
  left: 5px;
  top: 4px;
}

.icon.social.link i {
  left: 5px;
  transform: rotate(90deg);
  top: 5px;
}
/* End Social Icon */

/* Right Product */
.product-name {
  font-size: 24px;
  color: #424242;
  text-decoration: none solid rgb(66, 66, 66);
  letter-spacing: 0.5px;
  font-weight: bold;
}

.badge-best-seller {
  background-color: #e53935;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 0;
}

.link-categories {
  color: #424242;
  text-transform: uppercase;
}

.link-categories:hover {
  text-decoration: none;
}

.list-product-price-detail {
  font-size: 24px;
  color: #1976d2;
  text-decoration: none solid rgb(25, 118, 210);
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.list-product-price-special {
  font-size: 13px;
  color: #616161;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.text-line-product {
  text-decoration: line-through solid rgb(97, 97, 97);
}

.list-diskon-desc,
.count-view-product,
.ship-product {
  font-size: 14px;
  color: #616161;
  text-decoration: none solid rgb(97, 97, 97);
  line-height: 24px;
  letter-spacing: 0.5px;
}

.set-font-bold {
  font-weight: bold;
}

.btn-buy-now {
  width: 100%;
  border: 1px solid #f57c00;
  border-radius: 3px;
  background-color: #f57c00;
  font-size: 18px;
  color: #f2f2f2;
  text-decoration: none solid rgb(242, 242, 242);
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-buy-now:focus {
  box-shadow: none;
  border: 1px solid #f57c00;
}

.btn-buy-now:hover {
  background-color: #e47b0e;
  color: #f2f2f2;
}

.image-shipping-product {
  width: 22px;
  margin-top: -2px;
  margin-left: -4px;
}

.btn-add-to-cart {
  width: 96%;
  border: 1px solid #1976d2;
  border-radius: 3px;
  background-color: #1976d2;
  font-size: 14px;
  color: #f2f2f2;
  text-decoration: none solid rgb(242, 242, 242);
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
}

.btn-add-to-cart:focus {
  box-shadow: none;
  border: 1px solid #1976d2;
}

.btn-add-to-cart:hover {
  color: #f2f2f2;
  background-color: #2673bf;
}

.btn-favorite-product {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #ffffff;
  background-size: cover;
  font-size: 22px;
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  color: #616161;
  margin-left: -27px;
}

.btn-favorite-product:hover {
  color: #f2f2f2;
  background-color: #2673bf;
  border: 1px solid #1976d2;
}

.minus-product,
.plus-product {
  	border: solid 1px #dadada;
  	padding-left: 10px;
  	padding-right: 10px;
	background-color: #f2f2f2;
}

.minus-product:hover,
.plus-product:hover {
  background-color:#eaeaea;
}

.input-qty {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-radius: 0;
  border-left: none;
  padding: 0;
  font-size: 14px;
  height: 39px!important;
}

input.input-qty:focus {
  box-shadow: none;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
}

.set-mt-6 {
  margin-top: -6px;
}

.set-color-general {
  color: #424242;
}

/* size */
.size-title,
.color-title {
  font-size: 13px;
  color: #616161;
  text-decoration: none solid rgb(97, 97, 97);
  letter-spacing: 0.5px;
  margin-right: 10px;
  margin-top: 5px;
}

.custom-radio-size label.label-size {
  display: inline-block;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #eaeaea;
  transition: all 0.3s;
  font-size: 13px;
  margin-right: 5px;
  cursor: pointer;
}

.custom-radio-size input[name="size"] {
  display: none;
}

.custom-radio-size input[name="size"]:checked + label.label-size {
  border: solid 1px #616161;
}
/* end size */

/* color */
.custom-radio-color label.label-color {
  display: inline-block;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #eaeaea;
  transition: all 0.3s;
  font-size: 13px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.custom-radio-color input[name="color"] {
  display: none;
}

.custom-radio-color input[name="color"]:checked + label.label-color {
  border: solid 1px #616161;
}

.color-1 {
  background: #9cdcdc;
}

.color-2 {
  background: #e6e6e8;
}

.color-3 {
  background: #2453c5;
}

.color-4 {
  background: #fafafa;
}
/* end color */

.related-product-archive-wrap {
  margin-top: 20px;
}

.list-title-product-name {
  font-size: 16px;
  color: #424242;
  text-decoration: none solid rgb(66, 66, 66);
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px; 
  line-height: 1.2;
}

.list-title-product-category {
  font-size: 11px;
  color: #757575;
  text-decoration: none solid rgb(117, 117, 117);
  letter-spacing: 0.5px;
}

.list-title-product-price-normal {
  font-size: 16px;
  color: #757575;
  text-decoration: line-through solid rgb(117, 117, 117);
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
}

.list-title-product-price-special {
  font-size: 16px;
  color: #424242;
  text-decoration: none solid rgb(66, 66, 66);
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
}

.list-product-card-body {
  padding-top: 2px;
    padding-bottom: 2px;
}

.list-product-card {
  border: none;
  cursor: pointer;
}

.list-product-image-wrap {
  border: solid 2px #dadada;
  border-radius: 3px;
}

.list-product-image {
  border-radius: 3px;
  height: 250px;
  object-fit: contain;
  background-color: #eaeff3;
}

.list-product-image-wrap:hover {
  border: solid 2px #1976d2;
}

.list-product-image-wrap:hover .list-product-quick{
  opacity: 1;
}

.list-product-image-wrap:hover .list-product-icon{
  opacity: 1;
}

.icon-product-image {
  min-height: 35px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 5px;
  color: #ffffff;
  background-color: #ffffff !important;
}

.icon-product-image:hover {
  border: 1px solid #1976d2;
  background-color:#1976d2;
  color: #ffffff;
}

.list-icon-cart:hover, .list-icon-heart:hover {
  color: #ffffff;
}

.list-icon-cart {
  font-size: 18px;
    margin-left: -2px;
    color: #616161;
}

.list-icon-heart {
    color: #616161;
}

.list-product-icon {
  opacity: 0;
  position: absolute;
  right: 0;
  margin-right: 8px;
  margin-top: 8px;
}

.list-product-featured {
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 4px;
}

.item-product-featured {
  background-color: #ffa000;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.list-product-quick {
    opacity: 0;
    background-color: #1976d2;
    font-size: 14px;
    color: #f2f2f2;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    width: 98.5%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    bottom: 0;
    border: solid 2px #1976d2;
}

ul.custom-scroll-category li.li-dropdown ul.ul-dropdown {
	  min-width: 100%; /* Set width of the dropdown */
    background: #f2f2f2;
    position: relative;
    padding-left: 0;
}

ul.custom-scroll-category li.li-dropdown:hover ul.ul-dropdown{
  display: block;	/* Display the dropdown */
}

ul.custom-scroll-category li.li-dropdown ul.ul-dropdown li{
    display: block;
}

ul.custom-scroll-category li.li-no-dropdown a,
ul.custom-scroll-category li.li-dropdown a,
ul.custom-scroll-category li.li-dropdown ul.ul-dropdown li a {
  text-decoration: none;
}

.comm-menu-cat-wrap {
    padding: 10px 20px;
    background-color: #ffffff;
    font-size: 14px;
    color: #424242;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.comm-menu-cat-wrap:hover {
  background-color: #f2f2f2;
}

li.li-no-dropdown,
li.li-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-left: none;
  border-right: none;
}

li.li-item-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

ul.custom-scroll-category li:last-child {
  border-bottom: none;
}

.click-submenu-dropdown i.fa {
  font-size: 18px;
}

.click-submenu-dropdown {  
  position: relative;
  margin-top: -30px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
}
span.disabled {
    pointer-events: none;
    cursor: pointer;
}
a.disabled {
    background: #555!important;
    border: none;
}
.qty-btn-group.disabled {
    pointer-events: none;
}
@media (max-width: 991px) {
  .btn-add-to-cart {
    width: 100%;
  }
}
@media (max-width: 576px) {
  
  .btn-favorite-product {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .social-icon-wrapper {
    float: none;
    margin-top: 0px;
  }
}

.comm-menu-active{
  background: #f2f2f2;
}
.comm-submenu-active{
  background: #c5c5c5;
}

.comm-none{
  /*display: none;*/
}