@charset "UTF-8";
.inventory-list-parent .location-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#product-template .sticky-gallery {
  position: sticky;
  position: -webkit-sticky;
  top: 10px; }

@media only screen and (max-width: 767px) {
  #product-template .bg-while {
    padding: 15px 10px; } }

#product-template .gallery-product-template #sl-product-thumb {
  position: relative; }
  #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] {
    width: 13%; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] > #slider-thumb:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] > #slider-thumb:not(.slick-initialized) > div {
        width: 100%;
        flex: 0 0 100%; }
  #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] {
    width: 100%;
    order: 2;
    margin-top: 10px; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] > div {
      margin: 0 -5px; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] .item {
      padding: 0 5px; }
      #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] .item a {
        margin-bottom: 0; }
  #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+7) {
    display: none; }
  @media (max-width: 767px) {
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item {
      flex: 0 0 100%;
      width: 100%; }
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+2) {
      display: none; } }
  #product-template .gallery-product-template #sl-product-thumb #slider-thumb .slick-current .item > a {
    border: 1px solid #000; }
  #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item {
    border: none !important;
    outline: none !important; }
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a {
      margin-bottom: 10px;
      border: 1px solid transparent;
      z-index: 9;
      display: block;
      position: relative; }
      #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a:before {
        display: block;
        padding-bottom: 100%;
        content: ""; }
      #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: var(--typeimageproduct);
        object-position: center;
        left: 0;
        top: 0; }

#product-template .gallery-product-template .product-gallery {
  position: relative; }
  #product-template .gallery-product-template .product-gallery[data-widthgallery="true"] {
    width: 87%;
    padding-left: 10px; }
  #product-template .gallery-product-template .product-gallery[data-widthgallery="false"] {
    width: 100%;
    order: 1; }
  @media only screen and (max-width: 767px) {
    #product-template .gallery-product-template .product-gallery {
      padding-left: 0px !important;
      width: 100% !important; } }
  #product-template .gallery-product-template .product-gallery .item a {
    z-index: 9;
    display: block;
    position: relative; }
    #product-template .gallery-product-template .product-gallery .item a:before {
      display: block;
      padding-bottom: 100%;
      content: ""; }
    #product-template .gallery-product-template .product-gallery .item a img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: var(--typeimageproduct);
      object-position: center;
      left: 0;
      top: 0; }

#product-template .product-content-info .head-product-title {
  margin-bottom: 5px; }
  #product-template .product-content-info .head-product-title .pro-brand {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; }
  #product-template .product-content-info .head-product-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    /*&:after{
				color: #fff;
				padding: 2px 7px;
				font-size: 11px;
				border-radius: 3px;
				margin: 0;
				display: inline-block;
				content: attr(data-available);
				position: relative;top: -5px;left: 5px;
				@include devices(mobile) {
				top: -3px;
			}
			}
				&.green:after{
				background:#38bf57;
			}
				&.soldout-red:after{
				background:#ff0000;
			}*/ }
    @media only screen and (max-width: 767px) {
      #product-template .product-content-info .head-product-title h1 {
        font-size: 20px; } }

#product-template .product-info {
  margin-bottom: 0px;
  line-height: 20px; }
  #product-template .product-info .title {
    font-weight: bold;
    color: var(--colorshophover); }
  #product-template .product-info .line-info {
    margin: 0 10px; }
    @media (max-width: 400px) {
      #product-template .product-info .line-info:nth-child(4) {
        display: none; } }
  #product-template .product-info .sold-qtt > strong {
    margin-right: 5px; }
  #product-template .product-info .border-right-line:after {
    content: "";
    height: 11px;
    width: 1px;
    position: relative;
    background: var(--colorshop);
    bottom: -5px;
    margin: 0 10px; }
  #product-template .product-info .border-right-line:last-child:after {
    display: none; }
  #product-template .product-info .wishlist-detail .product-wishlist {
    position: relative; }
    #product-template .product-info .wishlist-detail .product-wishlist button {
      font-size: 0;
      outline: none;
      border: none;
      background: none;
      width: 30px;
      height: 30px;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--heartnofill); }
      #product-template .product-info .wishlist-detail .product-wishlist button.active {
        background-image: var(--heartfill); }

