/* 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: 4px 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;
  margin: 0; }
  .nav-tabs > li {
    display: inline-block;
    margin-bottom: 10px; }
    .nav-tabs > li > a {
      margin-right: 4px;
      line-height: inherit;
      color: #666666;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      border: 2px solid #f0f0f0;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        background-color: #ffd740;
        color: #fff; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #ffd740;
      cursor: default; }

.tab-content {
  padding: 20px; }

.product-tabs1 {
  margin-top: 10px; }
  .product-tabs1 .nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0; }
    .product-tabs1 .nav-tabs > li {
      display: inline-block;
      margin-bottom: -1px; }
      .product-tabs1 .nav-tabs > li > a {
        margin-right: 4px;
        line-height: inherit;
        color: #999;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        border: 2px solid #f0f0f0;
        border-radius: 0 0 0 0; }
        .product-tabs1 .nav-tabs > li > a:hover {
          background-color: transparent; }
      .product-tabs1 .nav-tabs > li.active > a, .product-tabs1 .nav-tabs > li.active > a:hover, .product-tabs1 .nav-tabs > li.active > a:focus {
        color: #666;
        background-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;
    min-width: 320px;
    -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 {
    font-weight: 700;
    font-family: Arial, Arial, sans-serif; }
  .tharavan-popup .quantity-all {
    position: relative;
    width: 150px; }
    .tharavan-popup .quantity-all span {
      cursor: pointer;
      position: absolute;
      right: 20px;
      bottom: 0; }
      .tharavan-popup .quantity-all span.qtyminus {
        bottom: auto;
        top: 0; }

.filter-block {
  clear: both; }
  .filter-block ul.box-list-stype li {
    line-height: 30px; }
  .filter-block ul.box-grid-stype li {
    display: inline-block;
    padding: 0 0;
    padding-right: 10px; }
    .filter-block ul.box-grid-stype li .color {
      width: 20px;
      height: 20px;
      border: 1px solid #333; }
    .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 li.active .color {
      border: 2px solid #e0545f; }
    .filter-block ul.box-grid-stype li label {
      color: #e0545f; }
  .filter-block ul.box-grid-stype.sizes a span {
    width: 50px;
    border: solid 1px #CCC; }
  .filter-block ul.box-list-stype li label {
    color: #e0545f; }
  .filter-block .clear {
    float: right;
    line-height: 15px;
    text-transform: none;
    color: red; }
  .filter-block h5.filter-title {
    font-size: 12px;
    color: #E0545F;
    margin: 20px 0; }

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

.colors .blue {
  background-color: #305885; }

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

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

.colors .gray {
  background-color: #b3acac; }

.colors .green {
  background-color: #2fde1f; }

.colors .black {
  background-color: #000000; }

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

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

.li-price input {
  display: none; }

.section-slider img {
  width: 100%; }

.entry-meta h4 {
  text-transform: none;
  text-align: center !important; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 90px;
  z-index: 999;
  right: 7px;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing .addThis_listing {
  list-style: none; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  list-style-type: none; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: auto;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li img {
  max-width: 36px; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

@media (max-width: 767px) {
  .fb_dialog iframe, .fb_iframe_widget iframe, .fb-customerchat {
    display: none !important; } }
