/* 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; }

a:focus {
  outline: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    @media (max-width: 768px) {
      .nav-tabs > li {
        margin-bottom: -1px; } }
    @media (min-width: 769px) {
      .nav-tabs > li:first-child a {
        padding-left: 0; } }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: inherit;
      padding: 2px 25px 0 25px;
      font-size: 24px;
      line-height: 18px;
      transition: all 0.3s ease 0s;
      text-transform: uppercase; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee transparent; }
    .nav-tabs > li.active > a {
      background: transparent url("title-bg.png") no-repeat scroll left center;
      padding-left: 25px;
      transition: background 0s ease-in-out 0s; }
      .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        cursor: default; }

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

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

.tab-products .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 27px;
  top: -30px; }
  .tab-products .owl-theme .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    color: #e3e3e3;
    height: 22px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 22px; }
    .tab-products .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: -30px; }
    .tab-products .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: -25px; }
    .tab-products .owl-theme .owl-controls .owl-buttons div:before {
      display: block;
      font-size: 10px;
      line-height: 20px;
      padding-left: 0; }

.widget-blogs .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 27px;
  top: -30px; }
  .widget-blogs .owl-theme .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    color: #e3e3e3;
    height: 22px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 22px; }
    .widget-blogs .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: -30px; }
    .widget-blogs .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: -25px; }
    .widget-blogs .owl-theme .owl-controls .owl-buttons div:before {
      display: block;
      font-size: 10px;
      line-height: 20px;
      padding-left: 0; }

.related-products {
  margin-bottom: 46px; }
  .related-products .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    right: 27px;
    top: -30px; }
    .related-products .owl-theme .owl-controls .owl-buttons div {
      visibility: visible;
      opacity: 1;
      border: 2px solid #e3e3e3;
      border-radius: 50%;
      color: #e3e3e3;
      height: 22px;
      position: absolute;
      top: 50%;
      transition: all 0.3s ease 0s;
      width: 22px; }
      .related-products .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -30px; }
      .related-products .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -25px; }
      .related-products .owl-theme .owl-controls .owl-buttons div:before {
        display: block;
        font-size: 10px;
        line-height: 20px;
        padding-left: 0; }

/* 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: Montserrat, Arial, sans-serif; }

.filter-block {
  clear: both; }
  .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: 30px;
      height: 20px; }
    .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 .orange2 {
  background-color: #ffa200; }

.colors .green {
  background-color: #0cca4b; }

.colors .Blue {
  background-color: #31bfdf; }

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

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

.colors .Red {
  background-color: #ff0801; }

.li-price input {
  display: none; }
