/* CUSTOM BOOTSTRAP **/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li {
    display: inline-block;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: inherit;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #666;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      cursor: default; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

/* TEMPLATE POPUP */
.tharavan-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .tharavan-popup.wishlist-popup .btn-cart {
    display: none; }
  .tharavan-popup.loading {
    z-index: 999; }
  .tharavan-popup .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .tharavan-popup .content {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  @media (max-width: 1500px) {
    .tharavan-popup .content {
      max-width: 700px; } }
  @media (max-width: 1300px) {
    .tharavan-popup .content {
      max-width: 650px; } }
  .tharavan-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: auto;
    width: auto; }
    .tharavan-popup.active .content {
      max-height: 100%; }
    .tharavan-popup.active .overlay {
      width: 100%;
      height: 100%; }
  .tharavan-popup .close-window {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #000;
    width: 24px;
    height: 24px;
    text-align: center; }
    .tharavan-popup .close-window i {
      line-height: 24px; }
  .tharavan-popup .success-message:hover:before {
    background: #ffb533;
    color: #fff; }
  .tharavan-popup .success-message:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .tharavan-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .tharavan-popup .product-name a {
    color: #000; }
  .tharavan-popup .quantity-all {
    position: relative;
    width: 120px; }
    .tharavan-popup .quantity-all span {
      position: absolute;
      right: 20px;
      top: 0;
      cursor: pointer; }
      .tharavan-popup .quantity-all span.qtyminus {
        top: auto;
        bottom: 0; }
    .tharavan-popup .quantity-all input {
      border-radius: 0;
      box-shadow: none;
      border-color: #ebebeb; }
  .tharavan-popup .btn-addToCart {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 40px; }
  .tharavan-popup .product-price .compare-price .money {
    font-size: 14px; }

.swatch {
  margin: 24px 0;
  text-transform: uppercase;
  font-size: 1.4rem; }
  .swatch .crossed-out {
    display: none; }

.swatch .header {
  margin: 0 5px 0 0;
  min-width: 65px;
  line-height: 18px; }

.swatch input {
  display: none !important; }

.swatch label {
  cursor: pointer;
  float: left;
  min-width: 34px !important;
  height: 18px !important;
  margin: 0;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 10px; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

.quickview-product .swatch input:checked + label {
  border-color: #b91c1c; }

.swatch input:checked + label {
  background-color: #ffffff;
  color: #000; }

.swatch [class*="color"] input:checked {
  border: 1px solid #e4393c; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0px 10px 0 0;
  position: relative; }

.swatch .swatch-element.color label {
  position: relative; }

.swatch .swatch-element.color label:before {
  content: url();
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px; }

.swatch .swatch-element.color input:checked + label:before {
  opacity: 1;
  visibility: visible; }

.swatch .swatch-element.color.white label {
  -webkit-box-shadow: inset 0 0 0 1px #eee;
  box-shadow: inset 0 0 0 1px #eee; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.swatch .tooltip {
  display: none; }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.quickview-product .selector-wrapper {
  display: none; }

.quickview-product .total-price {
  margin-bottom: 15px; }

.filter-block {
  border-bottom: 1px solid #ebebeb;
  clear: both;
  padding: 15px 0; }
  .filter-block:first-child {
    padding-top: 0; }
  .filter-block:last-child {
    padding-bottom: 0; }
  .filter-block .filter-title {
    color: #00a4e0; }
  .filter-block:last-child {
    border-bottom: none; }
  .filter-block ul.box-grid-stype li {
    display: inline-block;
    padding: 0; }
    .filter-block ul.box-grid-stype li.li-size {
      padding-right: 10px; }
    .filter-block ul.box-grid-stype li .color {
      width: 20px;
      height: 20px;
      border: 1px solid #ccc; }
    .filter-block ul.box-grid-stype li input {
      display: none; }
    .filter-block ul.box-grid-stype li a span {
      display: block;
      width: 30px;
      height: 20px; }
  .filter-block ul.box-grid-stype.sizes a span {
    width: 50px;
    border: solid 1px #CCC; }

.colors .black {
  background-color: #0f0e0e; }

.colors .blue {
  background-color: #005ff5; }

.colors .white {
  background-color: #ffffff; }

.colors .pink {
  background-color: #ff019e; }

.colors .orange {
  background-color: #ff9900; }

.colors .green {
  background-color: #10ff5a; }

.colors .oflow {
  background-color: #f2ff00; }

.colors .red {
  background-color: #fb0e00; }

.colors .pink {
  background-color: #ff019e; }

.colors .cyan {
  background-color: #04c6ea; }

.li-price input {
  display: none; }

@media screen and (max-width: 480px) {
  .quickview-product .product-name {
    font-size: 14px; } }

.dokerv-preview-badge .dokerv-star.dokerv-star {
  font-size: 12px; }

/*Mai (28/11/2021)*/
.item-youtube .title {
  padding: 10px 10px 20px;
  background: #fbf6f6;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-align: center; }

.item-youtube .content img {
  border-radius: 20px 20px 0 0; }

.item-youtube .icon {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%; }

.item-youtube {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-radius: 20px; }

.item-youtube:hover {
  box-shadow: 0 6px 20px -5px #a7a3a3; }

#owl-home-articles-slider .owl-wrapper-outer {
  height: auto !important; }

#owl-home-articles-slider .article-info-wrapper {
  padding: 10px;
  background: #fbf6f6; }

#owl-home-articles-slider .article-info-wrapper h3 {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

#owl-home-articles-slider .article-item:hover {
  box-shadow: 0 6px 20px -5px #a7a3a3; }

.btn-home-more {
  background: #d43a3a;
  color: #fff;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 3px; }

.section-youtube, .section-blogs {
  padding-bottom: 20px; }

@media (max-width: 480px) {
  /*.product-single #AddToCart {
    margin-top: 0;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
}*/
  #detail-two .product-btn-buy-2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 0; } }
