@charset "UTF-8";
/*******************************************
 ***       TM Framework: starxcart.ir    ***
 *******************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
@font-face {
    font-family: 'iransansm';
    src: url('../font/iransansm.eot');
    src: url('../font/iransansm.eot?#iefix') format('embedded-opentype'),
         url('../font/iransansm.woff') format('woff'),
         url('../font/iransansm.ttf') format('truetype'),
         url('../font/iransansm.svg#iransansm') format('svg');
}
body {
	font-family: 'iransansm', serif;
	font-weight: 400;
	color: #666;
	font-size: 11px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 11px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-size: 11px;
	font-weight: normal;
  margin: "import"; }
/*Dev Custom */
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #5f87d1; }
        .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: 12px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

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

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

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 ==============================================*/
/*============BACK TO TOP ==================*/
.back-to-top {
  cursor: pointer;
  background-color: #777;
  width: 45px;
  bottom: 20px;
  left: 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: #5f87d1; }
  .back-to-top i {
    font-size: 18px;
    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; }

.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: 14px;
  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: 9999;
  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; }

.navbar-switcher {
  text-align: center;
  float: left;
  display: none;
  width: 45px;
  height: 45px;
  margin-bottom: -47px;
  background: #5f87d1 !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 */
/* Preloader Css */
.loader-content {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999; }

#loader {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px; }

.cssload-thecube {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f87d1;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%; }

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg); }

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg); }

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg); }

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s; }

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s; }

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s; }

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }

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

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

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }

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

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

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }

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

  90%, 100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
