/*
	Global Settings
*/
/* Font Family*/
/* font icon*/
/* Global Color */
/* Colors */
/* shadow */
/* title */
/* button */
/* radius */
/* default speed animation */
/*---------------------------------------*/
/*--------   Listing Product       ------*/
/*--------------------------------------*/
/*
	Filters Listing Box
*/
.tt-filters-shop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    margin-top: -4px; 
  }
    .tt-filters-shop.tt-select {
      width: 287px; 
    }
    @media (min-width: 1025px) {
      .tt-filters-shop .tt-filters__toggle-parent {
        display: none; 
      } 
    }
    @media (max-width: 991.98px) {
      .tt-filters-shop {
        padding-bottom: 30px; 
      } 
    }
    @media (max-width: 767.98px) {
      .tt-filters-shop {
        padding-bottom: 30px; 
      } 
    }
  
  .rightColumn {
    padding-left: 37px; }
  
  .tt-listing {
    margin-top: -27px; }
  
  @media (min-width: 992px) {
    .tt-listing__col-item {
      margin-top: 40px !important; 
    } 
  }
  
  @media (max-width: 991.98px) {
    .tt-listing__col-item {
      margin-top: 30px !important; 
    } 
  }
  
  /*
      Toggle Aside
  */
  .tt-filters__toggle {
    cursor: pointer;
    color: #005395;
    font-family: "Poppins", sans-serif;
    font-weight: 600; }
    .tt-filters__toggle .tt-icon {
      display: inline-block;
      position: relative;
      top: -2px;
      margin-right: 5px; }
      .tt-filters__toggle .tt-icon > svg {
        width: 16px;
        height: auto; }
    .tt-filters__toggle .tt-text {
      display: inline-block;
      padding: 13px 0;
      font-size: 16px;
      font-weight: 800;
      transition: color .2s; }
  
  .toggle__aside-cloe {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 55px;
    background-color: #005395;
    color: #ffffff; }
    .toggle__aside-cloe > * {
      pointer-events: none; }
    .toggle__aside-cloe:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 20px;
      margin-top: -1px;
      transition: all .3s ease-in; }
  
  @media (max-width: 1024px) {
    .toggle__aside {
      position: fixed;
      display: block;
      margin: 0 !important;
      padding: 30px 0 0px;
      background: #fff;
      z-index: 51;
      top: 0;
      left: -150%;
      height: 100%;
      width: 315px;
      max-width: inherit;
      text-align: left;
      transition: left .3s;
      opacity: 0; }
      .toggle__aside.show-popup {
        left: 0;
        opacity: 1; }
    .toggle__aside-cloe {
      display: flex; } }
  
  #modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 50;
    pointer-events: none; }
  
  body.show-popup {
    overflow: hidden; }
    body.show-popup #modal__overlay {
      opacity: 1;
      pointer-events: auto;
      z-index: 10; }
    body.show-popup #tt-pageContent {
      position: static; }
      body.show-popup #tt-pageContent .container,
      body.show-popup #tt-pageContent .section-indent {
        position: static; }
    body.show-popup .shop-aside__wrapper {
      box-shadow: none; }
  
  /*  */
  /*---------------------------------------*/
  /*--------      Aside Shop         ------*/
  /*--------------------------------------*/
  .shop-aside__wrapper {
    background-color: #ffffff;
    box-shadow: 0px 14px 46px rgba(197, 205, 216, 0.3);
    padding: 36px 35px 50px;
    margin-top: -4px; }
    .shop-aside__wrapper > .shop-aside__item:not(:first-child) {
      border-top: 2px solid #f3f8fc; }
  
  .shop-aside__item + * {
    border-top: 2px solid #f3f8fc;
    margin-top: 30px;
    padding-top: 30px; }
  
  .shop-aside__title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0 17px 0;
    margin-top: -7px; }
  
  @media (max-width: 991.98px) {
    .shop-aside__wrapper {
      padding: 30px 30px 44px; } }
  
  @media (max-width: 767.98px) {
    .shop-aside__wrapper {
      padding: 30px 25px 35px; } }
  
  /*---------------------------------------*/
  /*--------   Product Item         ------*/
  /*--------------------------------------*/
  .tt-product:hover .tt-product__img .btn-addtocart {
    opacity: 1;
    top: 50%; }
  
  .tt-product .tt-rating {
    margin-top: 17px;
    padding-bottom: 8px; }
  
  .tt-product__img {
    position: relative; }
    .tt-product__img img {
      width: 100%;
      height: auto; }
    .tt-product__img .tt-label-location {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      position: absolute;
      top: 7px;
      left: 7px;
      z-index: 2;
      min-height: 16px; 
    }
      .tt-product__img .tt-label-location [class^="tt-label-"] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-left: 3px;
        margin-top: 3px;
        font-size: 14px;
        line-height: 1;
        padding: 2px 15px 2px;
        height: 30px;
        pointer-events: none; }
      .tt-product__img .tt-label-location .tt-label-new {
        background-color: #005395;
        color: #ffffff; 
      }
    .tt-product__img .btn-addtocart {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: #ff8400;
      color: #ffffff;
      border: 2px solid #ff8400;
      font-size: 14px;
      line-height: 1;
      font-weight: 800;
      padding: 4px 30px 4px;
      height: 56px;
      position: relative;
      outline: none;
      cursor: pointer;
      font-family: "Poppins", sans-serif;
      transition: all 0.3s ease;
      overflow: hidden;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 0px 0px 0px 14px; }
      .tt-product__img .btn-addtocart .tt-btn__icon {
        margin-left: 10px;
        margin-right: -7px;
        font-size: 22px; }
        .tt-product__img .btn-addtocart .tt-btn__icon > * {
          width: 23px; }
      @media (min-width: 1025px) {
        .tt-product__img .btn-addtocart {
          top: 53%;
          opacity: 0; } }
      @media (max-width: 1024px) {
        .tt-product__img .btn-addtocart {
          display: none; } }
  
  .tt-product__title {
    font-size: 16px;
    line-height: 27px;
    margin-top: 18px;
    font-weight: 400; }
    .tt-product__title a {
      color: #555555;
      display: inline-block;
      transition: color 0.3s; }
      .tt-product__title a:hover {
        color: #005395; }
  
  .tt-product__price {
    font-family: "Poppins", sans-serif;
    color: #00aeff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-top: 11px; }
    .tt-product__price > * {
      display: inline-block; }
      .tt-product__price > *:not(:first-child) {
        margin-left: 10px; }
    .tt-product__price .old-price {
      text-decoration: line-through; 
    }
    .tt-product__price ins,
    .tt-product__price .new-price {
      color: #ff8400;
      text-decoration: none;
    }
  
  @media (max-width: 1100px) {
    .tt-product__title {
      font-size: 15px;
      line-height: 24px; }
    .tt-product__img .tt-label-location [class^=tt-label-] {
      font-size: 14px;
      height: 30px;
      padding-left: 10px;
      padding-right: 10px; }
    .tt-product__img .btn-addtocart {
      height: 46px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 13px; } }
  
  @media (max-width: 991.98px) {
    .tt-product__img .btn-addtocart {
      padding-left: 20px;
      padding-right: 20px; } }
  
  @media (max-width: 575.98px) {
    .tt-product__img .btn-addtocart {
      padding-left: 7px;
      padding-right: 7px;
      height: 40px; } }
  
  /*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  .noUi-target,
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box; }
  
  .noUi-target {
    position: relative;
    direction: ltr; }
  
  .noUi-base,
  .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  
  /* Wrapper for all connect elements.
   */
  .noUi-connects {
    overflow: hidden;
    z-index: 0; }
  
  .noUi-connect,
  .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  
  /* Offset direction
   */
  html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0; }
  
  /* Give origins 0 height/width so they don't interfere with clicking the
   * connect elements.
   */
  .noUi-vertical .noUi-origin {
    width: 0; }
  
  .noUi-horizontal .noUi-origin {
    height: 0; }
  
  .noUi-handle {
    position: absolute; }
  
  .noUi-state-tap .noUi-connect,
  .noUi-state-tap .noUi-origin {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  
  html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    cursor: pointer; }
  
  .noUi-state-drag * {
    cursor: inherit !important; }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 5px; }
  
  .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -8px;
    top: -4px;
    border-radius: 50%;
    background-color: #00aeff;
    outline: none; }
  
  .noUi-horizontal .noUi-handle:before,
  .noUi-horizontal .noUi-handle:after {
    display: none; }
  
  .noUi-vertical {
    width: 18px; }
  
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -7px; }
  
  html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -8px;
    left: auto; }
  
  /* Styling;
   * Giving the connect element a border radius causes issues with using transform: scale
   */
  .noUi-target {
    background: #dfdfdf; }
  
  .noUi-connects {
    background: #005395; }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: ew-resize; }
  
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize; }
  
  .noUi-handle {
    background: #FFF;
    cursor: default; }
  
  /* Handle stripes;
   */
  .noUi-vertical .noUi-handle:after {
    top: 17px; }
  
  /* Disabled state;
   */
  [disabled] .noUi-connect {
    background: #B8B8B8; }
  
  [disabled].noUi-target,
  [disabled].noUi-handle,
  [disabled] .noUi-handle {
    cursor: not-allowed; }
  
  /* Base;
   *
   */
  .noUi-pips,
  .noUi-pips * {
    box-sizing: border-box; }
  
  .noUi-pips {
    position: absolute;
    color: #999; }
  
  /* Values;
   *
   */
  .noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center; }
  
  .noUi-value-sub {
    color: #ccc;
    font-size: 10px; }
  
  /* Markings;
   *
   */
  .noUi-marker {
    position: absolute;
    background: #CCC; }
  
  .noUi-marker-sub {
    background: #AAA; }
  
  .noUi-marker-large {
    background: #AAA; }
  
  /* Horizontal layout;
   *
   */
  .noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%; }
  
  .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  
  .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%); }
  
  .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px; }
  
  .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px; }
  
  .noUi-marker-horizontal.noUi-marker-large {
    height: 17px; }
  
  /* Vertical layout;
   *
   */
  .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%; }
  
  .noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px; }
  
  .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  
  .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px; }
  
  .noUi-marker-vertical.noUi-marker-sub {
    width: 10px; }
  
  .noUi-marker-vertical.noUi-marker-large {
    width: 17px; }
  
  .tt-slider-price {
    margin-top: 11px; }
  
  .slider-value-row {
    margin-top: 27px;
    color: #323232;
    font-size: 16px; }
    .slider-value-row > * {
      display: inline-block; }
    .slider-value-row #slider-snap-value-lower {
      margin-right: 5px; }
    .slider-value-row + .tt-btn {
      margin-top: 23px; }
  
  /* Aside Product layout*/
  .tt-asideproduct__item + .tt-asideproduct__item {
    margin-top: 15px; }
  
  .tt-asideproduct__wrapper {
    margin-bottom: -6px; }
  
  .tt-asideproduct {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; }
    .tt-asideproduct .tt-rating {
      margin-top: 13px; }
  
  .tt-asideproduct__img {
    width: 65px;
    min-width: 65px;
    position: relative;
    top: 6px; }
    .tt-asideproduct__img + .tt-asideproduct__content {
      margin-left: 20px; }
  
  .tt-aside01__content .tt-list {
    margin-bottom: -8px; }
    .tt-aside01__content .tt-list li {
      padding-top: 3px;
      padding-bottom: 4px; }
      .tt-aside01__content .tt-list li:last-child {
        padding-bottom: 0; }
  
  .tt-asideproduct__title {
    font-size: 16px;
    line-height: 27px;
    color: #4c4c4c;
    margin-right: -10px;
    font-weight: 400; }
    .tt-asideproduct__title a {
      color: currentColor;
      display: inline-block; }
      .tt-asideproduct__title a:hover {
        color: #005395; }
  
  .tt-asideproduct__price {
    font-family: "Poppins", sans-serif;
    color: #00aeff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px; }
    .tt-asideproduct__price > * {
      display: inline-block; }
    .tt-asideproduct__price .old-price {
      text-decoration: line-through; }
    .tt-asideproduct__price .new-price {
      display: block;
      color: #ff8400; }
  
  /*---------------------------------------*/
  /*--------   Shop Item Single      ------*/
  /*--------------------------------------*/
  .product-single {
    margin-top: -13px; }
    .product-single .tt-form-inline > *:first-child {
      margin-right: 21px; }
    @media (max-width: 767.98px) {
      .product-single {
        margin-top: 45px; } }
  
  .product-single___title {
    font-family: "Poppins", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.45; }
  
  .tt-rating__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 33px; }
    .tt-rating__wrapper .tt-rating {
      font-size: 15px;
      margin-right: 15px; }
      @media (min-width: 992px) {
        .tt-rating__wrapper .tt-rating > * {
          margin-left: 1px;
          margin-right: 1px; } }
    .tt-rating__wrapper .tt-rating__info {
      color: #005395;
      display: inline-block;
      position: relative;
      font-size: 13px; }
      .tt-rating__wrapper .tt-rating__info:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        width: 0%;
        height: 1px;
        margin: auto;
        left: 0;
        right: 0;
        background-color: currentColor;
        transition: width .2s linear; }
      .tt-rating__wrapper .tt-rating__info:hover:before {
        width: 100%; }
  
  .product-single___list li {
    position: relative;
    padding: 0px 0 0px 37px; }
    .product-single___list li:not(:first-child) {
      margin-top: 5px; }
    .product-single___list li:before {
      content: '\e91f';
      font-family: "font-icon";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 24px;
      line-height: 1;
      color: #005395; }
    .product-single___list li a {
      color: currentColor;
      position: relative; }
      .product-single___list li a:hover {
        color: #005395; }
    .product-single___list li:first-child {
      padding-top: 0; }
    .product-single___list li:last-child {
      padding-bottom: 0; }
  
  @media (max-width: 1199.98px) {
    .product-single___list li {
      padding: 0px 0 0px 34px; }
      .product-single___list li:before {
        font-size: 20px; } }
  
  .product-single___info li {
    position: relative;
    padding: 0px; }
    .product-single___info li:not(:first-child) {
      margin-top: 5px; }
    .product-single___info li a {
      color: currentColor;
      position: relative;
      color: #005395;
      display: inline-block; }
      .product-single___info li a:hover {
        color: #005395; }
    .product-single___info li:first-child {
      padding-top: 0; }
    .product-single___info li:last-child {
      padding-bottom: 0; }
  
  @media (max-width: 1199.98px) {
    .product-single___info li:before {
      font-size: 20px; } }
  
  .product-single___price {
    font-family: "Poppins", sans-serif;
    color: #00aeff;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2;
    margin-top: 41px; }
  
  .product-single__indent {
    margin-top: 41px; }
  
  @media (max-width: 1024px) {
    .product-single___title {
      font-size: 32px;
      line-height: 45px; }
    .tt-rating__wrapper,
    .product-single___price,
    .product-single__indent {
      margin-top: 30px; } }
  
  @media (max-width: 767.98px) {
    .product-single___title {
      font-size: 29px;
      line-height: 36px; }
    .tt-rating__wrapper,
    .product-single___price,
    .product-single__indent {
      margin-top: 25px; }
    .product-single {
      margin-top: 35px; } }
  
  @media (max-width: 575.98px) {
    .product-single___title {
      font-size: 26px;
      line-height: 36px; } }
  
  .gallery-item {
    padding-right: 35px; }
    @media (max-width: 991.98px) {
      .gallery-item {
        padding-right: 0px; } }
  
  #gallery-item__large img {
    width: 100%;
    height: auto; }
  
  #gallery-item__thumbnail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: -13px; }
    #gallery-item__thumbnail > * {
      margin-top: 16px;
      margin-left: 13px;
      width: calc(25% - 13px);
      cursor: pointer;
      position: relative;
      border: 2px solid transparent; }
      #gallery-item__thumbnail > *:before, #gallery-item__thumbnail > *:after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: 3;
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        -webkit-transform: scale(0);
                transform: scale(0);
        transition: 0.4s;
        pointer-events: none; }
      #gallery-item__thumbnail > *:before {
        border-bottom: 2px solid #005395;
        border-left: 2px solid #005395;
        -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%; }
      #gallery-item__thumbnail > *:after {
        border-top: 2px solid #005395;
        border-right: 2px solid #005395;
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%; }
      #gallery-item__thumbnail > *:hover:before, #gallery-item__thumbnail > *:hover:after {
        -webkit-transform: scale(1);
                transform: scale(1); }
      #gallery-item__thumbnail > *.active {
        border-color: #005395;
        pointer-events: none; }
    @media (min-width: 1200px) {
      #gallery-item__thumbnail > * {
        width: calc(20% - 13px); } }
    @media (max-width: 1199.98px) {
      #gallery-item__thumbnail > * {
        width: calc(25% - 13px); } }
    @media (max-width: 575.98px) {
      #gallery-item__thumbnail {
        margin-left: -5px; }
        #gallery-item__thumbnail > * {
          margin-top: 10px;
          margin-left: 5px;
          width: calc(25% - 5px); } }
  
  .tabs-dafault02 {
    position: relative;
    /*Tabs Nav*/ }
    .tabs-dafault02 .tabs__nav {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start; }
    .tabs-dafault02 .tabs__nav-item {
      padding: 47px 20px 10px;
      position: relative;
      cursor: pointer;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      transition: color .2s linear; }
      .tabs-dafault02 .tabs__nav-item:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        top: 0px;
        width: 0%;
        height: 5px;
        margin: auto;
        left: 0;
        right: 0;
        background-color: #005395;
        transition: width .2s linear;
        pointer-events: none; }
      .tabs-dafault02 .tabs__nav-item.active {
        color: #005395; }
        .tabs-dafault02 .tabs__nav-item.active:before {
          width: 100%; }
      .tabs-dafault02 .tabs__nav-item > * {
        pointer-events: none; }
    .tabs-dafault02 .tabs__container {
      margin-top: 30px;
      box-shadow: 0px 4px 46px rgba(197, 205, 216, 0.2);
      padding: 50px;
      border-radius: 0px 0px 0px 60px; }
      @media (max-width: 991.98px) {
        .tabs-dafault02 .tabs__container {
          padding: 30px;
          border-radius: 0px 0px 0px 30px; } }
      @media (max-width: 991.98px) {
        .tabs-dafault02 .tabs__container {
          padding: 25px; } }
    @media (max-width: 575.98px) {
      .tabs-dafault02 .tabs__nav-item {
        width: 100%;
        padding: 17px 15px 10px;
        font-size: 14px; }
        .tabs-dafault02 .tabs__nav-item:before {
          height: 3px; }
        .tabs-dafault02 .tabs__nav-item:after {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          top: 0px;
          width: 100%;
          height: 3px;
          margin: auto;
          left: 0;
          right: 0;
          background-color: #f3f8fc;
          transition: width .2s linear;
          pointer-events: none; } }
  
  .tt-table02__max-width01 {
    max-width: 630px; }
  
  .tt-table02_top {
    margin-top: 27px; }
  
  .tt-table02 tr td {
    text-align: left;
    border: none; }
    .tt-table02 tr td:first-child {
      width: 57%;
      font-weight: 700; }
    .tt-table02 tr td:last-child {
      width: 43%; }
  
  .tt-table02 tbody tr td {
    padding: 7px 22px; }
  
  .tt-table02 tbody tr:nth-child(even) {
    background-color: #fbfdfe; }
  
  .tt-table02 tbody tr:nth-child(odd) {
    background-color: #f3f8fc; }
  
  @media (max-width: 575.98px) {
    .tt-table02 tbody tr td {
      padding: 10px 15px;
      border: none; }
    .tt-table02 tr td:first-child,
    .tt-table02 tr td:last-child {
      display: block;
      width: 100%; }
    .tt-table02 tr td:last-child {
      padding-top: 0; }
    .tt-table02 tr td:first-child {
      padding-bottom: 0; 
    } 
}
.tt-filters .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce .tt-filters .woocommerce-ordering {
  float: unset;
}
.tt-filters .tt-col.tt-filters__info-parent.tt-visible__descktop {
  order: 2;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}
/* .tt-counter input::-webkit-outer-spin-button,
.tt-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
} */

.tt-counter {
  text-align: center;
}

.product-single___info span a{
  text-transform: capitalize;
  color: #005395;
  display: inline-block;
  position: relative;
}
.product-single___info span a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s ease;
}
.product-single___info span a:hover:before {
  width: 100%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 10px 5px;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 15px;
  width: 58px;
  border: 1px solid #e3e3e3;
  transition: all 500ms ease;
  height: auto;
  margin-left: 0;
}
.product_list_widget span.product-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.product_list_widget span.product-title:hover {
  color: #005395;
}
.product_list_widget span.woocommerce-Price-amount.amount {
  font-family: "Poppins", sans-serif;
  color: #00aeff;
  font-weight: 600;
  font-size: 20px;
}
.product_list_widget .star-rating {
  display: flex;
  font-size: 12px;
  color: #ff8400;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget ins span.woocommerce-Price-amount.amount {
  color: #ff8400;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #005395;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #00aeff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #005395;
  color: #fff;
  box-shadow: 0px 2px 6px rgb(0 83 149 / 35%);
  padding: 10px 15px 10px 16px;
  height: 50px;
  border-radius: 0px 0px 0px 14px;
}
.tabs__layout-item p {
  margin-top: 0;
}
.woocommerce #reviews #comment {
  height: auto;
}
.tt-tabs-reviews .customer-comment .comment {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding: 35px 35px 31px 120px;
  background: #fff;
}
.tt-tabs-reviews .customer-comment .comment .customer-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.tt-tabs-reviews .customer-comment .comment .info {
  position: relative;
  margin-bottom: 5px;
}

.tt-tabs-reviews .customer-comment .comment .rating {
  position: relative;
  margin-bottom: 13px;
}
.tt-tabs-reviews .customer-comment .comment .rating .star-rating {
  float: unset;
  font-size: 13px;
  color: #ff8400;
}
.customer-comment .info span {
  font-size: 14px;
}
.customer-comment .info h4 {
  color: #005395;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}
.customer-comment .info h4 a {
  color: #005395;
}
.woocommerce p.stars a {
  color: #ff8400;
}
.price_slider_wrapper .price_label {
  display: block;
  text-align: left;
  padding-top: 10px;
  clear: both;
}
.product-single___price ins {
  color: #ff8400;
  text-decoration: none;
  margin-left: 15px;
}
.woocommerce-product-gallery .tt-label-location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  min-height: 16px; 
}
.woocommerce-product-gallery .tt-label-location [class^="tt-label-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 3px;
    margin-top: 3px;
    font-size: 14px;
    line-height: 1;
    padding: 2px 15px 2px;
    height: 30px;
    pointer-events: none; 
 }
.woocommerce-product-gallery .tt-label-location .tt-label-new {
    background-color: #005395;
    color: #ffffff; 
}
.tabs__layout-item h2 {
  margin-bottom: 20px;
}
.product-single___info > span {
  display: block;
}