@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 */
.buttonsn, .tab-account input[type="submit"], .btn.btn-sn, .affiliate-login .buttons .btn.btn-default, .account-forgotten .buttons .btn.btn-default, .account-address .buttons .btn.btn-default, .account-order .buttons .btn.btn-default, .account-download .buttons .btn.btn-default, .account-reward .buttons .btn.btn-default, .account-return .buttons .btn.btn-default, .account-transaction .buttons .btn.btn-default, .account-recurring .buttons .btn.btn-default, .account-newsletter .buttons .btn.btn-default, .account-wishlist .buttons .btn.btn-default, .account-password .buttons .btn.btn-default, .account-edit .buttons .btn.btn-default, .account-register .buttons .btn.btn-default, .affiliate-login .buttons .btn.btn-primary, .account-forgotten .buttons .btn.btn-primary, .account-address .buttons .btn.btn-primary, .account-order .buttons .btn.btn-primary, .account-download .buttons .btn.btn-primary, .account-reward .buttons .btn.btn-primary, .account-return .buttons .btn.btn-primary, .account-transaction .buttons .btn.btn-primary, .account-recurring .buttons .btn.btn-primary, .account-newsletter .buttons .btn.btn-primary, .account-wishlist .buttons .btn.btn-primary, .account-password .buttons .btn.btn-primary, .account-edit .buttons .btn.btn-primary, .account-register .buttons .btn.btn-primary {
  height: 40px;
  width: 100%;
  background-color: #6e8f04;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 15px rgba(194, 54, 0, 0.1); }
  .buttonsn:hover, .tab-account input[type="submit"]:hover, .btn.btn-sn:hover, .affiliate-login .buttons .btn.btn-default:hover, .account-forgotten .buttons .btn.btn-default:hover, .account-address .buttons .btn.btn-default:hover, .account-order .buttons .btn.btn-default:hover, .account-download .buttons .btn.btn-default:hover, .account-reward .buttons .btn.btn-default:hover, .account-return .buttons .btn.btn-default:hover, .account-transaction .buttons .btn.btn-default:hover, .account-recurring .buttons .btn.btn-default:hover, .account-newsletter .buttons .btn.btn-default:hover, .account-wishlist .buttons .btn.btn-default:hover, .account-password .buttons .btn.btn-default:hover, .account-edit .buttons .btn.btn-default:hover, .account-register .buttons .btn.btn-default:hover, .affiliate-login .buttons .btn.btn-primary:hover, .account-forgotten .buttons .btn.btn-primary:hover, .account-address .buttons .btn.btn-primary:hover, .account-order .buttons .btn.btn-primary:hover, .account-download .buttons .btn.btn-primary:hover, .account-reward .buttons .btn.btn-primary:hover, .account-return .buttons .btn.btn-primary:hover, .account-transaction .buttons .btn.btn-primary:hover, .account-recurring .buttons .btn.btn-primary:hover, .account-newsletter .buttons .btn.btn-primary:hover, .account-wishlist .buttons .btn.btn-primary:hover, .account-password .buttons .btn.btn-primary:hover, .account-edit .buttons .btn.btn-primary:hover, .account-register .buttons .btn.btn-primary:hover {
    background: #6e8f04; }

.btnsn, .btn-cart .btn.btn-primary, .btn-cart .btn.btn-default {
  text-align: center;
  background: #6e8f04;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 15px rgba(194, 54, 0, 0.1); }
  .btnsn:hover, .btn-cart .btn.btn-primary:hover, .btn-cart .btn.btn-default:hover {
    background: #6e8f04; }

.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: #6e8f04; }
        .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;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      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, .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image {
  position: relative;
  display: block; }
  .lib-two-img .img-1, .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1 {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2, .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    display: block;
    padding: 0 7px;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all 0.5s ease-in-out;
    left: 0; }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2 {
    padding: 0 7px;
    opacity: 1;
    transform-style: inherit;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    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); } }
/*============PANEL CATEGORY ==================*/
.panel {
  border: none;
  font-size: 14px; }
  .panel .content {
    background: #e4e4e4;
    width: auto;
    margin: 0; }
  .panel .panel-group {
    background: transparent;
    color: #999; }
  .panel .panel-group .panel {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #d2d2d2; }
  .panel .panel-group .panel .panel-heading {
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2; }
  .panel .panel-group .panel .panel-heading .head {
    display: block;
    position: absolute;
    top: 5px;
    z-index: 10;
    line-height: 20px;
    right: 10px;
    text-align: center; }
  .panel .panel-group .panel .panel-heading .head a:before {
    content: "\e82e";
    display: inline-block;
    font-family: 'Ratchicons';
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .panel .panel-collapse ul {
    padding: 0 15px;
    margin-bottom: 15px; }
  .panel .panel-collapse ul li {
    padding: 3px 10px; }
  .panel .panel-collapse ul li:before {
    content: "-"; }
  .panel .panel-collapse ul li a {
    color: #666; }
  .panel .bot-inner a {
    color: #666; }

.panel-logo {
  margin: 15px 0;
  padding: 0 30px; }

.panel-search .input-group {
  background: #ddd;
  margin: 20px; }
  .panel-search .input-group input {
    border: none;
    font-size: 13px; }

.panel-left__bottom {
  margin-bottom: 15px; }
  .panel-left__bottom .bot-inner {
    font-size: 13px; }
  .panel-left__bottom .panel-left__language, .panel-left__bottom .panel-left__currency {
    padding: 0;
    margin-top: 20px; }
  .panel-left__bottom .panel-left__language h4, .panel-left__bottom .panel-left__currency h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0 0; }
  .panel-left__bottom .btn-group .btn-link {
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #999; }
  .panel-left__bottom .select .btn-link {
    border-color: #6e8f04; }
  .panel-left__bottom #form-currency ul.dropdown-menu {
    left: inherit;
    right: 0; }
/*.popover{width:240px;}*/
.popover.bottom {
  width: 220px;
  bottom: 55px;
  top: auto;
  margin-top: 0;
  right: 0;
  left: auto; }
  .popover.bottom:before {
    border-bottom: 0;
    border-top: 15px solid rgba(247, 247, 247, .98);
    top: auto;
    bottom: -15px;
    left: 80%; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.divider {
  clear: both;
  height: 40px; }

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 1px solid #ddd;
  border-top: 0px; }

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }
  .simple-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
  .simple-ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px; }
  .simple-ul li ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none; }
  .simple-ul li ul li:before {
    content: "\f111";
    font-size: 7px;
    top: 7px; }

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside; }
  .decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0; }

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.feature-box {
  border-radius: 0;
  margin-bottom: 20px; }
  .feature-box .feature-icon {
    color: #6e8f04;
    display: inline-block;
    font-size: 64px;
    height: 65px;
    text-align: center;
    width: 65px;
    float: left; }
  .feature-box .feature-content {
    padding-left: 80px; }

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #6e8f04;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }

.common-home .default-nav .owl2-nav div {
  width: 28px;
  height: 28px;
  display: inline-block;
  top: -34px;
  cursor: pointer; }
  .common-home .default-nav .owl2-nav div.owl2-prev {
    background: url("../images/icon/icon_general.png") no-repeat -20px -1111px; }
  .common-home .default-nav .owl2-nav div.owl2-prev:hover {
    background: url("../images/icon/icon_general.png") no-repeat -20px -1063px transparent; }
  .common-home .default-nav .owl2-nav div.owl2-next {
    background: url("../images/icon/icon_general.png") no-repeat -20px -1015px; }
  .common-home .default-nav .owl2-nav div.owl2-next:hover {
    background: url("../images/icon/icon_general.png") -20px -967px transparent; }
  .common-home .h3-nav .owl2-nav div {
    width: 28px;
    height: 28px;
    display: inline-block;
    top: -34px;
    cursor: pointer; }
  .common-home .h3-nav .owl2-nav div.owl2-prev {
    background: url("../images/icon/icon_general.png") no-repeat -20px -647px; }
  .common-home .h3-nav .owl2-nav div.owl2-prev:hover {
    background: url("../images/icon/icon_general.png") no-repeat -20px -586px transparent; }
  .common-home .h3-nav .owl2-nav div.owl2-next {
    background: url("../images/icon/icon_general.png") no-repeat -20px -403px; }
  .common-home .h3-nav .owl2-nav div.owl2-next:hover {
    background: url("../images/icon/icon_general.png") -20px -342px transparent; }
  .common-home .owl2-nav div {
    width: 41px;
    height: 41px;
    display: inline-block;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    transition: inherit; }
  .common-home .owl2-nav div.owl2-prev {
    background: url("../images/icon/icon_general.png") no-repeat -20px -525px; }
  .common-home .owl2-nav div.owl2-prev:hover {
    background: url("../images/icon/icon_general.png") no-repeat -20px -464px; }
  .common-home .owl2-nav div.owl2-next {
    background: url("../images/icon/icon_general.png") no-repeat -20px -281px; }
  .common-home .owl2-nav div.owl2-next:hover {
    background: url("../images/icon/icon_general.png") no-repeat -20px -220px; }
  .common-home .owl2-nav div:before {
    display: none; }
/*===============================================
 [SASS DIRECTORY ]
 [1] PAGE ACCOUNT
 [2] PAGE INFORMATION
 [3] PAGE CHECKOUT
 [4] LANGUAGE CURENTY 
 [5] CSS FEAFURE MENU DEMO
 ==============================================*/
#content > h1 {
  font-size: 20px;
  color: #333; }
/*============PAGE ACCOUNT ==================*/
.breadcrumb {
  visibility: hidden;
  margin: 0;
  padding: 0; }

.account-account #content > h2, .affiliate-account #content > h2 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */ }
  .account-account #content .list-unstyled, .affiliate-account #content .list-unstyled {
    margin-bottom: 30px; }

.account-address #content .table-responsive .table > tbody > tr > td {
  line-height: 24px;
  padding: 10px; }