#product-template #pro-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #product-template #pro-price .price-now {
    font-size: 22px;
    color: #ff0000;
    font-weight: 600;
    margin-right: 15px; }
  #product-template #pro-price .price-compare {
    margin-right: 15px; }
    #product-template #pro-price .price-compare del {
      font-size: 16px;
      color: #919191;
      font-weight: 500; }

#product-template .flex-100 {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 10px; }
  #product-template .flex-100 button {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }

#product-template .bg-countdown-product {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 480px) {
    #product-template .bg-countdown-product {
      display: block; } }
  #product-template .bg-countdown-product .count-down-index {
    padding: 5px 10px;
    margin: 0;
    background: linear-gradient(90deg, #e60000 0%, rgba(238, 110, 7, 0.872987) 55%, rgba(254, 207, 23, 0.83097) 89%); }
    @media (max-width: 480px) {
      #product-template .bg-countdown-product .count-down-index {
        justify-content: space-between; } }
    #product-template .bg-countdown-product .count-down-index > span {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
  #product-template .bg-countdown-product .fl_progressbar_group {
    padding: 5px 10px;
    margin: 0;
    background: #ffeae6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  #product-template .bg-countdown-product .countdown-deal {
    margin-left: 25px; }
    @media (max-width: 480px) {
      #product-template .bg-countdown-product .countdown-deal {
        margin-left: 0; } }
    #product-template .bg-countdown-product .countdown-deal li {
      margin-right: 10px;
      text-align: center;
      padding: 5px 7px;
      background: #fff;
      min-width: 40px;
      height: 40px;
      border-radius: 5px;
      color: #000;
      line-height: 16px; }
      @media (max-width: 480px) {
        #product-template .bg-countdown-product .countdown-deal li {
          margin-right: 5px; } }
      #product-template .bg-countdown-product .countdown-deal li small {
        display: block; }

#product-template .product-description-tab .nav {
  border-bottom: 1px solid #e4e7e6;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  #product-template .product-description-tab .nav li {
    background: #f7f7fb;
    margin: 0 -1px 0 0;
    float: left;
    position: relative;
    display: block; }
    #product-template .product-description-tab .nav li a {
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      margin: 0;
      border: 1px solid #e4e7e6;
      border-bottom: 0;
      padding: 12px 15px 10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      display: block;
      line-height: 1.42857143;
      font-weight: 400; }
    #product-template .product-description-tab .nav li.active, #product-template .product-description-tab .nav li:hover {
      border-top: 3px solid var(--colorshophover); }
      #product-template .product-description-tab .nav li.active a, #product-template .product-description-tab .nav li:hover a {
        border: 1px solid #e4e7e6;
        border-width: 0 1px;
        color: #000;
        padding-bottom: 11px;
        padding-top: 10px;
        margin-bottom: -1px;
        cursor: pointer;
        background-color: #fff; }

#product-template .product-description-tab .tab-pane {
  display: none; }
  #product-template .product-description-tab .tab-pane.active {
    display: block; }
  @media (max-width: 767px) {
    #product-template .product-description-tab .tab-pane {
      display: block;
      margin-top: 0px; }
      #product-template .product-description-tab .tab-pane .tab-mobile {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
        border-bottom: 1px solid #000; }
        #product-template .product-description-tab .tab-pane .tab-mobile:after {
          content: "+";
          float: right;
          top: -1px;
          position: relative; }
        #product-template .product-description-tab .tab-pane .tab-mobile.active-show:after {
          content: "–"; }
      #product-template .product-description-tab .tab-pane:last-child .tab-mobile {
        border: none; }
      #product-template .product-description-tab .tab-pane .more-description {
        display: none;
        padding-top: 15px; } }

#product-template .title-head-tab {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }

#product-template .title-head-sidebar {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    #product-template .title-head-sidebar {
      font-size: 18px; } }

#product-template .product-parameter table {
  border: 1px solid #ccc;
  border-right: none; }
  #product-template .product-parameter table tr:nth-of-type(odd) {
    background: #f2f2f2; }
  #product-template .product-parameter table tr:last-child th, #product-template .product-parameter table tr:last-child td {
    border-bottom: none; }
  #product-template .product-parameter table tr td, #product-template .product-parameter table tr th {
    padding: 6px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px !important; }
    #product-template .product-parameter table tr td *, #product-template .product-parameter table tr th * {
      font-size: 14px !important; }

