@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;
}

/*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: #555;
  width: 40px;
  padding: 0;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #ff9600;
}

.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)
 */

/***********CHECKOUT PAGE DELIVERY PLUGIN*************/
.deliveryins {
  padding-top: 15px;
  text-align: left;
}

.deliveryins .quest {
  padding-bottom: 5px;
}

.deliveryins .radio-set {
  background: #65c1782e !important;
  border-left: 3px solid #65c178;
  border-radius: 10px;
  padding: 15px 15px;
}

.deliveryins .radio-set .radio-inline,
.deliveryins p {
  color: #111 !important;
}

.deliveryins .radio-set .col-sm-12.radio-inline {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.deliveryins .radio-set .no-chks {
  padding-top: 10px;
}

.deliveryins .hints {
  margin-top: 15px;
  color: #111;
  font-size: 13px;
}

/************************CHECKOUT PAGE CHIT PLAN CSS***********************/
#checkout-checkout .panel-default .form-horizontal #chit-payment-existings {
  display: none;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-description {
  margin-top: 10px;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings label.cus_check {
  margin-bottom: 10px;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings label.cus_check.check-input {
  margin-bottom: 0px;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, calc(33.33% - 10px));
  padding-left: 20px;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list .payment-list input[type=checkbox] {
  position: absolute;
  margin-left: -20px;

}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-description p {
  font-size: 14.5px;
  font-weight: 600;
}

#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-description {
  font-size: 14.5px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

#collapse-chit-payment label {
  color: #000 !important;
}

/************CHECKOUT PAGE CHIT PLAN CONFIRM TAB CSS**************/
.fa-money:before {
  content: "\f0d6";
}

.subs-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #65c1782e !important;
  border-left: 5px solid #65c178 !important;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.subs-plan h5 {
  margin: 0;
  color: #666;
}

.subs-plan i {
  color: #65c178;
  font-size: 18px;
}

.plan-name,
.plan-pay {
  padding: 0;
  display: flex;
}

.plan-name .plnt,
.plan-pay .plnt {
  padding-right: 0;
}

.plan-name .text-end,
.plan-pay .text-end,
.plan-name .text-right,
.plan-pay .text-right {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.table-hover>tbody>tr:hover>* {
  background-color: transparent;
  --bs-table-accent-bg: transparent;
}

#account-order .table-responsive .o1 thead th {
  border-right: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
  padding: 10px !important;
  color: #666;
  white-space: nowrap;
  vertical-align: middle !important;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 16px;
}

.account-account #content>h2,
.affiliate-account #content>h2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.account-account #content>h2 {
  margin-top: 20px;
  color: #65c178;
}

.account-account .list-unstyled a {
  display: block;
  border-bottom: none !important;
  padding: 0 10px 0 25px;
  color: #666;
  text-decoration: none !important;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.account-order-info .table>tbody>tr>td {
  line-height: 1.5 !important;
}

.account-order .table>tbody>tr>td,
.account-order-info .table>tbody>tr>td {
  line-height: 1;
  vertical-align: UNSET !important;
  border: 1px solid #ededed !important;
  padding: 7px 10px !important;
}

.o1 tr:nth-child(odd),
.o1 tbody tr:nth-child(odd):hover {
  background: #f8f7f5 !important;
}

.o1 tr:nth-child(even),
.o1 tbody tr:nth-child(even):hover {
  background: #f6f6f6 !important;
}

.account-order-info .btn-danger {
  color: #fff !important;
}

.table thead>tr>th {
  background: #fff !important;text-transform: capitalize;
}
.extension-track_order-track_order-details .table thead>tr>th {
    color: #666;
    font-size: 13px;
    font-weight: bold;  
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.header-tapovana .dropdown.open .dropdown-menu {
  display: block !important;
  margin-left: 0px !important;
}

@media (max-width: 649px) {
  #checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list {
    grid-template-columns: repeat(1, calc(100.33% - 10px));
  }

  #collapse-chit-payment .buttons {
    margin: 1rem 0;
  }
}

@media (min-width: 650px) and (max-width: 991px) {
  #checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list {
    grid-template-columns: repeat(2, calc(50.33% - 10px));
  }
}