/*============@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;
    right: 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;
    right: 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%); }
/*===============================================
 [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: 16px;
    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: 12px; }
  .simple-ul li ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none; }
  .simple-ul li ul li:before {
    content: "\f111";
    font-size: 7px;
    top: 7px; }

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

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

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

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

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #5f87d1;
  display: inline-block;
  font-size: 18px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }
/*===============================================
 [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;
  background: #fff; }

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

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

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

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

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

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

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

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

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

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

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

.simple-list ul a {
  color: #555; }
  .simple-list ul a:hover {
    color: #5f87d1; }

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

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

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

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

.arrow-list li:before {
  margin-left: 10px;
  font-size: 12px;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f104'; }
/*============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: #5f87d1; }
/*============LANGUAGE CURENTY ==================*/
.btn-group .btn-link {
  text-align: right;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  color: #666;
  font-weight: normal;
  color: #555;
  position: relative;
  z-index: 1; }
  .btn-group .btn-link:hover {
    color: #5f87d1; }

.dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: right;
  font-size: 12px;
  color: #444; }
  .dropdown-menu .btn-block:hover {
    background: #f7f7f7; }
/*============ CSS FEAFURE MENU DEMO ==================*/
.feature-layout .image-link {
  color: #555; }
  .feature-layout .image-link:hover {
    color: #5f87d1; }
  .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: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #5f87d1;
    border-color: #5f87d1;
    -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: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }
  .feature-layout .image-link .btn:hover {
    background: #555;
    border-color: #555; }
  .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: 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }

.with-sub-menu .feafure-dr {
  text-align: right; }
  .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: #5f87d1; }
  .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-left: 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; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
/*============MODULE DEFAULT ==================*/
.module {
  margin-bottom: 30px; }
  .module:before, .module:after {
    content: " ";
    display: table; }
  .module:after {
    clear: both; }
  .module h3.modtitle {
    font-size: 13px;
    color: #555;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 700; }

.icon-style h3.modtitle {
  font-size: 12px;
  padding: 11px 10px;
  background: #eee;
  margin: 0;
  border-bottom: 1px solid #5f87d1; }
  .icon-style h3.modtitle .fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: -11px -10px -11px 10px;
    background: #5f87d1;
    color: #fff;
    font-size: 13px;
    right: 0; }

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

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

.title-underline h3.modtitle {
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 6px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .title-underline h3.modtitle:after {
    content: " ";
    width: 125px;
    height: 1px;
    background: #5f87d1;
    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 ==================*/
.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-newsleter-popup .so-custom-popup {
      width: 85% !important; }
      .main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; } }
  @media (max-width: 767px) {
    .main-newsleter-popup .so-custom-popup:before {
      content: "";
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; } }
  .main-newsleter-popup .modcontent {
    position: relative;
    z-index: 9; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 15px 10px;
    text-align: center; }
  @media (min-width: 1200px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
      padding: 60px 30px;
      padding-left: 55%;
      margin: 0 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
      padding: 60px 30px;
      padding-left: 55%;
      margin: 0 20px; } }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 13px;
    color: #5f87d1;
    font-weight: bold; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 30px 0; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 41px;
    max-width: 280px;
    display: inline-block;
    width: 100%; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: normal; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    margin-bottom: 20px;
    min-width: 160px;
    text-transform: uppercase;
    padding: 10px; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 10px 0; }
/*============MODULE MEGAMENU ==================*/
.header-bottom .vertical-wrapper {
  position: absolute;
  display: none;
  top: 100%;
  width: 90%;
  z-index: 10;
  border-width: 0 1px 1px 1px; }
/*============ MODULE LOGIN POPUP ==================*/
body #so_sociallogin .block-popup-login .tt_popup_login {
  border: none;
  background-color: #5f87d1;
  height: 42px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong {
    font-size: 13px;
    font-weight: 700;
    background-color: #5f87d1;
    line-height: 42px;
    position: static;
    background-position: 20px center;
    padding-left: 70px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong:before {
    display: none; }
  body #so_sociallogin .block-popup-login .close-login {
    background-image: none;
    text-indent: 0;
    font-size: 18px;
    color: #fff;
    top: 7px;
    right: 5px; }
  body #so_sociallogin .block-popup-login .block-content .login-customer h2 {
    font-size: 16px;
    font-weight: 700; }
  body #so_sociallogin .block-popup-login .block-content .input-text {
    border-radius: 0; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup {
    font-size: 14px;
    padding: 0 25px;
    background-color: #444; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup:hover {
    background-color: #5f87d1; }
  body #so_sociallogin .block-popup-login .block-content .action.login {
    background-image: none;
    padding: 0 25px;
    background-color: #444; }
  body #so_sociallogin .block-popup-login .block-content .action.login:hover {
    background-color: #5f87d1; }
/*============MODULE BREADCRUMB ==================*/
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  color: #444;
  font-size: 12px; }
  .breadcrumb li a {
    font-weight: normal;
    color: #444;
    color: #555; }
  .breadcrumb li a:hover {
    color: #5f87d1; }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    color: #444; }
/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu.vertical a {
  color: #555;
  font-size: 13px;
  display: block; }
  .container-megamenu.vertical a:hover {
    color: #5f87d1; }
  .container-megamenu.vertical #menuHeading {
    cursor: pointer; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container > div {
    margin: 3px 0 0 9px;
    float: right !important; }
  .container-megamenu.vertical .vertical-wrapper {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin: 0;
    padding: 10px 0 0;
    box-shadow: none;
    border-radius: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-left: 10px; }
  .container-megamenu.vertical .vertical-wrapper:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 10px;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    right: 20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    margin: 0;
    border: none; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.fa {
    position: relative;
    top: 3px;
    float: left; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.fa:before {
    content: "\f104"; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 7px 15px 7px;
    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-left: 5px;
    color: #999; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
    background: #5f87d1 !important;
    color: #fff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a i {
      color: #fff; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .title-submenu {
    color: #444; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: left;
    margin-top: 5px;
    color: #999;
    padding: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 20px 20px 0 0;
    overflow: hidden; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
        margin-top: 45px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content > .border {
      border: none;
      padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
      padding: 12px 0px;
      background: #eee;
      margin: 0 -20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content {
    padding-left: 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 10px; }
    .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: 1px 0; }
      .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%;
      left: -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; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li {
        padding: 5px 20px;
        position: relative;
        border-bottom: 1px solid #ddd;
        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: relative;
          top: 4px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li:hover > a {
          color: #5f87d1; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
          padding: 0;
          top: 0;
          margin: 0;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          border: 1px solid #e6e6e6;
          right: 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;
            border-bottom: 1px solid #ddd; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li:last-child {
              border: none; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li > a {
              font-weight: normal; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu {
    left: auto;
    right: 100% !important; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: 1px 3px 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: #5f87d1; }
  .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: 13px;
      margin: 0 0 15px;
      display: block;
      font-weight: normal;
      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: 2px 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: #555;
          display: block; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
            color: #5f87d1; }
        .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: #5f87d1; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    border-top: 1px solid #ddd;
    background: #fff;
    cursor: pointer; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover {
    background: #5f87d1;
    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: #555; }
  .blog-category ul li.list-group-item a:hover {
    color: #5f87d1; }
  .blog-category ul li.list-group-item .active, .blog-category ul li.list-group-item .active:hover {
    color: #5f87d1; }
/*============MODULE FILTER ==================*/
.module.so_filter_wrap {
  border: none; }
  .module.so_filter_wrap h3.modtitle {
    background: transparent;
    padding: 0;
    border-bottom: 0;
    font-size: 16px; }
  .module.so_filter_wrap h3.modtitle span {
    padding: 0; }
  .module.so_filter_wrap .modcontent {
    border: 1px solid #ddd;
    border-top: 1px solid #5f87d1;
    background: #fff;
    border-radius: 0; }
  .module.so_filter_wrap .modcontent .so-filter-heading {
    padding: 0; }
  .module.so_filter_wrap .modcontent .so-filter-heading i {
    padding: 18px 0 0; }
  .module.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: right;
    padding: 15px 0 0px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 12px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
    border-radius: 100%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 49%;
    padding: 0 5px;
    float: right; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-left: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input img {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-check-square-o, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-square-o {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count.opt_close {
    background: #5f87d1; }
  .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; }
  .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: #5f87d1;
      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 .option-input:before {
    margin-top: -7px !important; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub {
    position: relative;
    padding-right: 14px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background-color: #999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:hover:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub:hover:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-circle {
    display: none; }
  .module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle {
    top: -7px; }
  .module.so_filter_wrap .modcontent li.so-filter-options {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: #ddd 1px dotted;
    margin-bottom: 7px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
    text-align: right;
    padding: 0; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
    float: right; }
  .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: right;
    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-left: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
      position: relative;
      top: 1px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0; }
  .module.so_filter_wrap .modcontent .noUi-handle {
    border: 2px solid #5f87d1;
    width: 18px;
    height: 18px; }
  .module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    height: 4px;
    background: #5f87d1; }
  .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 .modcontent #btn_resetAll {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
  .module.so_filter_wrap .modcontent #btn_resetAll .fa.fa-times {
    color: #5f87d1; }

.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: right;
  font-size: 14px;
  color: #555; }
  .so_filter_wrap .modcontent .so-filter-heading i {
    float: left; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: left; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count:not(.opt_close):after {
    left: 100%;
    right: auto;
    border-right-color: transparent;
    border-left-color: #999; }

#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-left: 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: #555; }
  .box-category ul li a:hover {
    color: #5f87d1; }

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

.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;
  left: 10px;
  text-align: center; }

.box-category ul li .head a {
  padding: 9px 20px;
  background: #555;
  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: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }
  .box-category ul li .head a:hover {
    background: #5f87d1; }

.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: "\f104";
  margin: 0 0 0 5px;
  float: right; }

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

.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: #5f87d1; }
  .basic-product-list .image, .releate-products .image, div.so-extraslider.grid .image {
    float: right;
    border: 1px solid #ddd;
    padding: 0;
    margin-left: 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: 15px;
    margin: 0 0 5px; }
  .basic-product-list h4 a, .releate-products h4 a, div.so-extraslider.grid h4 a {
    color: #555; }
  .basic-product-list h4 a:hover, .releate-products h4 a:hover, div.so-extraslider.grid h4 a:hover {
    color: #5f87d1; }

.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: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }

div.so-extraslider.grid {
  border-right: 1px solid #ddd; }
  div.so-extraslider.grid .extraslider-inner {
    border: none;
    padding: 0; }
  div.so-extraslider.grid .owl2-dots .owl2-dot.active {
    background: #5f87d1; }
  div.so-extraslider.grid div.owl2-controls {
    left: 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; }

div.style-dev-so-listing-tabs {
  position: relative;
  z-index: 2; }
  div.style-dev-so-listing-tabs h3.modtitle {
    margin: 0; }
  div.style-dev-so-listing-tabs .so-listing-tabs {
    margin: 0; }
  div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-tabs-container {
    margin: 0; }
  div.style-dev-so-listing-tabs .so-listing-tabs .wap-listing-tabs {
    border: none; }
  div.style-dev-so-listing-tabs .so-listing-tabs .product-layout .product-item-container {
    border: 1px solid #ddd;
    margin-left: -1px; }
  div.style-dev-so-listing-tabs .so-listing-tabs .product-layout .product-item-container .button-group {
    margin-bottom: 12px; }
  div.style-dev-so-listing-tabs .owl2-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 45; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev {
    content: "\f104";
    top: 7px;
    right: auto;
    left: 7px; }
  div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next {
    content: "\f105";
    top: 7px;
    right: auto;
    left: 37px; }
  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 {
    height: 25px;
    width: 25px;
    font-family: 'FontAwesome';
    border-radius: 25px;
    background: #fff;
    opacity: 1;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center; }
  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 {
    font-size: 13px;
    line-height: 22px;
    text-align: center; }
  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 {
    border-color: #5f87d1;
    color: #5f87d1; }
  div.style-dev-so-listing-tabs .list-sub-cat {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin: 0 0 30px; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate {
    width: 10%;
    float: right;
    border-width: 0 1px 0 0;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
    padding: 10px 0;
    margin: 0; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .ltabs-tab-img {
    margin: 0;
    float: none;
    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 {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    color: #555; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel, div.style-dev-so-listing-tabs .list-sub-cat li.item-cate:hover {
    background: #eee; }
  div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel .title-sub-cate, div.style-dev-so-listing-tabs .list-sub-cat li.item-cate:hover .title-sub-cate {
    color: #5f87d1; }
/*===============================================
 [SASS DIRECTORY ]
 [1] Pre-Loader 
 ==============================================*/
/*============START Pre-Loader CSS  ==================*/
.so-pre-loader {
  background: #5f87d1;
  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: 30px;
    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] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============SIMPLE BLOG ==================*/
.blog-header {
  margin-bottom: 30px; }
  .blog-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */ }

.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: 10px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 15px;
    font-size: 1.5rem;
    /* [8] */ }
  .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    color: #555; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
      color: #5f87d1; }
  .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-left: 5px; }
  .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    padding-left: 20px;
    line-height: 15px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    float: right; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
      padding-right: 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: #5f87d1; }

.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: 20px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: bold;
  margin: 0 0 15px; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%; }
  div.article-info .article-sub-title span {
    display: block;
    float: right;
    color: #999;
    padding: 0 10px;
    font-size: 13px; }
  div.article-info .article-sub-title span.article-author {
    padding-right: 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: #5f87d1; }
  div.article-info .article-sub-title span.article-comment {
    border-left: 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: 40px;
    box-shadow: none;
    margin-top: 40px; }
  div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9; }
  div.article-info .related-comment .article-reply .author {
    font-weight: bold;
    font-size: 16px; }
  div.article-info .related-comment .article-reply .article-reply {
    background: #f4f3f3; }
  div.article-info .related-comment .panel-body {
    padding: 0;
    border: 0; }
  div.article-info .related-comment .panel-body .form-group #comments {
    padding: 0;
    border: 0;
    overflow: hidden; }
  div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212; }
  div.article-info .related-comment #button-comment {
    background: #5f87d1;
    border-color: #5f87d1;
    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 {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

.comments .media-body .media-title .time {
  font-size: 16px; }

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  color: #666;
  font-size: 12px;
  line-height: 26px; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

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

* {
  outline: none !important; }
/*================ LINK & COLUMN ===================*/
.textColor {
  color: #5f87d1; }

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

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

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

img {
  max-width: 100%; }

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

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

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

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

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

.clearfix {
  clear: both; }

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: right; } }
/*================ 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: #eee;
  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; }

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: #e9e9e9;
  /* 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: 10px;
  min-width: 120px;
  left: 0;
  right: inherit; }
  @media (min-width: 1200px) {
  header .dropdown-menu:after {
    content: '';
    border: 7px solid #ccc;
    position: absolute;
    z-index: 3;
    top: -14px;
    left: 25px;
    border-color: transparent transparent #fff transparent; } }

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

.dropdown-menu {
  background: #fff;
  padding: 5px 0;
  margin-top: 0;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15); }

#cart .dropdown-menu {
  margin-left: 15px;
  padding: 0; }
  #cart .dropdown-menu:after {
    right: auto;
    left: 49px; }

#sosearchpro .dropdown-menu {
  width: 500px;
  top: 100%;
  display: none; }
  #sosearchpro .dropdown-menu .media-left {
    float: right; }
  #sosearchpro .dropdown-menu .media-body a {
    color: #555;
    float: none; }
  #sosearchpro .dropdown-menu .media-body a:hover {
    color: #5f87d1; }
  #sosearchpro .dropdown-menu:after {
    display: none; }

.dropdown-menu > li > a {
  padding: 5px 10px;
  color: #555;
  font-size: 12px; }
  .dropdown-menu > li > a:hover {
    color: #5f87d1; }

.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-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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: #5f87d1;
    border-color: #5f87d1; }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #5f87d1; }
  .pagination > li.active span, .pagination > li:hover span {
    color: #5f87d1;
    background: transparent;
    border-color: #5f87d1; }
  .pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #5f87d1;
    border-color: #5f87d1; }
  .pagination > li:last-child {
    margin-left: 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; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404 
 ==============================================*/
/*============ CONTACT PAGE ==============*/
#map-canvas {
  border: 5px solid #f3f3f3;
  height: 300px;
  width: 100%;
  margin: 0px 0 10px; }

.info-contact {
  padding-top: 30px; }
  .info-contact .name-store h3 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase; }
  .info-contact .text {
    padding-right: 30px; }
  .info-contact .comment {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px; }

.contact-form legend {
  border: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }
/*============ PAEG ABOUT US ==============*/
.title-about-us {
  background: url("../../images/bg-title-about.png") repeat-x left 12px;
  margin-bottom: 17px; }

.title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 6px 25px;
  font-weight: 300;
  color: #333; }

.welcome-about-us .image-about-us {
  float: right;
  width: 270px;
  padding-top: 6px; }
  .welcome-about-us img:hover {
    opacity: 0.7; }
  .welcome-about-us .des-about-us {
    margin-right: 300px;
    line-height: 18px; }

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

.why-list li {
  position: relative;
  padding-right: 29px; }
  .why-list li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: top right;
    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;
    right: 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;
    direction: rtl; }
  .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: #5f87d1; }
  .happy-about-us .owl2-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    left: 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; }
/*INFOMATION*/
.module-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px; }
  .module-content .list-box li {
    position: relative;
    padding-right: 15px; }
  .module-content .list-box li:before {
    position: absolute;
    display: block;
    top: 16px;
    background: #999;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    right: 0; }

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

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

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

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

.media-box-link--arrow .fa-arrow-right {
  transform: rotate(180deg); }

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

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

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

.btn-default {
  background: #5f87d1;
  border-radius: 0; }
  .btn-default:hover {
    background: #5f87d1; }

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

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

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

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

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

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

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

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

.media-box-link:hover .icon {
  color: #5f87d1; }

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

.color {
  color: #5f87d1; }

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

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

.decimal-list li {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 18px 0 0;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative; }
  .decimal-list li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #5f87d1;
    font-weight: 500;
    right: 0; }
/*===============================================
 [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: 10px;
  right: 10px;
  position: absolute;
  z-index: 1; }
  .box-label .label-product.label-new {
    background: #237cdf; }
  .box-label .label-product {
    padding: 0 11px;
    line-height: 25px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fe5454;
    min-width: inherit;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

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

.layout-2 .box-label_skew .label-product {
  top: -17px; }
  .layout-2 .box-label_skew .label-product.label-sale {
    left: -47px; }
  .layout-2 .box-label_skew .label-product.label-new {
    right: -47px; }

.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;
    right: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center; }
/*============ 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: "\f006";
    color: #eca330; }
  .rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1; }
  .rating span.fa-stack .fa-star.fa-stack-1x:before, .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #ebdb2c; }

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px; }
  span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #eca330; }
  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 10px 0;
  line-height: 24px; }
  .price .price-old {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #9a9a9a; }
  .price .price-new, .price span.price {
    color: #ea3a3c;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top; }
/*====================TODAY'S DEALS ====================*/
.countdown_box {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  width: 190px;
  -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) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }
  .countdown_box .countdown_inner {
    display: table;
    background: #555;
    width: 100%;
    text-align: center; }
  .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 25%; }
  .countdown_box .time-item .num-time {
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06); }
  .countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
    padding: 0 10px; }
  .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-right: 15px; }
  .deals_module_wrapper button.btn-default {
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none; }
  .deals_module_wrapper button.btn-default:hover {
    background: #5f87d1;
    border-color: #5f87d1;
    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: #555; }
  .deals_module_wrapper .title-product a:hover {
    color: #5f87d1; }
  .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;
    left: 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: #555;
    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: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }
  .deals_module_wrapper .owl2-controls .owl2-prev:hover, .deals_module_wrapper .owl2-controls .owl2-next:hover {
    background: #5f87d1; }
/*====================PRODUCT CATEGORY ====================*/
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top; }

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

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

.filters-panel {
  margin-bottom: 30px;
  padding: 5px;
  border: 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 button.btn {
    border-radius: 0;
    padding: 3px 7px;
    color: #666;
    border: 1px solid #ccc;
    background: none; }
  .filters-panel .list-view button.btn.active {
    background: #5f87d1;
    color: #fff;
    border-color: #5f87d1;
    box-shadow: none; }
  .filters-panel .list-view button.btn.active:hover {
    background: #5f87d1;
    color: #fff; }
  .filters-panel .list-view button.btn:hover {
    color: #5f87d1;
    background: transparent;
    border-color: #5f87d1; }
  .filters-panel .list-view button.btn:focus {
    border-radius: 0;
    border-color: #5f87d1;
    outline: none; }
  .filters-panel .list-view .fa {
    margin: 0; }
  .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: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }
  .filters-panel .form-control, .filters-panel .btn {
    height: 28px;
    padding: 5px 15px; }

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
  padding: 0;
  width: 27px;
  height: 28px;
  line-height: 28px;
  text-align: center; }
  .box-pagination .pagination {
    display: block; }
/*================ PRODUCT LIST ===================*/
.product-layout .second_img .img_0 {
  right: 50%;
  top: 0;
  transform: translate(50%, 0); }

.products-list.grid {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .products-list.grid:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block; }
  .products-list.grid:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ddd;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block; }

.button-group {
  margin: 0 0 15px 0; }
  .button-group .addToCart {
    position: relative;
    border: 1px solid #ddd;
    background: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 13px;
    border-radius: 4px;
    z-index: 2;
    line-height: 34px;
    vertical-align: middle;
    -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 .addToCart:hover {
    background: #5f87d1;
    color: #fff;
    border-color: #5f87d1; }
  .button-group .wishlist, .button-group .compare {
    vertical-align: middle;
    background: white;
    border-radius: 0;
    border: 1px solid #ddd;
    min-width: 36px;
    height: 36px;
    text-align: center;
    color: #999;
    border-radius: 3px;
    -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: #5f87d1;
    color: #fff;
    background: #5f87d1; }

.products-list {
  /*----------------PRODUCT LIST GRID ------------------*/
  /*----------------PRODUCT LIST  ------------------*/ }
  .products-list .product-layout .left-block {
    position: relative;
    text-align: center; }
  .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 .description {
    margin-bottom: 20px; }
  .products-list .product-layout .quickview {
    cursor: pointer;
    display: block;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    font-size: 13px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    overflow: hidden;
    background: #5f87d1;
    color: #fff;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -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 .product-layout .quickview:hover {
    background: #555; }
  .products-list .product-layout .caption h4 {
    margin: 0 0 5px;
    font-size: 14px; }
  .products-list .product-layout .caption a {
    font-weight: bold;
    color: #555; }
  .products-list .product-layout .caption a:hover {
    color: #5f87d1; }
  .products-list .product-layout:hover .quickview {
    z-index: 99;
    transform: translate(-50%, -50%); }
  .products-list .product-layout:hover .left-block .countdown_box {
    z-index: 99;
    display: block;
    opacity: 0; }
  .products-list .product-layout:hover .right-block .caption h4 a {
    color: #5f87d1; }
  .products-list.grid {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 2;
    clear: both;
    vertical-align: top;
    /*----------------PRODUCT GRID - HOME 2   ------------------*/ }
  .products-list.grid .product-layout {
    padding: 0;
    text-align: center;
    display: block; }
  .products-list.grid .product-layout .product-item-container {
    padding: 10px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    overflow: hidden;
    -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; }
  .products-list.grid .product-layout .product-item-container .left-block .product-image-container {
    margin-bottom: 15px; }
    .products-list.grid .product-layout .product-item-container .left-block .quickview {
      top: 20%;
      opacity: 0; }
  .products-list.grid .product-layout .product-item-container .button-group {
    margin-bottom: 10px;
    font-size: 0; }
    .products-list.grid .product-layout .product-item-container .button-group .wishlist, .products-list.grid .product-layout .product-item-container .button-group .compare {
      opacity: 0;
      z-index: 1;
      font-size: 12px;
      margin: 0 4px;
      -webkit-transition: all 0.1s ease-in-out 0s;
      -moz-transition: all 0.1s ease-in-out 0s;
      transition: all 0.1s ease-in-out 0s; }
    .products-list.grid .product-layout .product-item-container .button-group .wishlist {
      -webkit-transform: translateX(40px);
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      transform: translateX(40px); }
    .products-list.grid .product-layout .product-item-container .button-group .compare {
      -webkit-transform: translateX(-40px);
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      transform: translateX(-40px); }
  .products-list.grid .product-layout .product-item-container:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.07) inset;
    -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 .button-group .wishlist, .products-list.grid .product-layout .product-item-container:hover .button-group .compare {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      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.grid .product-layout .product-item-container:hover .button-group .addToCart {
      background: #5f87d1;
      color: #fff;
      border-color: #5f87d1; }
  .products-list.grid .product-style2 .product-layout .product-item-container {
    padding: 0;
    border-width: 1px;
    overflow: hidden; }
  .products-list.grid .product-style2 .product-layout .product-item-container:hover {
    box-shadow: none; }
    .products-list.grid .product-style2 .product-layout .product-item-container:hover ul.list-inline {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .products-list.grid .product-style2 .product-layout .product-item-container:hover .btn-wishlist {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
    .products-list.grid .product-style2 .product-layout .product-item-container:hover .btn-compare {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
  .products-list.grid .product-style2 .product-layout .product-item-container .product-image-container {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd; }
  .products-list.grid .product-style2 .product-layout .product-item-container .box-label .label-product {
    top: -20px; }
  .products-list.grid .product-style2 .product-layout .product-item-container .box-label .label-product.label-new {
    right: -50px; }
  .products-list.grid .product-style2 .product-layout .product-item-container .box-label .label-product.label-sale {
    left: -50px; }
  .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
    display: block;
    opacity: 0; }
    .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li {
      vertical-align: top;
      padding: 0;
      float: right;
      border-left: 1px solid #ddd;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li:last-child {
      border: none; }
    .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li a, .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li button {
      padding: 9px 20px;
      background: #eee;
      color: #333;
      border-radius: 3px;
      border: none;
      border-radius: 0;
      background: #fff;
      border: none;
      color: #555;
      padding: 0;
      width: 40px;
      height: 40px; }
      .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li a:hover, .products-list.grid .product-style2 .product-layout .product-item-container ul.list-inline li button:hover {
        background: #5f87d1;
        border-color: #5f87d1;
        color: #fff; }
  .products-list.grid .product-style2 .product-layout .product-item-container .button-group {
    margin-bottom: 30px; }
    .products-list.grid .product-style2 .product-layout .product-item-container .button-group .addToCart {
      border-radius: 0; }
  .products-list.grid .product-style2 .product-layout .product-item-container .btn-wishlist {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }
  .products-list.grid .product-style2 .product-layout .product-item-container .btn-compare {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }
  .products-list.grid .product-style2 .product-layout .product-item-container .so-quickview {
    position: relative;
    z-index: 5; }
  .products-list.grid .product-style2 .product-layout .product-item-container .quickview {
    position: static;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
    box-shadow: none; }
  .products-list.list .caption h4 {
    font-size: 16px; }
  .products-list.list .button-group {
    font-size: 0; }
  .products-list.list .button-group .wishlist, .products-list.list .button-group .compare {
    opacity: 1;
    font-size: 12px;
    margin: 0 4px;
    transform: translateX(0); }
  .products-list.list .product-layout .product-item-container {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: -1px; }
  .products-list.list .product-layout .product-item-container .left-block .quickview {
    opacity: 0; }
  .products-list.list .product-layout .product-item-container .right-block {
    padding: 20px 15px; }
  .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;
      background: #5f87d1;
      color: #fff;
      border-color: #5f87d1; }
      .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
        background: #444;
        border-color: #444; }
/*===============================================
 [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-left: 15px;
    margin-top: 0; }
  #tab-review .form-group textarea {
    height: 150px; }

.product-view .content-product-left.class-honizol .full_slider, .product-view .content-product-left.class-honizol .not_full_slider {
  padding: 0 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; }
  .product-view .content-product-left .large-image .box-label {
    right: 15px; }
  .product-view .content-product-left .thumb-video {
    bottom: 10px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    left: 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: #5f87d1; }
  .product-view .content-product-left .full_slider .thumbnail.active, .product-view .content-product-left .not_full_slider .thumbnail.active {
    border-color: #5f87d1; }
  .product-view .content-product-left .full_slider .owl2-nav div, .product-view .content-product-left .not_full_slider .owl2-nav div {
    display: block;
    width: 20px;
    text-align: center;
    background: #ccc;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
    height: 100%;
    top: 0px; }
    .product-view .content-product-left .full_slider .owl2-nav div .fa, .product-view .content-product-left .not_full_slider .owl2-nav div .fa {
      font-size: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      top: 50%;
      display: block; }
    .product-view .content-product-left .full_slider .owl2-nav div:hover, .product-view .content-product-left .not_full_slider .owl2-nav div:hover {
      background: #5f87d1; }
    .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 {
      left: 0; }
    .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 {
      right: 0; }
  .product-view .content-product-right {
    overflow: hidden; }
  .product-view .content-product-right .title-product h1 {
    font-size: 24px;
    color: #333; }
  .product-view .content-product-right .box-review {
    margin-bottom: 20px; }
  .product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 0 0 10px; }
  @media (min-width: 992px) {
        .product-view .content-product-right .box-review .reviews_button {
          padding-right: 25px; } }
  .product-view .content-product-right .box-review a {
    color: #555; }
  .product-view .content-product-right .box-review a:hover {
    color: #5f87d1; }
  .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 {
    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;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: table-cell;
    vertical-align: top; }
  .product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
  .product-view .content-product-right .box-info-product {
    float: right;
    width: 100%;
    margin: 0 -10px 20px; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control {
    float: right;
    margin: 0;
    padding: 0 10px 0;
    position: relative; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control label {
    float: right;
    font-weight: 600;
    margin: 0;
    padding-left: 8px;
    line-height: 36px;
    text-transform: uppercase; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: right;
    height: 36px;
    line-height: 31px;
    margin: 0;
    margin-left: 17px;
    padding: 0 10px;
    width: 36px;
    border: 1px solid #ddd;
    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: right;
    font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
    border-radius: 0;
    cursor: pointer;
    line-height: 16px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
      background: none repeat scroll 0 0 #999;
      padding: 0 4px;
      position: absolute;
      left: 14px;
      top: 0;
      height: 18px;
      width: 16px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
      background: none repeat scroll 0 0 #999;
      font-size: 13px;
      padding: 0 4px;
      position: absolute;
      left: 14px;
      top: 18px;
      width: 16px;
      height: 18px;
      line-height: 15px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
      background: #5f87d1 !important; }
  .product-view .content-product-right .box-info-product .cart {
    float: right;
    margin-left: 10px;
    border-radius: 4px;
    overflow: hidden; }
  .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-left: 5px; }
  .product-view .content-product-right .box-info-product .cart input {
    background: #5f87d1;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 0 16px;
    height: 36px; }
    .product-view .content-product-right .box-info-product .cart input:hover {
      background: #444; }
  .product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-left: 2px; }
  .product-view .content-product-right .box-info-product .add-to-links ul li a {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    margin: 0px 3px 0px;
    color: #999;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.6s all ease 0s;
    position: relative;
    float: right; }
    .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: #5f87d1;
      color: #5f87d1; }
  .product-view .content-product-right .box-info-product .add-to-links .fa-chevron-right:before {
    content: "\f053"; }

#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-right: 0; }
  #product .box-date label {
    margin-left: 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-right: 0; }
  #product .box-date .input-group-btn {
    float: right; }
  #product .box-date button:hover {
    background: #5f87d1;
    color: #fff; }
  #product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #5f87d1;
    border-color: #5f87d1; }

.thumb-vertical-outer {
  width: 85px;
  position: relative;
  float: right;
  margin-left: 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-right: -10px;
    right: 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: #5f87d1; }
  .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: #5f87d1; }
  .thumb-vertical-outer ul li .thumbnail.active {
    border-color: #5f87d1; }
/*============PRODUCT TABS==================*/
.producttab .tabsslider {
  margin-bottom: 30px;
  padding: 0; }
  .producttab .tabsslider .nav-tabs li {
    margin: 0 0 -1px -1px;
    border: 1px solid #ddd;
    list-style: none;
    cursor: pointer;
    float: right;
    font-size: 16px;
    text-transform: uppercase; }
  .producttab .tabsslider .nav-tabs li a {
    font-weight: 600;
    border: none;
    padding: 0;
    color: #555;
    padding: 9px 30px;
    margin: 0;
    border-radius: 0; }
  .producttab .tabsslider .nav-tabs li.active, .producttab .tabsslider .nav-tabs li:hover {
    border-color: #5f87d1; }
  .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
    color: #fff;
    background: #5f87d1; }
  .producttab .tabsslider .tab-content {
    padding: 20px;
    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-left: 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%;
    right: -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-right-color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: transparent;
    color: #5f87d1; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-right: 1px solid #e6e6e6;
    min-height: 200px; }

#product-accordion {
  border: 1px solid #ddd;
  border-top: 4px solid #5f87d1; }
  #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: 0 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: #5f87d1; }
    #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;
    left: 0;
    top: -2px;
    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: #5f87d1; }
  #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==================*/
.releate-products .owl2-controls, div.so-extraslider.grid .owl2-controls {
  position: absolute;
  top: -34px;
  left: 0;
  display: inline-block; }
  .releate-products .owl2-controls .owl2-nav .owl2-next, div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next, .releate-products .owl2-controls .owl2-nav .owl2-prev, div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    border: 1px solid #ddd;
    margin: 0 3px;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    float: left; }
  .releate-products .owl2-controls .owl2-nav .owl2-next:hover, div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next:hover, .releate-products .owl2-controls .owl2-nav .owl2-prev:hover, div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev:hover {
    border-color: #5f87d1;
    color: #5f87d1; }
  .releate-products .modtitle, div.so-extraslider.grid .modtitle {
    margin-bottom: 20px; }
  .releate-products .item-element, div.so-extraslider.grid .item-element {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 15px 15px 0;
    margin: 0; }
  .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  ==================*/
#menu .btn-navbar {
  background: #5f87d1; }

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

.btn-shopping-cart .dropdown-menu {
  min-width: 350px;
  border-top: 3px solid #5f87d1; }
  .btn-shopping-cart .dropdown-menu:after {
    border-color: transparent transparent #5f87d1 transparent;
    border-width: 10px;
    top: -21px; }
  .btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #555; }
  .btn-shopping-cart .dropdown-menu .cart_product_name:hover {
    color: #5f87d1; }
  .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 .checkout {
    padding: 0 20px 10px; }
  .btn-shopping-cart .added_items {
    padding: 10px; }

header .searchbox .icon-search {
  background-color: #5f87d1; }

header #menu ul.nav > li.dropdown:hover .dropdown-menu::before {
  background-color: #5f87d1 !important; }

header #menu ul.nav > li > a:hover, .typeheader-1 .header-top-right ul.top-link > li:hover > a {
  color: #5f87d1 !important; }

.typeheader-1 .shopping_cart .btn-shopping-cart .shopcart, header #search .input-group-btn .btn-default {
  background: #5f87d1; }

header .header-top-left .fa, header .custom-phone .fa {
  color: #5f87d1 !important; }

header .btn-shopping-cart .dropdown-menu::after {
  border-color: transparent transparent #5f87d1; }

footer .newsletter .group-content h2, footer .footer-contactus li a, footer .footer-bottom .copyright-text a, footer .footer-tags a:hover, footer.footer-container .footer-top.footer-top-block ul.menu li a:hover, footer.footer-container .footer-top.footer-top-block ul.contact-address li .fa {
  color: #5f87d1 !important; }

footer .box-social .socials-footer li:hover, footer .newsletter .group-form .form-group .subcribe button {
  background-color: #5f87d1 !important; }
/*===============================================
 [SASS DIRECTORY ]
 ==============================================*/
#content {
  margin-bottom: 30px; }

.common-home #content {
  margin-bottom: 0px;
  background-color: #eee; }

.module h3.modtitle:before {
  z-index: 0; }

.common-home {
  /*.module{margin-bottom: 30px;
   h3.modtitle{
   border-bottom: 2px solid #ddd;
   margin: 0;
   height: 38px;
   position: relative;
   padding: 0;
   text-align: center;
   &:before{display: none;}
   > span{
   background: transparent;
   color: #333;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   &:after{
   content: "";
   width: 100%;
   height: 2px;
   position: absolute;
   bottom: 2px;
   background: $background;
   #{$left}: 0;
   }
   &:before{ display: none; }
   }
   }
   }*/ }
  @media (min-width: 1200px) {
  .common-home .col-bt-1 {
    width: 25%; }
  .common-home .col-bt-2 {
    width: 37.5%; }
  .common-home .col-bt-3 {
    width: 37.5%; } }
  .common-home .products-list.list-masonry .product-layout .product-item-container .label-sale .label-sale, .common-home .products-list.grid .product-layout .product-item-container .label-sale {
    top: 0; }
  .common-home .products-list.list-masonry .product-layout .product-item-container .label-sale .label-new, .common-home .products-list.grid .product-layout .product-item-container .label-new {
    top: 0; }

.common-home .module.icon-style h3.modtitle {
  font-size: 18px;
  display: inline-block;
  padding: 21px 60px 20px 45px; }

.common-home .module.icon-style h3.modtitle:after {
  background-image: url("../../images/sprites.png");
  background-repeat: no-repeat;
  background-position: 0 -89px;
  content: "";
  width: 24px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 20px; }

.title-underline h3.modtitle {
  border-bottom-width: 2px; }
  .title-underline h3.modtitle:after {
    height: 2px;
    margin-bottom: -2px; }

.icon-style {
  background: #fff; }
  .icon-style .title-head {
    position: relative;
    border-bottom: 1px solid #ddd; }
  .icon-style h3.modtitle {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #5f87d1;
    border-bottom: none;
    display: block;
    padding: 20px 25px 19px 25px;
    position: relative;
    margin-right: -11px; }
  .icon-style h3.modtitle:before {
    top: 100%;
    right: 0em;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-top: 10px solid #335fb1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent; }
  .icon-style h3.modtitle .fa {
    width: auto;
    color: #fff;
    font-size: 20px; }
/*.module.icon-style h3.modtitle {
 font-size: 14px;
 font-weight: bold;
 color: #444;
 text-transform: uppercase;
 padding: side-values( 12px 0 12px 50px);
 background: #eee;
 border-bottom: 1px solid $background;
 i.fa {
 height: 100%;
 width: 40px;
 line-height: 40px;
 text-align: center;
 position: absolute;
 top: 0;
 margin: 0;
 background: $background;
 color: #fff;
 font-size: 16px;
 #{$left}: 0;
 }
 }*/
.common-home .block_slide {
  margin-top: 30px; }
  .common-home .block_slide .slide-left {
    width: 76%;
    padding-left: 7px; }
  .common-home .block_slide .slide-right {
    width: 24%;
    padding-right: 0px; }
/************************************************************************************************
 SLIDESHOW  
 *************************************************************************************************/
.slide-left .owl-wrapper-outer {
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  direction: ltr; }
  .slide-left .owl-controls {
    /*.owl-dots{
     bottom: 0px;
     display: block ;
     position: absolute;
     z-index: 5;
     left: 48%;
     .owl2-dot span{
     width: 11px;
     height: 11px;
     background: rgba(255,255,255,0.4);
     border-radius: 0;
     }
     .owl2-dot.active span{
     border: 2px solid #fff;
     background: transparent;
     }
     }*/ }
  .slide-left .owl-controls .owl-buttons .owl-prev, .slide-left .owl-controls .owl-buttons .owl-next {
    height: 38px;
    width: 38px;
    border-radius: 38px;
    border: 2px solid #fff;
    overflow: hidden;
    opacity: 1;
    background: transparent;
    border-color: #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    text-shadow: none;
    margin-top: -20px; }
  .slide-left .owl-controls .owl-buttons .owl-prev i, .slide-left .owl-controls .owl-buttons .owl-next i {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: normal; }
  .slide-left .owl-controls .owl-buttons .owl-prev:hover, .slide-left .owl-controls .owl-buttons .owl-next:hover {
    color: #5f87d1;
    border-color: #5f87d1;
    background: transparent; }
    .slide-left .owl-controls .owl-buttons .owl-prev:hover i, .slide-left .owl-controls .owl-buttons .owl-next:hover i {
      color: #5f87d1; }
  .slide-left .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
    right: auto; }
  .slide-left .owl-controls .owl-buttons div.owl-next {
    right: 20px;
    left: auto; }
/************************************************************************************************
 HTML POLICY  
 *************************************************************************************************/
.custom-polyci {
  background: #fff;
  border-bottom: 3px solid #e5e5e5; }
  .custom-polyci .banner-info {
    padding: 20px 10px 12px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
    cursor: pointer;
    text-align: center; }
  .custom-polyci .banner-info:before {
    content: "";
    height: 40px;
    background: #ddd;
    width: 1px;
    position: absolute;
    left: 0; }
  .custom-polyci .banner-info.banner-info4:before {
    display: none; }
  .custom-polyci .banner-info img {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px; }
  .custom-polyci .banner-info .banner-cont {
    display: inline-block;
    text-align: right; }
  .custom-polyci .banner-info .banner-cont a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .custom-polyci .banner-info .banner-cont p {
    line-height: 100%;
    color: #999;
    text-transform: capitalize; }
/************************************************************************************************
 MODULE SO BASIC PRODUCT
 *************************************************************************************************/
.so-basic-product {
  overflow: unset;
  border-bottom: 3px solid #e5e5e5; }
  .so-basic-product .item-wrap {
    overflow: unset; }
  .so-basic-product .products-list.grid::before, .so-basic-product .products-list.grid::after {
    display: none; }
  .so-basic-product .products-list.grid .product-layout .product-item-container, .so-basic-product .products-list.grid {
    border: none; }
  .so-basic-product .products-list.grid .product-layout .product-item-container:hover {
    box-shadow: none; }
  .so-basic-product div.owl2-controls {
    position: absolute;
    top: -60px;
    left: 0; }
  .so-basic-product div.owl2-controls .owl2-nav {
    display: inline-block;
    z-index: 45;
    padding: 17px 0; }
  .so-basic-product div.owl2-controls .owl2-nav div.owl2-prev, .so-basic-product div.owl2-controls .owl2-nav div.owl2-next {
    height: 25px;
    width: 40px;
    line-height: 25px;
    opacity: 1;
    font-size: 25px;
    text-align: center;
    color: #ccc;
    border: none;
    border-radius: 0;
    margin: 0;
    float: left;
    display: inline-block; }
  .so-basic-product div.owl2-controls .owl2-nav div.owl2-prev:hover, .so-basic-product div.owl2-controls .owl2-nav div.owl2-next:hover {
    color: #5f87d1;
    border-color: #ccc; }
  .so-basic-product div.owl2-controls .owl2-nav div.owl2-prev {
    border-right: 1px solid #ddd; }
  .so-basic-product .owl2-stage-outer {
    direction: ltr; }
/************************************************************************************************
 BANNER CENTER
 *************************************************************************************************/
.custom-img-center {
  clear: both;
  overflow: hidden; }
  .custom-img-center .box-img {
    float: right; }
/************************************************************************************************
 MODULE LASTET BLOG
 *************************************************************************************************/
.module.custom-ourblog {
  margin-bottom: 6px; }
  .module.custom-ourblog .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  .module.custom-ourblog .so-blog-external {
    overflow: visible;
    position: relative; }
  .module.custom-ourblog .blog-external {
    border: none;
    margin-top: 15px; }
  .module.custom-ourblog .blog-external .so-block {
    padding: 0; }
  .module.custom-ourblog .blog-external .media-body {
    display: table;
    width: 100%;
    padding-top: 20px; }
  .module.custom-ourblog .blog-external .media-body .media-date-added {
    display: table-cell;
    color: #222;
    vertical-align: top;
    font-size: 14px;
    background: #eee;
    padding: 13px 20px;
    text-align: center; }
  .module.custom-ourblog .blog-external .media-body .media-date-added span {
    text-transform: uppercase;
    font-weight: bold; }
  .module.custom-ourblog .blog-external .media-body .media-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px; }
  .module.custom-ourblog .blog-external .media-body .media-content .media-heading a {
    padding: 0;
    font-weight: bold;
    color: #444; }
    .module.custom-ourblog .blog-external .media-body .media-content .media-heading a:hover {
      color: #5f87d1; }
  .module.custom-ourblog .blog-external .media-body .media-content .description {
    font-size: 12px;
    line-height: 20px;
    color: #777; }
  .module.custom-ourblog .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    border-radius: 0;
    z-index: 9;
    opacity: 1;
    position: absolute;
    top: 37%;
    margin-top: -15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s;
    transform: scale(0);
    text-align: center; }
  .module.custom-ourblog .owl2-nav div.owl2-prev {
    left: -20px; }
  .module.custom-ourblog .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 35px;
    padding: 10px;
    font-size: 28px; }
  .module.custom-ourblog .owl2-nav div.owl2-next {
    right: -18px; }
  .module.custom-ourblog .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 35px;
    padding: 10px;
    font-size: 28px; }
  .module.custom-ourblog .owl2-nav div:hover {
    background-color: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }
  .module.custom-ourblog:hover .owl2-nav div {
    transform: scale(1); }
/************************************************************************************************
 DEFFAULT BESTSELLER HOME
 *************************************************************************************************/
.bestseller {
  clear: inherit; }
  .bestseller h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 12px;
    color: #222;
    text-transform: uppercase; }
  .bestseller .description, .bestseller .button-group {
    display: none; }
  .bestseller .product-layout {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
  .bestseller .product-layout .image {
    float: right;
    border: 1px solid #eee;
    width: 70px;
    padding: 10px;
    margin-left: 20px; }
  .bestseller .product-layout .image:hover {
    border-color: #5f87d1; }
  .bestseller .product-layout .caption {
    float: right;
    display: block;
    margin-top: -5px; }
  .bestseller .product-layout .caption h4 {
    margin: 0 0 2px; }
  .bestseller .product-layout .caption h4 a {
    font-size: 14px;
    font-weight: bold;
    color: #222; }
    .bestseller .product-layout .caption h4 a:hover {
      color: #5f87d1; }
  .bestseller .product-layout .caption .ratings {
    margin-top: -5px;
    margin-bottom: 6px; }
  .bestseller .product-layout .caption .price {
    margin-bottom: 0; }
  .bestseller .product-layout .price .price-new, .bestseller .product-layout .price span.price {
    font-size: 16px; }
/************************************************************************************************
 SHORTCODE TESTIMONEL
 *************************************************************************************************/
.module.cus-testimo {
  margin-bottom: 0; }
  .module.cus-testimo div.clients_say {
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0; }
  .module.cus-testimo div.clients_say .block_content {
    padding: 16px 0 15px; }
  .module.cus-testimo div.clients_say .block_content .text {
    line-height: 20px;
    font-style: italic;
    color: #666; }
  .module.cus-testimo div.clients_say .block_content .info {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 5px; }
  .module.cus-testimo div.clients_say .block_content .info .image {
    float: right;
    margin-left: 10px; }
    .module.cus-testimo div.clients_say .block_content .info .image img:hover {
      opacity: 0.8; }
  .module.cus-testimo div.clients_say .block_content .info .author {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    color: #5f87d1; }
  .module.cus-testimo div.clients_say .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  .module.cus-testimo div.clients_say .owl2-controls .owl2-dots {
    background-color: #eee;
    width: auto;
    bottom: 0;
    margin: 0px -18px 0;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    left: 0; }
  .module.cus-testimo div.clients_say .owl2-controls .owl2-dots .owl2-dot {
    width: 10px;
    float: none;
    height: 10px;
    border: 1px solid #eee;
    background-color: #bbb;
    margin: 0 2px;
    display: inline-block;
    border-radius: 50%; }
    .module.cus-testimo div.clients_say .owl2-controls .owl2-dots .owl2-dot span {
      background: none; }
    .module.cus-testimo div.clients_say .owl2-controls .owl2-dots .owl2-dot.active {
      background-color: #999;
      border: 1px solid #fff; }
/************************************************************************************************
 EXTRA SLIDER
 *************************************************************************************************/
.module.best-seller .so-extraslider .item .item-wrap.style1 {
  border-color: #ddd; }
  .module.best-seller .so-extraslider .extraslider-inner {
    border-color: #ddd;
    margin-top: 30px; }
  .module.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 15px 0 10px; }
  .module.best-seller .so-extraslider .owl2-controls {
    margin: 0;
    top: 8px; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    z-index: 501;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    font-weight: normal;
    text-align: center;
    margin: 0 2px;
    position: static; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-prev {
    right: 30px; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 22px;
    font-size: 17px; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-next {
    right: 0; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 22px;
    font-size: 17px; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div:hover {
    background-color: #5f87d1;
    border-color: #5f87d1;
    color: #fff; }

.products-list.list-masonry .product-layout .product-item-container, .products-list.grid .product-layout .product-item-container {
  border-color: #ddd; }
/************************************************************************************************
 TESTIMONIAL
 *************************************************************************************************/
.testimonial {
  position: relative;
  top: 0;
  padding: 10px 20px;
  background-color: #eee; }
  .testimonial .owl-carousel {
    background: none; }
  .testimonial .block-title {
    position: relative; }
  .testimonial .block-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #222; }
  .testimonial .item-img-info {
    float: left;
    width: 65px;
    background-color: #eee; }
  .testimonial .item-img-info img {
    width: 65px;
    height: 65px;
    border-radius: 4px; }
  .testimonial .item-img-info img:hover {
    opacity: 0.8; }
  .testimonial .item-wrap-inner {
    background-color: #eee;
    margin: 0 !important;
    padding: 0 !important; }
  .testimonial .item-info {
    margin-left: 80px;
    font-style: italic;
    position: relative;
    top: -4px;
    background-color: #eee;
    text-align: right !important; }
  .testimonial .item-info h5 {
    padding: 17px 0px 0;
    font-size: 15px;
    font-weight: 600;
    margin-top: -3px;
    font-style: normal;
    color: #e74c3c;
    margin-bottom: 0; }
  .testimonial .extraslider-inner, .testimonial .item-wrap-inner {
    overflow: visible; }
  .testimonial .owl2-controls {
    position: absolute;
    top: -40px;
    left: -3px; }
  .testimonial .owl2-controls .owl2-dots {
    display: none !important; }
  .testimonial .owl2-controls .owl2-nav {
    float: left; }
  .testimonial .owl2-controls .owl2-nav div {
    transform: translateY(0%);
    width: auto;
    font-size: 0;
    font-weight: bold;
    position: static;
    padding: 5px;
    cursor: pointer;
    display: inline;
    background: none; }
  .testimonial .owl2-controls .owl2-nav div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px; }
  .testimonial .owl2-controls .owl2-nav div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px; }
  .testimonial .owl2-controls .owl2-nav div:hover {
    background-color: transparent !important;
    color: #5f87d1; }
/************************************************************************************************
 SHORT CODE SERVICES
 *************************************************************************************************/
.list-services {
  display: block;
  overflow: hidden; }
  .list-services li a {
    border: 3px solid #ddd;
    display: block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; }
  .list-services li a:hover {
    border-color: #5f87d1; }
/************************************************************************************************
 SHORT CODE CONTENT SLIDER BRAND
 *************************************************************************************************/
@media (min-width: 1200px) {
    .box_banner {
      width: 26.2%;
      padding-right: 10px; }
      .box_banner .banner-right {
        margin: 0; } }
  .box_banner li {
    margin-bottom: 10px; }
  .box_banner li a {
    position: relative;
    display: block; }
  .box_banner li 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; }
  .box_banner li a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%; }

@media (min-width: 1200px) {
    .box_slider {
      width: 73.8%;
      padding-left: 0; } }
/************************************************************************************************
 SHORT CODE CONTENT SLIDER BRAND
 *************************************************************************************************/
.top-brand.arrow-default {
  border: 1px solid #ddd;
  padding: 15px;
  direction: ltr; }
  .top-brand.arrow-default .owl2-controls {
    margin: 0; }
  .top-brand.arrow-default .owl2-nav [class*='owl2-'] {
    opacity: 1;
    background: none !important;
    color: #555;
    height: 34px;
    width: 34px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 24px;
    line-height: 32px;
    margin-top: -17px;
    border-radius: 0;
    background: #fff !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .top-brand.arrow-default .owl2-nav [class*='owl2-']:hover {
    color: #5f87d1; }
  .top-brand.arrow-default .owl2-nav [class*='owl2-']:hover {
    background: #5f87d1 !important;
    color: #fff !important;
    opacity: 1 !important;
    border-color: #5f87d1; }
  .top-brand.arrow-default .owl2-nav .owl2-prev {
    left: -16px; }
  .top-brand.arrow-default .owl2-nav .owl2-prev:before {
    content: "\f104"; }
  .top-brand.arrow-default .owl2-nav .owl2-next {
    right: -16px; }
  .top-brand.arrow-default .owl2-nav .owl2-next:before {
    content: "\f105"; }
/************************************************************************************************
 BLOCK BANNER CT
 *************************************************************************************************/
.module.custom-bannerct {
  margin-bottom: 33px; }
  .module.custom-bannerct .banner-ct2 {
    margin-bottom: 30px; }
/************************************************************************************************
 BLOCK BANNER BT
 *************************************************************************************************/
.module.custom-bannerbt {
  padding: 0 30px; }
  .module.custom-bannerbt .banner-bt {
    position: relative;
    text-align: center; }
  .module.custom-bannerbt .banner-bt .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .module.custom-bannerbt .banner-bt .banner-cont .btn-df {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #ffd741;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    letter-spacing: 1px;
    margin-top: 10px; }
  .module.custom-bannerbt .banner-bt .banner-cont .btn-df:hover {
    opacity: 0.8; }
  .module.custom-bannerbt .banner-bt.banner-bt1 .banner-cont {
    margin: 0 10%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 2px -2px rgba(192, 192, 192, 0.6); }
  .module.custom-bannerbt .banner-bt.banner-bt1 .banner-cont h3 {
    font-size: 40px;
    color: #222;
    font-weight: 300; }
  .module.custom-bannerbt .banner-bt.banner-bt1 .banner-cont .des {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    margin-top: 10px; }
  .module.custom-bannerbt .banner-bt.banner-bt2 .banner-cont {
    color: #fff;
    padding: 20px;
    width: 100%; }
  .module.custom-bannerbt .banner-bt.banner-bt2 .banner-cont h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 300; }
  .module.custom-bannerbt .banner-bt.banner-bt2 .banner-cont p {
    font-size: 28px; }
/************************************************************************************************
 BLOCK BRAND
 *************************************************************************************************/
.module.custom-brand {
  margin: 0; }
  .module.custom-brand .owl2-controls {
    display: none; }
  .module.custom-brand img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden; }
  .module.custom-brand img:hover {
    opacity: 0.7; }
/************************************************************************************************
 BLOCK BRAND
 *************************************************************************************************/
.section-bottom {
  background: url("../../images//bg-brand.png") repeat bottom right;
  padding: 20px 0; }
  @media (min-width: 1200px) {
  .section-bottom {
    padding: 45px 0; } }
