/*============================================================================
2. Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
.col-product-wrap {
  position: relative; }
  @media (min-width: 767px) {
    .col-product-wrap .content .row .item:nth-child(4n + 1) {
      clear: left; } }
  @media (max-width: 767px) {
    .col-product-wrap .content .row .item:nth-child(2n + 1) {
      clear: left; } }
  .col-product-wrap .tabs-title {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .col-product-wrap .tabs-title {
        text-align: center;
        margin-bottom: 15px; } }
    .col-product-wrap .tabs-title li {
      padding: 0px 10px; }
    .col-product-wrap .tabs-title .tab-link.current {
      font-weight: bold; }
  .col-product-wrap .product-box {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border: 1px solid #f0f0f0;
    padding: 10px; }
  .col-product-wrap .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%);
    left: -50px; }
    .col-product-wrap .owl-nav .owl-prev:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .col-product-wrap .owl-nav .owl-prev:hover {
      background: #106f85; }
      .col-product-wrap .owl-nav .owl-prev:hover:before {
        color: #fff !important; }
  .col-product-wrap .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%); }
    .col-product-wrap .owl-nav .owl-next:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .col-product-wrap .owl-nav .owl-next:hover {
      background: #106f85; }
      .col-product-wrap .owl-nav .owl-next:hover:before {
        color: #fff !important; }
  .col-product-wrap:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit; }
  .col-product-wrap:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit; }

.section_blogs .title_module_main {
  margin-bottom: 20px; }
  .section_blogs .title_module_main h2 {
    margin: 0;
    font-size: 0;
    font-weight: bold; }

.section_blogs .owl-nav .owl-prev {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 50%;
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transform: translate(0, -50%);
  left: -50px; }
  .section_blogs .owl-nav .owl-prev:before {
    color: #000;
    line-height: 32px;
    width: 32px; }
  .section_blogs .owl-nav .owl-prev:hover {
    background: #106f85; }
    .section_blogs .owl-nav .owl-prev:hover:before {
      color: #fff; }

.section_blogs .owl-nav .owl-next {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 50%;
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
  transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transform: translate(0, -50%); }
  .section_blogs .owl-nav .owl-next:before {
    color: #000;
    line-height: 32px;
    width: 32px; }
  .section_blogs .owl-nav .owl-next:hover {
    background: #106f85; }
    .section_blogs .owl-nav .owl-next:hover:before {
      color: #fff; }

.section_blogs:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit; }

.section_blogs:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit; }

.section_blogs .list-blogs-link {
  overflow: hidden; }

.section_blogs .content__ {
  padding-top: 15px; }
  @media (min-width: 991px) {
    .section_blogs .content__ {
      float: left;
      width: calc(100% - 285px); } }
  .section_blogs .content__ .time_post {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    z-index: 99;
    padding: 5px; }
    .section_blogs .content__ .time_post span {
      display: block; }
      .section_blogs .content__ .time_post span.dd {
        font-size: 20px;
        font-weight: bold;
        line-height: initial; }
  .section_blogs .content__ h3 {
    font-size: 16px;
    margin-top: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
  .section_blogs .content__ .blog-description p {
    margin-bottom: 0;
    color: #000; }

.section_blogs .blog-img {
  position: relative; }
  @media (min-width: 991px) {
    .section_blogs .blog-img {
      float: left;
      width: 260px;
      margin-right: 25px; }
      .section_blogs .blog-img:before {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #fff;
        position: absolute;
        content: "";
        top: 50%;
        right: 0px;
        z-index: 99; } }
  .section_blogs .blog-img img {
    width: auto;
    max-height: 100%;
    margin: auto; }
  .section_blogs .blog-img .time_post {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    z-index: 99;
    padding: 5px; }
    .section_blogs .blog-img .time_post span {
      display: block; }
      .section_blogs .blog-img .time_post span.dd {
        font-size: 20px;
        font-weight: bold;
        line-height: initial; }

.section_blogs .item-blg {
  position: relative; }
  .section_blogs .item-blg .kbdt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9; }
  .section_blogs .item-blg:hover h3 {
    color: #106f85; }

.title_module_main {
  margin-bottom: 20px; }
  .title_module_main h2 {
    text-align: center;
    margin: 0;
    font-size: 0;
    letter-spacing: 2px; }
    .title_module_main h2 a {
      font-size: 20px;
      border-top: 1px solid #444;
      border-bottom: 1px solid #444;
      padding: 10px 0;
      display: inline-block; }
      .title_module_main h2 a .t1 {
        font-weight: bold;
        color: #106f85; }
      .title_module_main h2 a:hover {
        color: #106f85; }

@media (max-width: 991px) {
  .section_three_col .col-product {
    margin: 15px 0; } }

.section_three_col .col-product .module-title h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 0;
  padding-right: 75px; }
  .section_three_col .col-product .module-title h3 a {
    font-size: 20px; }
    .section_three_col .col-product .module-title h3 a .t1 {
      padding-bottom: 4px;
      color: #106f85;
      font-weight: bold; }

.section_three_col .col-product .product-item-small {
  padding: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media (max-width: 1199px) and (min-width: 991px) {
    .section_three_col .col-product .product-item-small {
      margin: 1px;
      margin-bottom: 10px; } }
  .section_three_col .col-product .product-item-small .product-thumbnail {
    float: left;
    width: 150px;
    margin-right: 10px; }
    @media (max-width: 1199px) and (min-width: 991px) {
      .section_three_col .col-product .product-item-small .product-thumbnail {
        width: 120px;
        height: 120px; } }
    @media (max-width: 991px) and (min-width: 767px) {
      .section_three_col .col-product .product-item-small .product-thumbnail {
        width: 75px;
        height: 75px; } }
    .section_three_col .col-product .product-item-small .product-thumbnail img {
      width: auto;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    @media (min-width: 1199px) {
      .section_three_col .col-product .product-item-small .product-thumbnail {
        height: 150px; } }
    @media (max-width: 767px) {
      .section_three_col .col-product .product-item-small .product-thumbnail {
        height: 90px; } }
    @media (max-width: 767px) {
      .section_three_col .col-product .product-item-small .product-thumbnail {
        width: 90px; } }
  .section_three_col .col-product .product-item-small .product-content {
    float: left;
    width: calc(100% - 160px); }
    .section_three_col .col-product .product-item-small .product-content ol {
      margin-left: 15px; }
    @media (max-width: 1199px) and (min-width: 991px) {
      .section_three_col .col-product .product-item-small .product-content {
        width: calc(100% - 130px); } }
    @media (max-width: 991px) and (min-width: 767px) {
      .section_three_col .col-product .product-item-small .product-content {
        width: calc(100% - 85px); } }
    @media (max-width: 767px) {
      .section_three_col .col-product .product-item-small .product-content {
        width: calc(100% - 100px); }
        .section_three_col .col-product .product-item-small .product-content .price-box {
          min-height: initial; } }
    .section_three_col .col-product .product-item-small .product-content .product-summary {
      margin-top: 10px; }
    .section_three_col .col-product .product-item-small .product-content .product-name {
      margin-top: 0; }
  .section_three_col .col-product .product-item-small:hover .product-name a {
    color: #fff; }

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  left: initial !important;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  left: initial !important;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: -45px !important;
  margin: 0 !important;
  right: 0 !important; }
  .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:before {
    line-height: 32px !important;
    width: 32px !important;
    color: #000; }
  .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:hover {
    background: #106f85; }
    .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:hover:before {
      color: #fff !important; }

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  left: initial !important;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: -45px !important;
  margin: 0 !important;
  right: 40px !important;
  left: initial !important; }
  .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:before {
    line-height: 32px !important;
    width: 32px !important;
    color: #000; }
  .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:hover {
    background: #106f85; }
    .section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:hover:before {
      color: #fff !important; }

.section_dailydeal {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0; }
  .section_dailydeal .module-category .item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 5px; }
    .section_dailydeal .module-category .item:hover {
      background: #106f85; }
    .section_dailydeal .module-category .item:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 991px) {
      .section_dailydeal .module-category .item {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (min-width: 991px) {
      .section_dailydeal .module-category .item {
        padding: 8px; } }
  .section_dailydeal .module-category .title-count {
    color: #fff; }
  .section_dailydeal .module-product-countdown {
    background: #fff;
    padding: 45px 20px 30px;
    position: relative; }
    .section_dailydeal .module-product-countdown .product-box:hover {
      background: initial !important;
      border: initial !important; }
      .section_dailydeal .module-product-countdown .product-box:hover h3 a {
        color: #106f85 !important; }
      .section_dailydeal .module-product-countdown .product-box:hover .price-box span {
        color: initial !important; }
      .section_dailydeal .module-product-countdown .product-box:hover .price-box strong {
        color: initial !important; }
      .section_dailydeal .module-product-countdown .product-box:hover .product-summary {
        color: initial !important; }
    @media (max-width: 767px) {
      .section_dailydeal .module-product-countdown {
        padding: 45px 10px; } }
    .section_dailydeal .module-product-countdown:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background-image: url(dailydeal.png);
      background-repeat: no-repeat;
      z-index: 2;
      background-size: contain; }
      @media (max-width: 767px) {
        .section_dailydeal .module-product-countdown:before {
          width: 55px;
          height: 55px; } }
    @media (min-width: 767px) {
      .section_dailydeal .module-product-countdown .product-item-main .product-name {
        margin-top: 0; } }
    .section_dailydeal .module-product-countdown .product-item-main .price-box {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .section_dailydeal .module-product-countdown .product-item-main .price-box {
          min-height: initial; } }
    .section_dailydeal .module-product-countdown .product-item-main .timer {
      margin-bottom: 15px; }
      .section_dailydeal .module-product-countdown .product-item-main .timer .timer-view .block-timer {
        display: inline-block;
        width: 61px;
        height: 61px;
        float: left;
        padding: 3px;
        border-radius: 50%;
        margin: 0 3px;
        text-align: center;
        background-color: #fff;
        color: #101226;
        font-size: 16px;
        line-height: initial;
        box-shadow: 0px 11px 21px 0px rgba(23, 26, 66, 0.19); }
        @media (max-width: 1199px) {
          .section_dailydeal .module-product-countdown .product-item-main .timer .timer-view .block-timer {
            padding: 5px; } }
        .section_dailydeal .module-product-countdown .product-item-main .timer .timer-view .block-timer p {
          margin-bottom: 0;
          font-weight: bold;
          color: #106f85;
          font-size: 20px; }
      .section_dailydeal .module-product-countdown .product-item-main .timer .timer-view .doted-timer {
        display: none; }
    .section_dailydeal .module-product-countdown .product-item-main .product-action {
      position: relative;
      z-index: 999; }
      .section_dailydeal .module-product-countdown .product-item-main .product-action form {
        margin-bottom: 0; }
        .section_dailydeal .module-product-countdown .product-item-main .product-action form button {
          background: #106f85;
          border-radius: 4px; }
          .section_dailydeal .module-product-countdown .product-item-main .product-action form button:hover {
            background: #333; }
    .section_dailydeal .module-product-countdown .owl-nav .owl-prev {
      height: 29px;
      width: 29px;
      border: 1px solid #f1f5f6;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
      position: absolute;
      right: 40px;
      top: -20px;
      left: initial; }
      @media (max-width: 991px) {
        .section_dailydeal .module-product-countdown .owl-nav .owl-prev {
          top: -25px; } }
      .section_dailydeal .module-product-countdown .owl-nav .owl-prev:before {
        color: #000; }
      .section_dailydeal .module-product-countdown .owl-nav .owl-prev:hover {
        background: #106f85; }
        .section_dailydeal .module-product-countdown .owl-nav .owl-prev:hover:before {
          color: #fff !important; }
    .section_dailydeal .module-product-countdown .owl-nav .owl-next {
      height: 29px;
      width: 29px;
      border: 1px solid #f1f5f6;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
      position: absolute;
      top: -20px; }
      @media (max-width: 991px) {
        .section_dailydeal .module-product-countdown .owl-nav .owl-next {
          top: -25px; } }
      .section_dailydeal .module-product-countdown .owl-nav .owl-next:before {
        color: #000; }
      .section_dailydeal .module-product-countdown .owl-nav .owl-next:hover {
        background: #106f85; }
        .section_dailydeal .module-product-countdown .owl-nav .owl-next:hover:before {
          color: #fff !important; }

.section_ct_reviews {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0; }
  .section_ct_reviews .item {
    position: relative;
    padding-top: 70px; }
    .section_ct_reviews .item .thumb {
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      overflow: hidden; }
    .section_ct_reviews .item .content {
      background-color: rgba(0, 0, 0, 0.85);
      padding-top: 60px;
      padding-bottom: 40px;
      text-align: center;
      color: #fff; }
      @media (min-width: 767px) {
        .section_ct_reviews .item .content {
          padding-left: 135px;
          padding-right: 135px; } }
      @media (max-width: 767px) {
        .section_ct_reviews .item .content {
          padding-left: 20px;
          padding-right: 20px; } }
      .section_ct_reviews .item .content .title {
        font-weight: bold; }
      .section_ct_reviews .item .content .des {
        position: relative; }
        @media (min-width: 767px) {
          .section_ct_reviews .item .content .des:before {
            content: '\f10d';
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-synthesis: weight style;
            font-stretch: normal;
            font-size-adjust: none;
            font-language-override: normal;
            font-kerning: auto;
            font-feature-settings: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            font-size: 22px;
            position: absolute;
            left: -33px;
            top: 0; }
          .section_ct_reviews .item .content .des:after {
            content: '\f10e';
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-synthesis: weight style;
            font-stretch: normal;
            font-size-adjust: none;
            font-language-override: normal;
            font-kerning: auto;
            font-feature-settings: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            font-size: 22px;
            position: absolute;
            right: -33px;
            bottom: 0; } }
  .section_ct_reviews .owl-dots {
    position: relative;
    bottom: initial; }

.section_policy {
  background-color: #106f85;
  padding: 10px 0; }
  .section_policy .policy-slider .item {
    position: relative; }
    .section_policy .policy-slider .item a {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center; }
      .section_policy .policy-slider .item a picture {
        margin-right: 10px; }
        .section_policy .policy-slider .item a picture img {
          width: 60px; }
      .section_policy .policy-slider .item a .title {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff; }
      .section_policy .policy-slider .item a:hover .title {
        color: #000; }
    .section_policy .policy-slider .item:nth-child(2) {
      background: #13b5e6; }
      .section_policy .policy-slider .item:nth-child(2):before {
        width: 0;
        height: 0;
        border-top: 50.5px solid transparent;
        border-bottom: 50.5px solid transparent;
        border-right: 40px solid #13b5e6;
        position: absolute;
        top: 0;
        left: -40px;
        content: ""; }
      .section_policy .policy-slider .item:nth-child(2):after {
        width: 0;
        height: 0;
        border-top: 50.5px solid transparent;
        border-bottom: 50.5px solid transparent;
        border-left: 40px solid #13b5e6;
        position: absolute;
        top: 0;
        right: -40px;
        content: ""; }