@media (max-width: 767px) {

  /*=== MENU ===*/
  .product-image-zoom {
    pointer-events: none;
  }

  #wrapper {
    overflow: hidden;
  }

  .common-home .container {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-left {
    padding-right: 15px;
  }

  .slide-right {
    padding-left: 15px;
  }

  footer.typefooter-1 .footer-navbar .footer-center .box-footer-sp:before {
    display: none;
  }

  .footer-bottom-pt .text-right,
  .footer-bottom-pt .copyright-text {
    text-align: center;
  }

  .header-bottom-inner {
    border: none;
  }

  #sosearchpro.so-search.open .dropdown-menu-search {
    width: calc(100% + 30px);
  }

  .mainmenu {
    margin-bottom: 15px;
  }

  .mainmenu #category {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
  }

  .mainmenu .navbar-toggle {
    float: left;
    margin: 0;
  }

  .mainmenu #menu .navbar-collapse {
    text-align: left;
  }

  .mainmenu #menu .navbar-collapse ul.nav>li {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #e4e4e4;
  }

  .mainmenu #menu .navbar-collapse ul.nav>li>a {
    font-weight: bold;
  }

  .mainmenu #menu .navbar-collapse .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px 15px;
  }

  .deliveryins .radio-set {
    width: 100%;
  }

  .plan-name .text-right,
  .plan-pay .text-right {
    text-align: left;
  }

  .subs-plan {
    padding: 20px 10px;
  }

  .plan-pay {
    padding-right: 25px;
  }

  .plan-name {
    padding-right: 15px;
  }

  #collapse-checkout-confirm .buttons .pull-right {
    padding-top: 15px;
  }
  #form-shipping-method .form-check {padding-left: 0;}
  body.checkout-checkout #modal-shipping .modal-content .modal-header {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  #wrapper {
    overflow: hidden;
  }

  .common-home .container {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
  }

  #menu .navbar-collapse {
    padding: 0;
  }

  #menu .navbar-collapse .navbar-nav>li>a {
    padding: 0 10px;
  }

  footer.typefooter-1 .footer-navbar .footer-center .box-footer-sp:before {
    display: none;
  }

  .footer-bottom-pt .text-right,
  .footer-bottom-pt .copyright-text {
    text-align: center;
  }

  aside.left_column {
    margin-bottom: 30px;
  }

  .thumb-vertical-outer {
    padding: 20px 0;
  }

  .so-filter-price .put-min_max .name-curent {
    display: inline-block;
    float: left;
    line-height: 30px;
  }

  .so-filter-price .put-min_max .form-control {
    width: 60px;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    min-width: 60px;
  }

  #product-quick .product-view .content-product-right {
    margin-top: 0px;
  }

  .product-view .content-product-right {
    margin-top: 40px;
  }

  .product-simple .so-extraslider .extraslider-inner .item .item-inner {
    width: 100%;
  }

  .content-aside .product-simple .so-extraslider .extraslider-inner .owl2-item .item {
    display: inline-block;
  }

  .content-aside .product-simple .so-extraslider .extraslider-inner .owl2-item .item .item-inner {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  footer #collapse-footer {
    max-height: 100%;
  }

  footer #collapse-footer:before {
    display: none;
  }

  #wrapper {
    overflow-x: hidden;
  }

  .thumb-vertical-outer {
    padding: 20px 0;
  }

  .related-products .image,
  div.so-extraslider.grid .image {
    width: 40%;
  }

  div.products-list.grid .product-layout .product-item-container .left-block .quickview,
  div.products-list.grid .product-layout .product-item-container .button-group button {
    opacity: 1;
  }

  .producttab .tabsslider .nav-tabs li a {
    padding: 10px;
  }

  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    width: 100%;
    margin-bottom: 5px;
  }

  .content-aside .module h3.modtitle span {
    font-size: 17px;
  }

  .product-view .content-product-right .share .socials-wrap ul li {
    margin-left: 25px;
  }

  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
    width: 80px;
  }

  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
    margin-left: 95px;
  }

  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .price .price-old {
    padding: 0;
    font-size: 12px;
  }

  .upsell-sidebar h3.modtitle {
    padding-left: 5px;
  }

  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav {
    right: 5px;
  }
}

@media (min-width: 1200px) {
  footer #collapse-footer {
    max-height: 100%;
  }

  footer #collapse-footer:before {
    display: none;
  }
}