#product-template .product-parameter p {
  margin: 0; }

#product-template .product-description-tab .max-height-ct, #product-template .product-parameter .max-height-ct {
  height: 300px;
  overflow: hidden; }
  #product-template .product-description-tab .max-height-ct.active, #product-template .product-parameter .max-height-ct.active {
    height: auto !important; }

#product-template .product-description-tab .view-all-btn, #product-template .product-parameter .view-all-btn {
  position: relative;
  margin-top: 15px; }
  #product-template .product-description-tab .view-all-btn button, #product-template .product-parameter .view-all-btn button {
    background-color: #f4f4f4;
    border: none;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
    font-size: 15px; }
    #product-template .product-description-tab .view-all-btn button i, #product-template .product-parameter .view-all-btn button i {
      margin-right: 5px; }
  #product-template .product-description-tab .view-all-btn:before, #product-template .product-parameter .view-all-btn:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%); }
  #product-template .product-description-tab .view-all-btn.active:before, #product-template .product-parameter .view-all-btn.active:before {
    display: none; }

.swatch .header {
  display: flex;
  align-items: center; }
  .swatch .header > span {
    margin-left: 3px;
    font-weight: 700; }

.location-store p {
  font-size: 15px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  background: var(--bg_button);
  color: #fff;
  position: relative; }
  .location-store p span {
    margin-left: 5px; }
  .location-store p #toggle-location {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff; }

.location-store ul {
  border: 1px solid #ddd;
  border-top: none;
  max-height: 232px;
  overflow-y: auto;
  max-width: 100%;
  display: none;
  width: 100%; }
  .location-store ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bgshop); }
  .location-store ul::-webkit-scrollbar-thumb {
    background-color: var(--bgshop);
    border: none; }
  .location-store ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 8px 10px; }
    .location-store ul li:nth-child(odd) {
      background: #f2f2f2; }
    .location-store ul li .dist {
      font-weight: bold; }
    .location-store ul li span {
      line-height: 21px; }

.location-store.fast-active ul {
  display: inline-block; }
  @media (max-width: 767px) {
    .location-store.fast-active ul {
      display: block; } }

/* App  xy */
.selector-buyxgety {
  float: left; }

#buyxgety-program {
  margin: 0;
  border: 2px dotted #4c88d3;
  padding: 10px;
  position: relative;
  min-height: 155px;
  z-index: 0;
  background-color: rgba(76, 136, 211, 0.05); }
  @media (max-width: 767px) {
    #buyxgety-program {
      padding: 10px 0; } }

#buyxgety-program .buyxgety-heading {
  padding: 5px 10px;
  position: relative;
  padding-right: 60px; }

#buyxgety-program .buyxgety-heading p {
  margin-bottom: 0; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 35px;
  float: left;
  padding-top: 7px; }

