@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*
 * Scut, a collection of Sass utilities
 * to ease and improve our implementations of common style-code patterns.
 * v1.4.0
 * Docs at http://davidtheclark.github.io/scut
 */
/*******************************************************
 Style Color
 ********************************************************/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #444;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #f4a137; }
        .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; }
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7]BREADCRUMB
 ==============================================*/
/*============BACK TO TOP ==================*/
.back-to-top {
  cursor: pointer;
  background-color: #777;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .back-to-top:hover {
    background-color: #f4a137; }
  .back-to-top i {
    font-size: 36px;
    margin: 1px 0 0 0 !important;
    color: #fff;
    display: inline-block; }
/*============SOCIAL ACCOUNTS ==================*/
.social-widgets {
  position: fixed;
  z-index: 999;
  top: 50%;
  height: 0;
  width: 0;
  left: 0; }

.account-register .buttons input[type=checkbox] {
  position: relative;
  top: 3px; }

.social-widgets .item, .social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-widgets .items {
  top: -100px;
  position: relative; }

.social-widgets .item {
  position: absolute;
  top: 0;
  right: 120px; }

.social-widgets .active {
  z-index: 100;
  right: -310px; }

.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
  right: 0; }

.social-widgets .item-01 {
  top: 0;
  z-index: 99; }

.social-widgets .item-02 {
  top: 45px;
  z-index: 98; }

.social-widgets .item-03 {
  top: 90px;
  z-index: 97; }

.social-widgets .item-04 {
  top: 150px;
  z-index: 96; }

.social-widgets .item-05 {
  top: 200px;
  z-index: 95; }

.social-widgets .tab-icon .fa {
  font-size: 18px;
  line-height: 45px; }

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  right: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em; }

.social-widgets .tab-icon:hover {
  text-decoration: none; }

.social-widgets .active .tab-icon {
  border-color: #e9e9e9;
  background: #fff; }

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white; }

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white; }

.social-widgets .youtube .tab-icon {
  background: #da2723;
  background-clip: content-box;
  color: white; }

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px; }

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, .15); }

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold; }
  .social-widgets .title h5 {
    line-height: 45px;
    margin: 0; }

.social-widgets .facebook.active {
  right: -260px; }

.social-widgets .facebook .tab-content {
  width: 260px; }

.social-widgets .twitter.active {
  right: -300px; }

.social-widgets .twitter .tab-content {
  width: 300px; }

.social-widgets .twitter-widget {
  padding-top: 10px; }

.social-widgets .youtube.active {
  right: -450px; }

.social-widgets .youtube .tab-content {
  width: 450px; }

.social-widgets .youtube .tab-content iframe {
  width: 100%; }

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 100; }

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  right: 45%;
  width: 32px;
  height: 32px; }
/*============TOP PANEL ==================*/
.wrapper-boxed header.navbar-compact, .wrapper-iframed header.navbar-compact, .wrapper-rounded header.navbar-compact {
  width: auto; }

header.navbar-compact {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 900;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  header.navbar-compact .compact-hidden {
    display: none; }

.navbar-compact .header-center {
  padding: 20px 0; }

.navbar-compact .header-bottom {
  margin: 0 0 10px; }

.navbar-switcher {
  text-align: center;
  float: right;
  display: none;
  width: 45px;
  height: 45px;
  margin-bottom: -47px;
  background: #f4a137 !important;
  padding: 6px 7px;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  color: #fff; }

.navbar-switcher.active {
  background: #333 !important; }

.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
  display: none; }

.navbar-switcher.active .i-active, .navbar-switcher .fa-caret-down {
  display: inline;
  font-size: 1.8em;
  line-height: 1.5em; }
/*============LARY LOADER ==================*/
.lazy {
  display: block;
  overflow: hidden;
  background: transparent url(../../images/lazy-loader.gif) no-repeat center center; }

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto; }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    display: inline-block; }

  .lazy.lazy-loaded img {
    opacity: 1; } }
/*============NONE RESPONSIVE BOOTSTRAP ==================*/
@media (max-width: 1024px) {
  .no-res {
    width: 1190px; } }

.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2); }

.wrapper-iframed {
  margin: 20px auto; }

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }
/*============Preloading Screen==================*/
.loader-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000111;
  background-color: #fff;
  opacity: 1;
  transition: all 500ms linear 0s; }

.loader-content.loader-off, body.loaded .loader-content {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms linear 0s; }
/* The loader container */
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d; }
/* The dot */
#loader .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -80px;
  transform-type: preserve-3d;
  transform-origin: 80px 50%;
  transform: rotateY(0);
  background-color: #1fc0a0;
  animation: dot1 2000ms cubic-bezier(0.56, 0.09, 0.89, 0.69) infinite; }

#loader .dot:nth-child(2) {
  z-index: 9;
  animation-delay: 150ms; }

#loader .dot:nth-child(3) {
  z-index: 8;
  animation-delay: 300ms; }

#loader .dot:nth-child(4) {
  z-index: 7;
  animation-delay: 450ms; }

#loader .dot:nth-child(5) {
  z-index: 6;
  animation-delay: 600ms; }

#loader .dot:nth-child(6) {
  z-index: 5;
  animation-delay: 750ms; }

#loader .dot:nth-child(7) {
  z-index: 4;
  animation-delay: 900ms; }

#loader .dot:nth-child(8) {
  z-index: 3;
  animation-delay: 1050ms; }

@keyframes dot1 {
  0% {
    transform: rotateY(0) rotateZ(0) rotateX(0);
    background-color: #f4a137; }

  45% {
    transform: rotateZ(180deg) rotateY(360deg) rotateX(90deg);
    background-color: #000;
    animation-timing-function: cubic-bezier(0.15, 0.62, 0.72, 0.98); }

  90%, 100% {
    transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
    background-color: #f4a137; } }
/*============@group Banners hover effect ==================*/
.banners-effect-1 .banners > div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .banners-effect-1 .banners > div img:hover {
    opacity: 0.8; }

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1; }
  .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    z-index: 1; }

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0); }
  .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1; }

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-4 .banners > div a:hover:before, .banners-effect-4 .banners > div a:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }
  .banners-effect-4 .banners > div a:before, .banners-effect-4 .banners > div a:after {
    border-bottom: 50px solid rgba(0, 0, 0, 0.2);
    border-top: 50px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1; }

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-5 .banners > div a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
  .banners-effect-5 .banners > div a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out; }
  .banners-effect-5 .banners > div a:hover:before {
    border: 0 solid rgba(255, 255, 255, 0.7); }
  .banners-effect-5 .banners > div a:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s; }

.banners-effect-6 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-8 .banners > div a:before, .banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }

.banners-effect-8 .banners > div img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }

.banners-effect-8 .banners > div a:hover:before, .banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .banners-effect-11 .banners > div a:after {
    left: auto;
    right: 0;
    bottom: 0; }

