@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*******************************************************
 Style Color
 ********************************************************/
.subprice {
  display: none; }
.no-margin {
  margin: 0 !important; }
/* @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:hover:before, .banners-effect-5 .banners > div a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden; }
.banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }

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

.banners-effect-6 .banners > div a img {
  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: #fff; }

.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 {
  border-radius: 5px;
  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;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden; }

.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%); }
/* @end */
/*Dev Custom */
/*===============================================
 [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;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.back-to-top.hidden-top {
  bottom: -100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.back-to-top:hover {
  background-color: #be201b; }
.back-to-top i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block; }
/*============SOCIAL ACCOUNTS ==================*/
.social-widgets {
  position: fixed;
  z-index: 999;
  top: 50%;
  height: 0;
  width: 0;
  left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-switcher {
  text-align: center;
  float: right;
  display: none;
  width: 45px;
  height: 45px;
  margin-bottom: -47px;
  background: #be201b !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;
  position: relative;
  overflow: hidden;
  background: transparent url(../../images/lazy-loader.gif) no-repeat center center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  90%, 100% {
    transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
    background-color: #be201b; } }

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

button, input, select, textarea:focus {
  outline: none !important; }
/*OWL STYLE*/
.owl2-controls .owl2-nav div {
  overflow: visible;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.owl2-controls .owl2-nav div:hover {
  /*color: #fff;
  background: #be201b;
  border-color: #be201b;*/ }
.owl2-controls .owl2-nav div.owl2-next {
  right: 0; }
.owl2-controls .owl2-nav div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome; }
.owl2-controls .owl2-nav div.owl2-prev {
  left: 0; }
.owl2-controls .owl2-nav div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome; }
/*===============================================
 [SASS DIRECTORY ]
 [1] OVERLAY PATTER
 ==============================================*/
/*============OVERLAY PATTERN  ==================*/
/* 1. Overlay pattern ---------------------*/
body.no-bgbody {
  background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

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

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #be201b;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }
/*===============================================
 [SASS DIRECTORY ]
 [1] PAGE ACCOUNT
 [2] PAGE INFORMATION
 [3] PAGE CHECKOUT
 [4] LANGUAGE CURENTY
 [5] CSS FEAFURE MENU DEMO
 ==============================================*/
/*============PAGE ACCOUNT ==================*/
.account-login .well, .affiliate-login .well {
  min-height: 395px; }

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

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

.navbar-default {
  background: transparent; }
/* @group List Box */
.list-box {
  list-style: none;
  margin: 0px;
  padding: 0px; }

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

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

.list-box li a {
  display: inline-block;
  word-wrap: break-word;
  padding: 8px 0;
  margin-right: 5px;
  color: #555; }
.list-box li a:hover {
  color: #be201b; }
/* @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: #be201b; }

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

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

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

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

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

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

.table-responsive .table thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
.table-responsive .table tbody td.text-left a {
  font-weight: bold;
  color: #40484e;
  font-size: 16px;
  margin-left: 15px;}
.table-responsive .table tbody td.text-left:hover a {
  color: #be201b; }
/*============LANGUAGE CURENTY ==================*/
.btn-group .btn-link {
  text-align: left;
  background: transparent !important;
  text-decoration: none;
  padding: 5px 10px;
  color: #40484e;
  font-weight: normal;
  color: #555;
  position: relative;
  z-index: 1; }
.btn-group .btn-link:hover {
  color: #be201b; }

.dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left;
  padding: 5px 10px;
  line-height: 24px; }
.dropdown-menu .btn-block:hover {
  background: #f7f7f7; }

body.account-voucher, body.affiliate-register, body.account-register, body.product-search {
  background: #fff; }
/*============ CSS FEAFURE MENU DEMO ==================*/
.feature-layout .image-link {
  position: relative;
  z-index: 2; }
.feature-layout .image-link a {
  color: #40484e; }
.feature-layout .image-link .btn {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  left: 50%;
  margin: -30px 0 0 -50px;
  z-index: 5;
  border-radius: 0;
  background: #be201b;
  border: none;
  color: white;
  opacity: 0;
  transition: all ease-in-out 0.3s; }
.feature-layout .image-link img {
  transition: all ease-in-out 0.3s;
  webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden; }
.feature-layout .image-link .figcaption {
  font-size: 14px;
  padding: 15px 0 0;
  overflow: hidden;
  display: block; }
.feature-layout .image-link:hover .btn {
  border: none;
  opacity: 1;
  top: 50%;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden; }
.feature-layout .image-link:hover .btn:hover {
  background: #a49440; }
.feature-layout .image-link:hover img {
  opacity: 0.6;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden; }

.feafure.with-sub-menu .feafure-dr {
  text-align: left; }
.feafure.with-sub-menu .feafure-dr h3.title-feature {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #40484e;
  margin-bottom: 15px; }
.feafure.with-sub-menu .feafure-dr ul.row-list {
  list-style: none;
  padding: 0; }
.feafure.with-sub-menu .feafure-dr li {
  line-height: 30px; }
.feafure.with-sub-menu .feafure-dr li a {
  font-size: 12px;
  position: relative;
  color: #40484e; }
.feafure.with-sub-menu .feafure-dr li a:hover {
  color: #be201b; }
.feafure.with-sub-menu .feafure-dr .layout-color li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  color: #40484e; }
.feafure.with-sub-menu .feafure-dr .layout-color li a:hover {
  color: #be201b; }
.feafure.with-sub-menu .feafure-dr .layout-color li a:before {
  content: "";
  display: inline-block;
  width: 20px !important;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
  left: 0; }
.feafure.with-sub-menu .feafure-dr .layout-color li.orange a:before {
  background: #ff8357; }
.feafure.with-sub-menu .feafure-dr .layout-color li.blue a:before {
  background: #00a9df; }
.feafure.with-sub-menu .feafure-dr .layout-color li.brown a:before {
  background: #be201b; }
.feafure.with-sub-menu .feafure-dr .layout-color li.green a:before {
  background: #79b6a0; }
.feafure.with-sub-menu .feafure-dr .layout-color li.red a:before {
  background: #eb4b2b; }
/*INFOMATION*/
.module-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px; }
.module-content .list-box li {
  position: relative;
  padding-left: 15px; }
.module-content .list-box li:before {
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  background: #999;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.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: #be201b;
  bottom: -10px; }

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

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

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

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

.media-box-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #be201b;
  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: #be201b;
  border-radius: 0; }
.btn-default:hover {
  background: #be201b; }

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

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

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

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

.decimal-list li {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 18px;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative; }
.decimal-list li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #be201b;
  font-weight: 500;
  left: 0; }

.page_warranity p {
  font-size: 14px; }
/*CONTACT*/
.information-information-4, .information-contact {
  background: #fff; }

#map-canvas {
  height: 300px;
  width: 100%;
  margin: 0px 0 10px;
  border: 5px solid #fff; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
/*============MODULE DEFAULT ==================*/
.module {
  margin-bottom: 40px; }
.module h3.modtitle {
  font-size: 20px !important;
  background: #be201b;
  margin: 0 0 0px;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #fff; }

.slider-container-full .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.title-underline h3.modtitle {
  font-size: 16px;
  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: 50%;
  height: 1px;
  background: #be201b;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px; }

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

.common-home footer.footer .so-spotlight6.block-newleter {
  margin: 0; }

.footer-newsletter .show-error {
  color: red;
  margin: 0px;
  position: absolute;
  background: #fff;
  padding: 2px 15px;
  border-radius: 3px;
  z-index: 99;
  top: -20px;
  border: 2px solid #bead59; }
.footer-newsletter .show-error:before {
  content: "\f12a";
  font-family: FontAwesome;
  border: 1px solid;
  padding: 2px 6px;
  margin-right: 2px; }

@media (min-width: 992px) {
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content {
    padding: 105px 15px 0 415px !important;
    width: 820px;
    height: 470px;
    text-align: center;
    background: url("../../images/bg_newsletter.jpg") no-repeat top left;
    margin: 15px; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-size: 34px !important;
    color: #40484e !important;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 !important; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content p.newsletter_promo {
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .input-control {
    position: relative; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup input {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    color: #b2b2b2 !important;
    padding: 0 118px 0 15px;
    margin-right: 5px; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    background-color: #be201b;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
    right: 0; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail i {
    display: none; }
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail:hover {
    background: #a49440;
    opacity: 1; } }
/*============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: #be201b; }
.blog-category ul li.list-group-item .active, .blog-category ul li.list-group-item .active:hover {
  color: #be201b; }
/*============MODULE FILTER ==================*/
.so-filter-content-opts-container .option-count {
  background: #999;
  min-width: 24px;
  text-align: center; }
.so-filter-content-opts-container .option-count:not(.opt_close):after {
  border-right-color: #999; }

.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  font-size: 14px;
  color: #555; }
.so_filter_wrap .modcontent .so-filter-heading i {
  float: right; }
.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
  float: right; }
/*============MODULE CATEGORY ==================*/
.box-category {
  border: 1px solid #ddd;
  padding: 10px 20px 20px;
  background: #fff; }

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

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

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

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

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

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

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

.box-category ul li .head a {
  padding: 9px 12px;
  color: #fff;
  text-transform: capitalize;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #999;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 3px; }
.box-category ul li .head a:hover {
  background: #be201b;
  border-color: #be201b;
  color: #fff;
  border-radius: 0; }
.box-category ul li .head a:hover {
  background: #be201b; }

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

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

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

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

.box-category ul li ul li a:hover:before {
  margin-right: 10px; }
/*============MODULE BASIC PRODUCT ==================*/
.basic-product-list .item-element {
  margin-bottom: 20px; }
.basic-product-list .item-element:hover .image {
  border-color: #be201b; }
.basic-product-list .image {
  float: left;
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 20px; }
.basic-product-list .caption {
  overflow: hidden; }
.basic-product-list h4 {
  font-size: 15px;
  margin: 0 0 5px; }
.basic-product-list h4 a {
  color: #555; }
.basic-product-list h4 a:hover {
  color: #be201b; }
/*---[MODULE BASIC LISTING]---*/
.module.custom-basic-listing {
  margin-bottom: 30px; }
.module.custom-basic-listing .item-element {
  margin-top: 20px; }
.module.custom-basic-listing .item-inner:hover .image img {
  border-color: #be201b; }
.module.custom-basic-listing .product-thumb .image {
  padding: 0;
  float: left;
  margin-right: 20px; }
.module.custom-basic-listing .product-thumb .image img {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.module.custom-basic-listing .product-thumb .caption {
  padding: 0; }
.module.custom-basic-listing .product-thumb .caption h4 {
  margin-top: 0; }
.module.custom-basic-listing .product-thumb .caption h4 a {
  font-size: 14px;
  color: #40484e;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: -1px; }
.module.custom-basic-listing .product-thumb .caption h4 a:hover {
  color: #be201b; }
/*[ MODULE CUSTOM TAG ]*/
.module.custom-tag .box-content {
  padding: 0;
  border: none;
  background: transparent;
  margin-top: 20px; }
.module.custom-tag .box-content a {
  background: #fff;
  padding: 4px 10px;
  color: #40484e;
  float: left;
  margin: 2px;
  border-radius: 3px; }
.module.custom-tag .box-content a:hover {
  background: #be201b;
  color: #fff; }

.so-onepagecheckout .col-left .login-box, .so-onepagecheckout .checkout-content {
  background: transparent; }

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

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

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

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

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

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

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

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

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

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

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

#so-groups div.nav-secondary li a:hover {
  color:#be201b;
}
/* ************************************************************************************************
 CMS Pages Styles
 ************************************************************************************************ */
/*==========================SMART BLOG =======================*/
div.blog-item .itemBlogContent {
  display: block;
  clear: both;
  margin-top: -8px; }
div.blog-item .itemBlogContent h4.blog-title {
  font-size: 18px;
  margin: 0px 0px 8px; }
div.blog-item .itemBlogContent h4.blog-title a {
  color: #40484e; }
div.blog-item .itemBlogContent h4.blog-title a:hover {
  color: #be201b; }
div.blog-item .itemBlogContent .blog-header .created {
  height: auto;
  background: transparent;
  color: #999;
  padding: 0; }
div.blog-item .itemBlogContent .blog-header .created i {
  margin-right: 5px; }

.blog-listitem .blog-item .itemBlogContent .article-description {
  display: block !important; }

.itemBlog-header {
  margin-bottom: 38px; }
.itemBlog-header .blog-meta {
  border: 0;
  color: #999; }
.itemBlog-header .blog-meta > span {
  padding: 0 11px;
  line-height: 14px; }
.itemBlog-header .blog-meta > span.created {
  padding-left: 0; }

.blog-listitem.grid .blog-item .itemBlogContent .blog-meta {
  padding-bottom: 0; }

.simple_blog-category .pagination > li > a, .simple_blog-category .pagination > li > span {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 2px;
  padding: 0; }
.simple_blog-category .pagination > li {
  display: inline; }
/*==================Blog category ==================*/
.blog-category h2.box-heading {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 6px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
.blog-category h2.box-heading:after {
  content: " ";
  width: 50%;
  height: 1px;
  background: #be201b;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px; }
/*=======================BLOG LATEST ===================*/
.simple_blog-article-view .article-image {
  margin-bottom: 30px; }
.simple_blog-article-view div.article-info .article-title h1 {
  margin-bottom: 5px; }
/*======================BLOG COMMENT ==================*/
.blog-listitem.list .itemBlogImg.left-block {
  padding-right: 30px; }
/*SO LATSET*/
.so-latest-blog {
  border: 1px solid #e9e9e9 !important;
  padding: 15px 15px 8px;
  border-radius: 0; }
.so-latest-blog > h3 {
  font-size: 18px;
  border-bottom: 1px solid #f6a873;
  margin: 0 0 15px;
  padding: 5px 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #121212; }
.so-latest-blog .cat-wrap {
  display: inline-block;
  width: 100%; }
.so-latest-blog .blog-external-simple {
  /*display: inline-block;*/ }
.so-latest-blog .blog-external-simple .media-left {
  display: inline-block;
  float: left;
  padding-right: 20px; }
.so-latest-blog .blog-external-simple .media-body {
  padding-top: 7px; }
.so-latest-blog .blog-external-simple .media-body .fa-calendar {
  display: none; }
.so-latest-blog .blog-external-simple .media-body .media-heading a {
  font-size: 13px;
  font-weight: 300;
  color: #545454;
  text-transform: capitalize; }
.so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
  color: #be201b; }
.so-latest-blog .blog-external-simple .media-body .media-date-added {
  font-size: 12px;
  color: #be201b; }
/*===================PAV PAGINATION =============*/
.filters-panel .pagination {
  margin: 0px; }
/*---------------------- SIMPLE BLOG --------------------------*/
.blog-header {
  margin-bottom: 10px; }
.blog-header h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

.blog-listitem.list .left-block, .blog-listitem.list .right-block {
  padding: 0; }
/*BLOG LISTING*/
.blog-listitem.list div.blog-item .itemBlogContent {
  clear: initial; }
.blog-listitem.list .itemBlogContent .blog-meta {
  padding-bottom: 0 !important; }
.blog-listitem.list .blog-bg {
  position: relative;
  padding-top: 15px; }
.blog-listitem.list .blog-bg .blog-date {
  position: absolute;
  top: 0;
  background: #be201b;
  text-align: center;
  padding: 28px 22px 26px;
  z-index: 1;
  left: 0; }
.blog-listitem.list .blog-bg .blog-date .date-day {
  font-size: 22px;
  line-height: 21px;
  color: #fff;
  display: block;
  font-weight: bold; }
.blog-listitem.list .blog-bg .blog-date .date-mon {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: bold; }
.blog-listitem.list .blog-bg a.see-more {
  font-size: 12px;
  color: #fff;
  background: #999;
  border-radius: 3px;
  display: inline-block;
  padding: 0 17px;
  line-height: 30px;
  margin-top: 10px; }
.blog-listitem.list .blog-bg a.see-more b {
  font-weight: normal; }
.blog-listitem.list .blog-bg a.see-more:hover {
  background: #be201b; }
.blog-listitem.grid .blog-bg {
  background: #fff; }
.blog-listitem.grid .blog-item .blog-date {
  display: none; }
.blog-listitem.grid .blog-item .article-title h4 a {
  font-size: 14px;
  color: #1e1e1e; }
.blog-listitem.grid .blog-item .article-title h4 a:hover {
  color: #be201b; }
.blog-listitem.grid .blog-item .blog-data {
  padding: 15px 20px 20px; }
.blog-listitem.grid .blog-item .blog-data .blog-meta {
  font-size: 11px;
  color: #bbb;
  margin-right: 15px; }
.blog-listitem.grid .see-more {
  display: none !important; }

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

.rtl .blog-category ul li.list-group-item i.fa {
  padding-right: 5px;
  padding-left: 0;
  transform: rotate(180deg); }

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

.blog-listitem {
  margin: 0 -15px; }
.blog-listitem .blog-item {
  margin-bottom: 30px; }
.blog-listitem .blog-item .itemBlogImg .article-image {
  margin-bottom: 0px;
  position: relative;
  z-index: 1; }
.blog-listitem .blog-item .itemBlogImg img {
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 100%; }
.blog-listitem .blog-item .itemBlogContent .article-title h4 {
  margin: 0px 0px 8px; }
.blog-listitem .blog-item .itemBlogContent .article-title h4 a {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: bold;
  text-transform: uppercase; }
.blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
  color: #be201b; }
.blog-listitem .blog-item .itemBlogContent .article-sub-title {
  border: 0;
  margin-bottom: 0;
  display: inline; }
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
  font-size: 11px;
  color: #999; }
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
  margin-right: 5px; }
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date b {
  font-weight: normal; }
.blog-listitem .blog-item .itemBlogContent .article-description {
  padding: 8px 0;
  font-size: 12px;
  color: #666; }
.blog-listitem .blog-item .itemBlogContent .blog-meta {
  display: inline-block;
  line-height: 10px;
  padding: 10px 0 20px;
  clear: both; }
.blog-listitem .blog-item .itemBlogContent .blog-meta i {
  padding-right: 5px;
  color: #bbb; }
.blog-listitem .blog-item .itemBlogContent .blog-meta > span {
  line-height: 15px;
  font-weight: normal;
  float: left;
  font-size: 11px;
  color: #bbb;
  margin-right: 15px;
  padding-right: 20px; }
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
  padding-left: 0;
  color: #737373; }
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
  font-size: 11px;
  color: #bbb; }
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
  color: #be201b; }
/*BLOG CATRGORIES*/
.blog-category {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent; }
.blog-category.module h3.modtitle {
  margin: 0; }
.blog-category .box-content {
  padding: 10px 25px; }
.blog-category .box-content ul {
  margin-bottom: 0; }
.blog-category ul li.list-group-item {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0; }
.blog-category ul li.list-group-item i.fa {
  padding-right: 5px; }
.blog-category ul li.list-group-item:last-child {
  border: none;
  padding-bottom: 0; }
.blog-category ul li.list-group-item a {
  border-radius: 0;
  border: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 34px;
  color: #40484e; }
.blog-category ul li.list-group-item a:hover {
  padding-left: 5px;
  color: #be201b; }

#blog-search {
  display: none; }
/*--------------------ARTICLE INFO ------------------*/
div.article-info {
  border: 0; }
div.article-info .article-title h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: bold;
  padding-bottom: 1px; }
div.article-info .article-sub-title {
  float: left;
  width: 100%;
  border: 0;
  padding-top: 7px;
  margin-bottom: 20px; }
div.article-info .article-sub-title span {
  font-weight: bold;
  display: block;
  float: left;
  font-size: 11px;
  color: #bbb;
  line-height: 11px;
  padding: 0 11px;
  font-weight: normal !important; }
div.article-info .article-sub-title span.bullet {
  display: none; }
div.article-info .article-sub-title span b {
  font-weight: normal; }
div.article-info .article-sub-title span.article-author {
  padding-left: 0; }
div.article-info .article-sub-title span.article-author a {
  font-size: 11px;
  color: #bbb;
  font-weight: normal; }
div.article-info .article-sub-title span.article-comment {
  border-right: 0; }
div.article-info .article-sub-title .article-share {
  display: none; }
div.article-info .article-image {
  clear: both; }
div.article-info .article-image img {
  border: 0;
  border-radius: 0;
  padding: 0;
  height: auto;
  width: 100%; }
div.article-info .article-description {
  font-size: 12px;
  color: #666; }
div.article-info .related-comment {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
  box-shadow: none;
  margin-top: 40px;
  background: transparent; }
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: #be201b;
  border-color: #be201b;
  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: #40484e;
  border-color: #40484e; }
div.article-info #comment-list h5 {
  display: none; }
div.article-info #comment-list a {
  color: #be201b; }
div.article-info .itemFullText {
  text-align: justify; }
/*============ARTICLE COMMENTS==================*/
.comments {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

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

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

.blog-comment-info textarea.form-control, .blog-comment-info input.form-control {
  border: 1px solid #ddd;
  background: #fff; }
/*===============================================
 [SASS DIRECTORY ]
 [1] HEADING
 [2] LINK & COLUMN
 [3] BLOCK FORM
 [4] BLOCK TABLE
 ==============================================*/
/*================ HEADING ===================*/
html {
  width: 100%;
  outline: 0 !important;
  direction: ltr; }

body {
  color: #40484e;
  font-size: 14px;
  line-height: 23px;
  background: #fff;
  font-weight: 400;
}

so-extraslider-ltr > h3 {
  font-size: 40px !important;
}

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

h1 {
  font-size: 31px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 11px; }
/*================ LINK & COLUMN ===================*/
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 {
  display: inline-block;
  background-color: #a940484e2;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }
.header-top-left .dropdown-menu a {
  color: #000 !important; }
.header-top-left .dropdown-menu a:hover {
  color: #be201b !important; }

.header-top-left a {
  color: #000 !important; }
a {
  color: #40484e; }
a:hover {
  color: #be201b;
  text-decoration: none; }

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

.input-group-btn > .btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    text-align: center; } }
/*================ 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
 -------------------*/
#wrapper .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-out;
  margin-top: 20px;
  display:none
}
@media (min-width: 1200px) {
  #wrapper .dropdown-menu:after {
    content: '';
    border: 10px solid #ccc;
    position: absolute;
    z-index: 3;
    top: -20px;
    right: 8px !important;
	left: auto !important;
    border-color: transparent transparent #fff transparent; } }

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

.dropdown-menu {
  background: #fff;
  font-size: 12px;
  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:after {
  left: auto;
  right: 0px;
  border-bottom: 10px solid #666; }

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

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

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

.button, .btn {
  padding: 9px 12px;
  color: #fff;
  text-transform: capitalize;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.button:hover, .btn:hover {
  background: #be201b;
  border-color: #be201b;
  color: #fff;
  border-radius: 0; }

.btn-warning {
  background: #f0ad4e; }

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

.btn-info {
  background: #be201b; }

.btn-primary {
  background: #be201b;
  border-radius: 0; }
.btn-primary:hover {
  background: #ad0a0a; }

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

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

.button-checkout {
  display: block;
  float: right; }
/* @end */
.btn-inline {
  display: inline-block; }
/*================ TABLE ===================*/
.table thead > tr > th {
  background: #eee; }

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

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

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

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

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

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

table tfoot td {
  text-align: right; }

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

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

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

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404
 ==============================================*/
/*============ CONTACT PAGE ==============*/
#map-canvas {
  border: 5px solid #f3f3f3; }

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

.contact-form legend {
  border: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }
/*============ 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 25px 6px 0;
  font-weight: 300;
  color: #333; }

.welcome-about-us .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px; }
.welcome-about-us img:hover {
  opacity: 0.7; }
.welcome-about-us .des-about-us {
  margin-left: 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 left 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: left;
  overflow: hidden; }
.our-member .respl-item .info-member {
  text-align: left;
  margin-left: 185px; }
.our-member .respl-item .info-member li {
  float: left; }
.our-member .respl-item .info-member li .fa {
  width: 29px;
  height: 29px;
  border: 1px solid #999;
  line-height: 27px;
  text-align: center;
  color: #999;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block; }
.our-member .respl-item .info-member li .fa:hover {
  color: #be201b;
  border-color: #be201b; }
.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: #40484e !important; }
.our-member .respl-item .info-member .cl-name > a:hover {
  color: #be201b !important; }
.our-member .respl-item .info-member .cl-job {
  padding: 5px 0px;
  text-transform: uppercase; }
.our-member .respl-item .info-member .cl-des {
  color: #909090;
  margin-bottom: 15px; }

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

.happy-about-us {
  clear: both;
  padding-top: 10px; }
.happy-about-us .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px; }
.happy-about-us .happy-ab .title-happy-about {
  background: #fff;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -5px; }
.happy-about-us .happy-ab .title-happy-about h2 {
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #40484e; }
.happy-about-us .happy-ab .ct-why {
  padding: 0 10px 0 25px;
  position: relative; }
.happy-about-us .happy-ab .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px; }
.happy-about-us .happy-ab .ct-why .client-info-about {
  color: #000; }
.happy-about-us .happy-ab .ct-why .client-info-about .name {
  font-size: 18px;
  color: #be201b; }
.happy-about-us .owl2-controls {
  background: #fff;
  padding: 0 5px;
  position: absolute;
  right: 2px;
  top: -47px; }
.happy-about-us .owl2-controls .owl2-prev, .happy-about-us .owl2-controls .owl2-next {
  border: none;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent !important;
  top: 0px;
  margin: 0 3px;
  position: relative; }
.happy-about-us .owl2-controls .owl2-prev {
  background-image: url("../../images/btn-prev-hp.png") !important;
  margin-right: 3px;
  right: 0px !important;
  left: inherit !important; }
.happy-about-us .owl2-controls .owl2-nav {
  width: 68px;
  display: inline-block;
  height: 26px;
  background: #fff; }
.happy-about-us .owl2-controls .owl2-next {
  background-image: url("../../images/btn-next-hp.png") !important;
  right: 0px !important; }
.happy-about-us .item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  left: 0px;
  top: 6px; }
.happy-about-us .owl2-dots {
  display: none !important; }
/*============ PAGE 404  ==============*/
.button-404 > a {
  margin: 0 10px; }
/*===============================================
 [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
 ==============================================*/
/* ************************************************************************************************
 BREADCRUMB
 ************************************************************************************************ */
.full-breadcrumb {
  position: relative;
  padding: 100px 0 49px;
  text-align: center;
  text-transform: uppercase;
  background: url("../../images/bg-bread.jpg") repeat fixed center top;
  background-size: auto !important;
  margin-bottom: 40px;
  min-height: 250px;
  color: #fff; }
@media (min-width: 1200px) {
  .full-breadcrumb {
    padding: 300px 0 49px;
    min-height: 400px;
    /*margin-top: -50px;*/
    background-size: cover; } }
.full-breadcrumb .title-breadcrumb b {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 17px;
  display: block; }
@media (min-width: 991px) {
  .full-breadcrumb .title-breadcrumb b {
    font-size: 36px; } }
.full-breadcrumb .breadcrumb {
  background: none;
  border-radius: 0;
  display: block;
  padding: 0;
  font-size: 16px;
  margin-top: 10px; }
.full-breadcrumb .breadcrumb li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 5px 0 18px; }
.full-breadcrumb .breadcrumb li:first-child {
  padding: 0 5px 0 0px; }
.full-breadcrumb .breadcrumb li a {
  color: #fff; }
.full-breadcrumb .breadcrumb li + li:before {
  color: #fff;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0; }
.full-breadcrumb .breadcrumb li + li:hover a {
  color: #be201b; }

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

.rtl .full-breadcrumb .breadcrumb li + li:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }
/* ************************************************************************************************
 FILTER SHOPBY
 ************************************************************************************************ */
.so_filter_wrap_block .so_filter_wrap.block-shopby {
  border: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent {
  border: 1px solid #ddd;
  margin-top: -2px;
  background: #fff; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading {
  padding: 0; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading .so-filter-heading-text {
  text-transform: uppercase; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  padding: 15px 0 0px;
  color: #40484e;
  font-weight: 700; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container span.fa.fa-square-o {
  display: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option label {
  font-size: 12px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .option-count.opt_close {
  background: #be201b; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .opt-select {
  border: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
  background-color: transparent;
  border: 2px solid #999; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
  margin-top: -7px !important; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-check-square-o {
  display: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .so-filter-option-sub:before {
  background-color: transparent;
  border: 2px solid #999; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub {
  position: relative;
  padding-left: 14px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-color: #999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:hover:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:hover:before {
  background-color: transparent;
  border: 2px solid #999; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-check-square-o, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-check-square-o {
  display: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll {
  padding: 10px 20px !important;
  border-radius: 0;
  background: #be201b !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll:hover {
  background: rgba(190, 174, 89, .8) !important; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent li.so-filter-options {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: #ddd 1px dotted;
  margin-bottom: 7px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price {
  text-align: left;
  padding: 0; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container ul li {
  float: left; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: 0; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: 14px;
  left: initial; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_scroll {
  margin: 20px 0; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max {
  display: block; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
  min-width: 60px;
  width: 49%;
  overflow: hidden;
  padding: 0 5px;
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
  display: inline-block; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
  margin-right: 2%; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
  display: table-cell;
  vertical-align: middle; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
  position: relative;
  top: 1px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: #fff; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle {
  background: #ad0a0a;
  box-shadow: none;
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 100%; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle:after {
  display: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-connect {
  box-shadow: none;
  height: 4px;
  background: #be201b; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
  background: #ddd;
  box-shadow: none;
  height: 4px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle-upper {
  right: 14px; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-target {
  border: none; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
  background: #ddd; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll {
  padding: 20px 20px 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #40484e; }
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll .fa.fa-times {
  color: #be201b; }
/* ************************************************************************************************
 PAGE LISTING
 ************************************************************************************************ */
.products-list {
  /*GRID*/
  /*----------------PRODUCT LIST  ------------------*/ }
.products-list .product-layout .left-block {
  overflow: hidden; }
.products-list .product-layout .left-block .product-image-container {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center; }
.products-list .product-layout .left-block .product-image-container img {
  background-color: #f4f4f4;
  width: 100%;
}
.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;
  top: 0;
  opacity: 0; }
.products-list .product-layout .left-block .countdown_box {
  width: 100%;
  position: absolute;
  top: 40%;
  transition: 0.3s all ease 0s;
  transform: scale(1); }
.products-list .product-layout .caption h4 a {
  font-size: 15px;
  margin: 10px 0 4px;
  font-weight: bold;
  color: #40484e; }
.products-list .product-layout .caption h4 a:hover {
  color: #be201b; }
.products-list.grid .product-layout .product-item-container {
  margin: 15px 0;
  overflow: hidden;
  background: #fff;
  margin-top: 5px;
}
.products-list.grid .product-layout .product-item-container .left-block {
  position: relative;
  width: 100%; }
.products-list.grid .product-layout .product-item-container .left-block .quickview {
  width: 40px;
  height: 40px;
  text-align: center;
  display: none;
  line-height: 40px;
  position: absolute;
  background-color: #be201b;
  color: #fff;
  top: 30%;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  margin-left: -20px;
  left: 50%; }
.products-list.grid .product-layout .product-item-container .right-block {
  text-align: left;
  }
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
  margin-bottom: 15px;
  margin-top: 15px; }
.products-list.grid .product-layout .product-item-container .right-block .caption a {
  color: #40484e;
  font-size: 15px;
  /*font-weight: bold;*/
  white-space: nowrap;
  /*text-transform: uppercase;*/
  text-overflow: ellipsis; }
.products-list.grid .product-layout .product-item-container .right-block .caption .price {
  margin-bottom: 15px;
  background-color: #ddd;
}
.products-list.grid .product-layout .product-item-container .right-block .caption:hover a {
  color: #be201b; }
.products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box {
  transform: scale(0); }
.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 .left-block .quickview {
  opacity: 1;
  top: 50%; }
.products-list.grid .product-layout .product-item-container:hover .bottom-group .btn-button.addToCart {
  transform: translateY(-50%); }
.products-list.grid .product-layout .product-item-container:hover .right-block .caption a {
  color: #be201b; }
/*.products-list.grid .product-layout .bottom-group {
  border-top: 2px solid #be201b;
  margin-top: -3px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 45px; }*/
.products-list.grid .product-layout .bottom-group .btn-button {
  font-size: 13px;
  color: #999;
  background: none;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 0;
  line-height: 45px;
  display: inline-block;
  width: 62%;
  position: relative;
  vertical-align: middle;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative; }
.products-list.grid .product-layout .bottom-group .btn-button:hover {
  color: #fff !important;
  background: #be201b; }
.products-list.grid .product-layout .bottom-group .btn-button.wishlist {
  width: 19%; }
.products-list.grid .product-layout .bottom-group .btn-button.compare {
  width: 19%; }
.products-list.grid .product-layout .bottom-group .btn-button.addToCart {
  color: #be201b;
  font-weight: bold;
  font-size: 12px; }
.products-list.grid .product-layout .bottom-group .btn-button.addToCart span {
  background: #be201b;
  width: 100%;
  height: 45px;
  display: block;
  color: #fff; }
.products-list.grid .product-layout .bottom-group .btn-button.addToCart:before {
  content: attr(data-original-title);
  display: block;
  width: 100%;
  height: 45px; }
.products-list.list .product-layout .second_img .img_0 {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0); }
.products-list.list .product-layout .product-item-container {
  float: left;
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
  border: 2px solid #be201b;
  background: #fff; }
.products-list.list .product-layout .product-item-container .left-block {
  padding: 0; }
.products-list.list .product-layout .product-item-container .left-block .quickview {
  top: 10%;
  opacity: 0;
  display: none;
  text-align: center;
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  margin-left: -20px;
  left: 50%;
  z-index: 99; }
.products-list.list .product-layout .product-item-container .left-block .quickview:hover {
  border-color: #be201b;
  background: #be201b;
  color: #fff; }
.products-list.list .product-layout .product-item-container .left-block .countdown_box {
  padding: 10px; }
.products-list.list .product-layout .product-item-container .right-block {
  color: #40484e;
  padding-top: 25px; }
.products-list.list .product-layout .product-item-container .right-block .caption h4 {
  margin-top: 0;
  margin-bottom: 6px; }
.products-list.list .product-layout .product-item-container .right-block .caption h4 a {
  color: #40484e;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
.products-list.list .product-layout .product-item-container .right-block .caption h4:hover a {
  color: #be201b; }
.products-list.list .product-layout .product-item-container .right-block .ratings {
  margin-top: 10px; }
.products-list.list .product-layout .product-item-container .right-block .price {
  margin-bottom: 15px;
  background-color: #fff; }
.products-list.list .product-layout .product-item-container .right-block .description {
  color: #666;
  margin: 5px 0 10px; }
.products-list.list .product-layout .product-item-container .button-group {
  padding-left: 0;
  padding-bottom: 30px; }
.products-list.list .product-layout .product-item-container .button-group .addToCart {
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #be201b;
  border: none;
  padding: 0 29px;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0 !important; }
.products-list.list .product-layout .product-item-container .button-group .addToCart:hover {
  background: rgba(190, 174, 89, .5);
  color: #fff !important; }
.products-list.list .product-layout .product-item-container .button-group .btn-button {
  height: 45px;
  width: 47px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  color: #999;
  font-size: 13px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px; }
.products-list.list .product-layout .product-item-container .button-group .btn-button:hover {
  background: #be201b;
  color: #fff;
  border-color: #be201b; }
.products-list.list .product-layout .product-item-container:hover .left-block {
  cursor: pointer; }
.products-list.list .product-layout .product-item-container:hover .left-block .quickview {
  top: 40%;
  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: #fff;
  color: #545454;
  border-color: #fff; }
.products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
  background: #be201b;
  border-color: #be201b;
  color: #fff; }
.products-list.list .product-layout .product-item-container:hover .left-block .countdown_box {
  transform: scale(0); }
.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;
  left: 50%;
  transform: translate(-50%, 0); }

.table-responsive {
  direction: ltr; }
/*BOX SALE*/
.box-label .label-product {
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 3;
  border-radius: 4px;
  line-height: normal;
  min-height: 0;
  font-weight: bold; }
.box-label .label-product.label-sale {
  background-color: #be201b;
  left: 10px;
  top: 10px; }
.box-label .label-product.label-sale:after {
  content: '';
  position: absolute;
  bottom: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 6px solid #be201b;
  right: 0; }
.box-label .label-product.label-new {
  background-color: #be201b;
  right: 10px;
  top: 10px; }
.box-label .label-product.label-new:after {
  content: '';
  position: absolute;
  bottom: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 6px solid #be201b;
  left: 0; }
/*END*/
.product-filter-bottom .short-by-show {
  padding-top: 4px;
  padding-bottom: 2px; }

.label-percent {
  padding: 1px 3px;
  background: #be201b;
  font-size: 12px;
  font-weight: normal;
  text-align: center; }

.product-options label {
  padding: 0;
  color: #666; }
.product-options .label {
  font-weight: normal;
  font-size: 11px; }
.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
.product-options .radio .fa {
  display: none; }
.product-options .active .fa {
  display: block; }
.product-options .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center; }
/*-----------Rate----------------*/
.ratings {
  font-size: 13px;
  margin: 0 0 15px; }
.ratings span.fa-stack .fa-star-o:before {
  content: "\f005";
  color: #999; }
.ratings span.fa-stack .fa-star.fa-stack-1x {
  position: relative;
  z-index: 1; }
.ratings span.fa-stack .fa-star.fa-stack-1x:before {
  content: "\f005";
  color: #ffae00; }

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px; }
span.fa-stack .fa-star-o:before {
  content: "\f005";
  color: #999; }
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: #ffae00; }

.price {
  /*margin: 0 0 10px 0;
  line-height: 35px;
  background-color: #ddd;
  margin-top: 15px;
  margin-bottom: 15px;*/
  /*font-size: 14px;
  color: #fff;*/
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
.price .price-old {
  /*font-size: 15px;
  line-height: 20px;
  padding: 2px 5px;
  display: inline-block;*/
  opacity:0.7;
  text-decoration: line-through;
  /*color: #ff0000;
  font-weight: 500;*/ }
.price .price-new, .price span.price {
  /*color: #000;
  background:none;
  font-size: 19px;
  font-weight: 700;*/

}
/*-----------TODAY'S DEALS----------------*/
.countdown_box {
  text-align: center; }
.countdown_box .countdown_inner {
  display: table;
  background: #666;
  margin: 0 auto; }
.countdown_box .title {
  display: none; }
.countdown_box .time-item {
  padding-top: 5px;
  display: table-cell;
  color: #fff;
  font-size: 12px;
  border-right: 1px solid #888; }
.countdown_box .time-item .num-time {
  font-size: 14px;
  font-weight: 700; }
.countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
  padding: 1px 10px; }
.countdown_box .time-item:last-child {
  border: none; }

.bottom_buttons .btn {
  padding: 0;
  text-transform: capitalize; }

.deals_module_wrapper {
  margin-bottom: 40px;
  padding-bottom: 0px;
  background: #fff;
  border: 1px solid #ddd; }
.deals_module_wrapper .box-label .label-product.label-sale {
  left: 25px; }
.deals_module_wrapper:hover .owl2-controls .owl2-nav {
  opacity: 1; }
.deals_module_wrapper:hover .owl2-controls .owl2-nav > div.owl2-prev {
  left: -1px; }
.deals_module_wrapper:hover .owl2-controls .owl2-nav > div.owl2-next {
  right: -1px; }
.deals_module_wrapper .owl2-controls .owl2-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.deals_module_wrapper .owl2-controls .owl2-nav > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  border: 1px solid #ddd;
  background: #fff; }
.deals_module_wrapper .owl2-controls .owl2-nav > div:hover {
  background: #be201b;
  color: #fff;
  border-color: #be201b; }
.deals_module_wrapper .owl2-controls .owl2-nav > div.owl2-prev {
  left: 15px; }
.deals_module_wrapper .owl2-controls .owl2-nav > div.owl2-next {
  right: 15px; }
.deals_module_wrapper .caption {
  margin-top: 10px; }
.deals_module_wrapper .btn.btn-default {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  background: #666;
  color: #fff;
  border-color: #666;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.deals_module_wrapper .btn.btn-default:hover {
  background: #be201b;
  border-color: #be201b; }
.deals_module_wrapper h2.title-product {
  margin-top: 9px;
  font-size: 22px; }
.deals_module_wrapper .label-percent {
  position: absolute;
  top: 20px;
  z-index: 5;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 0;
  left: 38px;
  display: none; }
.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 .short_description {
  margin: 15px 0; }
.deals_module_wrapper .extended_offer {
  width: 100%;
  display: table; }
.deals_module_wrapper .extended_offer .price-save, .deals_module_wrapper .extended_offer .price-sale, .deals_module_wrapper .extended_offer .price-old {
  display: table-cell;
  background: #f8f8f8;
  padding: 14px 18px 10px;
  border-right: 2px solid #fff; }
.deals_module_wrapper .extended_offer .price-save {
  color: green; }
.deals_module_wrapper .extended_offer .price-sale {
  color: #000; }
.deals_module_wrapper .extended_offer .price-old {
  color: #ff0000; }
.deals_module_wrapper .extended_offer .amount {
  display: block;
  font-size: 20px;
  font-weight: 600; }
/*Category Layout4 - REFINE SEARCH*/
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top; }
/*-----------PRODUCT CATEGORY----------------*/
.products-category .img-cate {
  margin: 0 0 20px; }
.products-category .refine-search, .products-category .thumbnail {
  background: transparent;
  margin-bottom: 10px; }
/*------------------PRODUCT LISTING ====================*/
.products-category .refine-search.form-group, .products-category .category-info.form-group {
  margin-bottom: 20px; }
.products-category .refine-search.form-group p, .products-category .category-info.form-group p {
  margin: 0; }
.products-category .refine-search.form-group p img, .products-category .category-info.form-group p img {
  margin-bottom: 5px; }
.refine-search .title-category {
  display:none;
}
.refine-search.form-group a{
  cursor: pointer;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  background: #be201b;
  color: #fff;
  padding: 5px;
  border: 1px solid #be201b;
  border-radius: 3px;
  top: 5px;
}
h2.title-category {
  margin: 0 0 15px; }
/*TOOLBAR LISTING BOTTOM*/
.product-filter-bottom.filters-panel {
  color: #404040;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px; }
/*TOOLBAR LISTING TOP*/
.filters-panel {
  color: #404040;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px; }
.filters-panel .list-view {
  text-align: left; }
.filters-panel .list-view button.btn.grid {
  margin-right: -3px; }
.filters-panel .list-view button.btn {
  border-radius: 0;
  padding: 4px 8px 3px;
  background: #666;
  border: #666;
  color: #fff;
  height: 30px;
  width: 30px; }
.filters-panel .list-view button.btn.active {
  background: #be201b;
  color: #fff;
  border-color: #be201b;
  box-shadow: none; }
.filters-panel .list-view button.btn.active:hover {
  background: #be201b;
  color: #fff; }
.filters-panel .list-view button.btn:hover {
  color: #fff;
  background: #be201b;
  border-color: #be201b; }
.filters-panel .list-view button.btn:focus {
  border-radius: 0;
  border-color: #be201b;
  outline: none; }
.filters-panel .list-view .fa {
  font-size: 14px;
  margin: 0; }
.filters-panel.product-filter-bottom {
  margin-top: 15px; }
.filters-panel .box-pagination ul {
  height: 28px;
  line-height: 28px;
  margin: 0; }

.filters-panel select {
  border-radius: 0; }

.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-compare a {
  color: #40484e;
  padding: 0;
  font-size: 12px; }*/

.form-inline .control-label {
  font-weight: normal; }

.short-by-show .form-group {
  margin-right: 10px; }
.short-by-show .form-group .form-control {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #efefef;
  background: #fff;
  padding-right: 0;
  box-shadow: none; }
.short-by-show .form-group.shortby select {
  width: 100px; }
.short-by-show .form-group.short-by {
  float: left;
  padding-right: 10px; }
/*----------------PRODUCT LIST ------------------*/
.grid .product-layout.col-md-12 .second_img .img_0, .grid .product-layout.col-md-4 .second_img .img_0 {
  left: calc(50% - 125px); }

.so-extraslider .extraslider-inner .item-wrap img, .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .lt-image img {
  background-color: #f4f4f4; }
/*LISTING*/
.product-list .box-label .label-product.label-new {
  right: 20px; }
.product-list .box-label .label-product.label-sale {
  left: 20px; }
/*----------------PRODUCT LIST Masonry  ------------------*/
div.list-masonry .product-layout .img-responsive {
  margin-bottom: 10px; }

.so_filter_shop_by_item_title i {
  float: right !important; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTENT PRODUCT OTHER
 [2] PRODUCT INFO
 [3] PRODUCT TABS
 [3] RELATED PRODUCT
 ==============================================*/
/*============CONTENT PRODUCT OTHER ==================*/
.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: 28px; }
.product_page_price .price-old {
  /*vertical-align: top;*/
  color: #be201b;}
.product_page_price .price-tax {
  /*margin-bottom: 10px;*/
  display: inline-block;}

/*.product-detail .price .price-old {
  font-size: 20px; }*/
.product-detail .countdown_box .countdown_inner {
  margin: 0;
  color: #fff; }
.product-detail .countdown_box .countdown_inner .title {
  padding: 15px 5px !important; }
.product-detail #product .share {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin: 0; }
.product-detail .producttab {
  clear: both;
  overflow: hidden; }

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

.product-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 #ddd; */ }
.product-view .content-product-left .large-image .box-label {
  left: 15px; }
.product-view .content-product-left .thumb-video {
  bottom: 10px;
  position: absolute;
  z-index: 950;
  font-size: 32px;
  right: 20px; }
.product-view .content-product-left .full_slider, .product-view .content-product-left .not_full_slider {
  margin-top: 10px; }
.product-view .content-product-left .full_slider .thumbnail, .product-view .content-product-left .not_full_slider .thumbnail {
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 10px;
  border: 2px solid #ddd; }
.product-view .content-product-left .full_slider .thumbnail:hover, .product-view .content-product-left .not_full_slider .thumbnail:hover {
  border-color: #be201b; }
.product-view .content-product-left .full_slider .thumbnail.active, .product-view .content-product-left .not_full_slider .thumbnail.active {
  border-color: #be201b; }
.product-view .content-product-left .full_slider .owl2-nav div, .product-view .content-product-left .not_full_slider .owl2-nav div {
  display: block;
  width: 30px;
  text-align: center;
  background: #999 !important;
  border-color: #999;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  height: 30px;
  top: 50%;
  line-height: 28px;
}
.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: 0px;
  float: left;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
  background-color: #be201b !important;
  opacity: 1;
  border-color: #be201b; }
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
  display: none; }
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:before, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  text-align: center; }
.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;
  float: right; }
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
  background-color: #be201b !important;
  opacity: 1;
  border-color: #be201b; }
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
  display: none; }
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next:before, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  text-align: center; }
.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 10px 0 0; }
@media (min-width: 992px) {
  .product-view .content-product-right .box-review .reviews_button {
    padding-left: 25px; } }
.product-view .content-product-right .box-review a {
  color: #555; }
.product-view .content-product-right .box-review a:hover {
  color: #be201b; }
.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;
  word-break: break-all;
}
.product-view .content-product-right .countdown_box {
  position: static;
  margin: 0;
  margin-bottom: 20px; }
.product-view .content-product-right .countdown_box .countdown_inner {
  width: 65%; }
.product-view .content-product-right .countdown_box .countdown_inner .title {
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: table-cell;
  vertical-align: top; }
.product-view .content-product-right h3 {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600; }
.product-view .content-product-right .box-info-product {
  float: left;
  width: 100%;
  /*margin: 0 -10px 30px;*/ }
.product-view .content-product-right .box-info-product .quantity .quantity-control {
  float: left;
  margin: 0;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 10px; }
.product-view .content-product-right .box-info-product .quantity .quantity-control label {
  float: left;
  font-weight: 600;
  margin: 0;
  padding-right: 8px;
  line-height: 36px;
  text-transform: uppercase; }
.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
  float: left;
  height: 46px;
  width: 46px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0;
  z-index: 0;
  box-shadow: none;
  background: #fff; }
.product-view .content-product-right .box-info-product .quantity .quantity-control span {
  border-radius: 0; }
.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
  background: transparent;
  font-size: 10px;
  padding: 0 4px;
  position: absolute;
  border-bottom: none !important;
  top: 0px;
  width: 23px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ddd;
  color: #999;
  right: -1px; }
.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
  background: transparent;
  font-size: 10px;
  padding: 0 4px;
  position: absolute;
  border-top: none !important;
  top: 24px;
  width: 23px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ddd;
  color: #999;
  right: -1px; }
.product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
  background: #be201b !important;
  border-color: #be201b;
  color: #fff; }
.product-view .content-product-right .box-info-product .cart {
  overflow: hidden;
  width:100%}
.product-view .content-product-right .box-info-product .cart a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }
.product-view .content-product-right .box-info-product .cart a i {
  margin-right: 5px; }
.product-view .content-product-right .box-info-product .cart input {
  background: #be201b;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 24px;
  height: 45px;
  border-radius:5px;
  width:100%
}
.product-view .content-product-right .box-info-product .cart input:hover {
  background: #ad0a0a; }
.product-view .content-product-right .box-info-product .add-to-links {
  display: inline-block; }
.product-view .content-product-right .box-info-product .add-to-links li {
  display: inline-block; }
.product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
  margin-right: 2px; }
.product-view .content-product-right .box-info-product .add-to-links ul li a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  margin: 0px 3px 0px;
  color: #999;
  height: 45px;
  border-radius: 0;
  border: 1px solid #ddd;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.3s all ease 0s;
  position: relative;
  float: left; }
.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: #be201b;
  color: #be201b; }

.releate-horizontal .releate-products {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0px 10px 30px; }
.releate-horizontal .item-element {
  margin-top: 20px; }
.releate-horizontal .item-element .image {
  float: left;
  width: 100px;
  border: 1px solid #ddd; }
.releate-horizontal .item-element .caption {
  margin-left: 120px; }
.releate-horizontal .owl2-controls {
  display: none; }

#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;
  padding: 0px;
  width: 100%;
}
#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: #be201b;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  border-radius:5px;
}
#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; color:#000; }
#product .radio-type-button .option-content-box .img-thumbnail {
  border-radius: 0;
  width: 30px; }
#product .radio-type-button.option_image .option-name {
  display: none; }
#product .option_image label {
  padding: 0; }
#product .option_image input {
  visibility: hidden; }
#product .option_image .option-name {
  padding: 0 5px; }
#product .option_image .option-content-box {
  padding: 1px; }
#product .box-date {
  padding-left: 0; }
#product .box-date label {
  margin-right: 10px;
  min-width: 80px; }
#product .box-date input {
  width: 200px; }
#product .box-date input, #product .box-date button {
  border-radius: 0;
  position: relative;
  z-index: 0;
  margin-left: 0; }
#product .box-date .input-group-btn {
  float: left; }
#product .box-date button {
  background: #ad0a0a; }
#product .box-date button:hover {
  background: #be201b;
  color: #fff; }
#product .icheckbox.checked:before, #product .iradio.checked:before {
  background-color: #be201b;
  border-color: #be201b; }

.thumb-vertical-outer {
  width: 92px;
  position: relative;
  float: left;
  padding: 20px 0;
  margin-right: 15px; }
.thumb-vertical-outer .lSAction {
  display: none !important; }
.thumb-vertical-outer .thumbnail {
  border-color: #ddd; }
.thumb-vertical-outer .btn-more {
  display: block;
  height: 20px;
  width: 40px;
  line-height: 20px;
  color: #be201b;
  background: transparent;
  text-align: center;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  margin-left: -20px;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.thumb-vertical-outer .btn-more:hover {
  color: rgba(190, 174, 89, .8); }
.thumb-vertical-outer .btn-more.prev-thumb {
  top: 0; }
.thumb-vertical-outer .btn-more.next-thumb {
  bottom: 0; }
.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.thumb-vertical {
  padding: 0;
  margin: 0;
  list-style: none; }
.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: #be201b; }
.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #be201b; }
/*============PRODUCT TABS==================*/
.producttab .tabsslider {
  margin-bottom: 30px;
  padding: 0; }
.producttab .tabsslider .nav-tabs li {
  margin: 0 -1px -1px 0;
  border: 2px solid #be201b;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff; }
.producttab .tabsslider .nav-tabs li a {
  font-weight: 600;
  border: none;
  padding: 0;
  color: #555;
  padding: 12px 30px;
  margin: 0;
  border-radius: 0; }
.producttab .tabsslider .nav-tabs li.active, .producttab .tabsslider .nav-tabs li:hover {
  border-color: #be201b; }
.producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
  color: #fff;
  background: #be201b; }
.producttab .tabsslider .tab-content {
  padding: 20px;
  display: block;
  margin: 0;
  border-style: solid;
  margin-top: -1px;
  border-width: 2px;
  border-color: #be201b;
  background: #fff; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #ddd;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #fff; }
.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%;
  display: block;
  border-right: none; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-color: #ddd; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  background: transparent; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  border-bottom: 1px solid #ddd; }
.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: 0;
  left: -1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #be201b; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #be201b; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #be201b;
  height: 100%; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #be201b; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #be201b;
  height: 100%; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;
  color: #be201b; }
.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  min-height: 200px;
  margin-top: 0;
  border-left: 1px solid #e6e6e6; }

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border-top: 4px solid #be201b; }
#product-accordion .panel {
  padding: 0 20px 0 20px;
  border-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd; }
#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: #40484e;
  width: 100%;
  display: inline-block;
  position: relative; }
#product-accordion .panel .panel-heading a.title-head.collapsed {
  color: #40484e; }
#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
  content: "\f0d8"; }
#product-accordion .panel .panel-heading a.title-head {
  color: #be201b; }
#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
  content: "\f0d7"; }
#product-accordion .panel .panel-heading a span.arrow-up {
  display: block;
  position: absolute;
  right: 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: "\f0d8";
  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: #be201b; }
#product-accordion .panel .panel-heading {
  padding-top: 10px; }
#product-accordion .panel:last-child .panel-heading {
  padding-top: 10px;
  border-bottom: 0; }
#product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
  margin-top: -1px;
  padding: 15px 0; }
/*============RELATED PRODUCT==================*/
/* ************************************************************************************************
 PAGE DETAIL
 ************************************************************************************************ */
/*.product-detail .product-view-bg {
  background: #fff;
  width: 100%;
  display: inline-block;
  border: 2px solid #be201b;
  padding: 30px 15px; }*/
/*UPSELL AND RELATED*/
.product-related-upsell {
  margin-top: 8px; }
.product-related-upsell .header-title {
  text-align: center; }
.product-related-upsell .header-title h3.modtitle1 {
  background: transparent;
  padding: 8px 0 4px;
  font-size: 25px;
  color: #40484e;
  text-transform: uppercase;
  /*border-top: 1px solid #40484e;
  border-bottom: 1px solid #40484e;*/
  display: inline-block;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0; }
.product-related-upsell .header-title h3.modtitle1 span:first-child {
  color: #be201b;
  font-weight: bold; }
.product-related-upsell .owl2-controls .owl2-nav div {
  top: 48%; }
.product-related-upsell .module.block-upsell-home1 {
  margin-top: 23px; }
.product-related-upsell .module.block-upsell-home1 .so-extraslider {
  position: relative;
  margin: 0; }
.product-related-upsell .module.block-upsell-home1 .so-extraslider .extraslider-inner {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }
.product-related-upsell .module.block-upsell-home1 .so-extraslider .owl2-controls .owl2-nav > div {
  overflow: visible;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.product-related-upsell .module.block-upsell-home1 .so-extraslider .owl2-controls .owl2-nav > div:hover {
  color: #fff;
  background: #be201b;
  border-color: #be201b; }
.product-related-upsell .module.block-upsell-home1 .products-list.grid .product-layout .product-item-container {
  margin: 7px 0; }

.related .owl2-controls .owl2-nav div, .block-upsell-home2 .owl2-controls .owl2-nav div, .block-upsell-home1 .owl2-controls .owl2-nav div {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
.related .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home2 .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home1 .owl2-controls .owl2-nav div.owl2-next {
  right: 20px; }
.related .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home2 .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home1 .owl2-controls .owl2-nav div.owl2-prev {
  left: 20px; }
.related:hover .owl2-controls .owl2-nav div, .block-upsell-home2:hover .owl2-controls .owl2-nav div, .block-upsell-home1:hover .owl2-controls .owl2-nav div {
  opacity: 1; }
.related:hover .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home2:hover .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-next {
  right: 0px; }
.related:hover .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home2:hover .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-prev {
  left: 0px; }

#product-quick .box-label .label-product {
  z-index: 6; }
#product-quick .box-label .label-product.label-sale {
  left: 25px; }
/*************************************************************************************************
 BLOCK HEADER  V1
 ************************************************************************************************ */
header {
  /* ************************************************************************************************
   BLOCK HEADER V2
   ************************************************************************************************ */ }
header.typeheader-1 .header-box {
  position: absolute;
  top: 50px;
  z-index: 6;
  width: 100%;
  left: 0;
  right: 0; }
@media (min-width: 1200px) {
  header.typeheader-1 .header-box.container {
    width: 1170px; } }
header.typeheader-1 .header-box .form-group.top-link {
  display: none; }
header.typeheader-1 .header-box .block-header {
  position: relative;
  background: rgba(0, 0, 0, 0.8); }
header.typeheader-1 .header-box .block-header .header-logo {
  position: absolute;
  left: 0;
  top: 0; }
header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
  display: inline-block;
  padding: 45px 34px 46px;
  background: rgba(45, 53, 57, 0.9); }
@media (min-width: 1200px) {
  header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
    max-width: 266px; } }
@media (min-width: 992px) {
  header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
    position: relative;
    z-index: 2; } }
header.typeheader-1 .header-box .block-header .header-garenal {
  position: absolute;
  top: 0;
  right: 0; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full {
  float: right;
  margin-right: 120px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 {
  float: left;
  margin-right: 15px; }
@media (min-width: 1200px) {
  header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 {
    margin-right: 30px; } }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link {
  line-height: 36px;
  position: relative; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t {
  color: #fff; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t i.fa {
  padding-right: 5px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t:hover {
  color: #be201b; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 {
  float: left; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 ul.top-link {
  line-height: 36px;
  position: relative;
  color: #fff; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 ul.top-link li {
  padding: 0 5px;
  display: inline-block; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur {
  float: left; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block {
  display: table-cell;
  line-height: 36px;
  background: #40484e;
  float: left;
  position: relative; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link {
  color: #fff;
  font-size: 12px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link:hover, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link:hover {
  text-decoration: inherit; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span {
  color: #fff; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span.fa, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span.fa {
  margin: 0;
  padding-left: 5px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block {
  margin-left: 2px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block img {
  position: relative;
  top: -1px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search {
  float: left; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro {
  width: 267px;
  padding: 0;
  margin-left: 2px;
  /* Override iOS opacity change affecting text & background color */ }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category {
  width: 151px;
  display: none; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category select {
  background: #eee;
  height: 32px;
  line-height: 30px;
  border-radius: 0 !important; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category select option {
  background: #fff; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .autosearch-input.form-control {
  border: none;
  font-size: 12px;
  color: #fff;
  height: 36px;
  background: #40484e;
  font-weight: normal;
  border-radius: 0;
  padding-left: 17px;
  -webkit-text-fill-color: #fff;
  -webkit-opacity: 1;
  /* Override iOS / Android font color change */ }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .icon-select:after {
  height: 0;
  margin: 0 2px;
  background: #eee;
  font-size: 14px;
  top: -2px;
  right: 0;
  left: auto; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .autosearch-input {
  height: 34px; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search {
  min-width: 40px;
  height: 36px;
  border: none;
  background: #40484e !important;
  font-size: 16px;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 0;
  padding: 9px 0;
  right: 0; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search i {
  vertical-align: top;
  color: #fff; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search:hover {
  color: #be201b; }
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search:hover i {
  color: #be201b; }
header.typeheader-1 .header-box .block-header .header-navigation {
  padding: 62px 0 22px; }
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper {
  text-align: center; }
@media (min-width: 1200px) {
  header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper {
    padding-left: 45px; } }
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li {
  float: none;
  display: inline-block;
  text-align: left; }
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 14px 20px 13px;
  border-radius: 0; }
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a strong {
  font-weight: 600; }
header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li > a:hover, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li.active > a, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li.home > a, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li:hover > a {
  background: #be201b; }
header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li > a img {
  top: -5px;
  position: absolute;
  height: inherit !important;
  right: 0; }
header.typeheader-1 .header-box .block-header .header-cart {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0; }
header.typeheader-1 .header-box .block-header .header-cart .shopping_cart {
  width: 120px;
  height: 134px;
  background-color: #ff9c00; }
header.typeheader-1.navbar-compact {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 900;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
header.typeheader-1.navbar-compact .header-box {
  top: 0; }
header.typeheader-1.navbar-compact .header-box .block-header .header-garenal {
  display: none; }
header.typeheader-1.navbar-compact .header-box .header-logo .navbar-logo {
  padding: 15px 34px; }
header.typeheader-1.navbar-compact .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a {
  font-size: 12px;
  padding: 7px 20px 6px; }
header.typeheader-1.navbar-compact .header-box ul.megamenu > li > a img {
  top: -5px; }
header.typeheader-1.navbar-compact .header-box .header-navigation {
  padding: 19px 0 20px; }
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart {
  height: 75px; }
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart {
  padding-top: 5px; }
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart i {
  font-size: 16px; }
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .title {
  font-size: 12px; }
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .cart-total-full {
  font-size: 11px; }
header.typeheader-2 {
  position:relative
}
.common-home header.typeheader-2 {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 1030;
}

.header-center{
  border-top:1px solid #111;
}
header.typeheader-2 .header-top {
  border-bottom: 1px solid #ddd;
  line-height: 40px; }
header.typeheader-2 .header-top .form-group {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }
header.typeheader-2 .header-top .btn-link {
  font-size: 12px;
  padding-left: 0; }
header.typeheader-2 .header-top .btn-link:hover {
  text-decoration: none; }
header.typeheader-2 .header-top .dropdown-menu:after {
  left: 15px !important;
  right: auto !important; }
header.typeheader-2 .header-top .top-link .account {
  position: relative; }
header.typeheader-2 .header-top .top-link a span i.fa {
  margin-right: 5px; }
header.typeheader-2 .header-top .top-link a span:hover {
  color: #be201b; }
header.typeheader-2 .header-top .btn {
  padding: 9px 5px;
  color: #40484e; }
header.typeheader-2 .header-top .btn:hover {
  background: transparent;
  color: #be201b; }
header.typeheader-2 .header-top .languages-block {
  padding-right: 0; }
header.typeheader-2 .header-top .header-top-right .inner {
  float: right; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome .live-chat {
  position: relative;
  text-indent: 26px;
  padding-right: 40px; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome .live-chat:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("../../images/icon-toplink-rot-1.png") no-repeat;
  background-position: 0 0;
  left: 0; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome a {
  color: #000; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome a strong {
  font-weight: bold;
  text-transform: uppercase; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .fa.fa-phone {
  display: none; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .phone-support {
  position: relative;
  text-indent: 26px;
  color: #000;		}
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .phone-support:before {
  content: '';
  position: absolute;
  top: 9px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("../../images/icon-toplink-rot.png") no-repeat;
  background-position: 0 -30px;
  left: 0; }
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone span {
  font-weight: bold; }
header.typeheader-2 .header-center .header-center-left {
  padding: 0px;
}
header.typeheader-2 .header-center .header-center-left .header-logo {
  text-align: left;
  margin-top: 12px;
  padding-left: 30px;
}
.common-home header.typeheader-2 .header-center .header-center-left .header-logo img{
    /*background: white;*/
    border-radius: 5px;
}
header.typeheader-2 .header-center .header-center-left .header-logo img{
  max-width: 260px
}
/*header.typeheader-2 .header-center .header-center-left .header-logo {
  display: inline-block;
  float: left;
  width: 21%;
  margin-top: 29px; } */

header.typeheader-2 .header-center .header-center-left .header-search {
  margin-top: 12px;
  right: 20px;
}
header.typeheader-2 .header-center .header-center-left .header-cart {
  margin-top: 26px;
}
/*header.typeheader-2 .header-center .header-center-left .header-search {
  display: inline-block;
  margin-top: 2px;
  width: 79%;
}*/
/*@media (min-width: 1200px) {
  header.typeheader-2 .header-center .header-center-left .header-search {
    padding-left: 4px; }
}*/
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro {
  padding: 0;
  /*float: left;
  width: 100%;*/
  /*margin-top: 30px;
  margin-left: 50px;*/
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category {
  width: 151px;
  display: none; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category select {
  background: #eee;
  height: 32px;
  line-height: 30px;
  border-radius: 0 !important; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category select option {
  background: #fff; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search {
  /*background-color: #fff;
  border: none;
  color: #999;
  display: inline-block;
  /*border-bottom: solid 1px #40484e;*/
  /*height: 40px;*/
  width: 100%;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search i {
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  float: left; }

header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .button-search {
  background: #be201b !important;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .button-search:hover {
  background: #333;
  color: #fff !important; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .icon-select:after {
  height: 0;
  margin: 0 2px;
  background: #eee;
  font-size: 14px;
  top: -2px;
  right: 0;
  left: auto; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .autosearch-input {
  height: 34px; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #40484e !important;
  font-size: 16px; }
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search i {
  vertical-align: top;
  color: #fff; }
header.typeheader-2 .header-center .header-center-left .header-search .module.html-shipping {
  margin: 0;
  display: inline-block; }
header.typeheader-2 .header-center .header-center-left .shipping {
  padding: 19px 0 19px 38px;
  float: left;
  margin: 9px 0 0px 50px;
  border-left: 1px solid #ddd; }
header.typeheader-2 .header-center .header-center-left .shipping:hover i.fa-truck {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite; }
header.typeheader-2 .header-center .header-center-left .shipping i {
  font-size: 30px;
  color: #000;
  float: left;
  padding-top: 7px; }
header.typeheader-2 .header-center .header-center-left .shipping .inner {
  color: #000;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  float: left;
  padding-left: 10px; }
header.typeheader-2 .header-center .header-center-left .shipping .inner p {
  font-style: italic;
  font-size: 18px;
  color: #000;
  line-height: 23px;
  margin: 0; }
header.typeheader-2 .header-center .header-center-left .shipping .inner:hover {
  cursor: pointer; }
header.typeheader-2 .header-center .header-center-left .shipping .inner:hover p {
  color: #000; }
header.typeheader-2 .header-center .header-center-left .shipping .inner:hover p.font-fur2 {
    color:#be201b;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart {
  position: absolute;
  vertical-align: top;
  /*top: 0;*/
  right: 15px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .dropdown-backdrop {
  position: relative; }
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart {
  display: block;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important; }
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart {
  background: none;
  color: #40484e;
  padding: 0;
  text-align: center;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding-top: 5px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart i {
  font-size: 22px;
  color: #40484e; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box {
  min-width: 300px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  padding: 0 0 20px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  right: 0; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box:after {
  content: '';
  position: absolute;
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #666;
  left: 85%; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title {
  background: #666;
  padding: 0 25px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title span.price-title {
  float: right; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .item-cart {
  position: relative;
  padding-top: 20px;
  clear: both; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .title-total {
  font-size: 14px;
  display: inline-block; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .title-total .total-color {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item {
  max-height: 320px;
  overflow: auto;
  background: #f2f2f2;
  padding: 0 15px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .img-cart {
  border: 1px solid #ddd; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .img-cart:hover {
  border-color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img {
  float: left;
  margin-right: 10px;
  position: relative;
  background: #fff; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
  position: absolute;
  right: -6px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #be201b;
  bottom: -4px;
  border-radius: 100%;
  color: #fff; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
  text-decoration: inherit; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item {
  overflow: hidden; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
  float: left;
  width: 60%; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
  float: right;
  width: 40%; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  background: #999;
  display: inline-block;
  border-radius: 3px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
  font-size: 12px;
  color: #40484e;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
  border: none; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .added_items {
  text-align: center;
  line-height: 25px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a {
  color: #545454;
  font-weight: 300;
  font-size: 14px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
  color: #999; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-bordered .text-left span {
  font-weight: 300;
  color: #545454;
  font-size: 14px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-bordered .text-right {
  font-size: 16px;
  color: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box a.btn {
  padding: 0 10px;
  color: #fff;
  background: #666;
  border-color: #666;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 35px;
  font-size: 12px; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box a.btn:hover {
  background: #be201b; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr {
  margin: 10px 0; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr:first-child > td {
  border-top: 0; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tfoot > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tfoot > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > thead > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > thead > tr > th {
  vertical-align: middle; }
header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tbody > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tbody > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tfoot > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tfoot > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > thead > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > thead > tr > th {
  border: 0; }
header.typeheader-2 .header-center .header-center-right .module.html-shipping {
  margin: 0; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .dropdown-backdrop {
  position: relative; }
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart {
  display: block;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important; }
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart {
  background-color: #be201b;
  color: #fff;
  padding: 16px 10px 0;
  text-align: center;
  width: 169px;
  min-height: 103px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding-top: 5px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart i {
  font-size: 22px;
  color: #fff; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box {
  min-width: 300px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  padding: 0 0 20px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  right: 0; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box:after {
  content: '';
  position: absolute;
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #666;
  left: 85%; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title {
  background: #666;
  padding: 0 25px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title span.price-title {
  float: right; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .item-cart {
  position: relative;
  padding-top: 20px;
  clear: both; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .title-total {
  font-size: 14px;
  display: inline-block; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .title-total .total-color {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item {
  max-height: 320px;
  overflow: auto;
  background: #f2f2f2;
  padding: 0 15px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .img-cart {
  border: 1px solid #ddd; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .img-cart:hover {
  border-color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img {
  float: left;
  margin-right: 10px;
  position: relative;
  background: #fff; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
  position: absolute;
  right: -6px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #be201b;
  bottom: -4px;
  border-radius: 100%;
  color: #fff; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
  text-decoration: inherit; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item {
  overflow: hidden; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
  float: left;
  width: 60%; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
  float: right;
  width: 40%; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  background: #999;
  display: inline-block;
  border-radius: 3px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
  font-size: 12px;
  color: #40484e;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
  border: none; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .added_items {
  text-align: center;
  line-height: 25px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a {
  color: #545454;
  font-weight: 300;
  font-size: 14px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
  color: #999; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
  color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-bordered .text-left span {
  font-weight: 300;
  color: #545454;
  font-size: 14px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-bordered .text-right {
  font-size: 16px;
  color: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box a.btn {
  padding: 0 10px;
  color: #fff;
  background: #666;
  border-color: #666;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 35px;
  font-size: 14px; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box a.btn:hover {
  background: #be201b; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr {
  margin: 10px 0; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr:first-child > td {
  border-top: 0; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tfoot > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tfoot > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > thead > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > thead > tr > th {
  vertical-align: middle; }
header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tbody > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tbody > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tfoot > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tfoot > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > thead > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > thead > tr > th {
  border: 0; }
header.typeheader-2 .header-bottom {
}
header.typeheader-2 .header-bottom .navbar-default {
  background: transparent; }
header.typeheader-2 .header-bottom .header-navigation {
  position: relative; }
/*header.typeheader-2 .header-bottom div.megamenu-wrapper {
  background: none; }*/
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li {
  float: left;
  display: inline-block;
  /*margin-left: -30px;*/}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a {
  color: #40484e;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: unset;
  border-radius: 0;
  background:none;
  font-weight: 600;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a strong {
  font-weight: 600; }
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:before {
  background: transparent;
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  top: 95%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 9;
  opacity: 0;
  right: 0;
  left: 0; }
header.typeheader-2 .header-bottom div.megamenu-wrapper li.active_menuHome > a:before, header.typeheader-2 .header-bottom div.megamenu-wrapper:hover li > a:before {
  width: 100%;
  opacity: 1; }
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.active_menuHome > a:before {
  width: 100%;
  opacity: 1; }
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:hover {
  background: none;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #40484e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 103;
}

/*header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:hover, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.active > a, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.home > a, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li:hover > a {
  background: transparent;
  background-color: #be201b;
}*/
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu:hover > li > a:hover:before {
  width: 100%;
  opacity: 1; }
header.typeheader-2 .header-bottom ul.megamenu > li > a img {
  position: absolute;
  margin: 0;
  top: 5px;
  height: auto !important;
  right: 0; }
.module.html-social {
  padding: 0 7px;
  top: 0;
  right: 0; }
.module.html-social ul {
  margin: 0;
  padding: 0; }
.module.html-social .socials-wrap ul li {
  float: left;
  list-style: none; }
.module.html-social .socials-wrap ul li a {
  display: inline-block;
  text-align: center;
  min-width: 31px;
  color: #c0c0c1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size:18px;
  padding-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.module.html-social .socials-wrap ul li a:hover {
  color: #be201b; }
.module.html-link {
  position: absolute;
  float: right;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  right: 190px; }
 .module.html-link a {
  color: #ff9800;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }
.module.html-link:hover {
  background: #be201b;
  right: 169px;	  }
.module.html-link:hover a {
  color: #fff; }
header.typeheader-2.navbar-compact {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 900;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
header.typeheader-2.navbar-compact .header-top, header.typeheader-2.navbar-compact .header-center {
  display: none; }
header.typeheader-2.navbar-compact .header-bottom {
  margin: 0; }
header.typeheader-2 .wishlist i, header.typeheader-2 .account i, header.typeheader-2 .shopcart i
{
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart i {
  font-size: 26px;
}
header.typeheader-2 .symbol-liste{
  /*float: left;
  margin-right: 25px;
  padding-bottom: 20px; */
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
header.typeheader-2 .symbol-liste:last-child {
  margin-right: 0px;
}
/*============FOOTER DEFAULT==================*/
footer {
  margin-top: 50px;
}
footer .footer-container {
  position: relative;  }
footer .footer-container #yt-totop {
  background-color: #be201b;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  z-index: 800;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  font-size: 20px; }
footer .footer-container #yt-totop span {
  display: inline-block;
  font-size: 12px;
  min-width: 76px;
  text-transform: uppercase;
  margin-left: -11px;
  top: 3px;
  position: relative; }
footer .footer-container #yt-totop:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: red; }
footer .footer-container .footer-title {
  position: relative;
  font-size: 14px !important;
  text-transform: uppercase;
  padding-top: 38px;
  font-weight: bold;
  display: inline-block; }
.footer-title-no-pad
{
  padding-top: 0px;
}
footer .footer-container .footer-title:after {
  position: absolute;
  content: "";
  background-color: #be201b;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 3px; }
@media (min-width: 992px) {
  footer .footer-top .socials-wrap .li-social.linkedin-social {
    clear: both; } }
footer .footer-top .socials-wrap ul .li-social {
  float: left; }
footer .footer-top .socials-wrap ul .fa {
  background-color: #333;
  margin: 0 10px 10px 0;
  font-size: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  color: #898989; }
footer .footer-top .socials-wrap ul .fa:hover {
  color: #fff;
  background: #be201b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
footer .footer-top .socials-wrap ul .name-social {
  display: none; }
footer .footer-center {
  position: relative; }
footer .footer-center ul.menu li {
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
footer .footer-center ul.menu li:before {
  /*content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #fff; */}
/*footer .footer-center ul.menu li a {
  position: relative;
  color: #fff;
  padding-left: 5px; }
footer .footer-center ul.menu li:hover {
  padding-left: 5px; }
footer .footer-center ul.menu li:hover:before {
  color: #be201b; }
footer .footer-center ul.menu li:hover a {
  color: #be201b; }*/


footer .footer-center ul.menu li a {
  text-decoration: none;
  color: #737373;
  position:relative;
}
footer .footer-center ul.menu li a:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #be201b;
  will-change: transform;
  -webkit-transition: background-color 0.2s cubic-bezier(.28,.12,.22,1),-webkit-transform 0.3s cubic-bezier(.28,.12,.22,1);

  transition: transform 0.3s cubic-bezier(.28,.12,.22,1),background-color 0.2s cubic-bezier(.28,.12,.22,1),-webkit-transform 0.3s cubic-bezier(.28,.12,.22,1);
}


footer .footer-center .block-content {
  padding-top: 25px; }
footer .footer-center .footer-contact-content {
  width: 100%;
  padding-top: 40px; }
@media (min-width: 992px) {
  footer .footer-center .footer-contact-content {
    padding: 25px 0 0 13px; } }
footer .footer-center .footer-contact-content p {
  display: inline-flex;
  width: 100%;
  margin-bottom: 6px; }
footer .footer-center .footer-contact-content p.address {
  line-height: 24px;
  padding-top: 5px; }
footer .footer-center .footer-contact-content p > i {
  color: #fff;
  margin-right: 15px;
  margin-top: 4px; }
footer .footer-center .footer-contact-content p > i.fa-map-marker {
  font-size: 15px; }
footer .footer-center .footer-contact-content p > i.fa-mobile {
  font-size: 16px; }
footer .footer-center .footer-contact-content p a:hover {
  color: #be201b;
  text-decoration: underline; }
footer .footer-center .footer-contact-content .phone {
  padding-top: 3px; }
footer .footer-center .footer-contact-content .email {
  margin-bottom: 16px; }
footer .footer-center .footer-contact-content .email a {
  color: #fff; }
footer .footer-center .footer-contact-content .email a:hover {
  color: #be201b; }
footer .footer-center .custom-about .inner {
  position: relative;
  z-index: 1;
  padding: 0 25px 18px 20px;
  display: inline-block;
  background: rgba(190, 32, 37, .5); }
footer .footer-center .custom-about .inner .footer-title {
  padding-top: 35px; }
footer .footer-center .custom-about .inner .footer-title:after {
  bottom: -16px; }
footer .block-newleter {
  margin-top: 38px; }
footer .footer-bottom {
  background: rgba(68, 68, 68, 0.6); }
footer .footer-bottom .apps {
  float: right; }
footer .footer-bottom .apps .footer-title {

  width: 100%; }
footer .footer-bottom .footer-title {
  text-transform: initial;
  font-weight: bold;
  padding: 17px 0 18px;
  font-size: 16px; }
footer .footer-bottom .footer-title:after {
  display: none; }
footer .footer-bottom .module {
  margin-bottom: 25px; }
footer .footer-bottom .socials-wrap ul {
  padding: 0;
  margin: 0; }
footer .footer-bottom .socials-wrap ul li {
  display: inline-block;
  margin-right: 5px; }
footer .footer-bottom .socials-wrap ul li .name-social {
  display: none; }
footer .footer-bottom .socials-wrap ul li .icon-social {
  width:30px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*background-color: #000;*/
  color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
footer .footer-bottom .socials-wrap ul li .icon-social:hover {
  color: #be201b; }
footer .footer-bottom .copyright-text {
  text-align: center; }
footer.footer .so-spotlight6.block-newleter {
  margin-top: 30px;
  background: #ddd; }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 [2] BLOCK FOOTER
 ==============================================*/
#content {
  margin-bottom: 30px; }

.layout-2 .full-breadcrumb {
  min-height: 250px; }
@media (min-width: 1200px) {
  .layout-2 .product-view .content-product-right .countdown_box .countdown_inner {
    width: 85%; } }

/*.common-home .so-spotlight1 {
  margin-top: -50px; }*/
.common-home .so-spotlight1 .sohomepage-slider .so-homeslider {
  border: none; }
.common-home .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.home a {
  background: #be201b;
  color: #fff; }
.common-home .so-spotlight6 {
  background: #fff; }
.common-home ol, .common-home ul {
  list-style: none;
  padding: 0; }
.common-home .header-title, .common-home .title-home {
  text-align: left; }
.common-home .header-title h3, .common-home .title-home h3, .common-home .header-title h2, .common-home .title-home h2 {
  padding: 6px 0;
  font-size: 20px;
  color: #40484e;
  /*border-top: 1px solid #40484e;
  border-bottom: 1px solid #40484e;*/
  display: inline-block;
  font-weight: 500;
  margin: 0; }
.common-home .header-title h3 strong, .common-home .title-home h3 strong, .common-home .header-title h2 strong, .common-home .title-home h2 strong {
  color: #be201b; }
.common-home .no-padding {
  padding: 0 !important; }
.common-home .module.no-margin {
  margin: 0; }
.common-home #content {
  margin-bottom: 0;
  margin-top: -100px;
  position: relative;
  z-index: 2; }

.media-date-added {
  display: none; }

.commingsoon-messenger {
  margin: 10em 0 10em; }

.block-upsell-home2 .so-extraslider {
  position: relative; }
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] MODULE SO HOME SLIDER
 [3] MODULE SO HTML BRAND
 [4] MODULE SO HTML CATEGORIES
 [5] MODULE SO EXTRASLIDER
 [6] MODULE SO EXTRASLIDER 2
 [7] MODULE SO HTML TESTIMONOAL
 ==============================================*/
/* --- [1] MODULE SO NEWLETTER --- */
.block-newleter {
  background-color: #ddd;
  padding: 26px 0 16px; }
.block-newleter .so-custom-default {
  border: none; }
.block-newleter .so-custom-default .email {
  margin: 0; }
.block-newleter .newsletter_promo {
  padding: 0;
  color: #40484e;
  font-size: 12px;
  line-height: inherit; }
.block-newleter .footer-support .popup-title {
  font-size: 18px;
  font-weight: bold;
  color: #40484e;
  line-height: 100%;
  padding-bottom: 6px; }
@media (min-width: 1200px) {
  .block-newleter .footer-newsletter {
    padding-left: 34px; } }
.block-newleter .footer-newsletter .input-control {
  color: #999;
  position: relative;
  border: 2px solid #be201b;
  float: right;
  background-color: #fff;
  width: 100%;
  height: 50px; }
.block-newleter .footer-newsletter .input-control i {
  float: left;
  padding: 16px 5px 13px 18px;
  position: absolute;
  z-index: 1;
  font-size: 13px; }
.block-newleter .footer-newsletter .input-control input {
  border: none;
  height: 46px;
  line-height: 44px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  float: left; }
.block-newleter .footer-newsletter .input-control .send-mail {
  position: absolute;
  top: 0;
  background-color: #40484e;
  text-transform: uppercase;
  color: #fff;
  float: right;
  height: 46px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 27px;
  font-weight: bold;
  border: none;
  margin: 0;
  right: 0;
  border-left: 2px solid #be201b; }
.block-newleter .footer-newsletter .input-control .send-mail:hover {
  color: #be201b; }
/* --- [2] MODULE SO HOME SLIDER --- */
.sohomepage-slider .owl2-carousel .owl2-dots .owl2-dot.active span, .sohomepage-slider .owl2-carousel .owl2-dots .owl2-dot:hover span {
  background: #000; }
.sohomepage-slider .owl2-stage-outer {
  direction: ltr; }
@media (min-width: 992px) {
  .sohomepage-slider .owl2-carousel .owl2-dots {
    bottom: 40px; } }
.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px; }
/* --- [3] MODULE SO HTML BRAND --- */
.brands-tab {
  margin: 40px 0;
  float: left;
  width: 100%;
  overflow: hidden; }
.brands-tab ul.nav-brand-tabs {
  width: 23.1%;
  float: left;
  margin: -1px 0 0 0;
  background-color: #eee; }
.brands-tab ul.nav-brand-tabs li {
  position: relative; }
.brands-tab .brands-title {
  text-align: center;
  color: #fff;
  background-color: #be201b;
  padding: 41px 0 40px; }
.brands-tab .brands-title h2 {
  padding: 5px 0;
  font-size: 166.7%;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
  font-weight: 200; }
.brands-tab .brands-title h2:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%; }
.brands-tab .brands-title h2:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px; }
.brands-tab ul.nav-brand-tabs li.br1, .brands-tab ul.nav-brand-tabs li.br2, .brands-tab ul.nav-brand-tabs li.br4, .brands-tab ul.nav-brand-tabs li.br5 {
  border-bottom: 1px solid #ddd; }
.brands-tab .tab-content {
  width: 53.8%;
  float: left;
  padding: 0;
  margin: 0;
  border: none; }
.brands-tab ul.nav-brand-tabs li.br1.active-fix:after, .brands-tab .brands-tab ul.nav-brand-tabs li.br2.active-fix:after, .brands-tab .brands-tab ul.nav-brand-tabs li.br3.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #eee;
  right: -7px; }
.brands-tab ul.nav-brand-tabs li.br4.active-fix:after, .brands-tab ul.nav-brand-tabs li.br5.active-fix:after, .brands-tab ul.nav-brand-tabs li.br6.active-fix:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  left: -7px; }
/* --- [4] MODULE SO HTML CATEGORIES --- */
.block-hot-cate {
  margin: 0 -5px;
  padding: 40px 0 32px;
  display: inline-block; }
.block-hot-cate .static-content {
  float: left;
  width: 33.333%;
  padding: 0 5px; }
.block-hot-cate .static-content .content1-2 .inner {
  padding-top: 50px; }
.block-hot-cate .static-content .content1-1 .inner {
  padding-top: 140px; }
.block-hot-cate .static-content .content2-2 .inner {
  padding-top: 135px; }
.block-hot-cate .static-content .content3-1 .inner {
  padding-top: 94px; }
.block-hot-cate .static-content .content3-2 .inner {
  padding-top: 90px; }
.block-hot-cate .static-content .h-cont {
  position: relative;
  overflow: hidden; }
.block-hot-cate .static-content .h-cont.h-margin {
  margin-bottom: 10px; }
.block-hot-cate .static-content .h-cont:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  opacity: 0;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  left: 0; }
.block-hot-cate .static-content .h-cont:hover .inner {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }
.block-hot-cate .static-content .h-cont:hover:before {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }
.block-hot-cate .static-content .h-cont .inner {
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  left: 0; }
.block-hot-cate .static-content .h-cont .inner .title-cate {
  text-align: center;
  margin-bottom: 10px; }
.block-hot-cate .static-content .h-cont .inner .title-cate h2 {
  padding: 4px 0;
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block; }
.block-hot-cate .static-content .h-cont .inner ul li a {
  color: #fff;
  font-size: 116.7%;
  padding-top: 5px;
  display: inline-block; }
.block-hot-cate .static-content .h-cont .inner ul li a:hover {
  color: #be201b; }
.block-hot-cate .static-content.static-content2 .content2-1 {
  padding: 40px 30px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff; }
.block-hot-cate .static-content.static-content2 .content2-1 .title-cate {
  margin-bottom: 15px;
  text-align: center; }
.block-hot-cate .static-content.static-content2 .content2-1 .title-cate h2 {
  padding: 8px 0 4px;
  font-size: 20px;
  color: #40484e;
  text-transform: uppercase;
  border-top: 1px solid #40484e;
  border-bottom: 1px solid #40484e;
  display: inline-block; }
.block-hot-cate .static-content.static-content2 .content2-1 .title-cate strong {
  color: #be201b; }
.block-hot-cate .static-content.static-content2 .content2-1 .desc {
  margin-bottom: 29px; }
.block-hot-cate .static-content.static-content2 .content2-1 .btn-viewall {
  font-size: 14px;
  color: #fff;
  padding: 10px 22px !important;
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background-color: #be201b;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
.block-hot-cate .static-content.static-content2 .content2-1 .btn-viewall:hover {
  background: #333; }
/* --- [5] MODULE SO EXTRASLIDER --- */
.module.schlafzimmer-slides {
  margin-bottom: 0;
}
.module.extra-home2 .so-extraslider {
  margin: 0;
  }
.module.extra-home2 .module.extraslider-inner {
  margin: 0;
  padding: 0; }
.module.extra-home2 .modcontent:hover .owl2-controls .owl2-nav div.owl2-prev {
  /*left: 0;*/
  opacity: 1; }
.module.extra-home2 .modcontent:hover .owl2-controls .owl2-nav div.owl2-next {
  /*right: 0;*/
  opacity: 1; }
.module.extra-home2 .owl2-controls .owl2-nav div {
  line-height: 25px;
  height: 29px;
  margin-top: -5px;
  width: 26px;
  background-color: rgba(255, 255, 255, .5);
  border: none;
  /*margin-left: 15px;
  margin-right: 15px*/
}
.module.extra-home2 .owl2-controls .owl2-nav div:hover {
  color: #fff; }
.module.extra-home2 .owl2-controls .owl2-nav div.owl2-dots {
  display: none; }
.module.extra-home2 .owl2-controls .owl2-nav div:before {
  font-size: 20px; }
.module.extra-home2 .owl2-controls .owl2-nav div.owl2-prev {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 3; }
.module.extra-home2 .owl2-controls .owl2-nav div.owl2-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 3; }
/* --- [6] MODULE SO EXTRASLIDER 2 --- */
.block-best-sale {
  padding: 40px 0 5px; }
.block-best-sale .products-list.grid .product-layout .product-item-container .right-block .price {
  margin-bottom: 4px; }
@media (min-width: 1200px) {
  .block-best-sale .so-extraslider .extraslider-inner {
    padding-top: 9px; } }
.block-best-sale .so-extraslider .owl2-controls {
  position: absolute;
  top: -23px;
  right: 0; }
.block-best-sale .so-extraslider .owl2-controls .owl2-nav div {
  position: relative;
  opacity: 1;
  left: auto;
  right: auto; }
.block-best-sale .so-extraslider .owl2-controls .owl2-nav div.owl2-prev {
  margin-right: 4px; }
/* --- [7] MODULE SO HTML TESTIMONOAL --- */
.full-wrapper.so-spotlight4 {
  background: url("../../images/bg-testimonial.jpg") no-repeat;
  background-size: cover; }
.full-wrapper.so-spotlight4 .module.html-custom {
  margin: 0; }
.full-wrapper.so-spotlight4 .testimonials .owl2-carousel .owl2-stage-outer {
  direction: ltr; }
.full-wrapper.so-spotlight4 .testimonials .owl2-stage-outer .owl2-item {
  padding: 122px 123px 121px 106px; }
.full-wrapper.so-spotlight4 .testimonials .owl2-controls .owl2-nav div {
  background-color: rgba(0, 0, 0, 0.4);
  border: none; }
.full-wrapper.so-spotlight4 .testimonials .owl2-controls .owl2-nav div:hover {
  background-color: #be201b; }
.full-wrapper.so-spotlight4 .testimonials .item img {
  width: auto;
  float: left; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner {
  background-color: #141413;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-style: italic;
  padding: 30px 32px 27px 40px;
  margin-left: 127px; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  content: "";
  top: 28px;
  left: -8px;
  border-right: 8px solid #141413; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner .client-des {
  position: relative;
  margin: 0 0 0 30px;
  text-align: left;
  line-height: 20px;
  color: #ccc; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner .client-des:before {
  content: '\f10d';
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  font-size: 22px;
  position: absolute;
  font-style: normal;
  left: -33px;
  top: -3px; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner .client-name {
  margin: 8px 0 0 35px;
  text-align: left; }
.full-wrapper.so-spotlight4 .testimonials .item .item-inner .client-name strong {
  text-transform: uppercase; }
/* --- [8] MODULE SO HTML SEVICER --- */
.module.block-sevicer {
  overflow: hidden; }
.module.block-sevicer .content-box {
  margin-top: 24px;
  width: 100%; }
.module.block-sevicer .content-box .banner-infos {
  background-color: #49ccf3;
  float: left;
  width: 100%; }
.module.block-sevicer .content-box .banner-infos .banner-info.banner-info3, .module.block-sevicer .content-box .banner-infos .banner-info.banner-info1 {
  width: 31.5%;
  padding: 19px 19px 19px 37px; }
.module.block-sevicer .content-box .banner-info {
  float: left; }
.module.block-sevicer .content-box .banner-info img {
  float: left; }
.module.block-sevicer .content-box .banner-info .banner-cont {
  color: #fff;
  float: left;
  margin-top: 30px;
  padding-left: 10px; }
.module.block-sevicer .content-box .banner-info .banner-cont a {
  font-weight: bold;
  font-size: 16px;
  text-shadow: none;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
.module.block-sevicer .content-box .banner-info .banner-cont a:hover {
  color: #fbb5b5; }
.module.block-sevicer .content-box .banner-info.banner-info2 {
  position: relative;
  width: 37%; }
.module.block-sevicer .content-box .banner-info.banner-info2 .inner {
  background-color: #13b5e6;
  padding: 19px 16px;
  margin: 0 40px;
  float: left;
  width: 83%;
  position: relative; }
.module.block-sevicer .content-box .banner-info.banner-info2 .inner:before {
  content: "";
  border-top: 70px solid transparent;
  position: absolute;
  border-bottom: 70px solid transparent;
  border-right: 30px solid #13b5e6;
  left: -30px;
  top: 0; }
.module.block-sevicer .content-box .banner-info.banner-info2 .inner:after {
  content: "";
  border-top: 70px solid transparent;
  position: absolute;
  border-bottom: 70px solid transparent;
  border-left: 30px solid #13b5e6;
  right: -30px;
  top: 0; }
/* --- [9] MODULE SO BASIC --- */
.so-basic-product, h4 {
  margin: 0 0 15px 0;
}
.block-basic-product {
  background: #fff;
  padding-bottom: 31px; }
.block-basic-product .title-home {
  text-align: left !important;
  padding: 22px 20px 0; }
.block-basic-product .title-home h2 {
  border: none !important;
  margin-bottom: 8px; }
.block-basic-product .title-home h2 strong {
  color: #40484e !important; }
.block-basic-product .price-old {
  /*display: none !important;*/ }
.block-basic-product .so-basic-product .item-wrap {
  margin: 0; }
.block-basic-product .so-basic-product .product-thumb .image {
  width: 200px;
  float: left;
  margin-right: 20px;
  /*border: 1px solid #ddd;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.block-basic-product .so-basic-product .product-thumb .image img {
  -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: rotate(0);
  -webkit-backface-visibility: hidden; }
.block-basic-product .so-basic-product .product-thumb .image:hover img {
  opacity: 0.7; }
.block-basic-product .so-basic-product .product-thumb .image:hover {
  border-color: #be201b; }
.block-basic-product .modcontent {
  margin-top: 10px; }
.block-basic-product .so-basic-product .preset00-1 .item-element {
  width: 100%;
  /*border-top: 2px solid #be201b;*/
  padding: 20px 20px; }
.block-basic-product .so-basic-product .item-element .item-inner {
  padding: 0; }
.block-basic-product .caption h4 {
  margin: 0; }
.block-basic-product .caption a {
  text-transform: uppercase;
  font-weight: bold;
  color: #40484e;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -2px; }
.block-basic-product .caption a:hover {
  color: #be201b; }
.block-basic-product .caption .ratings {
  margin: 0; }
.block-basic-product .caption .price {
  margin: 0 0 3px 0; }
/* --- [10] MODULE SO DEALS CATEGORIES --- */
@media (min-width: 992px) {
  .slider-deal-w {
	   padding-right: 0;
	   width: 75%;
	   padding-left: 9px;
	}

  .products-w {
    width: 24%;
    padding-left: 0;
    /*border-left: 1px solid #ddd;*/ } }
/* --- [11] MODULE SO DEALS CATEGORIES 2 --- */
.block-deals-home2 {
  background: #fff; }
.block-deals-home2 .title-deal {
  text-align: left !important; }
.block-deals-home2 .title-deal h2 {
  border: none !important;
  color: #fff !important;
  font-weight: 200 !important;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 28px 0 24px 30px;
  width: 100%; }
.block-deals-home2 .title-deal h2 strong {
  color: #fff !important; }
.block-deals-home2 .so-deals-cat {
  padding: 12px 30px 31px;
  display: inline-block; }
.block-deals-home2 .so-deals-cat p {
  font-size: 13px;
  margin: 0px 0 30px 0; }
.block-deals-home2 .so-deals-cat h3 {
  font-size: 20px !important;
}
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab .deals-cat {
  margin: 0; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab .deals-cat .ltabs-tab-img {
  position: relative;
  margin: 0; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab .deals-cat .ltabs-tab-img img {
  width: 100% !important; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab .deals-cat .ltabs-tab-img .ltabs-tab-label {
  position: absolute;
  color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
  bottom: 10px; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab .deals-cat .ltabs-tab-img .ltabs-tab-label:hover {
  color: #be201b; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .image {
  width: 100%; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab.tab-sel {
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .ltabs-tab.tab-sel .ltabs-tab-label {
  color: #be201b; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .wap-deals-cat {
  float: right;
  width: 63.5%;
  background-color: #fff;
  padding-right: 15px; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container {
  width: 36.5%;
  float: left;
  background-color: #be201b;
  color: #fff; }
.block-deals-home2 .so-deals-category .so-deals-cat-wrap .so-deals-cat-container .bg_cat {
  display: none; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption {
  width: 100%;
  padding-left: 20px;
  margin: 0; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .item-inner {
  position: relative; }
.block-deals-home2 .so-deals-category .owl2-controls .owl2-nav > div:before {
  font-size: 20px; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time {
  position: absolute;
  margin-top: 10px;
  top: 21px;
  background: #fff; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .item-timer .time-item {
  margin-top: -1px;
  float: none !important;
  min-width: 55px !important;
  padding: 10px 6px !important; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .item-timer .time-item .num-time {
  font-size: 14px;
  line-height: 100%; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .item-timer .time-item .name-time {
  font-size: 10px; }
.block-deals-home2 .caption h4 {
  margin-bottom: 10px;
  margin-top: 15px !important; }
.block-deals-home2 .caption .price {
  margin: 0 0 3px 0; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .desc:before {
  position: absolute;
  content: "";
  top: 13px;
  background-color: #999;
  width: 100px;
  height: 1px;
  left: 0px; }
.block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .time-item .num-time {
  color: #be201b; }
.block-deals-home2 .so-deals-category .owl2-controls {
  position: absolute;
  bottom: 54px;
  top: auto;
  right: 10px; }
.block-deals-home2 .so-deals-category .product-thumb .image span.label-sale {
  background: #e74c3c none repeat scroll 0 0;
  right: 20px;
  left: auto; }
.block-deals-home2 .so-deals-category .product-thumb .image span.label-sale:after {
  border-right: 8px solid transparent;
  border-left: none;
  left: 0;
  right: auto; }
.block-deals-home2 .product-thumb .image span.label-sale, .block-deals-home2 .product-thumb .image span.label-new {
  max-width: 75px; }
.block-deals-home2 .owl2-controls .owl2-nav div {
  top: 0;
  position: relative;
  left: auto;
  right: auto; }
.block-deals-home2 .so-deals-category .owl2-controls .owl2-nav .owl2-prev:hover, .block-deals-home2 .so-deals-category .owl2-controls .owl2-nav .owl2-next:hover {
  cursor: pointer;
  border: 1px solid #be201b;
  color: #fff;
  background: #be201b; }
/* --- [12] MODULE SO LATEST BLOG --- */
.so-latest-blog.latest-blog-home2 {
  padding: 0;
  border: none !important;
  margin-top: 40px !important; }
.so-latest-blog.latest-blog-home2 .modcontent {
  padding-top: 30px; }
.so-latest-blog.latest-blog-home2 .cat-wrap {
  width: 50% !important;
  padding: 0 !important; }
.so-latest-blog.latest-blog-home2 .cat-wrap .media-lefts {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.so-latest-blog.latest-blog-home2 .cat-wrap .media-lefts img {
  -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: rotate(0);
  -webkit-backface-visibility: hidden; }
.so-latest-blog.latest-blog-home2 .cat-wrap .media-lefts:hover img {
  opacity: 0.7; }
.so-latest-blog.latest-blog-home2 .cat-wrap .media-lefts {
  width: 50%;
  float: left;
  position: relative; }
.so-latest-blog.latest-blog-home2 .cat-wrap .media-bodys {
  width: 50%;
  float: left;
  padding: 0 30px; }
.so-latest-blog.latest-blog-home2 .blog-external-simple .media-heading a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #40484e; }
.so-latest-blog.latest-blog-home2 .blog-external-simple .media-heading a:hover {
  color: #be201b; }
.so-latest-blog.latest-blog-home2 .media-content {
  padding-top: 10px; }
.so-latest-blog.latest-blog-home2 .media-content .description {
  line-height: 21px;
  color: #666; }
.so-latest-blog.latest-blog-home2 .media-content .readmore {
  float: left;
  padding-right: 0;
  padding-top: 5px; }
.so-latest-blog.latest-blog-home2 .media-content .readmore a {
  color: #be201b;
  text-transform: uppercase; }
.so-latest-blog.latest-blog-home2 .media-content .readmore a:hover {
  color: #333; }
.so-latest-blog.latest-blog-home2 .media-content .readmore a i.fa {
  padding-left: 5px; }
.so-latest-blog.latest-blog-home2 .last-post .media-lefts {
  float: right; }
.so-latest-blog.latest-blog-home2 .last-post .media-bodys {
  padding-top: 30px; }
.so-latest-blog.latest-blog-home2 .date-blog {
  min-width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  left: 25px; }
.so-latest-blog.latest-blog-home2 .date-blog .text-day {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%; }
.so-latest-blog.latest-blog-home2 .date-blog .text-mon {
  font-size: 10px; }

.rtl .so-latest-blog.latest-blog-home2 .media-content .readmore a i.fa {
  transform: rotate(180deg); }
/* --- [13] MODULE SO HTML BANNER TOP --- */
.block-img .img-1 {
  width: 33.33334%;
  float: left;
  display: inline-block;
  padding: 5px;  }
/* --- [14] MODULE SO EXTRASLIDER 3 --- */
.so-spotlight3 {
  background: #fff;
  padding-bottom: 24px; }
/*@media (min-width: 1200px) {
  .so-spotlight3 {
    margin-top: -154px;
    padding-top: 146px; } }*/
.so-spotlight3 .extra-home2 {
  margin-top: 40px; }
.so-spotlight3 .extra-home2 .products-list.grid .product-layout .bottom-group {
  margin-top: 10px; }
/* --- [6] CART --- */
.shopping_cart .dropdown-backdrop {
  position: relative; }
.shopping_cart a.top_cart {
  display: block;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important; }
.shopping_cart a.top_cart .shopcart {
  color: #fff;
  padding-top: 31px; }
.shopping_cart a.top_cart .shopcart .title {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
  margin: 0; }
.shopping_cart a.top_cart .shopcart i {
  font-size: 22px;
  color: #fff; }
.shopping_cart .shoppingcart-box {
  min-width: 300px;
  top: 100% !important;
  position: absolute;
  background-color: #fff;
  padding: 0 0 20px;
  border-top: 2px solid #666;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  right: 0; }
.shopping_cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%; }
.shopping_cart .shoppingcart-box:after {
  content: '';
  position: absolute;
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #666;
  left: 85%; }
.shopping_cart .shoppingcart-box .minicart-title {
  background: #666;
  padding: 0 25px; }
.shopping_cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px; }
.shopping_cart .shoppingcart-box .minicart-title span.price-title {
  float: right; }
.shopping_cart .shoppingcart-box .item-cart {
  position: relative;
  padding-top: 20px;
  clear: both; }
.shopping_cart .shoppingcart-box .title-total {
  font-size: 14px;
  display: inline-block; }
.shopping_cart .shoppingcart-box .title-total .total-color {
  color: #be201b; }
.shopping_cart .shoppingcart-box .info-total {
  padding: 0 20px; }
.shopping_cart .shoppingcart-box .content-item {
  max-height: 320px;
  overflow: auto;
  background: #fff;
  padding: 0 15px; }
.shopping_cart .shoppingcart-box .content-item .img-cart {
  border: 1px solid #ddd; }
.shopping_cart .shoppingcart-box .content-item .img-cart:hover {
  border-color: #be201b; }
.shopping_cart .shoppingcart-box .content-item .minicart-img {
  float: left;
  position: relative;
  background: #fff;
  margin-right: 10px; }
.shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #be201b;
  bottom: -4px;
  border-radius: 100%;
  color: #fff;
  right: -6px; }
.shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
  text-decoration: inherit; }
.shopping_cart .shoppingcart-box .content-item .detail-item {
  overflow: hidden; }
.shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
  float: left;
  width: 60%; }
.shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
  float: right;
  width: 40%; }
.shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  background: #999;
  display: inline-block;
  border-radius: 3px; }
.shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
  font-size: 12px;
  color: #40484e;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold; }
.shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
  color: #be201b; }
.shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
  border: none; }
.shopping_cart .shoppingcart-box .added_items {
  text-align: center;
  line-height: 25px;
  display: none; }
.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent; }
.shopping_cart .shoppingcart-box .table-striped a {
  color: #545454;
  font-weight: 300;
  font-size: 14px; }
.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none; }
.shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
  color: #be201b; }
.shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
  color: #999; }
.shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
  color: #be201b; }
.shopping_cart .shoppingcart-box .table-bordered .text-left span {
  font-weight: 300;
  color: #545454;
  font-size: 14px; }
.shopping_cart .shoppingcart-box .table-bordered .text-right {
  font-size: 16px;
  color: #be201b; }
.shopping_cart .shoppingcart-box a.btn {
  padding: 0 10px;
  color: #fff;
  background: #666;
  border-color: #666;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  border-radius: 0; }
.shopping_cart .shoppingcart-box a.btn:hover {
  background: #be201b; }
.shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0; }
.shopping_cart .table > tbody > tr {
  margin: 10px 0;
  border-bottom: 1px solid #ddd; }
.shopping_cart .table > tbody > tr:first-child > td {
  border-top: 0; }
.shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
  vertical-align: middle; }
.shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td, .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
  border: 0; }
/* --- [5] MODULE MEGAMENU ---- */
.megamenu-style-dev img:hover {
  opacity: 0.8; }
.megamenu-style-dev .navbar-default {
  background: none; }
.megamenu-style-dev .navbar-default ul.megamenu li .sub-menu .content {
  border-radius: 0; }
.megamenu-style-dev .navbar-default .vertical {
  background: #272727;
  margin: 0 0 20px; }
.megamenu-style-dev .navbar-default .vertical #menuHeading {
  cursor: pointer; }
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper {
  background: none; }
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container {
  padding: 15px 20px !important; }
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container > div {
  margin: 3px 9px 0 0; }
.megamenu-style-dev .navbar-default .vertical ul.megamenu > li > div.sub-menu {
  left: 100% !important; }
.megamenu-style-dev .navbar-default .vertical .fa-angle-right {
  float: right;
  top: 2px;
  position: relative; }
.megamenu-style-dev .navbar-default .vertical ul.megamenu > li.click::before, .megamenu-style-dev .navbar-default .vertical ul.megamenu > li.hover::before {
  padding: 14px 15px 10px 50px !important;
  right: 0;
  left: auto; }
.megamenu-style-dev .navbar-default .vertical ul.megamenu li .sub-menu .content {
  border: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
  position: relative;
  border-radius: 0;
  background: #272727; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a img {
  height: auto; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical {
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #383838; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a {
  color: #a8a8a8;
  font-size: 14px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a strong i {
  font-size: 9px;
  padding-right: 5px;
  color: #a8a8a8; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a {
  background: #383838 !important; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a i {
  color: #fff; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .title-submenu {
  color: #40484e; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .fa-caret-right {
  float: right;
  margin-top: 5px;
  color: #999;
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
  padding: 20px 0 0 20px;
  overflow: hidden; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
  margin-top: 45px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content > .border {
  border: none;
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
  padding: 12px 20px;
  background: #eee;
  margin: 0 -20px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu .main-menu {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li {
  padding: 6px 0 6px 20px;
  position: relative; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li a {
  display: block; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover:before {
  border-color: #be201b;
  background: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover a {
  color: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .categories .menu ul li ul li {
  padding-top: 1px;
  padding-bottom: 1px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li {
  line-height: 26px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li a.main-menu {
  margin: 0 0 10px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul {
  margin-top: 20px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul > li:last-child {
  margin: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content > .border {
  border: none;
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
  position: absolute;
  bottom: 30%;
  right: -20px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style4 .content {
  padding-bottom: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content {
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul {
  padding: 0;
  margin: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li {
  padding: 12px 20px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  position: relative; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:before {
  content: "";
  height: 100%;
  width: 5px;
  background: #bfbfbf;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transition: width 0.2s ease-in-out; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li .main-menu {
  font-size: 12px;
  text-transform: inherit;
  position: relative;
  z-index: 2;
  font-weight: normal; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:last-child {
  border: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li b {
  display: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover:before {
  width: 100%;
  background: #be201b;
  transition: width 0.2s ease-in-out; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
  color: #fff; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul {
  padding: 0;
  border: none;
  border-radius: 0;
  top: 0;
  margin: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li a {
  position: relative;
  display: block;
  z-index: 2; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li:before {
  border-radius: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:before {
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
  background: none;
  border: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:after {
  display: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
  box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1); }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
  display: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
  color: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li {
  padding-top: 25px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li:nth-child(1) {
  padding-top: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
  color: #40484e;
  font-size: 18px;
  margin: 0 0 15px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
  padding: 0; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
  padding: 2px 0;
  font-size: 12px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
  display: none; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover {
  color: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore {
  border: none;
  text-align: right;
  padding: 16px; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore span {
  text-transform: uppercase;
  color: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore i {
  font-size: 14px;
  color: #be201b; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover {
  background: #be201b;
  color: #fff; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover span {
  color: #fff; }
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover i {
  color: #fff; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  border: none;
  color: #40484e; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
  font-size: 12px;
  position: relative;
  font-weight: normal;
  padding-left: 15px; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
  color: #be201b; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
  content: '\f05b';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -10px; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
  line-height: 30px; }
.megamenu-style-dev .submenu-pages .html > ul {
  padding: 0 20px; }
.megamenu-style-dev .submenu-pages h2 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #40484e; }
.megamenu-style-dev .submenu-pages li {
  list-style: none;
  line-height: 31px; }
.megamenu-style-dev .submenu-pages li a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 15px; }
.megamenu-style-dev .submenu-pages li a:hover {
  color: #be201b; }
.megamenu-style-dev .submenu-pages li a:before {
  content: '\f05b';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -7px; }
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
  display: none; }
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all {
  padding-top: 19px;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #be201b;
  margin: 0;
  line-height: 1em; }
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all a, .megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i {
  color: #be201b; }
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all a:hover, .megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i:hover {
  text-decoration: underline; }
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i.fa {
  float: none;
  padding-left: 10px; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
  margin-bottom: 10px; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 30px; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li:first-child {
  padding-top: 0; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product {
  padding-top: 29px; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .name {
  padding-top: 33px; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .name a {
  font-size: 16px;
  font-weight: 300; }
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .price {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  padding-top: 10px; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu div.menu ul ul {
  left: 100%; }
.megamenu-style-dev .submenu4.with-sub-menu.hover .sub-menu .content {
  padding: 15px 0 10px; }
.megamenu-style-dev .submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu b {
  display: none; }
.megamenu-style-dev div.megamenu-wrapper ul.megamenu > li.active:before {
  content: "";
  height: 30%;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  right: 0; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*padding: 0 30px 0;*/
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li:hover {
  background: #be201b; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li:hover > a {
  color: #fff; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li a {
  position: relative;
}
/*.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li a:before {
  content: '\f05b';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 10px;
  top: -7px;
  left: 0; }*/
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 15px; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
  color: #be201b; }
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
  content: '\f05b';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -7px; }


/* BRANDBOX STYLE */
.brandbox{
  width:240px;
  overflow:hidden;
  margin:0;
  padding:0;
  text-align:right;
  height: 95px;
  padding-top: 25px !important;
}

.brandbox li{
  display:inline-block;
  list-style-type:none;
  height:40px;
  width:40px;
  border-radius:100%;
  background: #f00;
  margin:5px;
  overflow:hidden;
}
td.price{
  background:none;
}
#search1 .price {
  background:none !important;
  /*display: none;*/
}

.ekss {
  background-color: #333 !important;
}
.ekss:hover {
  background-color: #a49440 !important;
}
@media only screen and (max-width: 768px) {
  .so-extraslider .item {
    width: 100%;
  }
  .so-deals-category {
    /*margin-top: 30px !important;*/
    /*margin-top: -90px !important;*/
  }
  .block-deals-home2 .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time {
    display: none;
  }
  .related .product-layout {
    width: 100% !important;
  }
  .common-home .so-basic-product {
	padding-right: 15px;
    padding-left: 15px;
  }
  .common-home .so-basic-product img
  {
	  width: 100%;
  }
}

#UrunOlculeri h1 , #propertyImages h1 {
  color : #be201b;
  font-size:22px !important;
  margin-bottom:10px;
}
#ulDimension li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  margin: 20px 0px;
  list-style: none;
}
.PropertyImageDescription {
  display:none;
}
#PropertyImages {
  margin-bottom:40px;
}
/******************************************  PRODUCT DETAIL *************************************************/

.producttitle {
  font-size: 1.4em;
  line-height: normal;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.Productshortdesc {
  float: left;
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  font-size:0.875em;
  line-height:160%;
  margin-top:10px;

}



#gallery-1 {
  width: 72%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  float: left;
  display: block;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .Productshortdesc {
    clear: both;
    height: 314px;
    display: inline-block;
    float: left;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    vertical-align:auto;

  }
  .Productshortdesc span
  {display:inline-block;vertical-align:middle;}
}
@media screen and (max-width: 959px) {
  .Productshortdesc {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
  }
  #gallery-1 {
    width: 98%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    float: left;
    display: block;
    padding: .52%;
  }
}
.product .markNew
{

  padding: 5px 10px 5px 10px;
  background:green;
  display:block;
  color:White;
  float:right;
  margin-right:5px;
}
.product .markCampaign
{
  padding: 5px 10px 5px 10px;
  background:blue;
  display:block;
  color:White;
  float:right;
}
.product .markShowCase
{

  padding: 5px 10px 5px 10px;
  background:green;
  display:block;
  color:White;
  float:right;
  margin-right:5px;
}
.PrDetail
{
  width:100%;
  display:block;
  float:left;
}

.PrDetail .detailtitle
{
  background:#ededed;    width:100%; float:left; margin:10px 0px 15px 0px;padding:0;
}
.PrDetail .detailtitle h2

{margin:0!important;
  background:#008285 url(img/HeadingCorner.jpg) no-repeat right 0;
  font-size:1em; line-height:24px; height:26px; color:#FFFFFF; padding:0 206px 0 8px; float:left;
}
.PrDetail .bigImage
{
  width:686px;
  padding:2px;
  border: 1px solid #dfe0e1;
}




/*  Textures  */

#PrTextures {
  width: 95%;
  height: 210px;
  margin: 0 auto;
}
#PrTextures .arrow-holder {
  height: 171px;
}
#PrTextures .touchcarousel-item {
  margin-right: 1px;
  width: 170px;
  height: 128px;
}
#PrTextures .item-block {
  width: 170px;
  height: 128px;
  display: block;
}
#PrTextures .item-block .bigimg,
#PrTextures .item-block h4,
#PrTextures .item-block p {
  float: left;
  position: relative;
  display: block;
  margin: 0;
}
#PrTextures .item-block .smallimg {
  width:90px;
  margin-top:-60px;
  margin-left:10px;
  position:relative;
  border:1px solid white;
}
#PrTextures .item-block .bigimg {
  width: 170px;
  height: 128px;
  border: 0;
  padding: 0;
}
#PrTextures .item-block {
  text-decoration: none;
  color: inherit;
}
#PrTextures .item-block h4 {
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #000;
  width: 158px;
  height: auto;
  padding: 2px 0 0 6px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#PrTextures .item-block:hover h4 {
  color: #1873c9;
}
#PrTextures .item-block p {
  font: normal 13px/20px Helvetica, Arial, sans-serif;
  color: #555;
  width: 158px;
  padding: 0 0 0 6px;
}
#PrTextures .scrollbar-holder {
  background: #CED7DB;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}
#PrTextures .scrollbar {
  background-color: #45a8ce !important;
  bottom: 0;
}


/*  Dimensions  */

.PrDimensions .detailtitle
{
  background:#ededed;    width:100%; float:left; margin:10px 0px 15px 0px;
}

.PrDimensions .detailtitle h2
{
  background:#008285 url(img/HeadingCorner.jpg) no-repeat right 0;
  font-size:1em; line-height:24px; height:26px; margin:0px; color:#FFFFFF; padding:0 206px 0 8px; float:left;
}

.PrDimensions {
  padding:0px;

}
#ChildProducts .detailtitle
{
  background:#ededed;width:100%; float:left; margin:10px 0px 15px 0px;
}

#ChildProducts .detailtitle h2
{
  background:url(img/HeadingCorner.jpg) no-repeat right 0 #008285;
  font-size:1em; line-height:24px; height:26px; color:#FFFFFF; padding:0 276px 0 8px; float:left;
}
.PrDimensions li
{
  width:190px;
  height:330px;
  display:block;
  float:left;
  margin-bottom:25px;
}
.PrDimensions li .thumb
{
  width:160px;
  max-width:150px;
}


.PrDimensions li .big
{
  width:320px;
  margin-left:-80px;
  margin-bottom:auto;
  position:absolute;
  border:5px solid gray;
  z-index:1001;
}

.PrDimensions li span
{
  display:block;
  background:url(img/arrow-right.gif) no-repeat left center;
  padding-left:10px;
  font-weight:lighter;
  font-size:0.9em;
}
.PrDimensions dl
{
  width:110px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:25px;
}
.PrDimensions dl * {font-size:10px;}
.PrDimensions dl dd
{
  display:block;
  text-align:right;
  width:110px;
}
.PrDimensions dl dd em
{
  float:left;
}

.CompareProduct a{
  font-size:.875em; color:#FFF; text-decoration:none; float:right;width:150px; height:26px; line-height:26px; background:#ff5500 url(/i/CompareList.png) no-repeat 8px 2px; padding:0 0px 0 39px;margin:-10px 10px 0 0;
}
#CompareList a{
  font-size:.875em; color:#FFF; text-decoration:none; float:right; height:26px; line-height:26px; background:#008285 url(/i/CompareList.png) no-repeat 8px 2px; padding:0 10px 0 39px;margin:-10px 10px 0 0;
}



#PropertyImages a.tooltip {
  position: relative;
  cursor: default;margin-left:10px; display:inline-block; opacity:1;}

#PropertyImages a.tooltip span {
  display: none;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 320px;
  padding: 5px;}

#PropertyImages a.tooltip:hover {
  display: inline;z-index:999;}

#PropertyImages a.tooltip:hover span {
  display: block;
  border: 5px solid #ccc;
  color: white;
  font-size: 17px;
  background-color:white;
  color:gray;
  text-align:center;
  vertical-align:middle;
}


/*
 .cke_show_border td {
    border:1px solid green;
    font-size:12px!important;
    padding:3px!important;
    text-indent:4px;
    font-weight:normal!important;
 }*/

.ChildProductTitle
{
  width:100%;
  float:left;
  display:block;
  padding:10px 0;
}

.ChildProductTitle span
{-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#008285;
  color:white;
  font-size:14px;
  text-indent:5px;
  padding:5px;
  margin:7px 0;
  display:block;
  float:left;
  width:50%;}

.ChildProductProperty
{font-size:13px;padding:4px;display:block;float:left;margin-right:30px;}

#ProductDescription
{display:inline-block;font-size:0.875em;
}
#ProductDescription p
{line-height: 155%;margin-bottom:10px;padding:3px;}

#ProductDescription div
{line-height: 155%;margin-bottom:10px;}

#ProductDescription span {
  line-height: 155%;margin-bottom:10px;
}

#ProductDescription table  {display:inline-block;float:left;margin-bottom:20px;}
#ProductDescription table td {padding:3px;white-space:nowrap;}
#ProductDescription table td.last {
  width: 1px;
  white-space: nowrap;padding:3px;
}
#othercarousel {width:100%;margin:0 auto;
}

#othercarousel .arrow-holder {
  height: 250px;
}
#othercarousel .touchcarousel-item {
  margin: 6px;
  width: 212px;
  background-color:#e3e3e3;

}

.top-link li > a:hover {
  background-color: #be201b;
  color: #fff;
  padding:6px;
}
.top-link li a > span:hover {
  background-color: #be201b;
  color: #fff !important;
}

.kundenservice {
	background:#be201b;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	margin-bottom: 20px;
}
.kundenservice a {
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
}

.kundenservice i{
	padding-left: 30px;
}
.kundenservice .live-chat {
	display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
	padding-left: 30px;
}
.kundenservice  .live-chat:before {
    content: '';
    height: 45px;
    width: 45px;
    display: inline-block;
    background: url(../../images/whatsapp.png) no-repeat;
    background-size: 45px;
    vertical-align: middle;
	position: relative;
	top: -2px;
}

.product_area {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 75px;
  height: auto;
  background-color: #be201b;
  border-bottom-right-radius: 10px;
  color: #fff;
  padding: 3px;
}

.kategorien-banner {
  margin-top: 70px;
  margin-bottom: 70px;
}
.module-abstand {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
.module-abstand-2 {
  margin-bottom: 60px;
  position: relative;
}

.owl2-controls .owl2-nav div.owl2-prev-unterkategorie-slider {
  color: #000;
  margin-top: -45px;
  left: -30px;
  border: none;
  font-size: 30px;
}
.owl2-controls .owl2-nav div.owl2-next-unterkategorie-slider {
  color: #000;
  margin-top: -45px;
  right: -30px;
  border: none;
  font-size: 30px;
}

.products-category .product-filter.filters-panel {
	display:none;
}
.products-category .product-filter.product-filter-bottom.filters-panel {
	display:block;
}

.partner-logos {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin: 20px;
        }
        .partner-logo {
            position: relative;
            max-width: 115px; /* Maximale Breite für die Logos */
            text-align: center;
        }
        .partner-logo img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .partner-logo:hover img {
            transform: scale(1.1); /* Zoom-Effekt beim Mouseover */
        }
        .partner-logo span {
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            white-space: nowrap;
        }
        .partner-logo:hover span {
            visibility: visible;
            opacity: 1;
        }      
		