.buyxgety_item .buyxgety_image {
  width: 60px;
  float: right; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px;
  /*span{color: var(--colorshophover);}*/ }
  .buyxgety_item .buyxgety_item_title strong {
    color: red; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

/* product review custom */
#review-product-detail #hrv-product-reviews #hrv-product-reviews-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  align-items: self-start;
  position: relative; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #btnSubmitReview {
    min-width: 200px;
    background: var(--bg_button);
    color: var(--color_button); }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-summary {
    width: 100%;
    padding-top: 0;
    order: 1; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-summary h3 {
      display: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .product-reviews-summary-actions {
    display: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form {
    display: block !important;
    width: 50%;
    flex: 0 0 50%;
    padding-left: 0;
    order: 3;
    transform: none !important;
    transition: none !important;
    height: max-content !important;
    align-content: flex-start;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form textarea {
      max-height: 100px; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form h3 {
      display: none; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form fieldset {
      padding: 5px 0;
      border: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
    order: 4;
    width: max-content;
    transform: none !important;
    transition: none !important;
    height: max-content !important;
    margin: 0;
    padding: 0 !important;
    font-size: 18px;
    color: green; }
    @media (min-width: 992px) {
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
        position: absolute;
        top: 15px; } }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    order: 3; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div:first-child {
      border-top: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging {
    order: 5;
    text-align: right;
    width: 100%; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging .btnPaging {
      background: var(--bg_button);
      color: var(--color_button); }
  @media (max-width: 767px) {
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub {
      flex-direction: inherit;
      align-items: flex-start;
      justify-content: flex-start; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
        padding-left: 0; }
        #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div {
          padding: 10px 0; }
          #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div .hrv-product-reviews-star i, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div .hrv-product-reviews-star i, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div .hrv-product-reviews-star i {
            font-size: 13px; }
          #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div p, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div p, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div p {
            margin-bottom: 5px; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging {
        text-align: center; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
        order: 3; } }

#product-template {
  /*.slick-callback{
		.slick-arrow{
			.arrow-custom{
				> div{
					background-color: #ccc;
				}
			}
		}
	}*/ }
  #product-template .top-title {
    margin-bottom: 30px;
    text-align: center; }
    #product-template .top-title .title-section {
      text-align: center;
      display: flex;
      justify-content: center;
      margin-bottom: 5px; }
      #product-template .top-title .title-section span {
        display: flex;
        align-items: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700; }
      @media (max-width: 767px) {
        #product-template .top-title .title-section span {
          font-size: 18px; } }
    #product-template .top-title p {
      text-align: center;
      color: #878787;
      font-style: italic;
      margin: 0;
      display: inline-block;
      padding-top: 15px;
      position: relative;
      min-width: 150px; }
      #product-template .top-title p.fsnone {
        font-size: 0; }
      #product-template .top-title p:before {
        content: "///";
        color: #000;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        text-align: center;
        background: #fff;
        z-index: 9;
        font-size: 14px; }
      #product-template .top-title p:after {
        content: "";
        width: 120px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 5px;
        left: 15px; }

@media only screen and (min-width: 768px) {
  #product-template .coupon-product {
    padding-bottom: 0; }
    #product-template .coupon-product .wd-list-coupon .item {
      flex: 0 0 50%; } }

@media only screen and (max-width: 767px) {
  [data-template="product"] .fixed-action-btn {
    bottom: 163px; }
  .product-fixed-buy-mart {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #fff;
    bottom: -60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .show-buy-mobile .product-fixed-buy-mart {
      bottom: 50px; }
    .product-fixed-buy-mart ul {
      justify-content: space-between;
      box-shadow: 0 0 5px 0px #929292;
      padding: 5px 10px;
      margin: 0 -5px; }
      .product-fixed-buy-mart ul li {
        flex: 1;
        width: 100%;
        text-align: center;
        padding: 0 5px;
        border-radius: 3px;
        font-weight: 600; }
        .product-fixed-buy-mart ul li button {
          width: 100%;
          padding: 5px;
          font-size: 11px;
          height: 45px;
          position: relative;
          border-radius: 5px;
          color: #fff;
          border: 1px solid transparent;
          padding: 5px;
          font-size: 11px;
          height: 45px; }
          .product-fixed-buy-mart ul li button > strong, .product-fixed-buy-mart ul li button span {
            display: block; }
          .product-fixed-buy-mart ul li button > strong {
            text-transform: uppercase; }
          .product-fixed-buy-mart ul li button > span {
            font-size: 12px; }
          .product-fixed-buy-mart ul li button .text {
            padding-left: 17px;
            text-align: left; }
          .product-fixed-buy-mart ul li button#store-inventory-pro {
            background: #cfeadd;
            border: 1px solid #b6ddca;
            color: #326e51;
            line-height: 1rem; }
            .product-fixed-buy-mart ul li button#store-inventory-pro:before {
              background: url(https://file.hstatic.net/200000725895/file/icon_marker_white_0eb4171264b44f4fbcd5710870b62c62.svg) no-repeat left top;
              background-size: cover;
              width: 10px;
              height: 12px;
              left: 7px;
              top: 15px;
              content: "";
              position: absolute; }
          .product-fixed-buy-mart ul li button#add-to-cart-wanda {
            background: var(--bg_button_add_to_cart); }
          .product-fixed-buy-mart ul li button#buynow-wanda {
            color: var(--bg_button_add_to_cart);
            background: transparent;
            border-color: var(--bg_button_add_to_cart); }
  .wd-list-coupon .item {
    margin-bottom: 0; } }