.banners-effect-12 .banners > div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
/*============BREADCRUMB ==================*/
.breadcrumb {
  background: none;
  border-radius: 0;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 14px; }
  .breadcrumb li {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 24px;
    line-height: 21px;
    margin-right: 3px;
    padding: 0 15px 0 20px; }
  .breadcrumb li:first-child {
    border-left: 1px solid #ddd;
    border-color: #f4a137 !important; }
  .breadcrumb li:first-child:before, .breadcrumb li:first-child:after {
    border-color: #f4a137; }
  .breadcrumb li:after {
    content: "";
    background: #fff;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    height: 17px;
    width: 16px;
    position: absolute;
    transform: rotate(45deg);
    right: -8px;
    top: 3px;
    z-index: 1; }
  .breadcrumb li a {
    color: #666; }
  .breadcrumb li + li:before {
    content: "";
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    height: 18px;
    width: 17px;
    position: absolute;
    transform: rotate(135deg);
    left: -9px;
    top: 2px; }
/*===============================================
 [SASS DIRECTORY ]
 [1] OVERLAY PATTER
 ==============================================*/
/*============OVERLAY PATTERN  ==================*/
/* 1. Overlay pattern ---------------------*/
body.no-bgbody {
  background-image: none; }

.pattern-1 {
  background-image: url(../../images/patterns/1.png); }

.pattern-2 {
  background-image: url(../../images/patterns/2.png); }

.pattern-3 {
  background-image: url(../../images/patterns/3.png); }

.pattern-4 {
  background-image: url(../../images/patterns/4.png); }

.pattern-5 {
  background-image: url(../../images/patterns/5.png); }

.pattern-6 {
  background-image: url(../../images/patterns/6.png); }

.pattern-7 {
  background-image: url(../../images/patterns/7.png); }

.pattern-8 {
  background-image: url(../../images/patterns/8.png); }

.pattern-9 {
  background-image: url(../../images/patterns/9.png); }

.pattern-10 {
  background-image: url(../../images/patterns/10.png); }

.pattern-11 {
  background-image: url(../../images/patterns/11.png); }

.pattern-12 {
  background-image: url(../../images/patterns/12.png); }

.pattern-13 {
  background-image: url(../../images/patterns/13.png); }

.pattern-14 {
  background-image: url(../../images/patterns/14.png); }

.pattern-15 {
  background-image: url(../../images/patterns/15.png); }

.pattern-16 {
  background-image: url(../../images/patterns/16.png); }

.pattern-17 {
  background-image: url(../../images/patterns/17.png); }

.pattern-18 {
  background-image: url(../../images/patterns/18.png); }

.pattern-19 {
  background-image: url(../../images/patterns/19.png); }

.pattern-20 {
  background-image: url(../../images/patterns/20.png); }

.pattern-21 {
  background-image: url(../../images/patterns/21.png); }

.pattern-22 {
  background-image: url(../../images/patterns/22.png); }

.pattern-23 {
  background-image: url(../../images/patterns/23.png); }

.pattern-24 {
  background-image: url(../../images/patterns/24.png); }

.pattern-25 {
  background-image: url(../../images/patterns/25.png); }

.pattern-26 {
  background-image: url(../../images/patterns/26.png); }

.pattern-27 {
  background-image: url(../../images/patterns/27.png); }

.pattern-28 {
  background-image: url(../../images/patterns/28.png); }

.pattern-29 {
  background-image: url(../../images/patterns/29.png); }

.pattern-30 {
  background-image: url(../../images/patterns/30.png); }

.pattern-31 {
  background-image: url(../../images/patterns/31.png); }

.pattern-32 {
  background-image: url(../../images/patterns/32.png); }

.pattern-33 {
  background-image: url(../../images/patterns/33.png); }

.pattern-34 {
  background-image: url(../../images/patterns/34.png); }

.pattern-35 {
  background-image: url(../../images/patterns/35.png); }

.pattern-36 {
  background-image: url(../../images/patterns/36.png); }

.pattern-37 {
  background-image: url(../../images/patterns/37.png); }

.pattern-38 {
  background-image: url(../../images/patterns/38.png); }

.pattern-39 {
  background-image: url(../../images/patterns/39.png); }

.pattern-40 {
  background-image: url(../../images/patterns/40.png); }

.pattern-41 {
  background-image: url(../../images/patterns/41.png); }

.pattern-42 {
  background-image: url(../../images/patterns/42.png); }

.pattern-43 {
  background-image: url(../../images/patterns/43.png); }

.pattern-44 {
  background-image: url(../../images/patterns/44.png); }

.pattern-45 {
  background-image: url(../../images/patterns/45.png); }

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

.alert {
  border-radius: 0; }
  .alert .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }

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

.feature-box {
  border-radius: 0;
  margin-bottom: 20px; }
  .feature-box .feature-icon {
    color: #f4a137;
    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: #f4a137;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }
/*===============================================
 [SASS DIRECTORY ]
 [1] Pre-Loader 
 ==============================================*/
/*============START Pre-Loader CSS  ==================*/
.so-pre-loader {
  background: #f4a137;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }
  .so-pre-loader .so-loader-background {
    background: #777;
    display: block;
    height: 100%; }
  .so-pre-loader .so-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px; }
  .so-pre-loader .spinner {
    width: 50px;
    height: 50px;
    background-color: white;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .so-pre-loader .spinner-bounce {
    width: 60px;
    height: 60px;
    position: relative; }
  .so-pre-loader .double-bounce1, .so-pre-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out; }
  .so-pre-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .so-pre-loader .spinner-wave {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px; }
  .so-pre-loader .spinner-wave > div {
    background-color: white;
    height: 100%;
    width: 6px;
    margin: 0 2px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .so-pre-loader .spinner-wave .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .so-pre-loader .spinner-wave .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .so-pre-loader .spinner-wave .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .so-pre-loader .spinner-wave .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .so-pre-loader .spinner-cube {
    width: 40px;
    height: 40px;
    position: relative; }
  .so-pre-loader .cube1, .so-pre-loader .cube2 {
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out; }
  .so-pre-loader .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .so-pre-loader .spinner-bounce2 {
    width: 80px;
    text-align: center; }
  .so-pre-loader .spinner-bounce2 > div {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .so-pre-loader .spinner-bounce2 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .so-pre-loader .spinner-bounce2 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .so-pre-loader .spinner-circle {
    width: 60px;
    height: 60px;
    position: relative; }
  .so-pre-loader .spinner-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .so-pre-loader .spinner-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .so-pre-loader .spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .so-pre-loader .spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .so-pre-loader .spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .so-pre-loader .spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
  .so-pre-loader .spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .so-pre-loader .spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .so-pre-loader .spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .so-pre-loader .spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
  .so-pre-loader .spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .so-pre-loader .spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
  .so-pre-loader .spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .so-pre-loader .spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .so-pre-loader .spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .so-pre-loader .spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .so-pre-loader .spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .so-pre-loader .spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
  .so-pre-loader .spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .so-pre-loader .spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .so-pre-loader .spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .so-pre-loader .spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .so-pre-loader .spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .so-pre-loader .spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }
  .so-pre-loader .spinner-cube-grid {
    width: 60px;
    height: 60px; }
  .so-pre-loader .spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: white;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .so-pre-loader .spinner-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .so-pre-loader .spinner-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .so-pre-loader .spinner-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .so-pre-loader .spinner-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .so-pre-loader .spinner-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .so-pre-loader .spinner-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .so-pre-loader .spinner-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .so-pre-loader .spinner-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .so-pre-loader .spinner-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .so-pre-loader .spinner-folding-cube {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .so-pre-loader .spinner-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .so-pre-loader .spinner-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .so-pre-loader .spinner-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .so-pre-loader .spinner-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .so-pre-loader .spinner-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .so-pre-loader .so-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute; }
  .so-pre-loader .so-loader-with-logo .logo {
    display: block;
    width: auto; }
  .so-pre-loader .so-loader-with-logo .line {
    background: #ccc;
    bottom: 0;
    height: 5px; }
  .so-pre-loader .so-loader-with-logo .run-number {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 80px; }
/* *************   END:: Pre-Loader CSS   ************* */
/* **************************************************** */
/* ************   START Loader Animation   ************ */
/* **************************************************** */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */
/*===============================================
 [SASS DIRECTORY ]
 [1] PAGE ACCOUNT
 [2] PAGE INFORMATION
 [3] PAGE CHECKOUT
 [4] LANGUAGE CURENTY 
 [5] CSS FEAFURE MENU DEMO
 ==============================================*/
/*============PAGE ACCOUNT ==================*/
.account-login .well, .affiliate-login .well {
  min-height: 395px; }

.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; }
/* @group List Box */
.list-box {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.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: #444; }
  .list-box li a:hover {
    color: #f4a137; }
/* @end */
/*============PAGE INFORMATION ==================*/
.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

.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: #444; }
  .simple-list ul a:hover {
    color: #f4a137; }

.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: #666; }
  .table-responsive .table tbody td.text-left:hover a {
    color: #f4a137; }
/*============LANGUAGE CURENTY ==================*/
.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 1px 10px;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 1;
  height: 34px; }

.dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left; }
  .dropdown-menu .btn-block:hover {
    background: #f7f7f7; }
/*============ CSS FEAFURE MENU DEMO ==================*/
.feature-layout .image-link {
  display: block;
  color: #444; }
  .feature-layout .image-link:hover {
    color: #f4a137; }
  .feature-layout .image-link .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #333;
    padding: 0; }
  .feature-layout .image-link .btn {
    position: absolute;
    top: -100px;
    left: calc(50% - 50px);
    padding: 9px 20px;
    background: #444;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #f4a137;
    border-color: #f4a137;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px; }
  .feature-layout .image-link .btn:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .feature-layout .image-link .btn:hover {
    background: #444;
    border-color: #444; }
  .feature-layout .image-link:hover .thumbnail {
    border: 1px solid #ccc; }
  .feature-layout .image-link:hover .thumbnail img {
    opacity: 0.7; }
  .feature-layout .image-link:hover .btn {
    top: calc(50% - 25px); }
  .feature-layout .image-link .figcaption {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }

.with-sub-menu .feafure-dr {
  text-align: left; }
  .with-sub-menu .feafure-dr h3.title-feature {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 15px; }
  .with-sub-menu .feafure-dr ul.row-list {
    list-style: none;
    padding: 0; }
  .with-sub-menu .feafure-dr li {
    line-height: 30px; }
  .with-sub-menu .feafure-dr li a {
    font-size: 14px;
    position: relative;
    color: #666; }
  .with-sub-menu .feafure-dr li a:hover {
    color: #f4a137; }
  .with-sub-menu .feafure-dr .layout-color li a {
    text-transform: capitalize; }
  .with-sub-menu .feafure-dr .layout-color li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    left: 0; }
  .with-sub-menu .feafure-dr .layout-color li.orange a:before {
    background: #fe5621; }
  .with-sub-menu .feafure-dr .layout-color li.blue a:before {
    background: #02a8f3; }
  .with-sub-menu .feafure-dr .layout-color li.brown a:before {
    background: #beae59; }
  .with-sub-menu .feafure-dr .layout-color li.green a:before {
    background: #8ac249; }
  .with-sub-menu .feafure-dr .layout-color li.red a:before {
    background: #df1f26; }
  .with-sub-menu .feafure-dr .layout-color li.pink a:before {
    background: #e81d62; }
  .with-sub-menu .page_html {
    text-align: left; }
  .with-sub-menu .page_html ul.row-list {
    list-style: none;
    padding: 0; }
  .with-sub-menu .page_html li {
    line-height: 30px; }
  .with-sub-menu .page_html li a {
    font-size: 14px;
    position: relative;
    color: #666;
    text-transform: capitalize; }
  .with-sub-menu .page_html li a:hover {
    color: #f4a137; }

.mfp-iframe-scaler iframe {
  height: 500px !important; }

.owl2-carousel .owl2-item img {
  transform-style: inherit; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] MODULE HOME SLIDER 
 [3] MODULE NEWLETTER POPUP
 [3] SOCIAL FOOTER
 ==============================================*/
/*============MODULE DEFAULT ==================*/
.top-brand.arrow-default .owl2-nav {
  position: static; }

.left_column .module, .right_column .module {
  margin-bottom: 30px; }

/************************************************************************************************
 MODULE HOME SLIDER  
 *************************************************************************************************/

.module.sohomepage-slider .owl2-controls .owl2-nav div {
  position: absolute;
  top: 44.5%;
  outline: 0;
  width: 30px;
  height: 50px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px;
    background: url("../../images/icon/arrow-slider-left.png") no-repeat;
    border: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-position: 0 -59px; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:before, .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:after {
    display: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next {
    right: -1px;
    background: url("../../images/icon/arrow-slider-right.png") no-repeat;
    border: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:hover {
    background-position: 0 -59px; }
  .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:before, .module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:after {
    display: none; }
  .module.sohomepage-slider .owl2-dots {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center; }
  .module.sohomepage-slider .owl2-dots .owl2-dot {
    display: inline-block; }
  .module.sohomepage-slider .owl2-dots .owl2-dot span {
    width: 10px;
    height: 10px;
    background-color: #b4b4b4;
    border: 1px solid transparent;
    margin: 0 2px;
    opacity: 1;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .module.sohomepage-slider .owl2-dots .owl2-dot.active span, .module.sohomepage-slider .owl2-dots .owl2-dot:hover span {
    background-color: #f4a137;
    border: 1px solid #fff; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description .image.img-active {
    opacity: 1;
    animation: myeffect-slideshow 2s ease-in-out;
    -webkit-animation: myeffect-slideshow 2s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 2s ease-in-out;
    -o-animation: myeffect-slideshow 2s ease-in-out;
    -ms-animation: myeffect-slideshow 2s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description h3.tilte.title-active {
    opacity: 1;
    animation: myeffect-slideshow 1.5s ease-in-out;
    -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 1.5s ease-in-out;
    -o-animation: myeffect-slideshow 1.5s ease-in-out;
    -ms-animation: myeffect-slideshow 1.5s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description h4.h4-active {
    opacity: 1;
    animation: myeffect-slideshow 1s ease-in-out;
    -webkit-animation: myeffect-slideshow 1s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 1s ease-in-out;
    -o-animation: myeffect-slideshow 1s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description .des.des-active {
    opacity: 1;
    animation: myeffect-slideshow 0.8s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 0.8s ease-in-out;
    -o-animation: myeffect-slideshow 0.8s ease-in-out; }
  .module.sohomepage-slider .sohomeslider-description {
    position: static;
    padding: 0; }
  .module.sohomepage-slider .sohomeslider-description p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    padding: 0;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .image {
    position: absolute;
    width: auto;
    opacity: 0;
    top: 50px; }
  .module.sohomepage-slider .sohomeslider-description .image.pos-right {
    right: 70px; }
  .module.sohomepage-slider .sohomeslider-description .image.pos-left {
    left: 70px; }
  .module.sohomepage-slider .sohomeslider-description .image.image-sl12 {
    left: 35px; }
  .module.sohomepage-slider .sohomeslider-description .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .module.sohomepage-slider .sohomeslider-description .text h3.tilte, .module.sohomepage-slider .sohomeslider-description .text h4, .module.sohomepage-slider .sohomeslider-description .text .des {
    opacity: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.pos-right {
    right: 70px; }
  .module.sohomepage-slider .sohomeslider-description .text.pos-left {
    left: 70px; }
  .module.sohomepage-slider .sohomeslider-description .text .modtitle-sl11 {
    font-size: 55px;
    font-weight: bold;
    color: #fff; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl11 {
    top: 75%;
    text-align: center; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 {
    text-transform: uppercase; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h3.tilte {
    font-size: 30px;
    color: #444;
    font-weight: 700;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h4 {
    font-size: 84px;
    color: #f4a137;
    font-weight: 700;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .des {
    font-size: 27px;
    color: #444; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl13 h3.tilte {
    font-size: 26px;
    font-weight: 700;
    color: #fff; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl13 h4 {
    font-size: 80px;
    font-weight: 700;
    color: #f4a137; }

.col_lmeu, .col_n8md, .col_btom {
  overflow: visible; }

.col-lg-offset-3.slider-container {
  padding-left: 10px; }

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

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

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

.left_column h3.modtitle, .right_column h3.modtitle {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #444; }
  .left_column h3.modtitle:after, .right_column h3.modtitle:after {
    content: " ";
    width: 120px;
    height: 1px;
    background: #f4a137;
    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; }
/*============MODULE NEWLETTER POPUP ==================*/
.newsletter .so-custom-default {
  border-radius: 0;
  border: none;
  overflow: hidden;
  text-align: left;
  background-size: cover; }
  .newsletter .so-custom-default .modcontent {
    padding: 42px 20px; }
  .newsletter .so-custom-default .modcontent .btn-group .popup-title {
    font-size: 216.6%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff; }
  .newsletter .so-custom-default .modcontent .btn-group .newsletter_promo {
    color: #fff;
    line-height: 18px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px; }
  .newsletter .so-custom-default .modcontent .so-custom-popup .form-group {
    padding: 0; }
  .newsletter .so-custom-default .modcontent .input-group .form-control {
    height: 40px;
    width: 100%; }
  .newsletter .so-custom-default .modcontent .input-group-btn button {
    width: 49px;
    min-width: 49px;
    height: 40px;
    background: url(../../images/newsletter-btn.png) no-repeat center center;
    position: absolute;
    right: 0px;
    left: inherit;
    bottom: 0px;
    text-indent: -999em;
    border: none;
    background-color: #f4a137;
    border-radius: 0; }

.main-newsleter-popup .popup-content {
  text-align: center; }
  .main-newsleter-popup .popup-content .newsletter_promo {
    font-size: 13px !important;
    font-weight: normal;
    padding: 20px 0 5px !important;
    line-height: 18px !important; }
  .main-newsleter-popup .popup-content .signup input {
    width: 100%; }
  .main-newsleter-popup .popup-content .signup .email {
    margin: 20px 0; }
  .main-newsleter-popup .popup-content .popup-title {
    font-size: 300% !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #222; }
  .main-newsleter-popup .popup-content .hidden-popup {
    margin-top: 20px;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer; }
  .main-newsleter-popup .popup-content .send-mail {
    background: #f4a137;
    padding: 7px 20px !important; }
  .main-newsleter-popup .popup-content .send-mail:hover {
    background: #222; }
  .main-newsleter-popup .popup-content .input-control {
    position: relative; }
  .main-newsleter-popup .popup-content .show-error {
    position: absolute;
    top: 40px;
    left: 0;
    right: inherit; }

ul.megamenu > li.active > .sub-menu {
  display: block !important; }
/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu.vertical a {
  color: #444;
  font-size: 13px;
  display: block; }
  .container-megamenu.vertical a:hover {
    color: #f4a137; }
  .container-megamenu.vertical #menuHeading {
    cursor: pointer; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
    padding: 14px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container > div {
    margin: 1px 9px 0 0;
    float: left !important; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .arrow-circle {
    margin-top: 5px; }
  .container-megamenu.vertical .vertical-wrapper {
    border-top: 3px solid #f4a137;
    width: 100%;
    background: white;
    position: absolute;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 999;
    border-left: 1px solid #ddd; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-right: 10px;
    margin-top: -3px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    margin: 0;
    border: none; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.icon-right:before {
    position: absolute;
    background: url(../../images/icon/ico-menu-parent.png) no-repeat;
    width: 20px;
    height: 24px;
    top: 16px;
    right: 10px;
    left: inherit;
    content: "";
    background-position: center -25px;
    float: right; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 10px 35px 10px 15px;
    font-size: 13px;
    margin: 0;
    color: #444;
    line-height: 24px;
    background: #fff !important; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong i {
    font-size: 9px;
    padding-right: 5px;
    color: #999; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
    background: #f4a137 !important;
    color: #fff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a i {
      color: #fff; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover b.icon-right:before {
    background-position: center 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .title-submenu {
    color: #444; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: right;
    margin-top: 5px;
    color: #999;
    padding: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 30px 20px;
    overflow: hidden; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li {
      padding: 0;
      line-height: 26px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li a.main-menu {
        margin: 0 0 8px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul {
      margin-top: 20px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul ul li {
        padding: 0px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul > li {
        margin: 0 0 20px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul > li:last-child {
          margin: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content > .border {
    border: none;
    padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
      position: absolute;
      bottom: 30%;
      right: -20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
    padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul {
      padding: 0;
      margin: 10px 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li {
        padding: 5px 20px;
        position: relative;
        line-height: 25px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li:last-child {
          border: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li b {
          position: absolute;
          top: 11px;
          right: 15px;
          left: inherit; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li:hover > a {
          color: #f4a137; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
          padding: 10px 0;
          top: 0;
          margin: 0;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          border: 1px solid #e6e6e6;
          left: 100%; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul:after {
            display: none; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li {
            line-height: 22px;
            padding: 5px 20px; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li > a {
              font-weight: normal;
              font-size: 100%; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
    display: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
      color: #f4a137; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li {
    padding-top: 25px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li:nth-child(1) {
      padding-top: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
      color: #444;
      font-size: 116.67%;
      margin: 0 0 15px;
      display: block;
      font-weight: bold;
      text-transform: capitalize;
      border: none;
      padding-bottom: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
        padding: 3px 0;
        font-size: 12px;
        line-height: 22px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
          font-size: 12px;
          font-weight: normal;
          color: #444;
          display: block; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
            color: #f4a137; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
          display: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover {
          color: #f4a137; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    border-top: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    padding: 13px 10px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover {
    background: #f4a137;
    color: #fff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover span {
      color: #fff; }
/*============CATEGORY SIMPLE BLOG==================*/
.blog-category {
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  .blog-category .box-content {
    margin-bottom: 30px; }
  .blog-category .box-content ul {
    margin-bottom: 0; }
  .blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #e4e4e4;
    margin: 0;
    padding: 10px 0; }
  .blog-category ul li.list-group-item a {
    color: #444; }
  .blog-category ul li.list-group-item a:hover {
    color: #f4a137; }
  .blog-category ul li.list-group-item .active, .blog-category ul li.list-group-item .active:hover {
    color: #f4a137; }
/*============MODULE FILTER ==================*/
.module.so_filter_wrap {
  border: none; }
  .module.so_filter_wrap h3.modtitle {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
  .module.so_filter_wrap h3.modtitle:after {
    content: " ";
    width: 120px;
    height: 1px;
    background: #f4a137;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }
  .module.so_filter_wrap h3.modtitle span {
    padding: 0; }
  .module.so_filter_wrap .modcontent {
    border: 1px solid #ddd;
    margin-top: 20px; }
  .module.so_filter_wrap .modcontent .so-filter-heading {
    background: none;
    padding: 0; }
  .module.so_filter_wrap .modcontent .so-filter-heading i {
    padding: 18px 0 0;
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 1.1;
    font-size: 1.4rem; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts {
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    padding-left: 8px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    padding-right: 0; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container:last-child {
    padding-bottom: 0;
    border: none; }
  .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%; }
  .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 .noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: -8px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 8px;
    left: initial; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 45%;
    padding: 0 5px;
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-right: 10%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: transparent;
    width: 60px;
    min-width: 60px; }
  .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: #f4a137; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group {
    border: 1px solid #ddd; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .form-control {
    background: transparent;
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: transparent;
    border-radius: 0; }
    .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default:hover {
      background: #f4a137;
      color: #fff; }
  .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.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 .so-option-container, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub {
    position: relative; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input {
    padding-left: 16px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    z-index: 5;
    left: 0;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    -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:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/icon-image.png) no-repeat -18px -136px;
    z-index: 10; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle {
    display: none; }
  .module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle {
    top: -7px; }
  .module.so_filter_wrap .modcontent li.so-filter-options {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: #ddd 1px dotted; }
  .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 8px 6px 4px;
    position: relative; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_scroll .noUi-background {
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_scroll .noUi-background .noUi-connect {
      height: 6px; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_scroll .noUi-background .noUi-handle {
      width: 16px;
      height: 16px;
      border-width: 3px;
      top: -5px; }
  .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 {
    padding: 0;
    margin: 0;
    max-width: 90px;
    min-width: 90px;
    padding-left: 10px;
    background: transparent;
    width: 90px;
    border: 1px solid #ddd; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .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 {
          max-width: 60px;
          min-width: 60px;
          width: 60px;
          padding-left: 5px; } }
  .module.so_filter_wrap .modcontent .noUi-handle {
    border: 2px solid #f4a137;
    width: 18px;
    height: 18px;
    cursor: pointer; }
  .module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    height: 4px;
    background: #f4a137; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #ddd;
    box-shadow: none;
    height: 4px; }
  .module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle-upper {
    right: 18px; }
  .module.so_filter_wrap .modcontent .noUi-target {
    border: none; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #ddd; }
  .module.so_filter_wrap #btn_resetAll {
    background: #444 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 20px;
    padding: 8px 20px;
    text-transform: capitalize;
    width: auto; }
  .module.so_filter_wrap #btn_resetAll .fa.fa-times {
    display: none;
    color: #f4a137; }
  .module.so_filter_wrap .clear_filter {
    padding: 20px; }

.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: 14px;
  color: #444; }
  .so_filter_wrap .modcontent .so-filter-heading i {
    float: right; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .opt_disable {
    opacity: 1 !important; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right; }

#content .filter-horizontal .so-filter-heading {
  padding: 0 15px; }
  #content .filter-horizontal .so-filter-content-opts-container {
    padding: 15px; }
  #content .filter-horizontal ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  #content .filter-horizontal li.so-filter-options {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-right: 1px solid #eaeaea;
    margin: 0; }
  #content .filter-horizontal li.so-filter-options:last-child {
    border-right: none; }
  #content .filter-horizontal .clear_filter {
    border-top: 1px solid #eaeaea; }
/*============MODULE CATEGORY ==================*/
.box-category {
  border: 1px solid #e6e6e6;
  padding: 10px 20px 20px; }

.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.box-category > ul > li {
  padding: 0px;
  position: relative;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px dotted #e4e4e4; }

.box-category ul li a {
  padding: 6px 0;
  display: block;
  color: #444; }
  .box-category ul li a:hover {
    color: #f4a137; }

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

.box-category ul li .head a:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome'; }

.box-category ul li .head .collapsed:before {
  content: "\f105"; }

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 5px;
  line-height: 20px;
  right: 10px;
  text-align: center; }

.box-category ul li .head a {
  padding: 9px 20px;
  background: #444;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #999;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 3px; }
  .box-category ul li .head a:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .box-category ul li .head a:hover {
    background: #f4a137; }

.box-category ul li ul li {
  padding: 0px 0px 0px 15px; }

.box-category ul ul {
  margin-bottom: 20px; }

.box-category ul ul li a {
  padding: 3px 0; }

.box-category ul li ul li a:before {
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  content: "\f105";
  margin: 0 5px 0; }

.box-category ul li ul li a:hover:before {
  margin-right: 10px; }

@media (max-width: 320px) {
  .so-categories.preset05-1 .clr1, .so-categories.preset05-2 .clr2, .so-categories.preset05-3 .clr3, .so-categories.preset05-4 .clr4, .so-categories.preset05-5 .clr5, .so-categories.preset05-6 .clr6 {
    clear: both !important; }

  .so-categories.preset05-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100% !important; } }

.basic-product-list .item-element, .releate-products .item-element, div.so-extraslider.grid .item-element {
  margin-bottom: 20px; }
  .basic-product-list .item-element:hover .image, .releate-products .item-element:hover .image, div.so-extraslider.grid .item-element:hover .image {
    border-color: #f4a137; }
  .basic-product-list .image, .releate-products .image, div.so-extraslider.grid .image {
    float: left;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-right: 20px; }
  .basic-product-list .caption, .releate-products .caption, div.so-extraslider.grid .caption {
    overflow: hidden; }
  .basic-product-list h4, .releate-products h4, div.so-extraslider.grid h4 {
    font-size: 13px;
    margin: 0 0 5px; }
  .basic-product-list h4 a, .releate-products h4 a, div.so-extraslider.grid h4 a {
    color: #444;
    font-weight: bold; }
  .basic-product-list h4 a:hover, .releate-products h4 a:hover, div.so-extraslider.grid h4 a:hover {
    color: #f4a137; }

.tag-button a {
  padding: 9px 20px;
  background: #eee;
  color: #333;
  border-radius: 3px;
  border: none;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 4px 4px 0; }
  .tag-button a:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }

div.so-extraslider.grid {
  border-left: 1px solid #ddd; }
  div.so-extraslider.grid .extraslider-inner {
    border: none;
    padding: 0; }
  div.so-extraslider.grid .owl2-dots .owl2-dot.active {
    background: #f4a137; }
  div.so-extraslider.grid div.owl2-controls {
    right: 10px; }
  div.so-extraslider.grid div.owl2-controls .owl2-nav .owl2-next, div.so-extraslider.grid div.owl2-controls .owl2-nav .owl2-prev {
    background: #fff;
    border: 1px solid #a0a0a0;
    opacity: 1; }

.so-listing-tabs {
  overflow: visible; }

.so-listing-tabs .ltabs-wrap {
  overflow: visible; }

.so-listing-tabs .ltabs-items-container .ltabs-items {
  overflow: visible; }

.so-listing-tabs .ltabs-wrap .ltabs-items-container {
  overflow: visible; }

.so-listing-tabs .ltabs-items-container .ltabs-items-inner {
  overflow: visible;
  position: relative; }

div.style-dev-so-listing-tabs {
  position: relative;
  z-index: 2;
  margin-bottom: 25px; }
  div.style-dev-so-listing-tabs .tab-header {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%; }
  div.style-dev-so-listing-tabs .tab-header:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0; }
  div.style-dev-so-listing-tabs h3.modtitle {
    font-size: 17px;
    position: absolute;
    font-weight: bold;
    bottom: 0px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4a137;
    margin-top: 0;
    margin-bottom: 0;
    color: #444; }
  div.style-dev-so-listing-tabs .so-listing-tabs {
    margin: 0; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-items-container {
    margin: 0 -15px; }
  div.style-dev-so-listing-tabs .so-listing-tabs .wap-listing-tabs {
    border: none; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-tabs-container {
    float: right;
    margin: 0; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-tabs-container .ltabs-items {
    overflow: visible; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-tabs-container .ltabs-items-inner {
    overflow: visible; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-open {
    left: 0;
    right: inherit; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev, div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next {
    content: "";
    top: -44px;
    position: absolute;
    height: 27px;
    width: 20px;
    font-family: 'FontAwesome';
    opacity: 1;
    border: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:before, div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:before {
    display: none; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:hover, div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:hover {
    background-image: url(../../images/icon/ico-slider.png);
    border-color: #f4a137;
    background-color: #f4a137; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -31px 0;
    left: auto;
    right: 40px; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-position: 0px 0; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -60px 0;
    left: auto;
    right: 15px; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:hover {
    background-position: -90px 0; }
  div.style-dev-so-listing-tabs .list-sub-cat {
    display: block;
    float: right;
    margin-right: 80px; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate {
    float: left;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 0; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .ltabs-tab-img {
    margin: 0;
    float: none;
    text-align: center;
    height: auto; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .ltabs-tab-img img {
    margin: 10px auto;
    background: none !important; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .title-sub-cate {
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 35px;
    vertical-align: middle; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel {
    background-color: white;
    border-left: 1px solid #ddd;
    margin-bottom: 0px;
    border-right: 1px solid #ddd;
    position: relative; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f4a137;
    left: 0;
    top: -1px; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel .title-sub-cate {
    color: #f4a137; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate:hover .title-sub-cate {
    color: #f4a137; }
/*============MODULE SO HTML CONTENT ==================*/
/*----------BANNER POLICY ---------*/
.policy-detail {
  box-shadow: 3px 3px 0 0 #d9d9d9;
  background-color: #eee; }
  .policy-detail .banner-policy {
    padding: 44px 0;
    overflow: hidden; }
  .policy-detail .banner-policy .policy {
    border-right: 1px solid #ddd;
    border-bottom: 0;
    padding: 0 27px;
    width: 25%;
    float: left;
    font-size: 14px; }
  .policy-detail .banner-policy .policy.policy4 {
    border-right: 0; }

.banner-policy {
  background-color: #eee;
  text-transform: uppercase; }
  .banner-policy .policy {
    border-bottom: 1px solid #fff;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 116.66%; }
  .banner-policy .policy a {
    color: #666; }
  .banner-policy .policy a:hover {
    color: #f4a137; }
  .banner-policy .policy a span {
    margin-right: 10px;
    float: left; }
  .banner-policy .policy a span i {
    color: #888;
    font-size: 36px; }
/*----------BANNER POLICY V3---------*/
.module.policy-v3 {
  margin: 0 -15px 30px -15px;
  overflow: hidden; }
  .module.policy-v3 .block-policy-v3 {
    float: left;
    width: 100%; }
  .module.policy-v3 .block-policy-v3 .policy .policy-inner {
    border: 3px solid #ddd;
    padding: 20px 8px 20px 23px;
    height: 80px; }
  .module.policy-v3 .block-policy-v3 .policy .policy-inner:hover {
    border-color: #f4a137; }
    .module.policy-v3 .block-policy-v3 .policy .policy-inner:hover span i {
      color: #f4a137; }
  .module.policy-v3 .block-policy-v3 .policy.policy1 span {
    width: 24px;
    height: 36px; }
  .module.policy-v3 .block-policy-v3 .policy.policy2 span {
    width: 45px;
    height: 40px; }
  .module.policy-v3 .block-policy-v3 .policy.policy3 span {
    width: 33px;
    height: 34px; }
  .module.policy-v3 .block-policy-v3 .policy.policy4 span {
    width: 34px;
    height: 34px; }
  .module.policy-v3 .block-policy-v3 .policy span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative; }
  .module.policy-v3 .block-policy-v3 .policy span i {
    font-size: 33px;
    top: 2px;
    left: 5px;
    color: #888; }
  .module.policy-v3 .block-policy-v3 .policy h2 {
    font-size: 116.6%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    margin: 0; }
  .module.policy-v3 .block-policy-v3 .policy a {
    color: #999; }
/*----------COLLECTION BLOCK ---------*/
.collections h2 {
  display: block;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 133.33% !important;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
  padding-bottom: 8px; }
  .collections h2:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 108px;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: -1px;
    background-color: #f4a137; }

#collections_block {
  margin-bottom: 40px; }
  #collections_block ul {
    margin: 0px -5px; }
  #collections_block ul li {
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
    width: 16.66%;
    float: left;
    text-transform: uppercase;
    display: inline-block; }
  #collections_block ul li .color_co {
    background-color: #eee;
    background-position: center;
    overflow: hidden;
    border-color: white;
    border: 1px solid white; }
  #collections_block ul li .color_co:hover {
    border-color: #f4a137;
    background: transparent; }
  #collections_block ul li .color_co a {
    float: left;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    height: 126px;
    text-decoration: none;
    line-height: 22px;
    padding: 10px;
    color: #999;
    border-bottom: 3px solid #f4a137;
    background-position: center center;
    background-repeat: no-repeat; }

#collections_block ul li.collection_0 a {
  background-image: url("../../images/icon/collections-1-1.png"); }

#collections_block ul li.collection_1 a {
  background-image: url("../../images/icon/collections-2-1.png"); }

#collections_block ul li.collection_2 a {
  background-image: url("../../images/icon/collections-3-1.png"); }

#collections_block ul li.collection_3 a {
  text-align: left;
  background-image: url("../../images/icon/collections-4-1.png"); }

#collections_block ul li.collection_4 a {
  background-image: url("../../images/icon/collections-5-1.png"); }

#collections_block ul li.collection_5 a {
  background-image: url("../../images/icon/collections-6-1.png"); }
/*----POPULAR SEARCH  -------------*/
#custom_popular_search {
  font-size: 13px; }
  #custom_popular_search .so-searchbox-keyword ul li {
    display: inline-block; }
  #custom_popular_search .so-searchbox-keyword ul li a {
    color: #666; }
  #custom_popular_search .so-searchbox-keyword ul li a:hover {
    color: #f4a137; }

.yt_content_right .first-block .module {
  margin-bottom: 15px; }

.yt_content_right .two-block {
  padding-right: 0; }
  .yt_content_right .two-block .sohomepage-slider {
    margin-bottom: 30px; }
  @media (min-width: 1200px) {
  .yt_content_right .two-block {
    width: 68.33%; } }

.yt_content_right .three-block {
  padding-right: 0;
  padding-left: 10px; }
  @media (min-width: 1200px) {
  .yt_content_right .three-block {
    width: 30%; } }
  .yt_content_right .three-block .banners {
    margin-bottom: 10px; }
  .yt_content_right .three-block .banners:last-child {
    margin-bottom: 0; }
/*----SO CATEGORIES  -------------*/
.module.so-categories {
  margin: 28px 0 0 0; }
  .module.so-categories h3.modtitle {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    padding: 0 0 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px; }
  .module.so-categories h3.modtitle:after {
    content: "";
    width: 136px;
    height: 1px;
    background: #f4a137;
    display: block;
    position: absolute;
    bottom: -1px; }
  .module.so-categories .modcontent {
    margin: 0px -15px;
    overflow: hidden; }
  .module.so-categories .cat-wrap.theme3 .content-box {
    padding: 0 15px;
    width: 25%;
    margin: 0;
    padding-bottom: 28px; }
  .module.so-categories .cat-wrap.theme3 .content-box .image-cat {
    position: relative; }
  .module.so-categories .cat-wrap.theme3 .content-box .image-cat img:hover {
    transform: none; }
  .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore {
    font-size: 77%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #f4a137;
    padding: 5px 20px 5px 10px;
    position: absolute;
    top: 86px;
    left: 22px;
    display: inline-block;
    line-height: 100%; }
  .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 8px;
    top: 6px; }
  .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore:hover {
    background: #444; }
  .module.so-categories .cat-wrap.theme3 .content-box .inner {
    padding: 13px 13px 0; }
  .module.so-categories .cat-wrap.theme3 .content-box .cat-title {
    padding-top: 0;
    margin: 0; }
  .module.so-categories .cat-wrap.theme3 .content-box .cat-title a {
    color: #444;
    font-weight: bold;
    font-size: 14px; }
  .module.so-categories .cat-wrap.theme3 .content-box .cat-title a:hover {
    color: #f4a137; }
  .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
    padding-left: 11px;
    line-height: 22px;
    position: relative;
    width: 100%;
    color: #666; }
  .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    right: inherit;
    top: 10px; }
  .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover {
    color: #f4a137; }
  .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover:before {
    background: #f4a137; }
  .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title a {
    color: #666;
    font-size: 13px; }
    .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title a:hover {
      color: #f4a137; }
/*----BLOCK CLIENTSAY  -------------*/
.clientsay h2 {
  display: block;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 133.33% !important;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
  padding-bottom: 8px; }
  .clientsay h2:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100px;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: -1px;
    background-color: #f4a137; }

.block-clientsay .item {
  border: 1px solid #ddd;
  padding: 15px 20px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px); }

.block-clientsay .item .client-info {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 20px; }

.block-clientsay .item .client-info strong {
  font-size: 116.6%;
  text-transform: uppercase;
  font-weight: bold;
  color: #444; }

.block-clientsay .item .client-info img {
  float: left;
  margin-right: 10px; }

.block-clientsay .owl2-nav {
  position: absolute;
  top: -55px;
  width: 100%; }

.block-clientsay .owl2-nav div {
  width: 20px;
  height: 27px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.block-clientsay .owl2-nav div.owl2-prev {
  background: url(../../images/icon/next-prev-detail.png) no-repeat;
  background-position: -41px 0px;
  position: relative;
  right: 30px;
  left: inherit;
  float: right;
  background-color: #fff; }

.block-clientsay .owl2-nav div.owl2-prev:hover {
  border-color: #f4a137;
  background-color: #f4a137;
  background-position: -4px 0px;
  opacity: 1; }

.block-clientsay .owl2-nav div.owl2-prev.disabled {
  display: none; }

.block-clientsay .owl2-nav div.owl2-prev:before {
  display: none; }

.block-clientsay .owl2-nav div.owl2-next {
  background: url(../../images/icon/next-prev-detail.png) no-repeat;
  background-position: -76px 0px;
  position: relative;
  right: -18px;
  left: inherit;
  float: right;
  background-color: #fff; }

.block-clientsay .owl2-nav div.owl2-next:hover {
  border-color: #f4a137;
  background-color: #f4a137;
  background-position: -112px 0px;
  opacity: 1; }

.block-clientsay .owl2-nav div.owl2-next.disabled {
  display: none; }

.block-clientsay .owl2-nav div.owl2-next:before {
  display: none; }
/*----SO DEAL  -------------*/
.module .so-deal {
  margin: 0; }
  .module .so-deal.button-type2 .owl2-nav {
    margin-bottom: 0; }
  .module .so-deal .extraslider-inner {
    position: relative;
    border: 0;
    padding-bottom: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px); }
  .module .so-deal .extraslider-inner .product-thumb {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px); }
  .module .so-deal .extraslider-inner .product-thumb .caption {
    padding: 10px 20px;
    margin-bottom: 0; }
  .module .so-deal .extraslider-inner .product-thumb .caption h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px; }
    .module .so-deal .extraslider-inner .product-thumb .caption h4 a {
      font-weight: 500;
      color: #666; }
    .module .so-deal .extraslider-inner .product-thumb .caption h4 a:hover {
      color: #f4a137; }
  .module .so-deal .extraslider-inner .product-thumb .product-image-container {
    padding: 13px 20px 66px; }
  .module .so-deal .extraslider-inner .product-thumb .item-time {
    background: #e74c3c;
    z-index: 1;
    line-height: 28px;
    bottom: 30px;
    left: 0;
    right: 16px;
    position: absolute;
    opacity: 1;
    border-bottom: 1px solid #e74c3c;
    border-top: 1px solid #e74c3c;
    border-right: 1px solid #e74c3c; }
  .module .so-deal .extraslider-inner .product-thumb .item-time .item-timer .time-item {
    line-height: 28px;
    background: #e74c3c;
    float: left;
    border-left: 1px solid #fe5443;
    border-right: 1px solid #d14536;
    color: #fff;
    border-bottom-color: #d14536;
    width: 25%;
    height: 60px;
    text-align: center;
    padding-top: 5px; }
  .module .so-deal .extraslider-inner .product-thumb .item-time .item-timer .time-item .num-time {
    border-bottom: 0;
    font-size: 16px; }
  .module .so-deal .extraslider-inner .product-thumb .item-time .item-timer .time-item .name-time {
    font-size: 11px; }
  .module .so-deal .extraslider-inner .product-thumb .item-time .item-timer .time-item.time-sec {
    border-right: 0; }

.module .so-deal .button-group {
  display: none; }

.so-onepagecheckout .checkout-cart tbody tr:first-of-type td {
  white-space: inherit; }

.so-custom-default .send-mail {
  background: transparent; }
  .so-custom-default .show-error {
    display: block; }

.so-onepagecheckout .secondary-title i.fa {
  background: #f4a137; }

.so-onepagecheckout .checkout-cart tbody tr:first-of-type td {
  white-space: inherit; }

#so-checkout-confirm-button {
  background: #f4a137; }
  #so-checkout-confirm-button:hover {
    background: #555; }

body .block-popup-login .tt_popup_login strong {
  background-color: #f4a137; }

body .block-popup-login .action.login, body .block-popup-login .block-content .btn-reg-popup {
  background-color: #f4a137; }
  body .block-popup-login .action.login:hover, body .block-popup-login .block-content .btn-reg-popup:hover {
    background-color: #eb8a0d; }

body .block-popup-login .tt_popup_login strong:before {
  border-bottom: 37px solid #f4a137; }

body .block-popup-login .tt_popup_login {
  border-color: #f4a137; }

.so-groups-sticky.right {
  z-index: 1000; }

#so-groups div.nav-secondary li a:hover {
  color: #f4a137; }

#so-groups div.nav-secondary > ul > li > a:hover {
  color: #f4a137; }

#so-groups .form-content .form-box input.field, #so-groups .form-content .form-box select.field {
  cursor: pointer; }

#so-groups .form-content .form-box .product-thumb .button-group button, #so-groups.so-groups-sticky > a {
  background: #f4a137; }
  #so-groups .form-content .form-box .product-thumb .button-group button:hover, #so-groups.so-groups-sticky > a:hover {
    background: #d37b0c; }

#so-groups div.nav-secondary li span.nav-action {
  top: 6px; }

#so-groups .form-content .form-box:hover a .account-txt {
  color: #f4a137; }

#so-groups > a span {
  background: #d37b0c; }

.so-groups-sticky.right {
  top: 50% !important;
  margin-top: -125px; }

#so-groups .popup-header, #so-groups .cart-bottom p > a.btn-checkout, #so-groups .form-content .form-box #button-search {
  background: #f4a137; }
  #so-groups .popup-header:hover, #so-groups .cart-bottom p > a.btn-checkout:hover, #so-groups .form-content .form-box #button-search:hover {
    background-color: #eb8a0d; }

.so-onepagecheckout .checkout-cart tbody tr:first-of-type td {
  white-space: inherit; }

#so-groups .form-content .form-box a.account-url:hover .account-txt {
  color: #f4a137; }
/********** Menu **********/
.common-home .megamenu-style-dev ul.megamenu > li.home > a {
  background: #898989; }

.megamenu-style-dev .navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .megamenu-style-dev .navbar-default .megamenu-wrapper {
    background: transparent; }
  .megamenu-style-dev ul.megamenu > li > a {
    text-align: left;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 0 20px;
    line-height: 50px; }
  .megamenu-style-dev ul.megamenu > li.home > a {
    background: transparent; }
  .megamenu-style-dev ul.megamenu > li > a:hover, .megamenu-style-dev ul.megamenu > li.active > a, .megamenu-style-dev ul.megamenu > li:hover > a {
    background: #898989;
    color: #fff; }
  .megamenu-style-dev ul.megamenu > li.with-sub-menu:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #f4a137 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1009; }
  .megamenu-style-dev ul.megamenu .column > a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .megamenu-style-dev ul.megamenu .column > a:hover {
    text-decoration: none; }
  .megamenu-style-dev ul.megamenu .column li a {
    display: inline-block;
    padding: 3px 0; }
  .megamenu-style-dev ul.megamenu .column.layout-color li a {
    position: relative;
    display: inline-block;
    padding: 3px 0px 3px 30px; }
    .megamenu-style-dev ul.megamenu .column.layout-color li a:before {
      top: 7px;
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      left: 0;
      right: inherit; }
  .megamenu-style-dev ul.megamenu .column.layout-color li.blue a:before {
    background: #5f87d1; }
  .megamenu-style-dev ul.megamenu .column.layout-color li.green a:before {
    background: #20bc5a; }
  .megamenu-style-dev ul.megamenu .column.layout-color li.orange a:before {
    background: #f8ab16; }
  .megamenu-style-dev ul.megamenu .column.layout-color li.boocdo a:before {
    background: #ea3a3c; }
  .megamenu-style-dev ul.megamenu .column.layout-color li.cyan a:before {
    background: #009688; }
  .megamenu-style-dev ul.megamenu .sub-menu a {
    color: #666; }
  .megamenu-style-dev ul.megamenu .sub-menu a:hover {
    color: #f4a137; }
  .megamenu-style-dev ul.megamenu .sub-menu .title-submenu {
    text-align: left;
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold; }
  .megamenu-style-dev ul.megamenu .sub-menu .content {
    border-top: 3px solid #f4a137; }
  .megamenu-style-dev ul.megamenu .sub-menu .content .hover-menu .menu ul {
    padding-top: 10px; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .hover-menu .menu ul a:before {
      content: "";
      padding: 0; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
      line-height: 30px;
      text-align: left; }
  .megamenu-style-dev ul.megamenu .sub-menu .content > .border {
    border-bottom: none;
    padding: 0; }
  .megamenu-style-dev ul.megamenu .sub-menu .content .img .row {
    margin-left: 0; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .img img:hover {
      opacity: 0.8; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .img.img4 .row {
      margin-right: 0; }
  .megamenu-style-dev ul.megamenu .sub-menu .content .static-menu .menu ul a.main-menu {
    padding-left: 0;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .static-menu .menu ul a.main-menu:hover {
      color: #f4a137; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .static-menu .menu ul ul {
      padding: 10px 0; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .static-menu .menu ul ul li {
      line-height: 30px; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .static-menu .menu ul ul li:before {
      content: "";
      padding: 0; }
  .megamenu-style-dev ul.megamenu .sub-menu .content .list-product {
    padding-left: 0; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb {
      border-bottom: 1px solid #ddd;
      padding: 10px; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .image {
      float: left;
      margin-right: 15px; }
      .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .image img {
        width: 84px;
        height: 84px; }
        .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .image img:hover {
          opacity: 0.8; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .caption {
      overflow: hidden; }
      .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .caption h4 {
        font-weight: bold;
        font-size: 13px; }
      .megamenu-style-dev ul.megamenu .sub-menu .content .list-product .product-thumb .caption .description {
        display: none; }
    .megamenu-style-dev ul.megamenu .sub-menu .content .list-product:last-child .product-thumb {
      border-bottom: 0; }
/*************** End Menu **********/
.rtl ul.megamenu > li {
  float: right; }
  .rtl .so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .image {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  .rtl .so-megamenu ul.megamenu .column.layout-color li a {
    padding: 7px 30px 7px 0px; }
  .rtl .so-megamenu ul.megamenu .column.layout-color li a:before {
    left: inherit;
    right: 0; }
  .rtl .so-megamenu ul.megamenu .sub-menu .content .img .row {
    margin-right: 0; }
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============SIMPLE BLOG ==================*/
.blog-header {
  margin-bottom: 10px; }
  .blog-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 20px;
    font-size: 2rem;
    /* [8] */
    color: #444; }

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

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

.blog-listitem {
  margin: 0 -15px;
  display: inline-block; }
  .blog-listitem .blog-item {
    padding: 0;
    margin-bottom: 30px; }
  .blog-listitem .blog-item .article-image {
    margin-bottom: 15px; }
  .blog-listitem .blog-item .itemBlogContent .article-title h4 {
    margin-bottom: 5px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 15px;
    font-size: 1.5rem;
    /* [8] */ }
  .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    color: #444;
    font-weight: bold; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
      color: #f4a137; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta {
    display: inline-block;
    padding: 10px 0;
    vertical-align: top; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta i {
    padding-right: 5px; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    padding-right: 20px;
    line-height: 15px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    float: left; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
      padding-left: 0;
      color: #999; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
      color: #999;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 12px;
      font-size: 1.2rem;
      /* [8] */ }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
        color: #f4a137; }

.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: 16px;
  color: #444;
  font-weight: bold;
  margin: 0 0 10px; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }
  div.article-info .article-sub-title span {
    display: block;
    float: left;
    color: #999;
    padding: 0 10px;
    font-size: 11px;
    border-right: 1px solid #e5e5e5;
    line-height: 11px; }
  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: #f4a137; }
  div.article-info .article-sub-title span.article-comment {
    border-right: 0; }
  div.article-info .article-sub-title .article-share {
    display: none; }
  div.article-info .article-image {
    margin-bottom: 30px; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    box-shadow: none;
    margin-top: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
  div.article-info .related-comment .article-reply {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-radius: 5px; }
  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 .comments.comments-level-1 {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-radius: 5px; }
  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: #f4a137;
    border-color: #f4a137;
    text-transform: uppercase; }
  @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 .media-body .media-content {
  margin-bottom: 20px; }

.comments .media-body .media-title {
  margin-bottom: 20px; }

.comments .media-body .media-title .time {
  font-size: 13px;
  float: right; }

#comment_reply {
  text-decoration: underline; }

.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 .media-body .media-title time {
    display: block; } }
/*===============================================
 [SASS DIRECTORY ]
 [1] HEADING
 [2] LINK & COLUMN
 [3] BLOCK FORM
 [4] BLOCK TABLE
 ==============================================*/
/*================ HEADING ===================*/
html {
  width: 100%;
  outline: 0 !important;
  direction: ltr; }

body {
  color: #666;
  font-size: 13px;
  line-height: 22px; }

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; }
/*================ LINK & COLUMN ===================*/
.textColor {
  color: #f4a137; }

ul.menu, ol.menu, ul.blank, .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%; }

.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: #f4a137; }
  a:hover {
    color: #d37b0c;
    text-decoration: none; }

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

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

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

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.margin-zero {
  margin: 0; }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/*================ FORM ===================*/
legend {
  font-size: 18px;
  padding: 7px 0px; }
/* @group 2. Inputs
 -------------------*/
textarea, input[type="text"], 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="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, select {
  border-radius: 3px;
  background-color: #fff;
  border: none;
  color: #3d3d3d;
  padding: 9px;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  box-shadow: none !important;
  transition: all 0.3s ease;
  border: 1px solid #ddd; }

input#input-captcha {
  margin-bottom: 15px; }

textarea:focus, textarea:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="datetime"]:focus, input[type="datetime"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:hover, input[type="date"]:focus, input[type="date"]:hover, input[type="month"]:focus, input[type="month"]:hover, input[type="time"]:focus, input[type="time"]:hover, input[type="week"]:focus, input[type="week"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="url"]:focus, input[type="url"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, input[type="color"]:focus, input[type="color"]:hover, .uneditable-input:focus, .uneditable-input:hover {
  outline: 0;
  outline: thin dotted \9;
  background-color: #fff;
  /* IE6-9 */ }

textarea {
  max-width: 100%; }

.form-control {
  height: 38px; }
/* @end */
/* @group 3. Dropdown 
 -------------------*/
.header-top-right .top-link > li {
  position: relative; }

header .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-out;
  margin-top: 20px;
  min-width: 130px;
  right: inherit;
  left: 0; }

header .open > .dropdown-menu {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.header-top ul.dropdown-menu {
  border-radius: 0; }
  .header-top ul.dropdown-menu li a {
    color: #666; }
  .header-top ul.dropdown-menu li a:hover {
    color: #f4a137; }

.header-center ul.dropdown-menu {
  border-radius: 0; }
  .header-center ul.dropdown-menu li a {
    color: #666; }
  .header-center ul.dropdown-menu li a:hover {
    color: #f4a137; }

.dropdown-menu {
  position: absolute;
  font-size: 12px;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
  .dropdown-menu > li > a {
    white-space: nowrap;
    padding: 3px 20px;
    line-height: 1.42857; }
/*-------- MODULE SEARCH ------------*/
#sosearchpro.search-pro {
  float: left;
  margin-left: -13px;
  margin-right: 0px;
  padding: 5px 0;
  width: 59.5%; }
  #sosearchpro.search-pro .select_category {
    width: 151px; }
  #sosearchpro.search-pro .select_category select {
    background: #eee;
    height: 32px;
    line-height: 30px;
    border-radius: 0 !important;
    padding: 0 5px;
    cursor: pointer; }
  #sosearchpro.search-pro .select_category select option {
    background: #fff; }
  #sosearchpro.search-pro .icon-select:after {
    height: 0;
    margin: 0 2px;
    background: #eee;
    font-size: 14px;
    top: -2px;
    right: 0;
    left: inherit; }
  #sosearchpro.search-pro .autosearch-input {
    height: 34px; }
  #sosearchpro.search-pro .button-search {
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #666;
    border: 1px solid #666;
    position: relative;
    margin-left: -1px;
    z-index: 5;
    padding: 0;
    border-radius: 0; }
  #sosearchpro.search-pro .button-search i {
    position: absolute;
    top: 7px;
    right: 3px;
    font-size: 18px;
    color: #fff; }
  #sosearchpro.search-pro .button-search:hover {
    background: #f4a137;
    border: 1px solid #f4a137; }
  #sosearchpro.search-pro .dropdown-menu {
    padding: 0px;
    max-height: 300px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    display: none; }
  #sosearchpro.search-pro .dropdown-menu .media-left {
    color: #333; }
  #sosearchpro.search-pro .dropdown-menu .media-left:hover {
    color: #d37b0c; }
/*==========================BLOCK CART ======================*/
.shopping_cart .btn-group {
  display: block;
  width: 167px; }
  .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important; }
  .shopping_cart a.top_cart .shopcart .title {
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 0; }
  .shopping_cart a.top_cart .shopcart .text-shopping-cart {
    color: #999;
    margin-bottom: 0;
    white-space: nowrap; }
  .shopping_cart a.top_cart .handle {
    background: url("../../images/icon/icon_minicart.png") no-repeat 8px 8px;
    background-color: #f4a137;
    width: 36px;
    height: 34px;
    margin: 5px 10px; }
  .shopping_cart .shoppingcart-box {
    margin-top: 7px !important; }
  .shopping_cart .shoppingcart-box:before {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-bottom: 10px solid #f4a137;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: transparent;
    position: absolute;
    top: -10px;
    right: 129px; }
  .shopping_cart .shoppingcart-box .content-item {
    max-height: 450px;
    overflow: auto; }
  .shopping_cart .shoppingcart-box .added_items {
    margin-bottom: 10px; }
  .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff; }
  .shopping_cart .shoppingcart-box .table-striped a {
    color: #666;
    font-weight: bold; }
  .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
    display: none; }
  .shopping_cart .shoppingcart-box .table-striped a:hover {
    color: #f4a137; }
  .shopping_cart .shoppingcart-box .table-striped a.fa-delete {
    width: 20px;
    height: 20px;
    background: #d6d6d6;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    color: #000; }
  .shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
    background: #f4a137;
    color: #fff;
    text-decoration: none; }
  .shopping_cart .shoppingcart-box .checkout {
    text-align: right;
    padding-bottom: 5px; }
  .shopping_cart .shoppingcart-box .checkout a:first-child {
    margin-right: 10px; }
  .shopping_cart .shoppingcart-box a.btn {
    padding: 6px 20px 6px 10px;
    border-radius: 0;
    color: #fff;
    background: #444;
    border-color: #444; }
  .shopping_cart .shoppingcart-box a.btn i {
    margin-right: 5px; }
  .shopping_cart .shoppingcart-box a.btn:hover {
    background: #f4a137;
    color: #fff; }
  .shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0; }
  .shopping_cart .table > tbody > tr {
    margin: 10px 0; }
  .shopping_cart .table > tbody > tr:first-child > td {
    border-top: 0;
    width: 35px; }
  .shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
    vertical-align: middle; }
  .shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td, .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0; }
/*--------------------VERTICAL MENU ---------------------*/
.sidebar-menu .so-vertical-menu {
  position: relative; }
  .sidebar-menu .so-vertical-menu #menuHeading {
    margin-top: 0;
    height: 50px; }
  .sidebar-menu .so-vertical-menu #menuHeading .megamenuToogle-wrapper {
    background-color: #444;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s; }
  .sidebar-menu .so-vertical-menu #menuHeading .megamenuToogle-wrapper .container {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .sidebar-menu .so-vertical-menu #menuHeading .megamenuToogle-wrapper .container > div {
    margin: 2px 9px 0px 0px; }
  .sidebar-menu .so-vertical-menu #menuHeading .megamenuToogle-wrapper .container .arrow-circle {
    font-size: 17px;
    margin: 0 -18px; }
  .sidebar-menu .so-vertical-menu .container-megamenu .vertical-wrapper {
    display: none; }
  .sidebar-menu .so-vertical-menu .container-megamenu:hover .vertical-wrapper {
    display: block; }
  .sidebar-menu .so-vertical-menu ul.megamenu li.css-menu .sub-menu .content {
    padding: 0 20px; }
  .sidebar-menu .so-vertical-menu .vertical-wrapper {
    border-top: 3px solid #f4a137;
    width: 100%;
    background: white;
    position: absolute;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 999;
    border-left: 1px solid #ddd; }
  .sidebar-menu .so-vertical-menu .vertical-wrapper ul li {
    background: white;
    border-top: 0;
    min-height: 37px; }
  .sidebar-menu .so-vertical-menu .vertical-wrapper ul li > a {
    color: #666;
    padding: 0 18px;
    min-height: 38px;
    line-height: 44px;
    border-bottom: 0; }
  .sidebar-menu .so-vertical-menu .vertical-wrapper ul li > a:hover {
    color: #f4a137; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li {
    margin: 0; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li > a {
    padding-left: 15px; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.with-sub-menu > a:after {
    position: absolute;
    background: url("../../images/icon/ico-menu-parent.png") no-repeat;
    width: 20px;
    height: 24px;
    top: 17px;
    right: 10px;
    left: inherit;
    content: "";
    background-position: center -25px;
    float: right;
    /*@include transition(0.3s all ease 0s);*/ }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.with-sub-menu:hover > a:after {
    background-position: center 0; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li:hover {
    background-color: #f4a137; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li:hover > a {
    color: #fff; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.active > a {
    background: transparent !important;
    color: #fff; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.loadmore {
    text-align: left;
    border-top: 1px solid #ddd;
    padding: 13px 10px; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.loadmore span.more-view {
    font-weight: normal;
    padding: 13px 0; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.loadmore:hover {
    color: #fff; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li.loadmore:hover span.more-view {
    color: #fff; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content {
    border-top: 1px solid #ddd; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content .banner {
    margin-top: -20px;
    margin-bottom: -20px; }
  .sidebar-menu .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content .static-menu .menu ul a.main-menu {
    padding: 0; }
  .sidebar-menu .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul {
    padding-bottom: 0; }
  .sidebar-menu .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul li > a {
    line-height: inherit;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto; }
  .sidebar-menu .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul li > a:hover {
    color: #f4a137; }
  .sidebar-menu .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul ul a {
    padding: 0; }
  .sidebar-menu .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul ul a:hover {
    color: #f4a137; }

.dropdown-menu > li > a {
  padding: 5px 10px;
  color: #444; }
  .dropdown-menu > li > a:hover {
    color: #f4a137; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #f7f7f7; }

.nav-header {
  color: #667280; }
/* @end */
/* @group 4. Buttons 
 ------------------*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.button, .btn {
  padding: 9px 20px;
  background: #444;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #f4a137;
  border-color: #f4a137; }
  .button:hover, .btn:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .button:hover, .btn:hover {
    background: #444;
    border-color: #444; }

.btn-warning {
  background: #f0ad4e; }

.btn-success {
  background: #5cb85c; }

.btn-info {
  background: #5bc0de; }

.btn-primary {
  background: #337ab7; }

.btn-danger {
  background: #d9534f; }

.button .fa, .btn .fa {
  margin: 0 5px; }

.button.inverse, .btn.inverse {
  background-color: #444; }

.button.inverse:hover, .btn.inverse:hover {
  background-color: #f4a137; }

.button-continue-shopping {
  display: block;
  float: left; }

.button-checkout {
  display: block;
  float: right; }
/* @end */
.btn-inline {
  display: inline-block; }
/*================ 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: #f4a137;
    border-color: #f4a137; }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #f4a137; }
  .pagination > li.active span, .pagination > li:hover span {
    color: #f4a137;
    background: transparent;
    border-color: #f4a137; }
  .pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #f4a137;
    border-color: #f4a137; }
  .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; }

.container {
  overflow: visible;
  padding: 0 15px; }

section {
  overflow: visible; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404 
 ==============================================*/
/*============ CONTACT PAGE ==============*/
.contacts #content {
  padding-top: 0;
  margin-bottom: 30px; }
  .contacts .page-title h1 {
    font-size: 166.6%;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px; }
  .contacts .page-title h1:after {
    background: #f4a137;
    display: block;
    width: 70px;
    height: 3px;
    content: "";
    margin-top: 6px; }
  .contacts .info-contact {
    padding-top: 30px; }
  .contacts .info-contact .name-store h3 {
    font-size: 18px;
    padding: 7px 0px;
    margin-top: 8px; }
  .contacts .info-contact .pull-left {
    float: left;
    padding-right: 20px; }
  .contacts .info-contact .pull-left .fa {
    font-size: 20px; }
  .contacts .info-contact .text {
    color: #666; }
  .contacts .info-contact .comment {
    margin-bottom: 20px;
    line-height: 22px; }
  .contacts .info-contact .btn-info {
    margin-top: 10px; }
  .contacts .contact-form legend {
    border-bottom: 0; }
  .contacts .contact-form input, .contacts .contact-form textarea {
    border-radius: 0; }
  .contacts .contact-form label {
    font-weight: normal; }
  .contacts .contact-form button {
    border: 1px solid gray;
    background: gray;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px; }
  .contacts .contact-form button:hover {
    background: #f4a137;
    color: #fff;
    border-color: #f4a137; }

#map-canvas {
  border: 5px solid #f3f3f3;
  min-height: 400px;
  width: 100%; }

#content {
  margin-bottom: 30px; }

.information-information .page_title {
  display: none; }
/*==ABOUT US==*/
.category-about-us {
  background: #fff; }
  .category-about-us .page-title {
    display: none; }

.category-contact-us {
  background: #fff; }

.about-us .about-title {
  font-size: 171%;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: bold; }
  .about-us .member-image {
    text-align: center; }
  .about-us .name-member {
    font-size: 116.67%;
    font-weight: bold; }
  .about-us .job-member {
    margin: 7px 0 5px;
    font-style: italic; }
  .about-us .job-member:before, .about-us .job-member:after {
    content: "---";
    margin: 0 5px; }
  .about-us .social-member {
    list-style: none;
    margin-bottom: 30px; }
  .about-us .social-member .social-icon {
    display: inline-block;
    margin: 0 3px; }
  .about-us .social-member .social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .about-us .social-member .social-icon a span {
    display: none; }
  .about-us .social-member .social-icon a:hover {
    background-color: #f4a137 !important; }
  .about-us .social-member .social-icon.rss a {
    background-color: #f8bc2e; }
  .about-us .social-member .social-icon.facebook a {
    background-color: #39599f; }
  .about-us .social-member .social-icon.twitter a {
    background-color: #45b0e3; }
  .about-us .social-member .social-icon.google a {
    background-color: #1872bf; }
  .about-us .des-member.des-client {
    max-width: 950px;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 10px; }
  .about-us .member-info {
    text-align: center;
    padding-top: 15px; }
  .about-us .our-team:hover .owl2-controls .owl2-nav div {
    opacity: 1; }
  .about-us .client-say-content {
    text-align: center; }
  .about-us .client-say-content:hover .owl2-controls .owl2-nav div {
    opacity: 1; }
  .about-us .client-say-content .client-say-slider {
    padding-top: 15px; }
  .about-us .client-say-content .client-say-slider .owl2-dots {
    position: absolute;
    left: 0;
    top: -23px;
    width: 100%; }
  .about-us .client-say-content .client-say-slider .owl2-dots span {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border: none;
    margin: 0 2px;
    opacity: 1;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
    display: inline-block; }
    .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot.active span {
      background-color: #929292; }
    .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot span:hover {
      background-color: #929292; }
  .about-us .about-us-center {
    text-align: center; }
  .about-us .about-us-center .content-description {
    padding-top: 25px;
    clear: both;
    margin-bottom: 30px; }
  .about-us .client-logo-content {
    border-bottom: 1px dashed #e7e7e7;
    border-top: 1px dashed #e7e7e7;
    padding-bottom: 10px;
    text-align: center; }
  .about-us .client-logo-content .about-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -19px; }
  .about-us .owl2-controls .owl2-nav div {
    color: #fff;
    border_radius: 50%;
    position: absolute;
    top: 29%;
    overflow: visible;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    margin: 0 3px;
    background-color: #a6a6a8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0; }
  .about-us .owl2-controls .owl2-nav div:hover {
    background-color: #f4a137; }
  .about-us .owl2-controls .owl2-nav div.owl2-next {
    right: -19px; }
  .about-us .owl2-controls .owl2-nav div.owl2-prev {
    left: -19px; }
  .about-us .owl2-controls .owl2-nav div:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #a6a6a7;
    line-height: 32px;
    top: 1px; }
  .about-us .owl2-controls .owl2-nav div:hover:before {
    background-color: #f4a137; }
  .about-us .client-logo-slider {
    padding: 0 25px; }
  .about-us .about-image-slider {
    max-width: 570px;
    margin: 0 auto; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div {
    top: 50%;
    margin-top: -15px;
    border: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    color: #c8c8c8; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
    right: 10px; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
    left: 10px; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
    border-color: #f4a137; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
    color: #fff; }
  .about-us .skills-value {
    padding-top: 52px; }
  .about-us .skills-value .label-skill {
    font-weight: bold; }
  .about-us .skills-value .range-value {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .about-us .skills-value .range-value .rating-skills {
    position: absolute;
    top: 0;
    left: 0px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px; }
  .about-us .skills-value .range-value .rating-skills.skill-1 {
    background-image: url(../../images/skill-style-1.png);
    background-position: -28px 0; }
  .about-us .skills-value .range-value .rating-skills.skill-2 {
    background-image: url(../../images/skill-style-2.png);
    background-position: 20px 0; }
  .about-us .skills-value .range-value .rating-skills.skill-3 {
    background-image: url(../../images/skill-style-3.png);
    background-position: 20px 0; }
  .about-us .about-us-content .description-about {
    padding: 20px 0; }
  .about-us .content-faq {
    position: relative;
    top: -15px; }
  .about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0; }
  .about-us .content-faq .panel .panel-title {
    font-size: 100%;
    font-weight: bold; }
  .about-us .content-faq .panel .panel-title a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative; }
    .about-us .content-faq .panel .panel-title a:after {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      content: "";
      width: 4px;
      height: 4px;
      position: absolute;
      left: 6px;
      top: 50%;
      margin-top: 6px;
      background-color: #f4a137; }
    .about-us .content-faq .panel .panel-title a:before {
      background-color: #f4a137;
      content: "-";
      width: 16px;
      height: 16px;
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -8px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      color: #fff;
      text-align: center;
      line-height: 16px; }
    .about-us .content-faq .panel .panel-title a.collapsed:after {
      background-color: #737373; }
    .about-us .content-faq .panel .panel-title a.collapsed:before {
      background-color: #737373;
      content: "?"; }
  .about-us .content-faq .panel .panel-body {
    padding: 0 0 13px; }
  .about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome; }
  .about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome; }

.about-demo-1 .about-image, .about-demo-1 .about-info {
  margin-bottom: 40px; }
  .about-demo-1 .about-info {
    position: relative;
    top: -8px; }
  .about-demo-1 .what-client-say {
    margin-bottom: 60px; }
  .about-demo-1 .line-hori {
    text-align: center;
    position: relative;
    z-index: 3; }
  .about-demo-1 .line-hori > span {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px; }
  .about-demo-1 .line-hori:before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 3; }

.about-demo-2 .our-team {
  margin-bottom: 60px; }
  .about-demo-2 .about-image-slider {
    max-width: 100%;
    margin: 0 -15px; }
  .about-demo-2 .about-image-slider img {
    float: left;
    width: 33.33%;
    padding: 0 15px; }

.about-demo-3 .about-image, .about-demo-3 .about-info {
  margin-bottom: 30px; }

.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: #f4a137; }
  .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; }

.bg-page-404 .page-content {
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  width: 100%; }
/*===============================================
 [SASS DIRECTORY ]
 [1] BOX SALE,NEW
 [2] RATE
 [3] TODAY'S DEALS
 [4] PRODUCT CATEGORY
 [5] TOOLBAR
 [6] PRODUCT LIST SIMPLE
 [7] PRODUCT LIST  MASONRY
 ==============================================*/
/*============ BOX SALE,NEW ==============*/
.box-label {
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 9; }
  .box-label .label-product.label-new {
    background: #237cdf; }
  .box-label .label-product {
    line-height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e74c3c;
    min-width: inherit;
    padding: 3px 13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 20;
    font-weight: 700; }
  .box-label .label-product:before {
    position: absolute;
    bottom: -4px;
    right: 10px;
    left: inherit;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #e74c3c;
    border-left: 6px solid transparent; }

.box-label_skew {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  text-align: center; }
  .box-label_skew .label-product.label-new {
    background: #237cdf; }
  .box-label_skew .label-product {
    background: #ff7e00;
    top: -27px;
    height: 25px;
    min-width: 100px;
    position: absolute;
    text-transform: uppercase;
    z-index: 5; }
  .box-label_skew .label-product.label-sale {
    left: -60px;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #e74c3c; }
  .box-label_skew .label-product.label-new {
    right: -60px;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #237cdf; }

.product-options label {
  padding: 0;
  color: #666; }
  .product-options .label {
    font-weight: normal;
    font-size: 11px; }
  .product-options .radio {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
  .product-options .active .fa {
    display: block; }
  .product-options .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center; }

.left_column .so-basic-product {
  margin-top: 20px; }
/*============ BOX RATE ==============*/
.rating, .ratings {
  font-size: 13px;
  margin-bottom: 5px; }
  .rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #ddd; }
  .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: "\f005";
    color: #ddd; }
  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; }

.price {
  margin: 0 0 15px; }
  .price .price-old {
    font-size: 100%;
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    color: #9a9a9a; }
  .price .price-new, .price span.price {
    color: #e74c3c;
    font-size: 133.33%;
    vertical-align: top; }
  .price .price-new {
    margin-right: 10px; }
/*====================TODAY'S DEALS ====================*/
.countdown_box {
  position: absolute;
  top: 40%;
  left: 10px;
  width: calc(100% - 20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .countdown_box .countdown_inner {
    float: left;
    width: 100%;
    background: #f4a137;
    box-shadow: 3px 2px 2px #ccc; }
  .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    width: 25%;
    padding: 6px; }
  .countdown_box .time-item .num-time {
    font-weight: 700; }
  .countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
    padding: 2px 10px;
    border: none; }
  .countdown_box .time-item:last-child {
    border: none; }

.deals_module_wrapper .product-item-container {
  border: 1px solid #e6e6e6;
  padding: 20px;
  overflow: hidden; }
  .deals_module_wrapper .product-item-container .left-block {
    position: relative;
    z-index: 2; }
  .deals_module_wrapper .product-item-container .box-label .label-product {
    margin-left: 15px; }
  .deals_module_wrapper button.btn-default {
    padding: 9px 20px;
    background: #444;
    color: #fff;
    border-radius: 3px;
    border: none; }
  .deals_module_wrapper button.btn-default:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .deals_module_wrapper .price .price-new {
    font-size: 26px; }
  .deals_module_wrapper .product-box-desc {
    margin-top: 5px; }
  .deals_module_wrapper .product-box-desc span {
    min-width: 100px;
    display: inline-block; }
  .deals_module_wrapper .product-box-desc .status-stock {
    color: #5dbe45; }
  .deals_module_wrapper .title-product {
    font-size: 18px;
    margin-bottom: 10px; }
  .deals_module_wrapper .title-product a {
    color: #444; }
  .deals_module_wrapper .title-product a:hover {
    color: #f4a137; }
  .deals_module_wrapper .short_description {
    margin: 10px 0; }
  .deals_module_wrapper .countdown_box {
    position: static;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    margin: -50px auto 0;
    width: 210px; }
  .deals_module_wrapper .owl2-controls {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -35px; }
  .deals_module_wrapper .owl2-controls .owl2-prev, .deals_module_wrapper .owl2-controls .owl2-next {
    vertical-align: top;
    margin: 0 3px;
    padding: 9px 20px;
    background: #444;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #999;
    float: left;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 18px; }
  .deals_module_wrapper .owl2-controls .owl2-prev:hover, .deals_module_wrapper .owl2-controls .owl2-next:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .deals_module_wrapper .owl2-controls .owl2-prev:hover, .deals_module_wrapper .owl2-controls .owl2-next:hover {
    background: #f4a137; }
/*====================PRODUCT CATEGORY ====================*/
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top; }

.title-category {
  font-size: 18px;
  margin-top: 10px;
  color: #444; }

.refine-search .thumbnail {
  margin-bottom: 10px; }
  .refine-search a {
    color: #444;
    display: block; }
  .refine-search a:hover {
    color: #f4a137; }
/*TOOLBAR LISTING TOP*/
#content.col-sm-6 .product-compare {
  display: none; }

.filters-panel {
  padding: 10px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .filters-panel:before, .filters-panel:after {
    content: " ";
    display: table; }
  .filters-panel:after {
    clear: both; }
  .filters-panel.product-filter-bottom {
    margin-top: 30px; }
  .filters-panel .pagination {
    margin: 0; }
  .filters-panel .list-view {
    width: 72px; }
  .filters-panel .list-view button.btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e9e9e9;
    border-radius: 0;
    border: none; }
  .filters-panel .list-view button.btn.list {
    margin-right: 5px;
    background-image: url(../../images/icon-image.png);
    background-repeat: no-repeat;
    background-position: -14px -212px; }
  .filters-panel .list-view button.btn.list.active, .filters-panel .list-view button.btn.list:hover {
    background-position: -62px -211px; }
  .filters-panel .list-view button.btn.grid {
    margin-right: 2px;
    background-image: url(../../images/icon-image.png);
    background-repeat: no-repeat;
    background-position: -12px -171px; }
  .filters-panel .list-view button.btn.grid.active, .filters-panel .list-view button.btn.grid:hover {
    background-position: -61px -171px; }
  .filters-panel .list-view button.btn.active, .filters-panel .list-view button.btn:hover {
    background-color: #f4a137;
    border: none; }
  .filters-panel .list-view .fa {
    display: none; }
  .filters-panel label {
    font-size: 12px;
    font-weight: normal; }
  .filters-panel .btn-default {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    font-size: 13px; }
  .filters-panel .btn-default:hover {
    background: #f4a137;
    border-color: #f4a137;
    color: #fff; }
  .filters-panel .form-control, .filters-panel .btn {
    height: 28px;
    padding: 3px 7px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0; }
  .filters-panel .short-by {
    margin-right: 20px; }
  .filters-panel .form-group option {
    border-right: 1px solid #222; }

.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; }
/*TOOLBAR LISTING BOTTOM*/
.product-filter-bottom .form-group {
  line-height: 30px; }
/*================ PRODUCT LIST ===================*/
.product-layout .second_img .img_0 {
  right: 50%;
  top: 0;
  transform: translate(50%, 0); }

.button-group {
  margin: 0;
  overflow: hidden; }
  .button-group .addToCart {
    margin-bottom: 10px;
    background: none;
    float: left;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px 15px 1px 8px; }
  .button-group .addToCart:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../../images/icon-image.png) no-repeat -20px -272px;
    position: relative;
    top: 1px;
    margin-right: 3px; }
  .button-group .addToCart span {
    font-weight: bold;
    text-transform: uppercase; }
  .button-group .addToCart:hover {
    background: #444 !important;
    color: #fff !important;
    border-color: #444 !important; }
  .button-group .addToCart:hover:before {
    background-position: -67px -272px !important; }
  .button-group .wishlist, .button-group .compare {
    margin-bottom: 10px;
    width: 30px;
    background: none;
    float: left;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #ddd !important;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 0 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .button-group .wishlist:hover, .button-group .compare:hover {
    border-color: #f4a137 !important;
    background: none; }
  .button-group .wishlist:hover i, .button-group .compare:hover i {
    color: #f4a137; }

.products-list {
  /*----------------PRODUCT  GRID ------------------*/
  /*----------------PRODUCT LIST  ------------------*/ }
  .products-list .owl2-carousel .owl2-item img {
    transform-style: inherit; }
  .products-list .product-layout .left-block {
    position: relative;
    text-align: center; }
  .products-list .product-layout .left-block .product-image-container {
    position: relative; }
  .products-list .product-layout .left-block .product-image-container img {
    display: inline-block; }
  .products-list .product-layout .left-block .product-image-container.second_img .img_0 {
    position: absolute;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
  .products-list .product-layout .left-block .countdown_box {
    left: 15px;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px); }
  .products-list .product-layout .description {
    margin-bottom: 20px; }
  .products-list .product-layout .quickview {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: none;
    line-height: 30px;
    font-weight: normal;
    width: 115px;
    height: 35px;
    border: 1px solid #f4a137;
    background-color: #f4a137;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-size: 116.67%;
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: -50px;
    margin-top: -15px;
    z-index: 88;
    color: #fff;
    opacity: 0; }
  .products-list .product-layout .quickview:hover {
    background: #444;
    border-color: #444; }
  .products-list .product-layout .caption h4 {
    margin: 0 0 5px;
    font-size: 14px; }
  .products-list .product-layout .caption a {
    font-weight: bold;
    color: #444; }
  .products-list .product-layout .caption a:hover {
    color: #f4a137; }
  .products-list .product-layout:hover .quickview {
    z-index: 99;
    top: 50%;
    opacity: 1; }
  .products-list .product-layout:hover .left-block .countdown_box {
    z-index: 99;
    display: block;
    opacity: 0; }
  .products-list.grid {
    z-index: 2;
    clear: both; }
  .products-list.grid .right-block {
    padding: 10px 20px 10px; }
  .products-list.grid .right-block .caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    font-size: 116.67%;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize; }
  .products-list.grid .product-layout {
    padding: 0 15px;
    display: block; }
  .products-list .product-layout .product-item-container {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 15px 1px; }
  .products-list.grid .product-layout .product-item-container .left-block .product-image-container {
    margin-bottom: 5px; }
    .products-list.grid .product-layout .product-item-container .left-block .quickview {
      top: 20%;
      opacity: 0; }
  .products-list .product-layout .product-item-container:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
      top: 46%;
      opacity: 1; }
    .products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
      top: 0;
      opacity: 1;
      z-index: 0; }
    .products-list.grid .product-layout .product-item-container:hover .caption a {
      color: #f4a137; }
    .products-list.grid .product-layout .product-item-container:hover .button-group .addToCart {
      background: #f4a137;
      border-color: #f4a137;
      color: #fff; }
    .products-list.grid .product-layout .product-item-container:hover .button-group .addToCart:before {
      background-position: -67px -272px; }
  .products-list.list .caption h4 {
    font-weight: 700;
    font-size: 133.33%;
    text-transform: capitalize;
    margin-bottom: 10px; }
  .products-list.list .button-group .addToCart:hover {
    background: #f4a137 !important;
    color: #fff !important;
    border-color: #f4a137 !important; }
  .products-list.list .product-layout {
    margin-bottom: 30px; }
  .products-list.list .product-layout .product-item-container {
    margin-top: -1px;
    overflow: hidden; }
  .products-list.list .product-layout .product-item-container .left-block .quickview {
    opacity: 0; }
    .products-list.list .product-layout .product-item-container .left-block .product-image-container {
      border: 1px solid #ddd; }
  .products-list.list .product-layout .product-item-container:hover .left-block {
    border: none; }
    .products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
      top: 0;
      opacity: 1;
      z-index: 0; }
    .products-list.list .product-layout .product-item-container:hover .left-block .quickview {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
        background: #f4a137;
        color: #fff;
        border-color: #f4a137; }

.so-filter-content-opts-container .opt_disable {
  opacity: 0.5; }
/*SIDEBAR LISTING , PRODUCT - RESPONSIVE*/
#remove-sidebar {
  display: none; }

.open-leftsidebar {
  line-height: 25px;
  display: inline-block;
  border: 2px solid #999;
  margin-bottom: 20px;
  padding: 0px 15px;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase; }

.open-rightsidebar {
  line-height: 25px;
  display: inline-block;
  border: 2px solid #999;
  margin-bottom: 20px;
  padding: 0px 15px;
  float: right;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  body.open-sboff {
    height: 100%;
    overflow: hidden; }

  .product-detail .sidebar-overlay, .page-category .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: 10;
    }

  .product-detail .content-aside, .page-category .content-aside {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    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: 30px;
    margin: 0px; }
    .product-detail .content-aside.active.right_column, .page-category .content-aside.active.right_column {
      right: 0; }
      .product-detail .content-aside.active.right_column #remove-sidebar, .page-category .content-aside.active.right_column #remove-sidebar {
        display: block;
        margin-bottom: 15px;
        text-align: left; }
    .product-detail .content-aside.active.left_column, .page-category .content-aside.active.left_column {
      left: 0; }
      .product-detail .content-aside.active.left_column #remove-sidebar, .page-category .content-aside.active.left_column #remove-sidebar {
        display: block;
        margin-bottom: 15px;
        text-align: right; }
    .product-detail .content-aside.right_column, .page-category .content-aside.right_column {
      right: -100%;
      left: inherit; }
    .product-detail .content-aside.left_column, .page-category .content-aside.left_column {
      left: -100%;
      right: inherit; } }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTENT PRODUCT OTHER
 [2] PRODUCT INFO
 [3] PRODUCT TABS 
 [3] RELATED PRODUCT 
 ==============================================*/
/*============CONTENT PRODUCT OTHER ==================*/
.zoomContainer {
  z-index: 450; }

.lightSlider {
  padding: 0; }

.product-view .flexslider-thumb.not_full_slider {
  padding: 0;
  margin-bottom: 30px; }

.product_page_price {
  margin-bottom: 20px; }
  .product_page_price .price-new {
    font-size: 32px; }
  .product_page_price .price-old {
    vertical-align: top; }
  .product_page_price .price-tax {
    margin-bottom: 10px; }

#tab-review input[type=radio] {
  position: relative;
  top: 2px; }
  #tab-review .contacts-form span span.text-danger {
    margin-right: 15px;
    margin-top: 0; }
  #tab-review .form-group textarea {
    height: 150px; }

.product-detail .left_column .module h3.modtitle, .product-detail .right_column .module h3.modtitle {
  margin-bottom: 25px; }
  .product-detail .module {
    margin-bottom: 30px; }
  .product-detail .module:before, .product-detail .module:after {
    content: " ";
    display: table; }
  .product-detail .module:after {
    clear: both; }
  .product-detail .module h3.modtitle {
    z-index: 1;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 133.33% !important;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    padding-bottom: 8px; }
  .product-detail .module h3.modtitle:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100px;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: -1px;
    background-color: #f4a137; }
/*----------BANNER POLICY ---------*/
.product-view_left {
  padding-right: 30px; }

.product-view__right {
  padding-left: 0; }
  .product-view__right .banner-policy .inner .policy {
    padding: 30px 14px; }
  .product-view__right .banner-policy .inner .policy .ico-policy {
    width: 43px;
    height: 40px;
    text-align: right;
    line-height: 50px; }
  .product-view__right .banner-policy .inner .policy .ico-policy i {
    font-size: 30px; }
/*============PRODUCT INFO ==================*/
.product-view {
  margin-bottom: 30px; }
  .product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  .product-view .content-product-left .large-image .box-label {
    left: 15px; }
  .product-view .content-product-left .thumb-video {
    bottom: 10px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 20px; }
  .product-view .content-product-left .full_slider, .product-view .content-product-left .not_full_slider {
    margin-top: 10px; }
  .product-view .content-product-left .full_slider .thumbnail, .product-view .content-product-left .not_full_slider .thumbnail {
    border-radius: 0;
    margin-bottom: 0; }
  .product-view .content-product-left .full_slider .thumbnail:hover, .product-view .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #f4a137; }
  .product-view .content-product-left .full_slider .thumbnail.active, .product-view .content-product-left .not_full_slider .thumbnail.active {
    border-color: #f4a137; }
  .product-view .content-product-left .full_slider .owl2-nav div, .product-view .content-product-left .not_full_slider .owl2-nav div {
    width: 27px;
    height: 27px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    font-size: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    top: 50%;
    margin-top: -12px;
    position: absolute; }
    .product-view .content-product-left .full_slider .owl2-nav div .fa, .product-view .content-product-left .not_full_slider .owl2-nav div .fa {
      display: none; }
    .product-view .content-product-left .full_slider .owl2-nav div:hover, .product-view .content-product-left .not_full_slider .owl2-nav div:hover {
      background: #f4a137; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
      background: url(../../images/icon/next-prev-detail.png) no-repeat;
      background-position: -36px 0px;
      left: -14px;
      float: left;
      background-color: #fff; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
      border-color: #f4a137;
      background-color: #f4a137;
      background-position: 0px 0px;
      opacity: 1; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-next, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next {
      background: url(../../images/icon/next-prev-detail.png) no-repeat;
      background-position: -71px 0px;
      right: -14px;
      float: right;
      background-color: #fff; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
      border-color: #f4a137;
      background-color: #f4a137;
      background-position: -107px 0px;
      opacity: 1; }
  .product-view .content-product-right {
    overflow: hidden; }
  .product-view .content-product-right .title-product h1 {
    text-transform: none;
    font-weight: 700;
    font-size: 166.67%;
    color: #444;
    margin-bottom: 5px; }
  .product-view .content-product-right .box-review {
    margin: 10px 0; }
  .product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 10px 0 0; }
  .product-view .content-product-right .box-review .product_page_price {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
        .product-view .content-product-right .box-review .reviews_button {
          padding-left: 25px; } }
  .product-view .content-product-right .box-review a {
    color: #444; }
  .product-view .content-product-right .box-review a:hover {
    color: #f4a137; }
  .product-view .content-product-right .product-box-desc {
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0 30px;
    font-size: 13px; }
  .product-view .content-product-right .product-box-desc span {
    min-width: 150px;
    font-weight: bold;
    display: inline-block; }
  .product-view .content-product-right .short_description {
    display: block; }
  .product-view .content-product-right .countdown_box {
    overflow: hidden;
    position: static;
    margin: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%;
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
      .product-view .content-product-right .countdown_box {
        width: 420px; } }
  .product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 10px;
    display: block; }
  .product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
  .product-view .content-product-right .box-info-product {
    float: left;
    width: 100%;
    margin: 0 0px 10px; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control {
    float: left;
    margin: 0;
    padding: 0 10px 0;
    position: relative;
    background-color: #eee;
    padding-right: 15px; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control label {
    float: left;
    margin: 0;
    padding-right: 8px;
    line-height: 40px;
    font-weight: normal; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    margin-top: 5px;
    margin-right: 17px;
    padding: 0 10px;
    width: 35px;
    border: 1px solid #adadad;
    border-radius: 0;
    z-index: 0;
    box-shadow: none;
    text-align: center; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control span {
    border: 0 none;
    color: white;
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin-left: 5px;
    border-radius: 0;
    cursor: pointer;
    line-height: 15px;
    background: url(../../images/plus-minus.png) no-repeat #444; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span:before {
      display: none; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
      background-position: 2px 2px;
      padding: 0 4px;
      position: absolute;
      right: 19px;
      top: 5px;
      height: 15px;
      width: 15px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
      background-position: 2px -47px;
      font-size: 13px;
      padding: 0 4px;
      position: absolute;
      right: 19px;
      top: 20px;
      width: 15px;
      height: 15px;
      line-height: 15px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
      background-color: #f4a137 !important; }
  .product-view .content-product-right .box-info-product .cart {
    float: left;
    margin-right: 10px;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px; }
  .product-view .content-product-right .box-info-product .cart a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
    .product-view .content-product-right .box-info-product .cart a i {
      margin-right: 5px; }
  .product-view .content-product-right .box-info-product .cart input {
    background: #f4a137;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0 16px;
    height: 40px; }
    .product-view .content-product-right .box-info-product .cart input:hover {
      background: #444; }
  .product-view .content-product-right .box-info-product .add-to-links ul li {
    display: inline-block;
    margin-bottom: 10px; }
  .product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-right: 10px; }
  .product-view .content-product-right .box-info-product .add-to-links li.detail a {
    margin-left: 10px; }
  .product-view .content-product-right .box-info-product .add-to-links ul li a {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0px;
    color: #999;
    line-height: 40px;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.6s all ease 0s;
    position: relative;
    float: left;
    font-weight: 700; }
    .product-view .content-product-right .box-info-product .add-to-links ul li a.text {
      display: none; }
    .product-view .content-product-right .box-info-product .add-to-links ul li a:hover {
      border-color: #f4a137;
      color: #f4a137; }

#product {
  margin-top: 30px; }
  #product div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold; }
  #product .image_option_type .product-options {
    display: inline-block; }
  #product .control-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px; }
  #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: #f3f4f6;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px; }
  #product .radio-type-button .option-content-box.active, #product .radio-type-button .option-content-box.active:hover {
    background: #666;
    color: white; }
  #product .radio-type-button .option-content-box:hover {
    background: #dadada; }
  #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 {
    padding-left: 0; }
  #product .box-date label {
    margin-right: 10px;
    width: 80px; }
  #product .box-date input {
    width: 200px; }
  #product .box-date input, #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0; }
  #product .box-date .input-group-btn {
    float: left; }
  #product .box-date button:hover {
    background: #f4a137;
    color: #fff; }
  #product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #f4a137;
    border-color: #f4a137; }

.thumb-vertical-outer {
  width: 85px;
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 20px 0; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #ddd; }
  .thumb-vertical-outer .btn-more {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #999;
    background: transparent;
    text-align: center;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    margin-left: -10px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .thumb-vertical-outer .btn-more:hover {
    color: #f4a137; }
  .thumb-vertical-outer .btn-more.prev-thumb {
    top: -5px; }
  .thumb-vertical-outer .btn-more.next-thumb {
    bottom: -5px; }
  .thumb-vertical-outer .prev {
    margin-bottom: 5px; }
  .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer; }
  .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
    visibility: hidden; }
  .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
    font-size: 16px;
    display: block;
    text-align: center; }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px; }
  .thumb-vertical-outer ul li .thumbnail {
    border-radius: 0;
    padding: 0;
    margin: 0; }
  .thumb-vertical-outer ul li .thumbnail img {
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
  .thumb-vertical-outer ul li .thumbnail:hover {
    border-color: #f4a137; }
  .thumb-vertical-outer ul li .thumbnail.active {
    border-color: #f4a137; }
/*============PRODUCT TABS==================*/
.producttab .tabsslider {
  margin-bottom: 30px;
  padding: 0; }
  .producttab .tabsslider .nav-tabs li {
    margin: 0 -1px 0px 0;
    border: 1px solid #ddd;
    list-style: none;
    cursor: pointer;
    float: left;
    font-size: 133.33%;
    text-transform: uppercase;
    border-bottom: none;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    position: relative; }
  .producttab .tabsslider .nav-tabs li a {
    font-weight: 700;
    border: none;
    color: #444;
    padding: 10px 30px;
    margin: 0;
    border-radius: 0;
    background: none; }
  .producttab .tabsslider .nav-tabs li:hover a {
    color: #f4a137;
    background: none; }
  .producttab .tabsslider .nav-tabs li.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 4px;
    left: -1px;
    right: -1px;
    top: -4px;
    z-index: 3;
    background: #f4a137; }
  .producttab .tabsslider .nav-tabs li.active:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 9; }
  .producttab .tabsslider .nav-tabs li.active a {
    color: #f4a137;
    background: none; }
  .producttab .tabsslider .tab-content {
    padding: 30px;
    display: block;
    margin: 0;
    border-style: solid;
    margin-top: -1px;
    border-width: 1px;
    border-color: #e6e6e6; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-right: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-color: #ddd; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    background: transparent; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:last-child {
    border: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-left-color: #f4a137; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #f4a137; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #f4a137; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #f4a137; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:after {
    display: none; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #f4a137; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: transparent;
    color: #f4a137; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 200px; }

#product-accordion {
  border: 1px solid #ddd;
  border-top: 4px solid #f4a137; }
  #product-accordion .panel {
    padding: 0 20px 0 20px;
    border-bottom: 0;
    box-shadow: none;
    margin: 0; }
  #product-accordion .panel .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0; }
  #product-accordion .panel .panel-heading a {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #666;
    width: 100%;
    display: inline-block;
    position: relative; }
  #product-accordion .panel .panel-heading a.title-head.collapsed {
    color: #666; }
    #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
      content: "\f077"; }
  #product-accordion .panel .panel-heading a.title-head {
    color: #f4a137; }
    #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
      content: "\f078"; }
  #product-accordion .panel .panel-heading a span.arrow-up {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    text-align: center; }
    #product-accordion .panel .panel-heading a span.arrow-up:before {
      content: "\f078";
      font-family: 'FontAwesome';
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
  #product-accordion .panel .panel-heading:hover a {
    color: #f4a137; }
  #product-accordion .panel:first-child .panel-heading {
    padding-top: 10px; }
  #product-accordion .panel:last-child .panel-heading {
    border-bottom: 0; }
  #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 15px 0; }
/*============RELATED PRODUCT==================*/
.products-category .items-container {
  margin: 0 -15px; }

.releate-products .owl2-controls .owl2-nav div.owl2-prev, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev, .releate-products .owl2-controls .owl2-nav div.owl2-next, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next {
  content: "";
  top: -44px;
  position: absolute;
  height: 27px;
  width: 20px;
  font-family: 'FontAwesome';
  opacity: 1;
  border: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .releate-products .owl2-controls .owl2-nav div.owl2-prev:before, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev:before, .releate-products .owl2-controls .owl2-nav div.owl2-next:before, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next:before {
    display: none; }
  .releate-products .owl2-controls .owl2-nav div.owl2-prev:hover, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev:hover, .releate-products .owl2-controls .owl2-nav div.owl2-next:hover, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next:hover {
    background-image: url(../../images/icon/ico-slider.png);
    border-color: #f4a137;
    background-color: #f4a137; }
  .releate-products .owl2-controls .owl2-nav div.owl2-prev, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -31px 0;
    left: auto;
    right: 40px; }
  .releate-products .owl2-controls .owl2-nav div.owl2-prev:hover, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-position: 0px 0; }
  .releate-products .owl2-controls .owl2-nav div.owl2-next, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -60px 0;
    left: auto;
    right: 15px; }
  .releate-products .owl2-controls .owl2-nav div.owl2-next:hover, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next:hover {
    background-position: -90px 0; }
  .releate-products .owl2-controls .owl2-nav div.owl2-prev, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-prev {
    right: 40px; }
  .releate-products .owl2-controls .owl2-nav div.owl2-next, div.so-extraslider.grid .owl2-controls .owl2-nav div.owl2-next {
    right: 15px; }
  .releate-products .item-element, div.so-extraslider.grid .item-element {
    border: 1px solid #ddd;
    padding: 15px 15px 0;
    margin: 0;
    margin-top: 20px; }
  .releate-products .item-element:last-child, div.so-extraslider.grid .item-element:last-child {
    border: 1px solid #ddd; }
  .releate-products .image, div.so-extraslider.grid .image {
    width: 100px;
    border: none; }
  .releate-products .releate-products-slider, div.so-extraslider.grid .releate-products-slider {
    position: relative;
    z-index: 2; }
/*============ HEADER  ==================*/
.mega-horizontal .navbar-default {
  border: none;
  background: transparent; }

@media (max-width: 991px) {
  .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
    right: 0;
    left: auto; }

  .responsive ul.megamenu > li.active .close-menu {
    right: 0;
    left: auto; } }

.header-bottom .content_menu .container {
  overflow: visible; }

.btn-shopping-cart .dropdown-menu {
  min-width: 350px;
  padding: 15px !important;
  border-top: 3px solid #f4a137; }
  .btn-shopping-cart .dropdown-menu:after {
    border-color: transparent transparent #f4a137 transparent;
    border-width: 10px;
    top: -21px; }
  .btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #444; }
  .btn-shopping-cart .dropdown-menu .cart_product_name:hover {
    color: #f4a137; }
  .btn-shopping-cart .dropdown-menu .empty {
    padding: 15px; }
  .btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle; }
  .btn-shopping-cart .table > tbody > tr:last-child > td {
    border-bottom: 0; }
  .btn-shopping-cart .table-bordered {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .btn-shopping-cart .table-bordered > tbody > tr > td {
    border: 0; }
  .btn-shopping-cart .added_items {
    padding: 10px; }

.megamenu-style-dev {
  position: relative; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li {
    margin: 0;
    border-right: 0;
    background: #222; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li strong i {
    display: none; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li > a {
    padding-left: 15px;
    padding-right: 12px;
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li > a:hover {
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .sub-menu .content {
    padding: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul {
    padding: 0;
    margin: 0; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li {
      border-bottom: 1px solid #eee; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover {
      background: #eee; }
      .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover > a {
        color: #f4a137; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a {
      line-height: 37px; }
      .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a b {
        line-height: 37px;
        font-size: 16px;
        margin: 0 20px; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:last-child {
      border: none; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul {
      padding: 0;
      left: 100%;
      margin: 0;
      box-shadow: none;
      border: 1px solid #eee;
      min-width: 200px; }
    .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:before, .megamenu-style-dev .vertical .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:after {
      display: none; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.item-style3 .sub-menu .content {
    padding-right: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.with-sub-menu > a:after {
    content: "\f105";
    color: #fff;
    font-family: Fontawesome;
    font-size: 13px;
    float: right;
    margin: 0; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.with-sub-menu:hover > a:after {
    position: static;
    border-color: transparent; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover {
    background-color: #444; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover > a {
    color: #fff; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li.active > a {
    background: transparent !important; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content {
    border-top: 1px solid #ddd; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content .banner {
    margin-top: -21px;
    margin-bottom: -22px;
    margin-right: -1px; }
  .megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content .static-menu .menu ul a.main-menu {
    padding: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul {
    padding-bottom: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li > a {
    line-height: inherit;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li > a:hover {
    color: #f4a137; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a {
    padding: 0; }
  .megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a:hover {
    color: #f4a137; }
/************************************************************************************************
 COLOR MULTIL HEADER
 ************************************************************************************************ */
.typeheader-1 .header-top .header-top-right ul.top-link > li.account {
  background: #f4a137 !important;
  border-left: 1px solid #f4a137 !important; }

.typeheader-1 .header-top .header-top-left .languages-block form:hover, .typeheader-1 .header-top .header-top-left .currencies-block form:hover, .typeheader-1 .header-top .header-top-right ul.top-link > li:hover {
  background: #f4a137 !important; }

.typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li > a:hover:after, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li.active > a:after, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li.home > a:after, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li:hover > a:after, .typeheader-3 .header-top .header-top-right .languages-block form:hover, .typeheader-3 .header-top .header-top-right .currencies-block form:hover, .typeheader-3 .header-top .header-top-right ul.top-link > li:hover, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li > a:hover, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li.active > a, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li.home > a, .typeheader-3 .header-bottom .navbar-menu .megamenu-style-dev ul.megamenu > li:hover > a {
  background: #f4a137 !important; }

.typeheader-3 #sosearchpro.search-pro .button-search:hover {
  background: #f4a137 !important;
  border: 1px solid #f4a137 !important; }

.typeheader-3 #sosearchpro.search-pro .button-search i {
  color: #f4a137 !important; }

.typeheader-3 #sosearchpro.search-pro .button-search:hover i {
  color: #fff !important; }

.typeheader-2 .header-top .header-top-right .languages-block form:hover, .typeheader-2 .header-top .header-top-right .currencies-block form:hover, .typeheader-2 .header-top .header-top-right ul.top-link > li:hover, .typeheader-2 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li > a:hover, .typeheader-2 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li.active > a, .typeheader-2 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li.home > a, .typeheader-2 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li:hover > a {
  background: #f4a137 !important; }

.typeheader-2 .header-top .header-top-right .languages-block form:hover, .typeheader-2 .header-top .header-top-right .currencies-block form:hover {
  color: #f4a137 !important; }

.typeheader-2 #sosearchpro.search-pro .button-search:hover {
  background: #f4a137 !important;
  border: 1px solid #f4a137 !important; }

.typeheader-2 #sosearchpro.search-pro .button-search i {
  color: #f4a137 !important; }

.typeheader-2 #sosearchpro.search-pro .button-search:hover i {
  color: #fff !important; }

.typeheader-4 .header-center .header-center-right .links li a:hover, .typeheader-4 .header-center .header-center-right .languages-block form:hover, .typeheader-4 .header-center .header-center-right .languages-block form:hover .btn-group .btn-link, .typeheader-4 .header-center .header-center-right .currencies-block form:hover .btn-group .btn-link, .typeheader-4 .header-center .header-center-right .currencies-block form:hover, .typeheader-4 .shopping_cart a.top_cart {
  background: #f4a137 !important; }

.typeheader-4 .header-top .header-top-right ul.top-link > li:hover > a {
  color: #f4a137 !important; }

.typeheader-4 #sosearchpro.search-pro .button-search:hover {
  background: #f4a137 !important;
  border: 1px solid #f4a137 !important; }

.typeheader-4 .shopping_cart .shoppingcart-box {
  border-top: 3px solid #f4a137 !important; }

.typeheader-5 #sosearchpro.so-search .button-search {
  background: #f4a137 !important; }

.typeheader-5 .shopping_cart a.top_cart .handle {
  background-color: #f4a137 !important; }

.typeheader-5 .megamenu-style-dev ul.megamenu .sub-menu .content {
  border-top: 3px solid #f4a137 !important; }

.typeheader-5 .container-megamenu.vertical .vertical-wrapper ul.megamenu:before {
  background: #f4a137 !important; }

.typeheader-6 .header-top .header-top-left .languages-block form:hover .btn-group .btn-link, .typeheader-6 .header-top .header-top-left .currencies-block form:hover .btn-group .btn-link, .typeheader-6 .header-top .header-top-right ul.top-link > li:hover > a, .typeheader-6 .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li:hover > a {
  color: #f4a137 !important; }

.typeheader-6 .megamenu-style-dev ul.megamenu .sub-menu .content {
  border-top: 3px solid #f4a137 !important; }

.typeheader-6 #sosearchpro.so-search .button-search {
  background: #f4a137 !important; }

.typeheader-7 #sosearchpro.so-search .button-search {
  background: #f4a137 !important; }

.typeheader-7 .shopping_cart a.top_cart .handle {
  background-color: #f4a137 !important; }

.typeheader-5 .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li.hidden.offer-h5:hover a, .typeheader-7 .header-top .header-top-left .languages-block form:hover .btn-group .btn-link, .typeheader-7 .header-top .header-top-left .currencies-block form:hover .btn-group .btn-link {
  color: #f4a137 !important; }

footer.typefooter-2 .footer-center .socials-footer .socials-wrap ul li a:hover, footer.typefooter-2 .footer-top .contact-address span:hover, footer.typefooter-2 .footer-center .module.custom_newletter .signup .btn-default, footer.typefooter-4 .footer-center .socials-footer .socials-wrap ul li a:hover, footer.typefooter-4 .footer-top .contact-address span:hover, footer.typefooter-4 .footer-center .module.custom_newletter .signup .btn-default, .typeheader-7 .container-megamenu.vertical .vertical-wrapper ul.megamenu:before {
  background: #f4a137 !important; }

.typeheader-7 .header-top .header-top-right ul.top-link > li:hover > a, .typeheader-7 .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li:hover > a {
  color: #f4a137 !important; }

.typeheader-8 #sosearchpro.so-search .button-search, .typeheader-8 .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li:hover > a {
  color: #f4a137 !important; }

.typeheader-8 .shopping_cart a.top_cart .handle {
  background-color: #f4a137 !important; }

footer.typefooter-5 .footer-top .contact-address span:hover, .typeheader-8 #sosearchpro.so-search .button-search {
  background: #f4a137 !important; }

.typeheader-8 #sosearchpro.so-search .button-search:hover {
  background: #eb8a0d !important; }

header.typeheader-9 .header-bottom {
  border-color: #f4a137; }
  header.typeheader-9 .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li:hover > a, header.typeheader-9 .megamenu-style-dev ul.megamenu > li.home > a, header.typeheader-9 .megamenu-style-dev ul.megamenu > li > a:hover, header.typeheader-9 .megamenu-style-dev ul.megamenu > li.active > a, header.typeheader-9 .megamenu-style-dev ul.megamenu > li:hover > a, header.typeheader-9 #sosearchpro.so-search .button-search {
    background: #f4a137; }
  header.typeheader-9 .shopping_cart a.top_cart .handle {
    background-color: #f4a137; }
  header.typeheader-10 #sosearchpro.search-pro .button-search i {
    color: #fff; }
  header.typeheader-10 #sosearchpro.search-pro .button-search:hover, header.typeheader-9 #sosearchpro.so-search .button-search:hover {
    background: #eb8a0d; }
  header.typeheader-10 #sosearchpro.search-pro {
    padding: 0; }
  header.shopping_cart a.top_cart .handle {
    background-color: #f4a137; }
  header.typeheader-10 .middle-right-content .search-header:hover .search-wrapper, header.typeheader-10 .header-top .header-top-right .languages-block form:hover, header.typeheader-10 .header-top .header-top-right .currencies-block form:hover, header.typeheader-10 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li > a:hover, header.typeheader-10 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li.active > a, header.typeheader-10 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li.home > a, header.typeheader-10 .header-center .navbar-menu .megamenu-style-dev ul.megamenu > li:hover > a, header.typeheader-10 .header-top .header-top-right ul.top-link > li:hover {
    background: #f4a137; }
  header.typeheader-11 .header-top .header-top-right ul.top-link > li.account {
    background: #f4a137;
    border-color: #f4a137; }
  header.typeheader-11 .header-top .header-top-left .languages-block form:hover, header.typeheader-11 .header-top .header-top-left .currencies-block form:hover, header.typeheader-11 .header-bottom, header.typeheader-11 .middle-right-content .search-header:hover .search-wrapper, header.typeheader-11 .header-top .header-top-right .languages-block form:hover, header.typeheader-11 .header-top .header-top-right .currencies-block form:hover, header.typeheader-11 .header-top .header-top-right ul.top-link > li:hover {
    background: #f4a137; }
  header.typeheader-12 .header-top .header-top-right ul.top-link > li.account {
    background: #f4a137;
    border-color: #f4a137; }
  header.typeheader-12 .header-top .header-top-left .languages-block form:hover, header.typeheader-12 .header-top .header-top-left .currencies-block form:hover, header.typeheader-12 .header-bottom .container .content_menu .megamenu-style-dev, header.typeheader-12 .middle-right-content .search-header:hover .search-wrapper, header.typeheader-12 .header-top .header-top-right ul.top-link > li:hover {
    background: #f4a137; }

footer .footer-top .contact-address span:hover {
  background: #f4a137; }
  footer .footer-top ul.menu li a:hover {
    color: #f4a137; }
/************************************************************************************************
 FOOTER DEFFAULT
 *************************************************************************************************/
footer {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  color: #666;
  /*FOOTER TOP*/
  /*FOOTER CENTER*/
  /*FOOTER BOTTOM*/ }
  footer a {
    color: inherit; }
  footer .module {
    margin: 0; }
  footer .module h3.modtitle, footer .module h3.footer-title {
    line-height: 30px;
    padding: 0 0 1px 0;
    position: relative;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    font-weight: bold;
    text-shadow: none;
    background: transparent;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #333; }
  footer .module h3.modtitle:before, footer .module h3.footer-title:before {
    display: none; }
  footer .footer-top {
    background-color: #ddd;
    padding-top: 34px; }
  footer .footer-top ul.menu li {
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  footer .footer-top ul.menu li:hover {
    margin-left: 10px; }
  footer .footer-top ul.menu li a {
    position: relative;
    padding-left: 10px; }
    footer .footer-top ul.menu li a:before {
      content: "\f101";
      font-family: FontAwesome;
      position: absolute;
      left: 0; }
    footer .footer-top ul.menu li a:hover {
      color: #f4a137; }
  footer .footer-top .contact-address {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer .footer-top .contact-address li {
    color: #444;
    padding: 0 0 5px 41px;
    position: relative;
    z-index: 1;
    line-height: 18px; }
  footer .footer-top .contact-address span {
    padding-left: 4px;
    font-size: 18px;
    left: 0px;
    right: inherit;
    margin-right: 10px;
    position: absolute;
    background-color: #969696;
    height: 30px;
    top: 4px;
    color: white;
    border-radius: 2px;
    width: 30px;
    line-height: 30px;
    text-align: center; }
  footer .footer-top .contact-address span:hover {
    background-color: #f4a137; }
  footer .footer-top .contact-address > li:nth-child(2) {
    padding-top: 7px; }
  footer .footer-top .contact-address > li:nth-child(2) span {
    margin-top: -1px; }
  footer .footer-top .contact-address > li:last-child {
    padding-top: 8px; }
  footer .footer-top .contact-address > li:last-child span {
    margin-top: 7px; }
  footer .footer-top .contact-address a:hover {
    color: #f4a137; }
  footer .footer-center {
    background-color: #ddd;
    /*-----------FOOTER LINK -------------------*/ }
  footer .footer-center .footer-directory-title {
    padding: 36px 0 38px;
    font-size: 91.6%;
    background: url('../../images/line-bg.png') repeat-x top left;
    margin-top: 25px; }
  footer .footer-center .footer-directory-title .label-link {
    color: #444;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 11px; }
  footer .footer-center ul.footer-directory {
    list-style: outside none none;
    padding: 0;
    margin: 0; }
  footer .footer-center ul.footer-directory li {
    padding-bottom: 2px; }
  footer .footer-center ul.footer-directory li h2 {
    color: #444;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    margin-right: 5px; }
  footer .footer-center ul.footer-directory li a {
    font-size: 11px; }
  footer .footer-bottom {
    background: #444;
    color: #fff;
    padding: 8px 0; }
/*===============================================
 [SASS DIRECTORY ]
 ==============================================*/
#content {
  margin-bottom: 30px; }

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

.common-home .container-megamenu.vertical .vertical-wrapper {
  display: block; }

.container-megamenu.vertical .vertical-wrapper {
  display: none; }

.container-megamenu.vertical:hover .vertical-wrapper {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 1; }

.common-home.layout-1 #content {
  margin-bottom: 0; }

#collections_block ul li {
  width: 16.66%; }