.custom-border {
  border: 1px solid #eee;
  padding: 10px 20px; }
/* @group List Box */
.list-box {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.btn-link:focus, .btn-link:hover {
  text-decoration: none; }

.dropdown-menu > li > button {
  padding: 5px 15px; }

.list-box li {
  border-bottom: 1px solid #ececec; }

.list-box li:last-child {
  border-bottom: 0; }

.list-box li a {
  display: inline-block;
  word-wrap: break-word;
  padding: 8px 0;
  margin-right: 5px;
  color: #555; }
  .list-box li a:hover {
    color: #6e8f04; }
/* @end */
/*============PAGE INFORMATION ==================*/
.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #555; }
  .bold-list > li > a:hover {
    color: #6e8f04; }

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -0.8em; }

.simple-list li {
  margin: 0;
  padding: 0 0 12px; }

.simple-list ul a {
  color: #555; }
  .simple-list ul a:hover {
    color: #6e8f04; }

.simple-list .checkbox {
  padding-left: 0; }

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.simple-list .icon {
  margin-right: 9px; }

.arrow-list li {
  padding-left: 12px;
  position: relative; }

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f105'; }
/*============PAGE CHECKOUT ==================*/
.checkout-cart .panel-group .panel, .checkout-checkout .panel-group .panel {
  border-radius: 0; }

.table-responsive .table thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
  .table-responsive .table tbody td.text-left a {
    font-weight: bold;
    color: #7d7d7d;
    white-space: normal; }
  .table-responsive .table tbody td.text-left:hover a {
    color: #6e8f04; }
/*============LANGUAGE CURENTY ==================*/
.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  color: #2d2d2d;
  font-weight: normal;
  position: relative;
  z-index: 1; }
  .btn-group .btn-link:hover {
    color: #6e8f04; }

.dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left; }
  .dropdown-menu .btn-block:hover {
    background: #f7f7f7; }
/************************************************************************************************
 BLOCK MYACCOUT
 *************************************************************************************************/
.tab-account .well {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none; }
  .tab-account .social_login {
    padding: 0 15px;
    text-align: center; }
  .tab-account input[type="submit"] {
    margin: 10px 0;
    min-width: 100px;
    padding: 0 15px; }
  .tab-account .icon-custom {
    background: url("../images/icon/icon-bag.png") no-repeat center center;
    width: 160px;
    height: 160px;
    text-align: center;
    display: table;
    margin: 25px auto; }
  .tab-account .nav-tabs {
    margin: 0 auto;
    border-radius: 25px;
    border: none; }
  .tab-account .nav-tabs > li > a {
    margin: 0;
    line-height: 1;
    border-radius: 0;
    padding: 10px 30px;
    border: 1px solid #ddd;
    min-width: 125px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: #ddd; }
  .tab-account .nav-tabs > li.active > a {
    background: #6e8f04 !important;
    color: #fff;
    border-color: #6e8f04; }
  .tab-account .tab-content {
    padding: 0 10px;
    margin-top: 30px;
    z-index: 2;
    border: none;
    border-top: 0px; }
  .tab-account .segmented-control .control-item.active {
    background: #ddd; }
  .tab-account .form-login .form-pw, .tab-account .form-login .form-user {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px; }
  .tab-account .form-login .form-pw:before, .tab-account .form-login .form-user:before {
    background: url("../images/icon/sprites.png") no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 30px; }
  .tab-account .form-login .form-user {
    border-bottom: 1px solid #ededed; }
  .tab-account .form-login .form-user:before {
    background-position: -16px -20px;
    width: 17px;
    height: 20px; }
  .tab-account .form-login input.form-control {
    box-shadow: none;
    padding-left: 15px; }

@-webkit-keyframes autofill {
      to {
        color: #666;
        background: transparent; } }
  .tab-account .form-login input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  .tab-account .form-login .form-pw:before {
    background-position: -16px -66px;
    width: 17px;
    height: 22px; }
  .tab-account .form-login label {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 500;
    line-height: 20px;
    margin: 0; }

.breadcrumb + h1 {
  font-size: 18px;
  margin-top: 20px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold; }

#content > h2, #content > h1 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold; }
/*PAGE SEARCH*/
.platform-ios > h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold; }

.product-search #button-search {
  margin: 20px 0 10px; }

.btn-sn.btn-revo {
  width: 50%;
  float: left; }

.bar .btn-link {
  font-size: 14px;
  color: #666; }

.btn-sn ~ .btn-sn {
  width: calc(50% - 5px);
  margin-left: 5px; }

.affiliate-login fieldset, .account-forgotten fieldset, .account-address fieldset, .account-order fieldset, .account-download fieldset, .account-reward fieldset, .account-return fieldset, .account-transaction fieldset, .account-recurring fieldset, .account-newsletter fieldset, .account-wishlist fieldset, .account-password fieldset, .account-edit fieldset, .account-register fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .affiliate-login legend, .account-forgotten legend, .account-address legend, .account-order legend, .account-download legend, .account-reward legend, .account-return legend, .account-transaction legend, .account-recurring legend, .account-newsletter legend, .account-wishlist legend, .account-password legend, .account-edit legend, .account-register legend {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px; }
  .affiliate-login .buttons .btn.btn-default, .account-forgotten .buttons .btn.btn-default, .account-address .buttons .btn.btn-default, .account-order .buttons .btn.btn-default, .account-download .buttons .btn.btn-default, .account-reward .buttons .btn.btn-default, .account-return .buttons .btn.btn-default, .account-transaction .buttons .btn.btn-default, .account-recurring .buttons .btn.btn-default, .account-newsletter .buttons .btn.btn-default, .account-wishlist .buttons .btn.btn-default, .account-password .buttons .btn.btn-default, .account-edit .buttons .btn.btn-default, .account-register .buttons .btn.btn-default, .affiliate-login .buttons .btn.btn-primary, .account-forgotten .buttons .btn.btn-primary, .account-address .buttons .btn.btn-primary, .account-order .buttons .btn.btn-primary, .account-download .buttons .btn.btn-primary, .account-reward .buttons .btn.btn-primary, .account-return .buttons .btn.btn-primary, .account-transaction .buttons .btn.btn-primary, .account-recurring .buttons .btn.btn-primary, .account-newsletter .buttons .btn.btn-primary, .account-wishlist .buttons .btn.btn-primary, .account-password .buttons .btn.btn-primary, .account-edit .buttons .btn.btn-primary, .account-register .buttons .btn.btn-primary {
    margin: 10px 0;
    min-width: 100px;
    padding: 0 15px; }

.checkout-cart .erro-image {
  display: none; }

.form-content .input-group.btn-block {
  display: table; }
  .form-content .input-group.btn-block input {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 4px;
    text-align: center;
    min-width: 20px;
    border-radius: 3px 0 0 3px; }

.form-accordion {
  margin: 10px 0; }
  .form-accordion .panel-default > .panel-heading {
    background: #eee;
    border-radius: 0; }

/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
/*============MODULE DEFAULT ==================*/
.module {
  margin-bottom: 10px; }
  .module:before, .module:after {
    content: " ";
    display: table; }
  .module:after {
    clear: both; }
  .module.fa-hidden h3.modtitle:before {
    display: none; }

h3.modtitle {
  color: #222;
  font-size: 12px;
  font-weight: 700 !important;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  padding: 10px 0;
  margin: 0; }

.no-padding {
  padding: 0; }

div.so-page-builder .container {
  overflow: unset;
  padding: 0 10px; }

.top-brand.arrow-default .owl2-nav {
  position: static; }

.yt-content-slider.arrow-default .owl2-nav {
  position: static; }

div.sohomepage-slider .so-homeslider {
  border: none; }

.sohomepage-slider .so-homeslider img {
  transform-style: initial; }

.title-margin h3.modtitle {
  margin-bottom: 15px; }

.title-underline h3.modtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .title-underline h3.modtitle:after {
    content: " ";
    width: 125px;
    height: 1px;
    background: #6e8f04;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }

.bordered_content {
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background: #fff; }

.yt-content-slider .owl2-controls {
  margin: 0; }

.menu-link {
  height: 25px; }
  .menu-link .item-link a {
    display: block;
    padding: 2px 5px; }
/*============MODULE SO DEAL ==================*/
div.mobile_deals .extraslider-inner {
  border: none;
  padding: 0; }
  div.mobile_deals .extraslider-inner .owl2-controls .owl2-nav div {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #999;
    z-index: 9;
    padding: 5px 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 1;
    background: transparent;
    font-size: 22px; }
    div.mobile_deals .extraslider-inner .owl2-controls .owl2-nav div.owl2-prev {
      left: 0px; }
    div.mobile_deals .extraslider-inner .owl2-controls .owl2-nav div.owl2-next {
      right: 0px; }
  div.mobile_deals .extraslider-inner .owl2-controls .owl2-dots {
    text-align: center; }
  div.mobile_deals .extraslider-inner .owl2-controls .owl2-dots .owl2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1e1e1;
    display: inline-block;
    margin: 0 3px; }
    div.mobile_deals .extraslider-inner .owl2-controls .owl2-dots .owl2-dot.active {
      background: #6e8f04; }
  div.mobile_deals .so-extraslider {
    margin: 0; }
  div.mobile_deals .product-layout .product-item-container {
    margin: 0;
    padding: 0; }

.contentslider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  direction: ltr; }
  .contentslider .owl2-controls .owl2-nav div {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #999;
    z-index: 9;
    padding: 5px 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 1;
    background: transparent;
    font-size: 22px; }
  .contentslider .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px; }
  .contentslider .owl2-controls .owl2-nav div.owl2-next {
    right: 0px; }
  .contentslider .owl2-controls .owl2-dots {
    text-align: center; }
  .contentslider .owl2-controls .owl2-dots .owl2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1e1e1;
    display: inline-block;
    margin: 0 3px; }
  .contentslider .owl2-controls .owl2-dots .owl2-dot.active {
    background: #6e8f04; }
/*============MODULE FILTER ==================*/
.collapse--filter {
  position: absolute;
  z-index: 2;
  top: 100%;
  width: calc(100% +  1px);
  left: 0; }

.module.so_filter_wrap {
  border: 1px solid #e8e8e8;
  background: #fff; }
  .module.so_filter_wrap .modtitle {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-heading {
    padding: 0 20px; }
  .module.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    padding: 6px 0 0px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts {
    padding: 0 20px;
    display: none; }
  .module.so_filter_wrap .modcontent #text_search {
    height: 34px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 12px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
    border-radius: 100%;
    left: -14px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 49%;
    padding: 0 5px;
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input img {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-check-square-o, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-square-o {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count.opt_close {
    background: #6e8f04; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
    margin-top: -7px !important; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub {
    position: relative;
    padding-left: 14px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    background-color: #999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:hover:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub:hover:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-circle {
    display: none; }
  .module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle {
    top: -5px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
    text-align: left;
    padding: 0; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_scroll {
    margin: 30px 15px 20px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max {
    display: block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
    min-width: 60px;
    width: 49%;
    padding: 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    display: inline-block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
      position: relative;
      top: 1px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0; }
  .module.so_filter_wrap .modcontent .noUi-handle {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 15px;
    height: 15px; }
  .module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    background-color: #555;
    height: 8px;
    border-radius: 5px; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #6e8f04;
    box-shadow: none;
    height: 8px; }
  .module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle-upper {
    right: 15px; }
  .module.so_filter_wrap .modcontent .noUi-target {
    border: none; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #ddd; }
  .module.so_filter_wrap .modcontent #btn_resetAll {
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #6e8f04;
    border: none; }

.so-filter-content-opts-container .option-count {
  background: #999;
  min-width: 24px;
  text-align: center; }
  .so-filter-content-opts-container .option-count:not(.opt_close):after {
    border-right-color: #999; }

.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  font-size: 12px;
  color: #222; }
  .so_filter_wrap .modcontent .so-filter-heading i {
    padding: 10px 0; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right; }
/*============MODULE SO ONE PAGE CHECKOUT ==================*/
.so-onepagecheckout.is_customer section.section-right {
  padding: 0 15px; }

.so-onepagecheckout .coupon-voucher .input-group-btn input {
  text-transform: none; }
/*============EXTRASLIDER BESTSELER ==================*/
div.mobile_deals {
  margin: 0; }
  div.mobile_deals .item {
    width: 160px; }

.best-seller-custom {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #e8e8e8; }
  .best-seller-custom h3.modtitle {
    background: #f2f2f2;
    line-height: 100%;
    padding: 10px 0 9px 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0; }
  .best-seller-custom h3.modtitle .fa {
    color: #6e8f04;
    margin-right: 5px; }
  .best-seller-custom h3.modtitle:before {
    color: #6e8f04;
    content: '\f219';
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    margin-right: 7px; }
  .best-seller-custom h3.modtitle span {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    display: inline-block; }
  .best-seller-custom .so-extraslider {
    margin: 0; }
  .best-seller-custom .so-extraslider .extraslider-inner {
    padding-bottom: 0;
    border: none; }
  .best-seller-custom .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 5px; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 {
    border-bottom: none;
    margin-bottom: 2px; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
    float: left;
    width: 100px; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
    border: 0; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
      box-shadow: none;
      opacity: 0.8; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body {
    overflow: hidden; }
  .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
    background: transparent;
    position: static;
    color: #222; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
      color: #222; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
      padding: 0 0 5px 0; }
      .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: normal; }
        .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
          color: #6e8f04; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
      display: none; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
      margin-left: 0; }
      .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
        color: #ff5e00;
        font-size: 16px;
        font-weight: bold; }
        .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
          font-size: 13px;
          color: #999;
          font-weight: 600; }
    .best-seller-custom .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
      padding: 0; }
  .best-seller-custom .so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
    margin-bottom: 0; }
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============SIMPLE BLOG ==================*/
.blog-category {
  margin: 25px 0 0; }
  .blog-category .button-search {
    line-height: 20px; }

.simple_blog-article-view .module h3.modtitle, .simple_blog-category .module h3.modtitle {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #ddd; }
  .simple_blog-article-view .module h3.modtitle .fa, .simple_blog-category .module h3.modtitle .fa {
    display: none; }

.blog-header {
  margin: 0 0 30px; }
  .blog-header h3 {
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */ }

.blog-listitem.grid .itemBlogImg.left-block {
  display: block;
  position: relative; }

.so-latest-blog .media-content .media-author {
  padding: 0 10px 0 0; }

.so-latest-blog .content-detail {
  text-align: left; }

.so-latest-blog .media-content .readmore {
  padding-right: 15px;
  padding-left: 0; }

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0; }

.blog-listitem {
  display: block; }
  .blog-listitem .blog-item {
    padding: 0 5px;
    margin-bottom: 30px; }
  .blog-listitem .blog-item .itemBlogImg .article-image {
    position: relative; }
  .blog-listitem .blog-item .itemBlogImg .article-image .article-date {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
    .blog-listitem .blog-item .itemBlogImg .article-image .article-date .date {
      font-size: 14px;
      color: #909090;
      display: block; }
      .blog-listitem .blog-item .itemBlogImg .article-image .article-date .date b {
        font-size: 24px;
        color: #909090;
        font-family: 'Raleway';
        display: block; }
  .blog-listitem .blog-item .readmore a {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #6e8f04;
    text-align: left; }
  .blog-listitem .blog-item .readmore a i {
    padding-right: 5px; }
  .blog-listitem .blog-item .article-image {
    margin-bottom: 15px; }
  .blog-listitem .blog-item .itemBlogContent .article-title h4 {
    margin-bottom: 5px;
    line-height: 22px; }
  .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    color: #222;
    font-size: 14px; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
      color: #6e8f04; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta i {
    padding-right: 5px; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    line-height: 15px;
    font-weight: normal;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 13px;
    font-size: 1.3rem;
    /* [8] */
    color: #909090;
    float: left;
    padding-right: 10px; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
      padding-left: 0;
      color: #909090; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
        color: #999;
        /* [4] */
        /* [6] */
        /* [6] */
        /* [7] */
        font-size: 13px;
        font-size: 1.3rem;
        /* [8] */ }
        .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
          color: #6e8f04; }
  .blog-listitem.list .article-description {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 0; }
  .blog-listitem.list .blog-item {
    margin-bottom: 40px; }
  .blog-listitem.list .blog-item .itemBlogContent .blog-meta {
    padding: 15px 0 20px;
    border: none; }

.product-filter-bottom.filters-blog {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 15px;
  margin: 10px 0 0 !important;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb; }
  .product-filter-bottom.filters-blog .view-mode {
    text-align: left; }
  .product-filter-bottom.filters-blog .pagination {
    margin-top: 5px; }
  .product-filter-bottom.filters-blog .pagination > li span, .product-filter-bottom.filters-blog .pagination > li a {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    border-radius: 100%; }

.simple-blog-product h4 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */ }
/*============ARTICLE INFO==================*/
div.article-info .article-title h3 {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin: 0 0 15px; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  div.article-info .article-sub-title span {
    padding: 0 5px; }
  div.article-info .article-sub-title span.article-author {
    padding-left: 0; }
  div.article-info .article-sub-title span.article-author a {
    color: #999;
    font-size: 13px; }
    div.article-info .article-sub-title span.article-author a:hover {
      color: #6e8f04; }
  div.article-info .article-sub-title span.article-comment {
    border-right: 0; }
  div.article-info .article-image {
    margin-bottom: 10px; }
  div.article-info .related-comment {
    border: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    margin-top: 40px; }
  div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9; }
  div.article-info .related-comment .article-reply .author {
    font-weight: bold;
    font-size: 16px; }
  div.article-info .related-comment .article-reply .article-reply {
    background: #f4f3f3; }
  div.article-info .related-comment .panel-body {
    padding: 0;
    border: 0; }
  div.article-info .related-comment .panel-body .form-group #comments {
    padding: 0;
    border: 0;
    overflow: hidden; }
  div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212; }
  div.article-info .related-comment #button-comment {
    background: #6e8f04;
    border-color: #6e8f04;
    text-transform: uppercase;
    color: #fff;
    padding: 10px; }
  @media (min-width: 992px) {
      div.article-info .related-comment #button-comment {
        padding: 10px 52px; } }
  div.article-info .related-comment #button-comment:hover {
    background: #444;
    border-color: #444; }
  div.article-info .itemFullText {
    text-align: justify; }
/*============ARTICLE COMMENTS==================*/
.comments {
  margin-bottom: 30px; }

.comments.comments-level-1 {
  margin-left: 136px; }

.comments .pull-left {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  margin-right: 30px;
  position: relative;
  padding: 0; }

.comments .pull-left .fa {
  font-size: 46px;
  display: block;
  text-align: center;
  margin: 25px 0; }

.comments .pull-left img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; }

.comments .pull-left span {
  position: absolute;
  display: inline-block;
  top: 15%; }

.comments .media-body .media-title {
  color: #1fc0a0;
  padding-bottom: 14px; }

.comments .media-body .media-title .username {
  font-style: italic;
  font-family: Georgia, sans-serif;
  display: inline-block;
  margin-right: 14px; }

.comments .media-body .media-title .time .fa {
  font-size: 20px;
  margin-right: 13px;
  position: relative;
  top: 3px; }

.comments .media-body .media-title .link:hover {
  text-decoration: none; }

@media (max-width: 745px) {
  .comments {
    margin-bottom: 28px; }

  .comments.comments-level-1 {
    margin-left: 70px; }

  .comments .pull-left {
    width: 70px;
    height: 70px;
    margin-right: 20px; }

  .comments .pull-left:before {
    font-size: 46px;
    line-height: 1em;
    top: 10px; }

  .comments .media-body .media-title time {
    display: block; }

  .comments .media-body .media-title time .icon {
    font-size: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 3px; } }
/*===============================================
 [SASS DIRECTORY ]
 [1] HEADING
 [2] LINK & COLUMN
 [3] BLOCK FORM
 [4] BLOCK TABLE
 [5] POPUP ADDED TO CART
 [6] Pre-Loader 
 ==============================================*/
/*================ HEADING ===================*/
html {
  width: 100%;
  outline: 0 !important;
  direction: ltr; }

body {
  color: #7d7d7d;
  font-size: 13px;
  /*::-webkit-scrollbar {
   width:  $size;
   height: $size;
   }*/
  /*body {
   scrollbar-face-color: $foreground-color;
   scrollbar-track-color: $background-color;
   }*/ }
  body ::-webkit-scrollbar-thumb {
    background: #777; }
  body ::-webkit-scrollbar-track {
    background: #d6d6d6; }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 12px; }

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
  margin: 0 0 15px 0; }

select, textarea, input[type="text"], input[type="search"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"] {
  box-shadow: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus, textarea, input[type="text"]:focus, input[type="search"]:focus {
    font-size: 16px !important; } }
/*================ MOBILE APPS Ratchet ===================*/
@media (min-width: 480px) {
  .content {
    width: 441px;
    margin-left: auto;
    margin-right: auto; }
    .content .container {
      width: auto; } }
/*================ LINK & COLUMN ===================*/
.textColor {
  color: #6e8f04; }

ul.menu, ol.menu, ul.blank, .our-member .respl-item .info-member ul, .why-list {
  list-style: none;
  margin: 0;
  padding: 0; }

option {
  padding: 2px 5px;
  border-width: 1px; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.over {
  overflow: visible; }

.align-center {
  display: table;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }

a {
  color: #333; }
  a:hover {
    color: #354502;
    text-decoration: none; }

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

ol {
  counter-reset: item;
  padding: 0 0 0 15px; }

sup {
  color: #f00;
  font-size: 100%;
  top: -4px; }

.list-inline {
  display: inline-block;
  margin: 0; }
  .container-megamenu .list-inline a {
    display: inline-block; }

.clearfix {
  clear: both; }

.img-thumbnail.pull-left {
  margin-right: 30px; }
  .img-thumbnail.pull-right {
    margin-left: 30px; }

.form-group {
  margin-bottom: 10px; }
/*================ TABLE ===================*/
.table thead > tr > th {
  background: #eee; }

table.std th, table.std td {
  vertical-align: middle;
  border: #ddd;
  padding: 10px;
  text-align: center; }

table.std th {
  white-space: nowrap;
  background: #f5f5f5; }

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap; }

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #ddd;
  width: 100%; }

table th {
  border: #ddd;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.delivery_option table td {
  text-align: center; }

table tfoot td {
  text-align: right; }

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
/*================ PAGINATION ===================*/
.pagination > li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top; }
  .pagination > li span, .pagination > li a {
    padding: 3px 8px; }
  .pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #6e8f04;
    border-color: #6e8f04; }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #6e8f04; }
  .pagination > li.active span, .pagination > li:hover span {
    color: #6e8f04;
    background: transparent;
    border-color: #6e8f04; }
  .pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #6e8f04;
    border-color: #6e8f04; }
  .pagination > li:last-child {
    margin-right: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  color: #666; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }
/*================ RATCHET ===================*/
.bar .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px; }
/*================ Magnific Popup responsive ===================*/
.mfp-wrap figure {
  margin: 0; }

.nopadding-xs > div {
  padding: 0; }

.btn-collapse {
  font-size: 15px; }
  .btn-collapse:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px; }
  .btn-collapse.active:after {
    content: "\f106"; }

.side-menu .languages-block .dropdown-menu {
  left: 0;
  right: auto; }
  .side-menu .currencies-block .dropdown-menu {
    left: auto;
    right: 0; }
  .side-menu .dropdown-menu {
    transition: all 0.2s ease-out;
    border-radius: 0;
    min-width: 120px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .side-menu .dropdown-menu .btn-block {
    font-size: 12px; }
/*================ POPUP ADDED TO CART ===================*/
.alert {
  position: relative;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  color: #fff;
  border-radius: 0;
  min-height: 60px;
  box-sizing: border-box;
  border: none;
  font-weight: 600;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99); }

.alert i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 60px;
  font-size: 40px;
  -webkit-animation: alert-icon-anim 1s;
  -moz-animation: alert-icon-anim 1s;
  -ms-animation: alert-icon-anim 1s;
  -o-animation: alert-icon-anim 1s;
  animation: alert-icon-anim 1s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }

.alert i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0; }

.alert a:hover {
  text-decoration: underline; }

.alert button.close {
  position: absolute;
  top: 50%;
  line-height: 1;
  right: 15px;
  color: #fff;
  opacity: 0.7;
  background: none;
  border: none;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #fff; }

.alert.fadeOut {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.alert.fadeOut .alert {
  top: 100%; }

@media (max-width: 479px) {
  .alert {
    padding-right: 30px; } }

.alert-success {
  background-color: #4caf50; }

.alert-success i {
  background: #388e3c; }

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #c8e6c9; }

.alert-danger {
  background-color: #f44336; }

.alert-danger i {
  background: #d32f2f; }

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
  color: #ffcdd2; }

.alert-info {
  background-color: #03a9f4; }

.alert-info i {
  background: #0288d1; }

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
  color: #b3e5fc; }

.alert-warning {
  background-color: #ff5722; }

.alert-warning i {
  background: #e64a19; }

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #ffccbc; }

body > .alert {
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99); }

body > .alert .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; }

body > .alert .alert.fadeOut {
  top: -100%; }

@-webkit-keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@-moz-keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@keyframes alert-anim {
  0% {
    top: -100%; }

  60% {
    top: 0; }

  100% {
    top: 0; } }

@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@-moz-keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@keyframes alert-anim2 {
  0% {
    top: -100%; }

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }

@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }

@keyframes alert-icon-anim {
  0% {
    font-size: 0; }

  60% {
    font-size: 0; } }
/*============ Pre-Loader   ==================*/
.loaded .so-loadeding {
  display: none; }

.so-loadeding {
  background: white url(../images/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404 
 ==============================================*/
/*============ CONTACT PAGE ==============*/
#map-canvas {
  height: 250px;
  width: 100%;
  margin: 0px 0 10px; }

.contacts fieldset {
  border: none;
  padding: 0;
  margin-bottom: 5px; }

.info-contact {
  padding-top: 5px; }
  .info-contact .name-store h3 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase; }
  .info-contact .text {
    padding-left: 30px; }
  .info-contact .comment {
    padding-bottom: 15px;
    margin-bottom: 5px; }

.contact-form legend {
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0; }
  .contact-form legend h2 {
    font-size: 12px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    margin: 0; }
  .contact-form textarea.form-control {
    box-shadow: none;
    border-color: #e9e9e9; }
  .contact-form p {
    font-size: 12px;
    color: #666; }
  .contact-form .location-address {
    position: relative; }
  .contact-form .location-address li {
    font-size: 12px;
    color: #8c8c8c;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px; }
  .contact-form .location-address li:before {
    background: url("../images/icon/sprites.png") no-repeat center;
    content: "";
    background-position: -17px -162px;
    width: 15px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 20px; }
  .contact-form .location-address strong {
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
    display: block; }
  .contact-form .form-mail:before {
    background: url("../images/icon/sprites.png") no-repeat center;
    content: "";
    background-position: -15px -118px;
    width: 19px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 15px; }
  .contact-form .form-name:before {
    background: url("../images/icon/sprites.png") no-repeat center;
    content: "";
    background-position: -16px -20px;
    width: 17px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 15px; }
  .contact-form .form-mail, .contact-form .form-name {
    margin: 0;
    position: relative;
    border-top: 1px solid #e9e9e9; }
  .contact-form .form-mail input, .contact-form .form-name input {
    width: 100%;
    border: 0;
    padding: 20px 30px;
    font-size: 13px;
    color: #7d7d7d;
    font-weight: 500;
    height: 50px;
    box-shadow: none;
    margin: 0;
    border-radius: 0; }
/*============ PAEG ABOUT US ==============*/
/*============ PAEG ABOUT US ==============*/
.title-about-us h2 {
  color: #333;
  font-size: 22px; }

.welcome-about-us .des-about-us {
  padding: 30px 0; }

.our-member {
  clear: both;
  padding-top: 30px; }
  .our-member img:hover {
    opacity: 0.7; }
  .our-member .title-about-us h2 {
    font-size: 22px;
    color: #333; }
  .our-member .short-des {
    margin-bottom: 35px; }
  .our-member .overflow-owl-slider {
    padding-top: 50px; }
  .our-member .respl-item {
    border: 1px solid #ddd;
    margin-bottom: 30px; }
  .our-member .respl-item .item-inner {
    padding: 20px;
    display: inline-block; }
  .our-member .respl-item .w-image-box {
    display: block;
    text-align: center; }
  .our-member .respl-item .info-member li {
    float: left; }
  .our-member .respl-item .info-member li .fa {
    width: 29px;
    height: 29px;
    border: 1px solid #999;
    line-height: 27px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block; }
    .our-member .respl-item .info-member li .fa:hover {
      color: #6e8f04;
      border-color: #6e8f04; }
  .our-member .respl-item .info-member li .fa-f:before {
    content: "\f09a";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-t:before {
    content: "\f099";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-s:before {
    content: "\f17e";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member li .fa-g:before {
    content: "\f0d5";
    font-family: FontAwesome; }
  .our-member .respl-item .info-member .cl-name > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444 !important; }
  .our-member .respl-item .info-member .cl-name > a:hover {
    color: #6e8f04 !important; }
  .our-member .respl-item .info-member .cl-job {
    padding: 5px 0px;
    text-transform: uppercase; }
  .our-member .respl-item .info-member .cl-des {
    color: #909090;
    margin-bottom: 15px; }

.why-list li {
  position: relative;
  padding-left: 29px; }
  .why-list li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../images/icon-whylist.png"); }
  .why-list li a {
    display: block;
    padding: 5px 0 7px;
    background-image: url("../images/border-bottom-bs.png") repeat-x left bottom; }
  .why-list li:last-child > a {
    background: none; }

.happy-about-us {
  direction: ltr;
  clear: both;
  padding-top: 10px; }
  .happy-about-us .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px; }
  .happy-about-us .happy-ab .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -5px; }
  .happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 20px;
    position: relative;
    top: -2px;
    color: #444; }
  .happy-about-us .happy-ab .ct-why {
    padding: 0 10px 0 25px;
    position: relative; }
  .happy-about-us .happy-ab .ct-why .client-say {
    font-size: 107.69%;
    color: #909090;
    margin-bottom: 10px; }
  .happy-about-us .happy-ab .ct-why .client-info-about {
    color: #000; }
  .happy-about-us .happy-ab .ct-why .client-info-about .name {
    font-size: 18px;
    color: #6e8f04; }
  .happy-about-us .owl2-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px; }
  .happy-about-us .owl2-controls .owl2-prev, .happy-about-us .owl2-controls .owl2-next {
    border: none;
    display: inline-block;
    width: 26px !important;
    height: 26px !important;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent !important;
    top: 0px;
    margin: 0 3px;
    position: relative; }
  .happy-about-us .owl2-controls .owl2-prev {
    background-image: url("../images/btn-prev-hp.png") !important;
    margin-right: 3px;
    right: 0px !important;
    left: inherit !important; }
  .happy-about-us .owl2-controls .owl2-nav {
    width: 68px;
    display: inline-block;
    height: 26px;
    background: #fff; }
  .happy-about-us .owl2-controls .owl2-next {
    background-image: url("../images/btn-next-hp.png") !important;
    right: 0px !important; }
  .happy-about-us .item > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    left: 0px;
    top: 6px; }
  .happy-about-us .owl2-dots {
    display: none !important; }
/*============ PAGE 404  ==============*/
.button-404 > a {
  margin: 0 10px; }

.content_404 {
  margin: 40px 0 30px; }

.content_404 .block-top h2 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px; }

.content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 40px; }
/*============ PAGE COMMING SOON  ==============*/
.page-comingsoon {
  background: url("../images//bg-comingsoon.jpg") no-repeat center center;
  text-align: center;
  min-height: 600px; }
/*INFOMATION*/
.module-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px; }
  .module-content .list-box li {
    position: relative;
    padding-left: 15px; }
  .module-content .list-box li:before {
    position: absolute;
    display: block;
    top: 16px;
    background: #999;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0; }

.panel-default > .panel-heading {
  background: #fff; }

.title-under {
  position: relative;
  margin-bottom: 50px; }
  .title-under:after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 68px;
    background: #6e8f04;
    bottom: -10px; }

.owl2-carousel .owl2-item img {
  transform-style: initial !important; }

.title-under.text-center:after {
  left: 50%;
  margin-left: -34px; }

.media-box-link--arrow .icon {
  font-size: 30px; }

.media-box-link--figure .icon {
  font-size: 55px; }

.media-box-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #6e8f04;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.media-box-link--content p {
  color: #fff; }

.media-box-link h4 {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.media-box-link .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: FontAwesome; }

.media-box-link--figure, .media-box-link--content, .media-box-link--arrow {
  display: table-cell;
  padding: 6% 0;
  vertical-align: middle; }

.media-box-link--figure {
  width: 23%; }

.media-box-link--content {
  padding-right: 5%;
  width: 67%; }

.media-box-link--arrow {
  width: 10%;
  vertical-align: middle; }

.media-box-link:hover {
  background-color: #f5f5f5;
  color: #777; }

.media-box-link:hover h4 {
  color: #333; }

.media-box-link:hover .icon {
  color: #6e8f04; }

.page_warranity {
  color: #777; }
  .page_warranity .title-under {
    color: #333; }
  .page_warranity .icon.icon-error {
    font-size: 30px;
    vertical-align: middle; }
  .page_warranity .media-icon--content .color-dark.font18 {
    color: #333;
    font-size: 500; }

.color {
  color: #6e8f04; }

.title-decimal {
  font-size: 20px;
  position: relative;
  padding: 4px 0 9px 69px; }
  @media (min-width: 1200px) {
  .title-decimal {
    font-size: 30px; } }
  .title-decimal:before {
    content: attr(data-content);
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    line-height: 1.45em;
    background: #6e8f04;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0; }

.decimal-list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  counter-reset: myCounter; }

.decimal-list li {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 18px;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative; }
  .decimal-list li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6e8f04;
    font-weight: 500;
    left: 0; }
/*===============================================
 [SASS DIRECTORY ]
 [1] BOX SALE,NEW
 [2] RATE
 [3] TODAY'S DEALS 
 [4] PRODUCT CATEGORY
 [5] TOOLBAR
 [6] PRODUCT LIST SIMPLE
 [7] QUICKVIEW
 ==============================================*/
/*============ BOX SALE,NEW ==============*/
.label-product {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 33px;
  height: 33px;
  z-index: 9;
  border-radius: 50%;
  line-height: 33px;
  position: absolute; }
  .label-product.label-sale {
    background: #ff5c00;
    top: 10px;
    right: 10px; }
  .label-product.label-new {
    background: #00abf0;
    top: 10px;
    left: 10px; }

.label-percent {
  padding: 2px 5px;
  background: #6e8f04;
  font-size: 13px;
  font-weight: normal; }
/*============ BOX RATE ==============*/
.rating, .ratings {
  font-size: 13px;
  margin-bottom: 0; }
  .rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #ff5c00; }
  .rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1; }
  .rating span.fa-stack .fa-star.fa-stack-1x:before, .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #ebdb2c; }

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px; }
  span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #ff5c00; }
  span.fa-stack .fa-stack-2x {
    font-size: 1em; }
  span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1; }
  span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #ebdb2c; }

.so_filter_wrap .modcontent .so-filter-heading i {
  float: right; }

.module.so_filter_wrap .modcontent #text_search, .input-group-btn > .btn {
  border-radius: 0; }

.module.so_filter_wrap .modcontent #text_search {
  overflow: hidden; }

.product-compare .overflow_auto {
  overflow-x: auto; }

.account-voucher .buttons input[type="checkbox"], input[type="radio"] {
  float: left;
  margin-right: 4px; }

.price {
  margin: 0 0 10px 0;
  line-height: normal;
  color: #ff5c00;
  font-size: 14px;
  font-weight: normal; }
  .price .price-old {
    line-height: normal;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    font-weight: normal; }
  .price .price-new, .price span.price {
    color: #ff5c00;
    font-size: 16px;
    font-weight: normal; }

.checkout-cart .form-content .input-group.btn-block input {
  border-radius: 0;
  max-height: 34px; }

.checkout-cart .form-content .btn.btn-danger {
  border-radius: 0; }
/*====================PRODUCT CATEGORY ====================*/
.products-category .category-info {
  display: none; }
  .products-category .btn-block {
    border-color: #e8e8e8;
    box-shadow: none;
    background: #f1f1f1; }
  .products-category .btn-block.active {
    background: #555;
    color: white; }

.title-category {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  width: 100%; }

.products-category {
  margin-bottom: 30px; }
  .products-category .form-group.clearfix {
    margin: 0; }
  .products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

.refine-search a {
  color: #555;
  display: block;
  text-align: center; }
  .refine-search a:hover {
    color: #6e8f04; }

.refine-search__list .thumbnail {
  margin-bottom: 0; }
  .refine-search__list > li {
    margin-bottom: 10px; }
/*TOOLBAR LISTING TOP*/
.filters-panel {
  margin-top: 10px;
  position: relative;
  z-index: 89; }
  .filters-panel .col-xs-4, .filters-panel .col-xs-8 {
    padding: 0; }
  .filters-panel .pagination {
    margin: 0; }
  .filters-panel .list-view button.btn {
    border-radius: 0;
    padding: 9px;
    color: #fff;
    border: none;
    background: #252525;
    width: 35px;
    height: 35px;
    font-size: 14px; }
  .filters-panel .list-view button.btn.grid {
    margin-right: -3px; }
  .filters-panel .list-view button.btn.active {
    background: #6e8f04;
    color: #fff;
    box-shadow: none; }
  .filters-panel .list-view button.btn:focus {
    border-radius: 0;
    border-color: #6e8f04;
    outline: none; }
  .filters-panel .list-view .fa {
    margin: 0; }
  .filters-panel .short-by select {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    border-color: #e8e8e8;
    width: calc(100% - 17px);
    display: inline-block; }

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
  padding: 0;
  width: 27px;
  height: 28px;
  line-height: 28px;
  text-align: center; }
  .box-pagination .pagination {
    display: block; }
/*================ PRODUCT CATEGORY ===================*/
.products-list {
  margin: 0;
  /*------------------PRODUCT GRID ====================*/
  /*----------------PRODUCT LIST ------------------*/ }
  .products-list .product-layout .product-item-container .button-group {
    margin-bottom: 10px;
    margin-top: 10px; }
  .products-list .product-layout .product-item-container .button-group button {
    border: none;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    color: #6e8f04;
    border: 1px solid #6e8f04;
    min-width: 32px;
    margin: 0 2px;
    padding: 0;
    background: white; }
    .products-list .product-layout .product-item-container .button-group button.wishlist {
      -webkit-transition: bottom 0.4s ease-in-out;
      -moz-transition: bottom 0.4s ease-in-out;
      transition: bottom 0.4s ease-in-out;
      color: #6e8f04; }
    .products-list .product-layout .product-item-container .button-group button.compare {
      -webkit-transition: bottom 0.6s ease-in-out;
      -moz-transition: bottom 0.6s ease-in-out;
      transition: bottom 0.6s ease-in-out;
      color: #6e8f04; }
  .products-list .product-grid {
    padding: 0; }
  .products-list .product-grid:nth-child(2n+1) {
    clear: both !important; }
  .products-list .product-grid .list-block {
    display: none; }
  .products-list .product-grid .product-item-container {
    position: relative;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-right: -1px;
    margin-bottom: -1px; }
  .products-list .product-grid .product-item-container .left-block {
    position: relative;
    width: 100%;
    float: left; }
  .products-list .product-grid .product-item-container .right-block {
    padding: 0 10px;
    width: 100%;
    clear: both;
    text-align: center;
    display: inline-block; }
  .products-list .product-grid .product-item-container .right-block h4 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal; }
    .products-list .product-grid .product-item-container .right-block h4 a {
      color: #222;
      text-transform: capitalize;
      white-space: nowrap;
      width: 280px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 16px; }
  .products-list .product-list {
    padding: 0; }
  .products-list .product-list:last-child .product-item-container {
    border-bottom: 1px solid #dbdbdb; }
  .products-list .product-list .product-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #dbdbdb; }
  .products-list .product-list .list-block {
    width: 20%;
    padding: 10px;
    text-align: center; }
  .products-list .product-list .list-block .addToCart {
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #6e8f04;
    border-color: #6e8f04; }
  .products-list .product-list .list-block .addToCart:hover {
    background: #6e8f04;
    border-color: #6e8f04;
    color: #fff; }
  .products-list .product-list .list-block .addToCart:hover {
    background: #555;
    border-color: #555; }
  .products-list .product-list .list-block .wishlist, .products-list .product-list .list-block .compare {
    width: 48%;
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none; }
  .products-list .product-list .list-block .wishlist:hover, .products-list .product-list .list-block .compare:hover {
    background: #6e8f04;
    border-color: #6e8f04;
    color: #fff; }
  .products-list .product-list .left-block {
    width: 30%;
    min-width: 64px;
    position: relative; }
  .products-list .product-list .right-block {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .products-list .product-list .right-block > * {
    border-left: 1px solid #dbdbdb;
    margin: 0px;
    padding: 10px 5px; }
  .products-list .product-list .right-block .button-group {
    position: absolute;
    bottom: 0; }
  .products-list .product-list .right-block h4 {
    width: 70%;
    font-size: 14px;
    font-weight: normal; }
  .products-list .product-list .right-block .ratings {
    width: 20%;
    display: none; }
  .products-list .product-list .right-block .price {
    width: 30%; }
/*SIDEBAR LISTING - RESPONSIVE*/
.open-sidebar i.fa {
  margin-right: 5px; }

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9998; }

.sidebar-offcanvas {
  background: #fff;
  width: 260px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  overflow-x: scroll;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  transition: all 300ms ease-in-out;
  padding-top: 15px;
  left: -100%; }
  .sidebar-offcanvas.active {
    left: 0; }
  .sidebar-offcanvas #close-sidebar {
    display: block;
    text-align: center;
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #6e8f04;
    border-color: #6e8f04; }
  .sidebar-offcanvas #close-sidebar:hover {
    background: #6e8f04;
    border-color: #6e8f04;
    color: #fff; }
  .sidebar-offcanvas #close-sidebar:hover {
    background: #555;
    border-color: #555; }
/*=========== BLOCK SIDEBAR ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.box-category > ul {
  padding: 0; }
  .box-category > ul > li {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0; }
  .box-category > ul > li > a {
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    padding: 10px;
    text-transform: capitalize;
    margin: 0; }
  .box-category > ul > li a.accordion-toggle {
    width: 25px;
    height: 25px;
    line-height: 25px; }

.box-category ul li a.active {
  color: #6e8f04; }

.box-category ul li .head .accordion-toggle:before {
  content: "\e82e";
  display: inline-block;
  font-family: 'Ratchicons'; }

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 45; }

.content-aside h3.modtitle {
  font-size: 16px; }

.content-aside .product-simple {
  position: relative; }
  .content-aside .product-simple .so-extraslider {
    margin: 0; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
    right: 0px !important; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div {
    margin-top: 0;
    line-height: 28px !important; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div:before {
      position: static;
      font-weight: 400; }
  .content-aside .product-simple .so-extraslider .extraslider-inner {
    border: none; }
  .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner {
    display: inline-block;
    width: 100%; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
      width: 90px;
      float: left;
      margin-right: 10px; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
      background: transparent;
      color: #666; }
      .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
        margin-bottom: 7px; }
        .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a {
          /* [4] */
          /* [6] */
          /* [6] */
          /* [7] */
          font-size: 13px;
          font-size: 1.3rem;
          /* [8] */
          font-weight: 400;
          text-transform: capitalize; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTENT PRODUCT OTHER
 [2] PRODUCT INFO
 [3] PRODUCT TABS 
 [3] RELATED PRODUCT 
 ==============================================*/
.product-detail .large-image {
  border: 1px solid #ededed;
  margin-bottom: 10px;
  position: relative; }
  .product-detail .label-product {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .product-detail .label-product.label-new {
    left: 30px; }
  .product-detail .label-product.label-sale {
    right: 30px; }
  .product-detail .content-product-right {
    position: relative; }
  .product-detail .content-product-right .model {
    text-transform: uppercase;
    width: 75%; }
  .product-detail .content-product-left {
    position: relative; }
  .product-detail .box-link {
    position: absolute;
    top: 0;
    right: 15px; }
  .product-detail .box-link li {
    display: inline-block; }
  .product-detail .box-link li.compare a {
    margin: 0; }
  .product-detail .box-link a {
    border: 1px solid #e0e0e0;
    color: #7d7d7d;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    font-size: 0;
    min-width: 32px;
    float: left;
    margin: 0px 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%; }
  .product-detail .box-link a:hover {
    background-color: #6e8f04;
    color: #fff;
    border-color: #6e8f04; }
  .product-detail .quantity {
    width: 50%;
    display: table;
    float: left; }
  .product-detail .quantity .quantity-control {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 20px; }
  .product-detail .quantity .quantity-control input.form-control {
    width: 45px;
    border: none;
    line-height: 38px;
    font-size: 14px; }
  .product-detail .quantity .quantity-control span {
    border: 0 none;
    color: #666;
    float: left;
    font-size: 10px;
    font-weight: normal;
    border-radius: 0;
    cursor: pointer;
    width: 45px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    background: transparent; }
  .product-detail .quantity .quantity-control span.product_quantity_up {
    font-size: 14px; }
  .product-detail .quantity .quantity-control span.product_quantity_down {
    font-size: 14px; }
  .product-detail .quantity .quantity-control span:hover {
    background: #6e8f04 !important; }
  .product-detail .box-info-product {
    float: left;
    width: 100%;
    margin: 5px 0 30px; }
  .product-detail .box-info-product .cart {
    float: left;
    overflow: hidden;
    width: 50%; }
  .product-detail .box-info-product .cart input {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #6e8f04;
    border: none;
    color: #fff; }
/*============CONTENT PRODUCT OTHER ==================*/
.zoomContainer {
  display: none; }

.zoomWindowContainer {
  display: none; }

.product_page_price .price-new {
  font-size: 26px;
  font-weight: bold; }
  .product_page_price .price-old {
    font-size: 20px; }
  .product_page_price .price-tax {
    margin-bottom: 10px;
    color: #555;
    font-weight: normal; }
/*============PRODUCT INFO ==================*/
.product-view {
  margin-bottom: 20px; }
  .product-view .content-product-left {
    margin-bottom: 20px; }
  .product-view .content-product-left .thumbnail {
    border-radius: 0;
    margin-bottom: 0; }
  .product-view .content-product-left .thumbnail.active {
    border-color: #6e8f04; }
  .product-view .content-product-left .owl2-nav div {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #999;
    z-index: 9;
    padding: 5px 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 1;
    background: transparent;
    font-size: 22px; }
  .product-view .content-product-left .owl2-nav div.owl2-prev {
    left: 0px; }
  .product-view .content-product-left .owl2-nav div.owl2-next {
    right: 0px; }
  .product-view .content-product-left .owl2-dots {
    text-align: center; }
  .product-view .content-product-left .owl2-dots .owl2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1e1e1;
    display: inline-block;
    margin: 0 3px; }
  .product-view .content-product-left .owl2-dots .owl2-dot.active {
    background: #6e8f04; }
  .product-view .content-product-left .open-sidebar {
    display: block;
    margin-bottom: 10px; }
  .product-view .content-product-right .title-product h1 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 7px; }
  .product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 0;
    position: relative; }
  .product-view .content-product-right .box-review a {
    color: #7d7d7d; }
  .product-view .content-product-right .product-box-desc {
    padding: 10px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #525252; }
  .product-view .content-product-right .product-box-desc span {
    padding-right: 5px; }
  .product-view .content-product-right .product-box-desc .inner-box-desc {
    position: relative;
    z-index: 2; }
  .product-view .content-product-right .product-box-desc .inner-box-desc:before {
    content: "";
    width: 3px;
    background: #6e8f04;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0; }

.content-product-midde {
  margin-bottom: 30px; }

.product-attribute .table-responsive {
  border: 1px solid #e1e1e1; }
  .product-attribute .table-responsive .title-attribute {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-family: Raleway;
    padding: 13px 17px; }
  .product-attribute .table-responsive .table {
    margin-bottom: 0; }
  .product-attribute .table-responsive .name-attribute {
    text-transform: uppercase;
    color: #222;
    font-family: Raleway;
    border-right: 1px solid #e1e1e1;
    padding: 8px 15px;
    font-weight: bold; }
  .product-attribute .table-responsive .text-attribute {
    padding: 8px 15px; }

#product .image_option_type .product-options {
  display: inline-block; }
  #product .control-label {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase; }
  #product .product-options .img-thumbnail {
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 1px; }
  #product .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 7px 5px 0px;
    padding: 0px; }
  #product .radio-type-button label {
    padding: 0;
    font-size: 14px; }
  #product .radio-type-button input {
    visibility: hidden; }
  #product .radio-type-button .option-content-box {
    background: #999;
    display: block;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    min-width: 28px;
    line-height: 28px;
    text-align: center; }
  #product .radio-type-button .option-content-box.active {
    background: #6e8f04;
    color: white; }
  #product .radio-type-button.option_image .option-content-box {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 0;
    border: none; }
  #product .radio-type-button.option_image .option-content-box img {
    padding: 2px;
    border: 1px solid #ddd;
    width: 30px;
    border-radius: 0; }
  #product .radio-type-button.option_image .option-content-box.active, #product .radio-type-button.option_image .option-content-box.active:hover {
    background: #6e8f04; }
    #product .radio-type-button.option_image .option-content-box.active img, #product .radio-type-button.option_image .option-content-box.active:hover img {
      border-color: #6e8f04; }
  #product .radio-type-button.option_image .option-content-box:hover {
    background: #6e8f04; }
  #product .radio-type-button.option_image .option-name {
    display: none; }
  #product .option_image label {
    padding: 0; }
  #product .option_image input {
    visibility: hidden; }
  #product .option_image .option-name {
    padding: 0 5px; }
  #product .option_image .option-content-box {
    padding: 1px; }
  #product .box-date .fa {
    font-size: 18px; }
  #product .box-date input, #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0; }
  #product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #6e8f04;
    border-color: #6e8f04; }
/*============PRODUCT TABS==================*/
.producttab .tabsslider .nav-tabs {
  background: #fff;
  padding: 0;
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ededed; }
  .producttab .tabsslider .nav-tabs li {
    list-style: none;
    cursor: pointer;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative; }
  .producttab .tabsslider .nav-tabs li a {
    font-weight: bold;
    border: none;
    padding: 0;
    color: #222;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    font-size: 14px; }
  .producttab .tabsslider .nav-tabs li.active a {
    color: #6e8f04;
    background: #fff !important; }
  .producttab .tabsslider .nav-tabs li.active:before {
    content: "";
    background: #6e8f04;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    z-index: 2; }
  .producttab .tabsslider .nav-tabs li:first-child a {
    padding-left: 0; }
  .producttab .tabsslider .tab-content {
    padding: 20px 0 0;
    margin-bottom: 0;
    border: none;
    line-height: 26px; }
  .producttab .tabsslider .tab-content ul, .producttab .tabsslider .tab-content ol {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 18px; }
/*============RELATED PRODUCT==================*/
.related-products .product-item-container {
  margin: 0 !important; }

.page-category .so-extraslider .button-group {
  display: none; }

.bar-navhome {
  padding: 7px 10px;
  top: 0; }
  .bar-navhome .input-group {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 0 10px; }
  .bar-navhome .input-group .btn-link {
    color: #555;
    line-height: inherit;
    font-size: 13px; }
  .bar-navhome .input-group .form-control {
    border: none;
    font-size: 13px;
    height: auto;
    background: transparent;
    margin: 4px 0; }

.bar-static {
  position: static; }

.navbar-menu .toggle-panel {
  background: #0db04b;
  border-radius: 3px;
  color: #6e8f04;
  padding: 4px 6px;
  display: inline-block; }
  .navbar-menu .toggle-panel .icon-bar {
    height: 2px;
    width: 16px;
    margin: 3px 0px;
    background: #ffffff;
    display: block; }
  .navbar-menu .toggle-panel .icon-bar:first-child {
    width: 12px; }
  .navbar-menu .toggle-panel .icon-bar:last-child {
    width: 14px; }
/*============HEADER V1 ==================*/
.typeheader-1 {
  /* border: none !important;*/ border-bottom: 2px solid #0db04b; }
  .typeheader-1.bar-navhome {
    height: auto; }
  .typeheader-1.bar-navhome .navbar-logo {
    padding: 0; }
  .typeheader-1.bar-navhome .navbar-logo img {
    max-height: 32px; }
  .typeheader-1.bar-navhome .navbar-search {
    position: relative;
    top: 2px; }
  .typeheader-1.bar-navhome .navbar-search #search {
    padding: 0;
    width: 100%; }
  .typeheader-1.bar-navhome .navbar-search .input-group .form-control {
    margin: 0;
    line-height: 25px;
    font-size: 11px;
    color: #9c9c9c; }
  .typeheader-1.bar-navhome .navbar-search .input-group-btn {
    position: absolute;
    text-align: center;
    width: 30px;
    right: 5px; }
  .typeheader-1 .header-menu-page .menu-mobile1 li a {
    font-size: 12px;
    color: #222; }
  .typeheader-1 .header-menu-page .menu-mobile1 li a:hover {
    color: #6e8f04; }
/*============HEADER V2 ==================*/
.typeheader-2 {
  display: block;
  width: 100%;
  box-shadow: none;
  background: #183543;
  border: none; }
  .typeheader-2 .navbar-menu .toggle-panel {
    background: #fff; }
/*============HEADER V3 ==================*/
.typeheader-3 {
  box-shadow: none; }
  .typeheader-3.bar-navhome {
    height: auto; }
  .typeheader-3.bar-nav {
    box-shadow: none; }
  .typeheader-3 .navbar-menu .toggle-panel {
    background: #e3e3e3; }
  .typeheader-3 .navbar-menu .toggle-panel .icon-bar {
    background: #222; }
  .typeheader-3 .navbar-bar {
    text-align: center; }
  .typeheader-3 .navbar-menu {
    float: left; }
  .typeheader-3 .navbar-logo {
    text-align: center;
    display: inline-block;
    margin: 0;
    max-width: 150px; }
  .typeheader-3 .navbar-search {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    border-top: 1px solid #e8e8e8; }
  .typeheader-3 .navbar-search #search {
    padding: 0;
    background: #fff;
    border-radius: 0; }
  .typeheader-3 .navbar-search #search .form-control {
    padding: 0;
    outline: none;
    box-shadow: none; }
  .typeheader-3 .header-link {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 0 0; }
  .typeheader-3 .header-cart {
    float: right;
    margin: 0 8px 0 10px; }
  .typeheader-3 .header-wishlist {
    float: left;
    font-size: 18px; }
  .typeheader-3 .header-cart a {
    text-indent: -9999px;
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url("../images/icon/icon-cart2.png") no-repeat center center; }

.footernav-top {
  margin: 0 -15px; }
  .footernav-top .need-help {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px dashed #fff;
    background: #0db04b;
    border-top: 2px dashed #fff;
    clear: both;
    text-align: center;
    overflow: hidden; }
  .footernav-top .need-help p {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0; }
  .footernav-top .need-help .nh-contact {
    font-size: 14px; }
  .footernav-top .need-help .nh-contact .need-help-padding {
    padding-left: 20px; }
  .footernav-top .need-help .nh-contact a {
    color: white; }

.footernav-social {
  text-align: center;
  font-size: 18px;
  margin: 10px 0; } .footernav-social a {color: #0db04b;}
  
  .footernav-social .list-inline {
    vertical-align: middle;
    padding: 10px 0px 2px; }
  .footernav-social p {
    padding: 10px 0px 2px;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    text-align: left; }

.footernav-midde {
  margin: 5px 0 15px;
  clear: both; }
  .footernav-midde .footer-link-list {
    margin: 0 -3px; }
  .footernav-midde .footer-link-list li {
    padding: 3px;
    display: inline-block; }
  .footernav-midde .footer-link-list li a {
    display: block;
	color: #0db04b;
    background-color: #f2f2f2;
    padding: 3px 8px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px; }
  .footernav-midde .footer-link-list li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: 10px; }
  .footernav-midde .footer-link-list li a:hover, .footernav-midde .footer-link-list li a:focus {
    background: #6e8f04;
    color: white; }

.footernav-bottom {
  border-top: 1px solid #f2f2f2;
  padding: 20px 0; }
  .footernav-bottom p {
    margin: 0; }
  .footernav-bottom img {
    width: 200px; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
#wrapper {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden; }

#content {
  margin: 10px 0;
  overflow: hidden; }

.extension-mobile-home #content {
  margin: 0;
  clear: both; }

.extension-mobile-home .typeheader-1.bar-navhome {
  box-shadow: none; }

.extension-mobile-home div.extraslider-inner .item {
  width: 160px; }

#content div.extraslider-inner .item {
  border: none; }

.price-tax {
  display: none; }
/************************************************************************************************
 MODULE HOME SLIDER  
 *************************************************************************************************/
.module.sohomepage-slider {
  margin: 0 0 10px; }
  .module.sohomepage-slider .owl2-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    line-height: 100%;
    left: 10px;
    right: auto; }
  .module.sohomepage-slider .owl2-dots .owl2-dot {
    display: inline-block;
    float: left; }
  .module.sohomepage-slider .owl2-dots .owl2-dot span {
    width: 5px;
    height: 5px;
    background-color: #7d7d7d;
    border: none;
    margin: 0 2px;
    opacity: 1;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .module.sohomepage-slider .owl2-dots .owl2-dot.active span {
    background-color: #6e8f04;
    width: 20px;
    border-radius: 4px; }
  .module.sohomepage-slider .owl2-dots .owl2-dot:hover span {
    background-color: #6e8f04; }

.no-margin {
  margin: 0; }
/************************************************************************************************
 SHORT CODE CONTENT SLIDER BRAND
 *************************************************************************************************/
/************************************************************************************************
 BLOCK FEATURED CATE
 *************************************************************************************************/
.container {
  padding: 0 10px; }

.loading-placeholder {
  background: white url("../../images/ajax-loader.gif") no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }

.block-categories .cate-content {
  padding-bottom: 5px; }
  .block-categories .cate-content .cate {
    display: inline-block;
    vertical-align: top;
    width: 150px; }
  .block-categories .cate-content .cate .inner {
    box-shadow: 0px 0px 0px 0px rgba(100, 100, 100, 0.3);
    text-align: center;
    margin-bottom: 5px; }
  .block-categories .cate-content .cate a.title-cate {
    color: #222;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 52px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block; }
  .block-categories .cate-content .cate:hover img {
    opacity: 0.7;
    visibility: visible; }
  .block-categories .cate-content .cate:hover a.title-cate {
    background: #222;
    color: #fff; }

.panel .panel-group .panel .panel-heading .head a:before {
  color: #333; }

.form-control {
  font-size: 12px; }
/*HTML BANNER 1*/
.mobile-bn3-h1, .mobile-bn1-h1 {
  padding: 0 10px;
  margin-bottom: 10px; }
  .mobile-bn3-h1 .banner21, .mobile-bn1-h1 .banner21 {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 5px; }

.mobile-bn3-h1 {
  margin: 10px 0 10px; }

.mobile-bn2-h1 {
  margin: 0 0 5px; }
/*DEAL SLIDER*/
.mobile-brand {
  margin: 0;
  overflow: hidden; }

.module.mobile_deals {
  margin: 0 0 10px;
  overflow: hidden; }
/*EXTRA SLIDER*/
/*FOOTER*/
.footer-content {
  overflow: hidden; }
/*NABAR*/
.bar-tab .tab-item .icon ~ .tab-label {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 2px;
  white-space: nowrap; }

.item-cart {
  position: relative; }
  .item-cart .btn-shopping-cart {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 99; }
  .item-cart .btn-shopping-cart .total-shopping-cart {
    background: #6e8f04;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    line-height: 15px;
    color: #fff; }

.block-mobile {
  padding: 10px 0 15px;
  overflow: hidden;
  margin-bottom: 0; }
  .block-mobile .info {
    float: left;
    width: 33.33%;
    text-align: center; }
  .block-mobile .info .fa {
    font-size: 28px;
    color: #6e8f04; }
  .block-mobile .info .info-content {
    position: relative;
    top: -5px; }
  .block-mobile .info .info-content span {
    font-size: 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%; }
  .block-mobile .info p {
    text-transform: capitalize;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 100%; }

.title-heading {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #222; }

.panel-search .input-group-btn {
  background: #6e8f04;
  padding: 0 5px; }
  .panel-search .input-group-btn .btn-link {
    color: #fff; }
  .panel-search .input-group input {
    border-radius: 0; }

.form-searchs {
  overflow: hidden; }

.total-shopping-cart .items_carts, .total-shopping-cart .items_cart2, .total-shopping-cart .items_cart1 {
  display: none; }

.checkout-checkout fieldset {
  padding: 0;
  margin: 0;
  border: none; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
.extension-mobile-home.mobilelayout-2 .navbar-logo {
  padding: 0; }
  .extension-mobile-home.mobilelayout-2 .navbar-logo img {
    width: 95px; }
  .extension-mobile-home.mobilelayout-2 .menu_custom {
    background: #6e8f04; }
  .extension-mobile-home.mobilelayout-2 #content {
    margin: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile-bn1-h1 {
    margin: 0 -5px 10px;
    padding: 0; }
  .extension-mobile-home.mobilelayout-2 .module.sohomepage-slider {
    margin: 10px 0 10px; }
  .extension-mobile-home.mobilelayout-2 .menu-link {
    margin-bottom: 5px; }
  .extension-mobile-home.mobilelayout-2 .menu-link a {
    color: #fff; }
  .extension-mobile-home.mobilelayout-2 .section_mobile_1 {
    background: #183543; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container {
    margin: 0 -5px; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container .item-product-cat {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container .item-product-cat .item-content {
    display: block;
    padding: 9px 0;
    background-color: #f2f2f2;
    text-align: center; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container .item-product-cat .item-content h3 {
    font-size: 13px;
    color: #222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container .btn-loadmore {
    clear: both;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #222;
    background-color: #f2f2f2;
    border-radius: 20px;
    margin-bottom: 20px; }
  .extension-mobile-home.mobilelayout-2 .resp-listing-container .btn-loadmore:focus {
    background: #6e8f04;
    color: white; }
  .extension-mobile-home.mobilelayout-2 .mobile-bn3-h2 {
    margin: 15px -5px 0; }
  .extension-mobile-home.mobilelayout-2 .mobile-bn3-h2 .banners {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing {
    margin: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs {
    margin: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .ltabs-wrap .ltabs-tabs-container {
    margin: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .ltabs-wrap .owl2-controls .owl2-nav .owl2-prev, .extension-mobile-home.mobilelayout-2 .mobile_listing .ltabs-wrap .owl2-controls .owl2-nav .owl2-next {
    border: none;
    background: transparent;
    color: #666;
    font-weight: 700;
    z-index: 9; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .ltabs-wrap .products-list.grid .product-layout .product-item-container {
    margin: 0;
    padding: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow, .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    position: relative;
    top: auto;
    border: none;
    border-bottom: 1px solid #f0f0ed;
    margin-bottom: 10px;
    display: block;
    width: 100%; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tab span {
    padding: 0;
    display: block;
    background: none;
    color: #333;
    line-height: 20px; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    background: transparent; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    color: #6e8f04;
    position: relative;
    background: transparent; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #6e8f04;
    position: absolute;
    bottom: -5px;
    left: 0; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    display: inline-block;
    border: none;
    padding: 0 15px 0 0;
    margin-bottom: 5px; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    display: block; }
  .extension-mobile-home.mobilelayout-2 .mobile_listing .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    background: transparent !important; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 ==============================================*/
.extension-mobile-home.mobilelayout-3 .mobile_scroll .wrapper-scroll .item-scroll {
  width: 235px; }
  .extension-mobile-home.mobilelayout-3 .mobile-bn3-h2 {
    margin-bottom: 10px; }
  .extension-mobile-home.mobilelayout-3 .mobile-bn3-h1, .extension-mobile-home.mobilelayout-3 .mobile-bn1-h1 {
    padding: 0;
    margin: 0 -5px; }