#modal-sizechart > div {
  overflow-y: auto;
  max-height: 50vh; }

.product-gallery .item .video-responsive {
  padding-bottom: 100%; }

#slider-thumb .video-thumb {
  position: relative; }

#slider-thumb .video-thumb img {
  object-fit: cover !important; }

#slider-thumb .video-thumb > a:after {
  content: "";
  background-image: url(https://file.hstatic.net/200000713019/file/play-button_2bff826f2f4d46b688637b857553ee99.png);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 12;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  left: 0;
  top: 0; }

@media (max-width: 991px) {
  .mg-top-30-sm-xs {
    margin-top: 30px; }
  .mg-top-15-sm-xs {
    margin-top: 15px; } }

.service-product {
  margin-bottom: 15px; }
  .service-product .head-title {
    font-size: 16px;
    background: #38bf57;
    color: #fff;
    padding: 8px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600; }
  .service-product ul {
    padding: 10px;
    border: 1px solid #ddd; }
    .service-product ul li {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .service-product ul li img {
        margin-right: 10px; }
      .service-product ul li:last-child {
        margin: 0; }

.promotion-tab .head-title {
  font-size: 16px;
  background: #38bf57;
  color: #fff;
  padding: 8px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600; }

.promotion-tab .tab-content-promotion {
  padding: 10px;
  border: 1px solid #ddd; }
  .promotion-tab .tab-content-promotion ul {
    margin: 0;
    padding: 0; }
    .promotion-tab .tab-content-promotion ul li {
      margin-bottom: 5px;
      display: block; }
      .promotion-tab .tab-content-promotion ul li img {
        height: 16px;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto; }
      .promotion-tab .tab-content-promotion ul li:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='15' height='15'%3E%3Cpath fill='%234caf50' d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z'/%3E%3Cpath fill='%23ccff90' d='M34.602 14.602 21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z'/%3E%3C/svg%3E");
        margin-right: 4px;
        position: relative;
        top: 2px; }
  .promotion-tab .tab-content-promotion p {
    margin-bottom: 5px; }

.product-service ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0 -10px; }
  .product-service ul li {
    flex: 0 0 50%;
    padding: 5px 10px; }
    .product-service ul li span {
      line-height: normal; }
      .product-service ul li span.content {
        margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      .product-service ul li {
        flex: 0 0 100%; } }

#product-template #add-item-form .wrap-addcart {
  margin-left: -10px; }
  #product-template #add-item-form .wrap-addcart .item {
    flex: 1;
    padding-left: 10px; }
    #product-template #add-item-form .wrap-addcart .item a {
      width: 100%;
      padding: 5px 10px;
      font-size: 14px;
      height: 50px;
      position: relative;
      border-radius: 5px;
      color: #fff;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      text-transform: uppercase;
      font-weight: 700; }
    #product-template #add-item-form .wrap-addcart .item button {
      width: 100%;
      padding: 5px 10px;
      font-size: 14px;
      height: 50px;
      position: relative;
      border-radius: 5px;
      color: #fff; }
      #product-template #add-item-form .wrap-addcart .item button > strong {
        text-transform: uppercase; }
      #product-template #add-item-form .wrap-addcart .item button .text {
        padding-left: 25px;
        text-align: left; }
      #product-template #add-item-form .wrap-addcart .item button.location-inventory {
        background: #cfeadd;
        border: 1px solid #b6ddca;
        color: #326e51;
        line-height: 1rem; }
        #product-template #add-item-form .wrap-addcart .item button.location-inventory:before {
          background: url(https://file.hstatic.net/200000725895/file/icon_marker_white_0eb4171264b44f4fbcd5710870b62c62.svg) no-repeat left top;
          background-size: cover;
          width: 15px;
          height: 18px;
          left: 8px;
          top: 15px;
          content: "";
          position: absolute; }
      #product-template #add-item-form .wrap-addcart .item button.add-to-combo-style {
        color: var(--bg_button_add_to_cart); }
      @media only screen and (max-width: 767px) {
        #product-template #add-item-form .wrap-addcart .item button {
          padding: 5px;
          font-size: 11px;
          height: 45px; }
          #product-template #add-item-form .wrap-addcart .item button .text {
            padding-left: 17px;
            text-align: left; }
          #product-template #add-item-form .wrap-addcart .item button.location-inventory:before {
            width: 10px;
            height: 12px;
            left: 7px; } }

