@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #878787;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #782b90; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*   1.Large devices Desktops     ( Devices ≥1200px)
 *   2.Medium devices Desktops    (992px ≥ Devices ≥ 1199px)
 *   3.Small devices Tablets      (991px ≥ Devices ≥ 768px)
 *   4.Extra small devices Phones ( Devices < 767px)
 */


@media (max-width: 767px) and (min-width: 480px) {
  .box1 .box-access .line2 {
    left: 0px; } }

@media (max-width: 767px) {
  .typeheader-1 .image-header img {
    min-height: 220px; }
    .typeheader-1 .header-cont {
      text-align: center; }
      .typeheader-1 .header-cont > b {
        font-size: 26px; }
      .typeheader-1 .header-cont p {
        font-size: 15px;
        display: none; }
        .typeheader-1 .header-cont p b {
          font-size: 24px; }
        .typeheader-1 .header-cont p span {
          font-size: 14px; }
    .layout-1.common-home .typeheader-1 .btn-join {
      margin-top: 15px; }
    .typeheader-1 .header-top {
      padding-top: 15px; }
    .layout-1.common-home #content .pre-text {
      font-size: 16px; }
    .layout-1.common-home #content h3.modtitle {
      font-size: 22px; }
    .layout-1.common-home #content h4 {
      font-size: 20px; }
    .box1 .box-access .item-inner {
      padding: 30px 10px;
      margin-bottom: 20px; }
    .layout-1.common-home .box-benefits {
      padding-top: 80px;
      padding-bottom: 0; }
    .layout-1.common-home .box-benefits ul {
      width: 100%; }
    .layout-1.common-home .box-benefits ul li {
      font-size: 15px; }
    .layout-1.common-home .benefits-content {
      display: inline-block;
      margin: 20px 0 50px 0; }
    .box2 .highlight p {
      display: none; }
    .box2 {
      padding: 50px 0; }
    .box-info {
      padding-bottom: 60px; }
    .box-info .item-image {
      display: none; }
    .box-info .item-content ul li {
      width: 48%; }
    .box-info .item-content {
      margin-top: 60px !important; }
    .box-info2 {
      padding-bottom: 60px; }
    .box1 .box-access .line2 {
      left: 0px; }
    .box-info3 {
      padding-bottom: 60px; }
    .box3 {
      padding: 50px 0; }
    .box3 .buy-content {
      display: inline-block; }
      .box3 .buy-content .save-content {
        display: inline-block;
        width: 100%;
        font-size: 20px; }
      .box3 .buy-content .buynow-btn {
        display: inline-block;
        width: 100%;
        margin-top: 20px; }
    ul.yt-accordion li.accordion-group h3.accordion-heading span {
      font-size: 16px; }
    footer ul.socials {
      text-align: center;
      margin-bottom: 10px; }
    footer .footer-links {
      float: none;
      text-align: center; }
      footer .footer-links li {
        padding: 0;
        margin: 0 7px; }
        footer .footer-links li:before {
          display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .typeheader-1 .header-top {
    padding-top: 15px; }
    .typeheader-1 .header-cont > b {
      font-size: 40px; }
    .typeheader-1 .header-cont p {
      margin: 10px 0; }
    .layout-1.common-home #content .pre-text {
      font-size: 16px; }
    .layout-1.common-home #content h3.modtitle {
      font-size: 26px; }
    .box1 .box-access .item-inner {
      padding: 30px 10px;
      margin-bottom: 20px; }
    .layout-1.common-home .box-benefits {
      padding-top: 110px; }
      .layout-1.common-home .box-benefits ul {
        width: 33%; }
    .layout-1.common-home .box-benefits ul li {
      font-size: 15px; }
    .box1 .box-access {
      margin-top: 30px; }
    .box1 {
      background-size: 100% 100%; }
    .box2 .highlight h2 {
      font-size: 30px; }
    .box-info .item-image {
      display: none; }
    .box3 .buy-content .save-content {
      width: 75%; }
    .box1 .box-access .line2 {
      left: 0px; }
    .box-info .item-content {
      margin-top: 75px !important; }
    .box-info2 {
      padding-bottom: 80px; }
    .box-info3 {
      padding-bottom: 80px; }
    footer .socials li {
      margin-right: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-1.common-home .box-benefits {
    padding-top: 110px; }
    .layout-1.common-home .box-benefits ul {
      width: 33%; }
    .box-info .item-content {
      margin-top: 75px !important; }
    .box-info2 {
      padding-bottom: 80px; }
    .box-info2 .item-content {
      padding-left: 0; }
    .box-info3 {
      padding-bottom: 80px; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px; }
    footer #collapse-footer {
      max-height: 100%; }
      footer #collapse-footer:before {
        display: none; } }

@media (min-width: 1200px) and (max-width: 1649px) {
  #content .so-groups-sticky {
    width: 40px; } }