@media only screen and (min-width: 992px) {
  .inventory-list-parent:hover .location-wrapper {
    display: block; } }

.inventory-list-parent .location-wrapper {
  display: none;
  position: absolute;
  z-index: 9;
  width: 350px;
  padding-top: 10px; }
  .inventory-list-parent .location-wrapper:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 50px;
    width: 10px;
    z-index: 2;
    height: 10px;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    transform: rotate(45deg); }
  .inventory-list-parent .location-wrapper > .store-list {
    box-shadow: 0px 2px 6px 2px #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    max-height: 350px;
    overflow-y: auto; }
    .inventory-list-parent .location-wrapper > .store-list::-webkit-scrollbar {
      width: 6px;
      background-color: #ddd; }
    .inventory-list-parent .location-wrapper > .store-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
      background-color: #333; }
    .inventory-list-parent .location-wrapper > .store-list .store-province > h6 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700; }
    .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list {
      margin-bottom: 10px; }
      .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list li {
        margin-bottom: 5px;
        font-size: 13px; }
        .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list li .district-store {
          padding-left: 20px;
          background-image: var(--icon-map);
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: left center;
          margin-bottom: 5px;
          font-weight: 700;
          font-size: 14px;
          text-transform: capitalize; }
        .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list li .store-item > span {
          margin-right: 5px; }
          .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list li .store-item > span.outstock {
            color: #c10000; }
          .inventory-list-parent .location-wrapper > .store-list .store-province .store-province-list li .store-item > span.instock {
            color: #4FB546; }

@media only screen and (max-width: 991px) {
  .inventory-list-parent .location-wrapper {
    display: block;
    position: fixed;
    bottom: -100%;
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 11110; }
    .inventory-list-parent .location-wrapper .btn-close {
      top: 5px;
      right: 5px; }
    .inventory-list-parent .location-wrapper:before {
      display: none; }
    .inventory-list-parent .location-wrapper > .store-list {
      max-height: 400px;
      box-shadow: none;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }

.active-store-list .location-wrapper {
  bottom: 50px; }

.product-info .review-loop {
  min-width: 160px; }

.product-info .review-loop .hrv-product-reviews-star:after {
  display: none; }

.product-info .review-loop > p, .product-info .review-loop > span {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block; }

.sticky-sidebar {
  position: sticky;
  top: 10px;
  transition: all .2s; }
  .sticky-sidebar .product-sidebar-list .item-product-small {
    margin-bottom: 10px;
    width: 100%;
    flex: 0 0 100%; }
    .sticky-sidebar .product-sidebar-list .item-product-small .post-image {
      width: 25%; }
    .sticky-sidebar .product-sidebar-list .item-product-small .post-content {
      padding-left: 15px;
      width: 75%; }
      .sticky-sidebar .product-sidebar-list .item-product-small .post-content .title-article-side {
        margin-bottom: 5px;
        line-height: 1.2;
        font-size: 15px; }
        .sticky-sidebar .product-sidebar-list .item-product-small .post-content .title-article-side a {
          font-size: 14px;
          color: var(--colorshop);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
      .sticky-sidebar .product-sidebar-list .item-product-small .post-content .date {
        font-size: 13px; }
      .sticky-sidebar .product-sidebar-list .item-product-small .post-content .price {
        font-size: 13px;
        color: #e70303;
        font-weight: bold; }
      .sticky-sidebar .product-sidebar-list .item-product-small .post-content .compare-price {
        color: #818181;
        margin-left: 5px; }

.hSticky-up .sticky-sidebar {
  top: calc(var(--height-header) + 10px); }

.product-trustbadge {
  margin-top: 15px; }

.product-sale-dt {
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 13px;
  position: absolute;
  background: #ff6600;
  min-width: 38px;
  padding: 3px 7px;
  height: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 3px;
  z-index: 1;
  left: 10px;
  top: 5px; }

.product-sale-dt.hidden {
  display: none !important; }
