/*******************************************************
  Style Color
********************************************************/

/*===============================================
	[SASS DIRECTORY ]

    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle

    ==============================================*/

.no-margin {
  margin: 0 !important;
}

.marginbottom__3x {
  margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}

/*******************************************************************
    ******                SO Framework: Sass System                ******
    ********************************************************************/

/* 1.BACK TOP TOP DEMO OPENCART
    ----------------------------------------------------- */

.back-to-top {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  width: 45px;
  bottom: 50px;
  right: 50px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: inline;
  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: #991b1b;
}

.back-to-top i {
  font-size: 32px;
  display: block;
  line-height: 18px;
}

.back-to-top span {
  display: block;
  line-height: 18px;
}

@media (max-width: 991px) {
  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
}

/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
    ----------------------------------------------------- */

.social-widgets {
  position: fixed;
  z-index: 560;
  top: 50%;
  height: 0;
  width: 0;
  right: 0;
}

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

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

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

.social-widgets .active {
  z-index: 100;
  left: -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 {
  left: 0;
}

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

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

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

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

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

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

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

.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, 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 {
  left: -260px;
}

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

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

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

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

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

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

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

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px;
}

/* 3.TOP PANEL (RIGHT FIXED PANEL)
    ----------------------------------------------------- */

/* 4.LARY LOADER
    --------------------------------------- */

.mfp-iframe-scaler iframe {
  background: white url(../img/theme/lazy-loader.gif) no-repeat center center;
}

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/theme/lazy-loader.gif) no-repeat center
    center;
}

.loadeding {
  background: white url(../img/theme/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none;
}

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto;
  }
  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }
  .lazy.lazy-loaded img {
    opacity: 1;
  }
}

/* Overlay pattern
    --------------------------------------- */

body.no-bgbody {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloading Screen
    --------------------------------------- */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/* @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;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000;
}

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

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

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

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

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

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

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

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -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 #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

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

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

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

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

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

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

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

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

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

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  background: linear-gradient(
    to bottom,
    transparent 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 */

.icons-social a {
  display: inline-block;
  margin-right: 5px;
  color: #f82e56;
}

.icons-social .fa {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-facebook {
  background: #4c70ba;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-twitter {
  background: #00aced;
  border-color: #00aced;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-twitter {
  background: #21c2ff;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-google-plus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-google-plus {
  background: #e47365;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-linkedin {
  background: #007bb5;
  border-color: #007bb5;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-linkedin {
  background: #009ee8;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-instagram {
  background: #125688;
  border-color: #125688;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-instagram {
  background: #1872b5;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #991b1b;
  color: #991b1b;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-youtube {
  background: #b00;
  border-color: #b00;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #991b1b;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-youtube {
  background: #ee0000;
}

.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;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f105";
}

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

.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: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  float: left;
}

.feature-box .feature-content {
  padding-left: 50px;
}

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

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.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 a {
  color: #444;
}

.arrow-list li a:hover {
  color: #991b1b;
}

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
}

.page-login .well {
  background: #fff;
  min-height: 285px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0;
}

.page-login .well h2 {
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.page-login .bottom-form {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px;
}

.page-login .bottom-form .btn {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
}

.page-login .bottom-form .btn:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff;
}

.page-login .bottom-form a {
  color: #444;
}

.page-login .bottom-form a:hover {
  color: #991b1b;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/*******************************************************************
    ******                SO Framework: Sass Menu                 ******
    ********************************************************************/

div.horizontal ul.megamenu > li {
  float: left;
}

div.horizontal ul.megamenu .sub-menu .title-submenu,
div.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333333;
}

div.horizontal ul.megamenu .sub-menu .image-link:hover {
  color: #991b1b;
}

div.horizontal .image-link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  padding: 3px;
  margin: 0 0 10px;
}

div.horizontal .image-link .btn {
  position: absolute;
  top: -100px;
  left: calc(50% - 50px);
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #991b1b;
  border-color: #991b1b;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 2px;
}

div.horizontal .image-link .btn:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff;
}

div.horizontal .image-link .btn:hover {
  background: #555555;
  border-color: #555555;
}

div.horizontal .image-link:hover .thumbnail {
  border: 1px solid #bcbcbc;
  background: #ddd;
}

div.horizontal .image-link:hover .thumbnail img {
  opacity: 0.8;
}

div.horizontal .image-link .figcaption {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

div.horizontal ul.megamenu .label-hot {
  position: absolute;
  z-index: 999;
  top: -10px;
  right: 0px;
}

div.horizontal ul.megamenu .sub-menu a {
  color: #444;
  line-height: 24px;
  display: block;
  padding: 3px 0;
  font-size: 13px;
}

div.horizontal ul.megamenu .sub-menu a:hover {
  color: #991b1b;
}

@media (min-width: 1200px) {
  div.horizontal ul.megamenu .megamenu--container {
    min-width: 1170px;
  }
}

header .so-megamenu .navbar-header {
  color: white;
}

@media (min-width: 992px) {
  div.so-vertical-menu {
    position: relative;
  }
  div.so-vertical-menu .vertical-wrapper {
    border-top: 3px solid #991b1b;
  }
  div.so-vertical-menu ul.megamenu > li {
    border: none;
  }
  div.so-vertical-menu ul.megamenu > li a {
    color: #444;
    line-height: 24px;
    font-size: 14px;
  }
  div.so-vertical-menu ul.megamenu > li a:hover {
    color: #991b1b;
  }
  div.so-vertical-menu ul.megamenu > li > a:hover,
  div.so-vertical-menu ul.megamenu > li.loadmore:hover {
    background: #991b1b;
    color: white;
  }
  div.so-vertical-menu ul.megamenu > li > a:hover .caret,
  div.so-vertical-menu ul.megamenu > li.loadmore:hover .caret {
    background-position: center 0;
  }
  div.so-vertical-menu ul.megamenu > li .caret {
    background: url("../img/theme/icons/ico-menu-parent.png") no-repeat;
    width: 15px;
    height: 15px;
    background-position: center -25px;
    border: none;
    margin: 5px 0;
    position: absolute;
    right: 10px;
  }
  div.so-vertical-menu ul.megamenu > li.loadmore {
    border-top: 1px solid #ddd;
  }
  div.so-vertical-menu ul.megamenu > li.active > a {
    background: #991b1b;
    color: white;
  }
}

.list-product {
  padding: 0;
  height: 100%;
}

.list-product .image {
  margin-right: 15px;
}

.list-product .caption h4 {
  margin: 0;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  /* [8] */
  font-size: 1.4rem;
  /* [8] */
}

.megamenuToogle-wrapper .container > div {
  float: left;
  margin: 0px 10px 0px 0px;
}

/* 	+----------------------------------------------------+
        TABLE OF CONTENTS
      +----------------------------------------------------+

      [1]		Header Wrapper
      [2]		Content Wrapper
      [3]		Footer Wrapper

    */

#wrapper {
  overflow-x: hidden;
}

/* ************************************************************************************************
    STRUCTURE
    ************************************************************************************************ */

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

.wrapper-boxed header.navbar-compact,
.wrapper-iframed header.navbar-compact,
.wrapper-rounded header.navbar-compact {
  width: auto;
}

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

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1360px) {
  .container-full {
    clear: both;
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media (min-width: 1600px) {
  .container-full {
    clear: both;
    margin-left: -40%;
    margin-right: -40%;
  }
}

/**************************************************************
        Header Wrapper
    **************************************************************/

/**************************************************************
        Content Wrapper
    **************************************************************/

#content {
  margin-bottom: 23px;
}

#content:before,
#content:after {
  content: " ";
  display: table;
}

#content:after {
  clear: both;
}

/* 	+----------------------------------------------------+
        TABLE OF CONTENTS
      +----------------------------------------------------+

      [1]		BLOCK MODULE STYLE
      [2]		BLOCK LIST ITEM
      [3]		BLOCK MENU CATEGORY
      [4]		BLOCK FILTER SHOP BY
      [5]		BLOCK TAGS
      [6]		BLOCK LANGUAGE
      [7]		BLOCK CURRENCY
      [8]		BLOCK BREADCRUMB
      [9]		BLOCK LATEST PRODUCT
      [10]    BLOCK PRODUCT LAYOUT
      */

h3.modtitle {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 22px;
  /* [8] */
  font-size: 2.2rem;
  /* [8] */
  line-height: 30px;
  margin: 0 0 5px;
  position: relative;
  font-weight: 400;
  color: #222222;
}

h3.modtitle3 {
  font-size: 44px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px;
}

h3.modtitle4 {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}

h3.modtitle7 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}

.box-full {
  max-width: 1720px;
  margin: 0 auto;
  float: none;
}

@media (max-width: 1199px) {
  h3.modtitle {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 20px;
    /* [8] */
    font-size: 2rem;
    /* [8] */
  }
  h3.modtitle4 {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 35px;
    /* [8] */
    font-size: 3.5rem;
    /* [8] */
  }
}

img {
  max-width: 100%;
}

.list-item {
  list-style: none;
  padding: 0;
}

.list-item li {
  margin-bottom: 3px;
}

.list-item li:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  display: inline-block;
  content: "\f105";
}

.list-item li a {
  color: #444;
}

.list-item li a:hover {
  color: #991b1b;
}

.menu-category .modcontent {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 0 20px;
}

.menu-category .list-group > li {
  border-bottom: 1px dotted #e4e4e4;
  margin: 0;
  position: relative;
}

.menu-category .list-group > li span.button-view {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.menu-category .list-group > li a {
  color: #333333;
  padding: 10px 0;
  display: block;
}

.menu-category .list-group > li a:hover {
  color: #991b1b;
}

.menu-category .list-group > li a:hover + .button-view {
  color: #991b1b;
}

.menu-category .list-group > li .active,
.menu-category .list-group > li .active + .button-view {
  color: #991b1b;
}

.menu-category .list-group > li .active + .button-view:before {
  content: "\f147";
}

.menu-category .list-group > li li {
  padding: 0 10px;
  position: relative;
  list-style: none;
}

.menu-category .list-group > li li a {
  padding: 5px 0;
}

.menu-category .list-group > li li a:before {
  content: "";
  padding: 0 5px;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: -10px;
  transition: all 400ms ease;
  opacity: 0;
}

.menu-category .list-group > li li a:hover:before {
  opacity: 1;
  margin: 0;
}

.filter-shopby,
.filter-row {
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.filter-shopby .table_layout,
.filter-row .table_layout {
  display: block;
}

.filter-shopby .table_cell,
.filter-row .table_cell {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: #f1f1f1 1px solid;
  display: block;
}

.filter-shopby legend,
.filter-row legend {
  border: none;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}

.filter-shopby .checkboxes_list > li:not(:last-child),
.filter-row .checkboxes_list > li:not(:last-child),
.filter-shopby .simple_vertical_list li:not(:last-child),
.filter-row .simple_vertical_list li:not(:last-child) {
  margin-bottom: 5px;
}

.filter-shopby .color_btn,
.filter-row .color_btn {
  position: relative;
  padding-left: 32px;
}

.filter-shopby .color_btn::before,
.filter-row .color_btn::before {
  content: "" !important;
  padding: 1px;
  background-clip: content-box !important;
  border: 1px solid #eaeaea;
  border-radius: 50% !important;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.filter-shopby .color_btn.green::before,
.filter-row .color_btn.green::before {
  background: #269300;
}

.filter-shopby .color_btn.yellow::before,
.filter-row .color_btn.yellow::before {
  background: #fccd36;
}

.filter-shopby .color_btn.red::before,
.filter-row .color_btn.red::before {
  background: #ff0000;
}

.filter-shopby .color_btn.blue::before,
.filter-row .color_btn.blue::before {
  background: #018bc8;
}

.filter-shopby .color_btn.grey::before,
.filter-row .color_btn.grey::before {
  background: #b2b2b2;
}

.filter-shopby .color_btn.orange::before,
.filter-row .color_btn.orange::before {
  background: #ff7b1a;
}

.filter-shopby input[type="checkbox"]:checked + .color_btn::before,
.filter-row input[type="checkbox"]:checked + .color_btn::before {
  border-color: #333;
}

.filter-row {
  padding: 0;
}

.filter-row .table_layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.filter-row .table_row {
  display: table;
  width: 100%;
}

.filter-row .table_cell {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  padding: 19px;
}

.filter-row .bottom_box {
  padding: 15px 19px;
}

.ui-slider {
  height: 7px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 220px;
}

.ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px;
}

.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before {
  border-radius: 50%;
}

.range {
  margin-bottom: 15px;
}

.range > * {
  display: inline;
}

.checkboxes_list {
  color: #333;
}

.simple_vertical_list input[type="radio"],
.simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="radio"],
.checkboxes_list input[type="checkbox"] {
  display: none;
}

.simple_vertical_list input[type="radio"] + label,
.simple_vertical_list input[type="checkbox"] + label,
.checkboxes_list input[type="radio"] + label,
.checkboxes_list input[type="checkbox"] + label {
  position: relative;
  width: auto !important;
  margin: 0 17px 0 0 !important;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.simple_vertical_list input[type="radio"] + label::before,
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="radio"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  font-size: 12px;
}

.simple_vertical_list input[type="radio"] + label::before,
.checkboxes_list input[type="radio"] + label::before {
  border-radius: 50%;
}

.simple_vertical_list input[type="radio"] + label:empty,
.checkboxes_list input[type="radio"] + label:empty {
  width: 22px !important;
  padding-left: 0px;
  margin: 0px !important;
}

.simple_vertical_list input[type="checkbox"]:checked + label::before,
.checkboxes_list input[type="checkbox"]:checked + label::before {
  content: "\f00c";
}

.simple_vertical_list input[type="radio"]:checked + label::before,
.checkboxes_list input[type="radio"]:checked + label::before {
  content: "\f10c";
}

.tags_cloud li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.button_grey {
  padding: 6px 15px;
  display: inline-block;
  color: #555555;
  background: #f1f1f1;
  text-transform: capitalize;
  border-radius: 3px;
  border: none;
}

.button_grey:hover {
  color: white;
  background: #991b1b;
}

.button_submit {
  background: #991b1b;
  color: white;
  margin-right: 5px;
}

.header-top ul.dropdown-menu {
  min-width: 105px;
  margin: 0;
  border-radius: 0;
}

.header-top ul.dropdown-menu li > a {
  color: #666;
}

.languages-block,
.currencies-block {
  z-index: 10;
  position: relative;
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

.languages-block form > a,
.currencies-block form > a {
  color: #666;
  display: block;
}

.languages-block form .dropdown-menu,
.currencies-block form .dropdown-menu {
  margin: 0;
}

.languages-block form span.fa-angle-down,
.currencies-block form span.fa-angle-down {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px;
  }
  .collapsed-block .tabBlockTitle .expander {
    margin: 0 10px;
    color: #333333;
    font-size: 14px;
  }
}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb .home i {
  padding: 0 10px;
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.breadcrumb li a {
  color: #777777;
}

.breadcrumb li a:hover {
  color: #991b1b;
}

/*==========================BLOCK CART ======================*/

.shopping_cart {
  padding: 0;
}

.shopping_cart .btn-group {
  display: block;
  z-index: 5;
}

.shopping_cart a.top_cart {
  display: block;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important;
}

.shopping_cart a.top_cart .shopcart .title {
  color: #444;
  font-weight: bold;
}

.shopping_cart a.top_cart .shopcart .text-shopping-cart {
  color: #999;
  margin-bottom: 0;
  white-space: nowrap;
}

.shopping_cart .shoppingcart-box {
  z-index: 9999;
  padding: 15px;
  border-radius: 0;
  border-top: 3px solid #991b1b;
  min-width: 300px;
}

.shopping_cart .shoppingcart-box .added_items {
  margin-bottom: 10px;
}

.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}

.shopping_cart .shoppingcart-box .table-striped a {
  color: #666;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none;
}

.shopping_cart .shoppingcart-box .table-striped a:hover {
  color: #991b1b;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete {
  width: 20px;
  height: 20px;
  background: #d6d6d6;
  border-radius: 3px;
  text-align: center;
  line-height: 19px;
  color: #000;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
  background: #991b1b;
  color: #fff;
  text-decoration: none;
}

.shopping_cart .shoppingcart-box a.btn {
  color: #fff;
  background: #991b1b;
  border-color: #991b1b;
  border-radius: 4px;
}

.shopping_cart .shoppingcart-box a.btn i {
  margin-right: 5px;
}

.shopping_cart .shoppingcart-box a.btn:hover {
  border: 1px solid #991b1b;
  background: #991b1b;
}

.shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0;
}

.shopping_cart .table > tbody > tr {
  margin: 10px 0;
}

.shopping_cart .table > tbody > tr:first-child > td {
  border-top: 0;
}

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

.latest-product .product-latest-item {
  margin-bottom: 20px;
}

.latest-product .product-latest-item:last-child {
  margin: 0;
}

.latest-product .media .media-left {
  float: left;
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 10px;
}

.latest-product .media .media-body h4 {
  margin-top: 10px;
}

.latest-product .media .media-body h4 a {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.latest-product .media .media-body h4 a:hover {
  color: #991b1b;
}

.latest-product .media .media-body .price {
  margin-top: 7px;
}

.latest-product .media:hover .media-left {
  border-color: #991b1b;
}

.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-newsleter-popup .so-custom-popup {
    width: 85% !important;
  }
  .main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.main-newsleter-popup .modcontent {
  position: relative;
  z-index: 9;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 60px 30px;
    padding-left: 55%;
    margin: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 60px 30px;
    padding-left: 55%;
    margin: 0 20px;
  }
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  text-transform: uppercase;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  font-size: 18px;
  color: #991b1b;
  font-weight: bold;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
  margin: 30px 0;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 41px;
  max-width: 280px;
  display: inline-block;
  width: 100%;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
  font-weight: normal;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #991b1b;
  border-color: #991b1b;
  margin-bottom: 20px;
  min-width: 160px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 3px;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default:hover {
  background: #555555;
  border-color: #555555;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  padding: 10px 0;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div {
  position: absolute;
  top: 44.5%;
  outline: 0;
  width: 30px;
  height: 50px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev {
  left: 0px;
  background: url("../img/theme//icons/arrow-slider-left.png") no-repeat;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev:hover {
  background-position: 0 -59px;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next {
  right: 0px;
  background: url("../img/theme//icons/arrow-slider-right.png") no-repeat;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next:hover {
  background-position: 0 -59px;
}

.yt-content-slider--arrow2 {
  padding: 0px 70px 15px 70px;
  direction: ltr;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev,
.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.png");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover,
.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #991b1b;
  background-position: 0px 0;
  border-color: #991b1b;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
  left: 0px;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.slider-brand--home6 {
  padding: 0;
  direction: ltr;
}

.slider-brand--home6 .owl2-controls {
  opacity: 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev,
.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.png");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover,
.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #991b1b;
  background-position: 0px 0;
  border-color: #991b1b;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  left: 0px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  left: -30px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  right: -30px;
}

.slider-brand--home6:hover .owl2-controls {
  opacity: 1;
}

.slider-brand--home6 a {
  border: 1px solid #ddd;
  display: block;
}

.slider-brand--home6 a:hover {
  border-color: #991b1b;
}

.block-clientsay .yt-content-slide {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-right: 1px;
}

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

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

.block-clientsay .yt-content-slide .client-info img {
  float: right;
  margin-right: 10px;
  width: auto;
}

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

.block-clientsay .owl2-controls .owl2-nav .owl2-prev,
.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.png");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover,
.block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #991b1b;
  background-position: 0px 0;
  border-color: #991b1b;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev {
  right: 25px;
  left: auto;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.product-layout {
  padding-bottom: 1px;
}

.product-layout:hover .product-img {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}

.product-layout:hover .hover ul li {
  opacity: 1 !important;
}

.product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}

.product-layout:hover .right-block button {
  background: #991b1b;
  border-color: #991b1b;
}

.product-layout:hover .right-block button span {
  color: #fff !important;
}

.product-layout:hover .right-block .caption h4 a {
  color: #991b1b;
}

.product-layout .product-item-container {
  border: none;
}

.product-layout .product-item-container .left-block {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}

.product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img {
  display: block;
  overflow: hidden;
}

.product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img
  img {
  width: 100%;
}

.product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.product-layout .product-item-container .left-block .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}

.product-layout .product-item-container .left-block .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #991b1b;
  top: 10px;
  right: 10px;
}

.product-layout .product-item-container .left-block .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.product-layout .product-item-container .left-block .hover ul {
  padding: 0;
}

.product-layout .product-item-container .left-block .hover ul li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}

.product-layout .product-item-container .left-block .hover ul li a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}

.product-layout .product-item-container .left-block .hover ul li:hover {
  background: #991b1b;
}

.product-layout .product-item-container .left-block .hover ul li:hover a {
  color: #fff;
}

.product-layout .product-item-container .left-block .hover .icon-heart {
  transition: opacity 2s;
}

.product-layout .product-item-container .left-block .hover .icon-exchange {
  transition: opacity 1s;
}

.product-layout .product-item-container .left-block .hover .icon-search {
  transition: opacity 0s;
}

.product-layout .product-item-container .left-block .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.product-layout .product-item-container .left-block .hover-1 ul {
  padding: 0;
}

.product-layout .product-item-container .left-block .hover-1 ul li {
  list-style: none;
  display: inline-block;
  width: 33.33%;
  float: left;
  height: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}

.product-layout .product-item-container .left-block .hover-1 ul li a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}

.product-layout .product-item-container .left-block .hover-1 ul li:hover a {
  color: #991b1b;
}

.product-layout .product-item-container .right-block {
  padding-top: 5px;
}

.product-layout .product-item-container .right-block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-layout .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #444444;
}

.product-layout .product-item-container .right-block h4 a:hover {
  color: #991b1b;
}

.product-layout .product-item-container .right-block .ratings {
  line-height: 30px;
}

.product-layout .product-item-container .right-block .ratings span i {
  color: #222222;
}

.product-layout .product-item-container .right-block .ratings .gray i {
  color: #cccccc;
}

.product-layout .product-item-container .right-block .price {
  margin: 10px 0 15px;
}

.product-layout .product-item-container .right-block .price span {
  font-size: 18px;
  color: #991b1b;
  font-weight: 500;
}

.product-layout .product-item-container .right-block .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.product-layout .product-item-container .right-block .button-group button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
}

.product-layout
  .product-item-container
  .right-block
  .button-group
  button:hover
  span {
  color: #fff;
}

.product-layout .product-item-container .right-block .button-group button span {
  color: #777777;
  font-size: 12px;
}

.product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus,
.product-layout
  .product-item-container
  .right-block
  .button-group
  button:active,
.product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus {
  background: #991b1b;
  outline: none;
}

.product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus
  span,
.product-layout
  .product-item-container
  .right-block
  .button-group
  button:active
  span,
.product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus
  span {
  color: #fff;
}

@media (max-width: 1199px) {
  .product-layout .product-item-container .left-block .hover .icon-search {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .btn-block input.form-control {
    margin: 10px;
  }
  .wishlist-remove {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .banners {
    display: none;
  }
}

/*==========================

    BLOG PAGE
    BLOG DETAIL
    ===========================*/

/*============ BLOG PAGE ================*/

.main-container .header-main {
  padding: 0;
  margin: 20px 0;
}

.main-container .header-main li i {
  padding: 0 10px;
}

.main-container .header-main li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.main-container .header-main li a {
  color: #777777;
}

.main-container .header-main li a:hover {
  color: #991b1b;
}

.main-container #column-left h3 {
  color: #222222;
}

.main-container #column-left .block-search {
  height: 90px;
  background: #f8f8f8;
  margin: 50px 0 20px 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.main-container #column-left .block-search .search {
  padding: 22px 22px;
}

.main-container #column-left .block-search .search .modsearch {
  position: relative;
}

.main-container #column-left .block-search .search .modsearch input {
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 44px;
  box-shadow: none;
}

.main-container #column-left .block-search .search .modsearch button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #777777;
  border: none;
  height: 100%;
}

.main-container #column-left .blog-category h3 {
  border: none;
  font-weight: 400;
}

.main-container #column-left .blog-category h3:after {
  content: none;
}

.main-container #column-left .blog-category .modcontent .list-group {
  padding-left: 0;
}

.main-container
  #column-left
  .blog-category
  .modcontent
  .list-group
  .list-group-item {
  background: #f8f8f8;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.main-container
  #column-left
  .blog-category
  .modcontent
  .list-group
  .list-group-item:hover {
  background: #fff;
}

.main-container
  #column-left
  .blog-category
  .modcontent
  .list-group
  .list-group-item:hover
  a {
  color: #991b1b;
}

.main-container
  #column-left
  .blog-category
  .modcontent
  .list-group
  .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.main-container
  #column-left
  .blog-category
  .modcontent
  .list-group
  .list-group-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #cccccc;
}

.main-container #column-left .product h3 {
  font-weight: 300;
}

.main-container #column-left .product .owl-carousel .article-image {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.main-container #column-left .product .owl-carousel .article-image .day {
  position: absolute;
  background: #fff;
  top: 17px;
  left: 17px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

.main-container #column-left .product .owl-carousel .article-image .day p {
  color: #991b1b;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .article-image
  .day
  p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

.main-container #column-left .product .owl-carousel .article-image:hover {
  background: #7f7f7f;
  opacity: 0.6;
}

.main-container #column-left .product .owl-carousel .article-image:hover img {
  transform: none;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 {
  color: #888888;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .article-title
  h4
  a {
  color: #444444;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .article-description1 {
  color: #888;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1 {
  padding-top: 20px;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .comment_count1 {
  float: left;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .comment_count1
  a {
  color: #444444;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .comment_count1
  a
  i {
  padding-right: 3px;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .comment_count1
  a:hover {
  color: #991b1b;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .author {
  float: right;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .author
  a {
  color: #991b1b;
  font-size: 12px;
}

.main-container
  #column-left
  .product
  .owl-carousel
  .itemBlogContent1
  .blog-meta1
  .author
  a:hover {
  color: red;
}

.main-container #content {
  float: left;
}

.main-container #content .blog-header h3 {
  font-size: 30px;
  color: #444444;
}

.main-container #content .blog-header p {
  padding-bottom: 20px;
}

.main-container #content .blog-listitem {
  margin: 0;
}

.main-container #content .blog-listitem .blog-item {
  display: block;
  overflow: hidden;
  padding: 14px 0;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 46%;
  float: left;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  .day {
  position: absolute;
  background: #fff;
  top: 17px;
  left: 17px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  .day
  p {
  color: #991b1b;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  .day
  p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  .popup-gallery {
  width: 100%;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  a {
  display: block;
  overflow: hidden;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image
  a:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.main-container
  #content
  .blog-listitem
  .blog-item
  .itemBlogImg
  .article-image:hover
  a {
  background: rgba(217, 217, 217, 0.5);
}

.main-container #content .blog-listitem .blog-item .itemBlogContent {
  width: 54%;
  float: right;
  display: block;
  overflow: hidden;
  padding: 11px 0 0;
  padding-left: 23px;
}

.main-container #content .blog-listitem .last {
  padding-bottom: 19px;
}

.main-container #content .blog-listitem .itemBlogContent h4 a {
  font-weight: 500;
  font-size: 22px;
  color: #444444;
}

.main-container #content .blog-listitem .itemBlogContent h4 a:hover {
  color: #991b1b;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta {
  display: block;
  float: none;
  padding: 16px 0 22px 0;
  border-bottom: 1px solid #f0f0f0;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .blog-meta
  .comment_count {
  border: none;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .blog-meta
  .comment_count
  a {
  font-size: 1.2em;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .blog-meta
  .comment_count
  a
  i {
  padding-right: 3px;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .blog-meta
  .comment_count
  a:hover {
  color: #991b1b;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .author {
  float: right;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .author a {
  color: #991b1b;
  font-size: 12px;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .blog-meta
  .author
  a:hover {
  color: red;
}

.main-container #content .blog-listitem .itemBlogContent .share {
  padding-top: 20px;
}

.main-container #content .blog-listitem .itemBlogContent .share p {
  font-size: 14px;
  float: left;
  display: inline-block;
  margin-top: 4px;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon {
  float: right;
  display: inline-block;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  li
  a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  li
  a
  i {
  color: #fff;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .twitter {
  background: #456bbe;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .twitter:hover {
  background: #8e9dbd;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .facebook {
  background: #1d9ffa;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .facebook:hover {
  background: #b9def9;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .google {
  background: #e04d3f;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .google:hover {
  background: #e2aba6;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .skype {
  background: #4899d2;
}

.main-container
  #content
  .blog-listitem
  .itemBlogContent
  .share
  .share-icon
  ul
  .skype:hover {
  background: #abc4d6;
}

.main-container #content .blog-listitem .blog-listitem-bottom {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 11px 0 29px 0;
  border: 1px solid #cccccc;
}

.main-container #content .blog-listitem .blog-listitem-bottom p {
  display: block;
  float: left;
  padding: 16px 0 0 0;
  padding-left: 16px;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination {
  float: right;
  margin: 0;
  padding: 9px 0 0 0;
  padding-right: 9px;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination li a {
  margin-left: 5px;
  border-radius: 4px;
  line-height: 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  text-align: center;
  color: #777777;
}

.main-container
  #content
  .blog-listitem
  .blog-listitem-bottom
  .pagination
  .active {
  color-border: #991b1b;
}

.main-container
  #content
  .blog-listitem
  .blog-listitem-bottom
  .pagination
  .active
  span {
  line-height: 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  text-align: center;
  background: #991b1b;
  border-radius: 4px;
  border-color: #991b1b;
}

/*==================== BLOG DETAIL =======================*/

#content-detail h3 {
  font-size: 22px;
}

#content-detail .article-info h2 {
  margin-bottom: 24px;
  margin-top: 27px;
  font-size: 30px;
  font-weight: 300;
  color: #222222;
}

#content-detail .article-info hr {
  border-top: 1px dashed #dddddd;
  margin: 1px 0;
}

#content-detail .article-image {
  position: relative;
}

#content-detail .article-image .day {
  position: absolute;
  background: #fff;
  top: 20px;
  left: 20px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

#content-detail .article-image .day p {
  color: #991b1b;
}

#content-detail .article-image .day p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

#content-detail .article-image img {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
}

#content-detail .article-description {
  padding-top: 14px;
  margin-bottom: 43px;
}

#content-detail .article-description p {
  margin: 0px 0 22px;
}

#content-detail .share {
  display: block;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  padding-top: 21px;
}

#content-detail .share p {
  font-size: 14px;
}


#content-detail .share .share-icon ul li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}

#content-detail .share .share-icon ul li a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}

#content-detail .share .share-icon ul li a i {
  color: #fff;
}

#content-detail .share .share-icon ul .twitter {
  background: #456bbe;
}

#content-detail .share .share-icon ul .twitter:hover {
  background: #8e9dbd;
}

#content-detail .share .share-icon ul .facebook {
  background: #1d9ffa;
}

#content-detail .share .share-icon ul .facebook:hover {
  background: #b9def9;
}

#content-detail .share .share-icon ul .google {
  background: #e04d3f;
}

#content-detail .share .share-icon ul .google:hover {
  background: #e2aba6;
}

#content-detail .share .share-icon ul .skype {
  background: #4899d2;
}

#content-detail .share .share-icon ul .skype:hover {
  background: #abc4d6;
}

#content-detail .related-comment .content-comment h3 {
  font-size: 22px;
  color: #000012;
  margin-top: 78px;
  margin-bottom: 8px;
}

#content-detail .related-comment .content-comment .list-comment {
  padding-top: 6px;
}

#content-detail .related-comment .content-comment .list-comment ul {
  padding: 0;
}

#content-detail .related-comment .content-comment .list-comment ul li {
  list-style: none;
}

#content-detail .related-comment .content-comment .list-comment ul .comment {
  display: block;
  overflow: hidden;
  padding-top: 40px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .avata {
  width: 9%;
  float: left;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .avata
  img {
  padding: 4px;
  border: 1px solid #dddddd;
  box-sizing: content-box;
  border-radius: 3px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right {
  float: right;
  width: 91%;
  padding-left: 22px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right
  .title-comment
  h4 {
  float: left;
  margin: 0;
  font-size: 16px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right
  .title-comment
  span {
  padding-left: 30px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right
  .title-comment
  i {
  float: right;
  font-size: 1.5em;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right
  .title-comment
  i:hover {
  color: #991b1b;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .comment-right
  .description {
  padding-top: 16px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .list-reply
  .reply {
  display: block;
  overflow: hidden;
  padding-top: 12px;
}

#content-detail
  .related-comment
  .content-comment
  .list-comment
  ul
  .comment
  .list-reply
  .reply
  .avata {
  width: 7%;
}

#content-detail .leave-comment {
  display: block;
  overflow: hidden;
  padding-top: 54px;
}

#content-detail .leave-comment .form-comment {
  padding-top: 20px;
}

#content-detail .leave-comment .form-comment p {
  font-size: 14px;
  color: #555555;
}

#content-detail .leave-comment .form-comment p span {
  color: red;
}

#content-detail .leave-comment .form-comment input {
  height: 40px;
  border-radius: 3px;
}

#content-detail .leave-comment .form-comment .form-name {
  padding-top: 24px;
}

#content-detail .leave-comment .form-comment .form-name p {
  margin-bottom: 4px;
}

#content-detail .leave-comment .form-comment .form-comment input {
  padding-bottom: 175px;
  padding-top: 10px;
  height: 200px;
}

#content-detail .leave-comment .form-comment .btn-send {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 42px;
}

#content-detail .leave-comment .form-comment .btn-send p {
  float: left;
  color: red;
  line-height: 40px;
}

#content-detail .leave-comment .form-comment .btn-send button {
  float: right;
  height: 40px;
  width: 130px;
  background: #333333;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .banners {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-container
    #content
    .blog-listitem
    .blog-item
    .itemBlogImg
    .article-image {
    width: 100%;
  }
  .main-container #content .blog-listitem .blog-item .itemBlogContent {
    width: 100%;
    padding: 0;
  }
  #content-detail
    .related-comment
    .content-comment
    .list-comment
    ul
    .comment
    .comment-right
    .title-comment
    span {
    padding-left: 5px;
  }
}

/*****************************************************************************
    ******                     SO Framework: Sass Garenal                   ******
    ******************************************************************************/

/* 2. STYLE OWL
    ------------------------------*/

/* 3. STYLE ALL SITE
    -------------------------------*/

body {
  color: #555555;
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

ul.menu,
ul.blank,
.htmlcontent-home,
.menu-category .list-group,
.menu-category .list-group > li ul,
.filter-shopby .checkboxes_list,
.filter-row .checkboxes_list,
.filter-shopby .simple_vertical_list,
.filter-row .simple_vertical_list,
.tags_cloud,
ul.contact-address,
ul.product-options {
  list-style: none;
  padding: 0;
}

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

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

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

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

a,
.btn-link {
  color: #222222;
  transition: color 0.3s ease-in-out;
}

a:hover,
.btn-link:hover {
  color: #991b1b;
  text-decoration: none;
}

td a {
  color: red;
}

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

.btn.active,
.btn:active {
  box-shadow: none !important;
}

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

ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px;
}

em {
  font-style: normal;
}

.fancybox-outer,
.fancybox-inner {
  text-align: center;
}

.fancybox-outer .wishlist_product_view,
.fancybox-inner .wishlist_product_view {
  margin-bottom: 15px;
}

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

.zoomContainer {
  overflow: hidden;
}

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

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

.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px;
}

.selector span {
  display: none;
}

.selector select {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  top: 0px;
  left: 0px;
  font-size: 13px;
  color: #999;
  padding: 5px 7px;
  border: solid 1px #e6e6e6;
}

.selector select:focus {
  box-shadow: none;
  outline: none;
  border-color: #e6e6e6;
}

.selector:after {
  content: "\f0d7";
  margin: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  color: #666;
  position: absolute;
  top: 1px;
  right: 1px;
  background: #fff;
  pointer-events: none;
  line-height: 25px;
  font-size: 12px;
}

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

/* 4. FORM
    -----------------------------------------------------------------*/

.clearfix {
  clear: both;
}

.inline {
  display: inline-block;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.dropdown-menu {
  font-size: inherit;
}

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 {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background: #991b1b;
  border-color: #991b1b;
  color: white;
}

.buttonGray {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
}

.buttonGray:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff;
}

.submit {
  margin: 1em 0;
}

select,
textarea {
  color: #666;
}

select {
  box-shadow: none !important;
  padding-left: 5px;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/theme/icons/bg-selectbox.png") no-repeat right center
    #fff;
}

textarea {
  height: auto;
  resize: none;
}

.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.filter_group input {
  display: none;
}

.filter_group [type="checkbox"] + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #ffffff;
}

.filter_group [type="checkbox"]:checked + span:before {
  color: #333333;
}

/* 5. TABLE
    -----------------------------------------------------*/

.table thead > tr > th {
  background: #eee;
}

table.std th,
table.std td {
  vertical-align: middle;
  border: #ccc;
  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: #ccc;
  width: 100%;
}

table th {
  border: #ccc;
  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;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.sidebar-menu .box-category-menu {
  z-index: 2;
}

.label-mega {
  background: #ee3b27;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  margin: 0 auto;
}

#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray;
}

#button-review:hover {
  background: #991b1b;
  border-color: #991b1b;
}

.product-search .checkbox-inline {
  display: block;
}

/* 	+----------------------------------------------------+
        TABLE OF CONTENTS
      +----------------------------------------------------+

      [1]		Page Faq
      [2]		Page About us
      [3]		Page Contact
      [4]		page 404

      */

#map-canvas {
  height: 600px;
}

ul.yt-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.yt-accordion li.accordion-group {
  margin-bottom: 1px;
}

ul.yt-accordion li.accordion-group h3.accordion-heading {
  margin: 0;
  cursor: pointer;
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
}

ul.yt-accordion li.accordion-group h3.accordion-heading span {
  padding: 10px;
  font-size: 16px;
  display: block;
  margin-left: 40px;
  line-height: 24px;
}

ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
  margin: 0px;
  font-family: verdana;
  font-size: 17px;
  width: 40px;
  background: #991b1b;
  color: white;
  text-align: center;
  line-height: 40px;
  vertical-align: top;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
}

ul.yt-accordion li.accordion-group .accordion-inner {
  border: 1px solid #f4f4f4;
  padding: 20px 30px;
  padding-left: 48px;
  background: #e6e6e3;
}

ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
  content: "+";
}

ul.yt-accordion
  li.accordion-group
  h3.accordion-heading.active
  .fa-plus-square:before {
  content: "-";
}

ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: white;
  background: #8e8e8e;
}

ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
  background: #991b1b;
}

.about-us .our-team-slider,
.about-us .client-logo-content {
  position: relative;
}

.about-us .our-team-slider .owl-nav div,
.about-us .client-logo-content .owl-nav div {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  background: gray;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  top: 29%;
}

.about-us .our-team-slider .owl-nav div:hover,
.about-us .client-logo-content .owl-nav div:hover {
  background: #991b1b;
}

.about-us .our-team-slider .owl-nav .owl-prev,
.about-us .client-logo-content .owl-nav .owl-prev {
  left: -1%;
}

.about-us .our-team-slider .owl-nav .owl-prev:before,
.about-us .client-logo-content .owl-nav .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.about-us .our-team-slider .owl-nav .owl-next,
.about-us .client-logo-content .owl-nav .owl-next {
  right: -1%;
}

.about-us .our-team-slider .owl-nav .owl-next:before,
.about-us .client-logo-content .owl-nav .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.about-us .about-title {
  font-size: 171%;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}

.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic;
}

.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}

.about-us .social-member {
  list-style: none;
  padding: 0;
}

.about-us .social-member .social-icon {
  display: inline-block;
  margin: 3px;
}

.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border-radius: 50%;
}

.about-us .social-member .social-icon a span {
  display: none;
}

.about-us .social-member .social-icon a:hover {
  background-color: #991b1b !important;
}

.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}

.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}

.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}

.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}

.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}

.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}

.about-us .client-say-content {
  text-align: center;
}

.about-us .client-say-content .owl-stage-outer {
  padding-top: 15px;
}

.about-us .client-say-content .owl-dots {
  margin-top: 15px;
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
}

.about-us .client-say-content .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.about-us .client-say-content .owl-dots .owl-dot {
  display: inline-block;
}

.about-us .client-say-content .owl-dots .owl-dot.active span {
  background-color: #929292;
}

.about-us .client-say-content .owl-dots .owl-dot span:hover {
  background-color: #929292;
}

.about-us .about-us-center {
  text-align: center;
}

.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}

.about-us .client-logo-content {
  border-bottom: 1px dashed #e7e7e7;
  border-top: 1px dashed #e7e7e7;
  padding-bottom: 10px;
  text-align: center;
}

.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -19px;
}

.about-us .owl2-controls .owl2-nav div {
  color: #fff;
  border_radius: 50%;
  position: absolute;
  top: 29%;
  overflow: visible;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 3px;
  background-color: #a6a6a8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.about-us .owl2-controls .owl2-nav div:hover {
  background-color: #991b1b;
}

.about-us .owl2-controls .owl2-nav div.owl2-next {
  right: -19px;
}

.about-us .owl2-controls .owl2-nav div.owl2-prev {
  left: -19px;
}

.about-us .owl2-controls .owl2-nav div:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #a6a6a7;
  line-height: 32px;
  top: 1px;
}

.about-us .owl2-controls .owl2-nav div:hover:before {
  background-color: #991b1b;
}

.about-us .client-logo-slider {
  padding: 0 25px;
}

.about-us .client-logo-slider img {
  width: auto;
  display: inline-block;
}

.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.about-us .about-image-slider .owl-nav div {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  background: gray;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.about-us .about-image-slider .owl-nav div:before {
  background-color: transparent;
  color: #fff;
}

.about-us .about-image-slider .owl-nav div.owl-next {
  right: 0;
}

.about-us .about-image-slider .owl-nav div.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.about-us .about-image-slider .owl-nav div.owl-prev {
  left: 0;
}

.about-us .about-image-slider .owl-nav div.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.about-us .about-image-slider .owl-nav div:hover {
  background: #991b1b;
}

.about-us .about-image-slider .owl-nav div:hover:before {
  color: #fff;
}

.about-us .skills-value {
  padding-top: 52px;
}

.about-us .skills-value .label-skill {
  font-weight: bold;
}

.about-us .about-us-content .description-about {
  padding: 20px 0;
}

.about-us .content-faq {
  position: relative;
  top: -15px;
}

.about-us .content-faq .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}

.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}

.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}

.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #991b1b;
}

.about-us .content-faq .panel .panel-title a:before {
  background-color: #991b1b;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}

.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}

.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}

.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}

.about-demo-1 .what-client-say {
  margin-bottom: 60px;
}

.about-demo-1 .line-hori {
  text-align: center;
  position: relative;
  z-index: 3;
}

.about-demo-1 .line-hori > span {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.about-demo-1 .line-hori:before {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #ccc;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 3;
}

.about-demo-2 .our-team {
  margin-bottom: 60px;
}

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

.info-contact .name-store h3 {
  padding: 7px 0px;
  margin-top: 10px;
}

.info-contact .icon {
  float: left;
  padding-right: 15px;
}

.info-contact .icon .fa {
  font-size: 20px;
}

.info-contact .comment {
  line-height: 24px;
}

.contact-form legend {
  border-bottom: 0;
}

/******************************************************************************
    ******                 SO Framework: Sass ProductList                     ******
    ********************************************************************************/

/*---------- Category ----------*/

.main-container .gray i {
  color: #cccccc;
}

.main-container #column-left h3 {
  font-weight: 400;
  color: #222222;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

.main-container #column-left .menu-category {
  padding-bottom: 30px;
}

.main-container #column-left .menu-category .modcontent {
  padding: 0;
  margin-top: 10px;
  border-radius: 3px;
}

.main-container #column-left .menu-category .modcontent ul {
  margin: 0;
}

.main-container #column-left .menu-category .modcontent ul li {
  border-bottom: 1px solid #dddddd;
  background: #f8f8f8;
}

.main-container #column-left .menu-category .modcontent ul li a {
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
}

.main-container #column-left .menu-category .modcontent ul li a:hover {
  color: #991b1b;
}

.main-container #column-left .menu-category .modcontent ul li:last-child {
  border-bottom: none;
}

.main-container #column-left .menu-category .modcontent ul li:hover {
  background: #fff;
  color: #991b1b;
}

.main-container #column-left .menu-category .modcontent ul li ul li {
  border: none;
}

.main-container
  #column-left
  .latest-product
  .modcontent
  .product-latest-item
  .media-body
  h4 {
  font-size: 14px;
  color: #444444;
}

.main-container
  #column-left
  .latest-product
  .modcontent
  .product-latest-item
  .media-body
  h4
  a {
  font-weight: 300;
  font-size: 14px;
}

.main-container
  #column-left
  .latest-product
  .modcontent
  .product-latest-item
  .media-body
  .price
  span {
  font-size: 18px;
  color: #991b1b;
  font-weight: 500;
}

.main-container
  #column-left
  .latest-product
  .modcontent
  .product-latest-item
  .media-body
  .price
  .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.main-container #column-left .banner-left {
  margin-top: 30px;
}

.main-container #content h2 {
  font-size: 30px;
  color: #222222;
  font-weight: 300;
}

.main-container #content .refine-search {
  margin: 40px 0 25px 0;
}

.main-container #content .product-filter {
  display: block;
  height: 60px;
  width: 100%;
  background: #f8f8f8;
  line-height: 55px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 20px;
}

.main-container #content .product-filter.no-filters-bg {
  background-color: transparent;
  border: none;
}

.main-container #content .product-filter .view-mode {
  padding: 0 10px;
}

.main-container #content .product-filter .view-mode button {
  border-radius: 3px;
}

.main-container #content .product-filter .view-mode button:focus {
  background: #991b1b;
  color: #fff;
  border-color: #991b1b;
}

.main-container #content .product-filter .view-mode button:hover {
  background: #991b1b;
  color: #fff;
  border-color: #991b1b;
}

.main-container #content .product-filter .short-by-show {
  padding-right: 28px;
}

.main-container #content .product-filter .short-by-show .text {
  float: left;
}

.main-container #content .product-filter .short-by-show .text p {
  margin: 0;
}

.main-container #content .product-filter .short-by-show .short-by {
  float: right;
  padding-left: 20px;
}

.main-container #content .product-filter .short-by-show .form-group select {
  border-radius: 3px;
  background: url(../img/theme/icon/bg-selectbox.png) no-repeat center right;
}

.main-container #content .product-filter .short-by-show .box-pagination ul {
  margin: 10px 0 0 0;
  /* float: right; */
}

.main-container #content .product-filter .short-by-show .box-pagination ul li {
  display: inline-block;
  padding-left: 5px;
}

.main-container
  #content
  .product-filter
  .short-by-show
  .box-pagination
  ul
  li
  span {
  border-radius: 3px;
}

.main-container
  #content
  .product-filter
  .short-by-show
  .box-pagination
  ul
  li
  a {
  border-radius: 3px;
  color: #777777;
}

.main-container #content .products-list {
  display: inline-block;
  width: 100%;
}

.main-container #content .products-list .product-layout {
  padding-bottom: 1px;
}

.main-container #content .products-list .product-layout:hover .product-img {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}

.main-container #content .products-list .product-layout:hover .hover ul li {
  opacity: 1 !important;
}

.main-container #content .products-list .product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}

.main-container
  #content
  .products-list
  .product-layout:hover
  .right-block
  button {
  background: #991b1b;
  border-color: #991b1b;
}

.main-container
  #content
  .products-list
  .product-layout:hover
  .right-block
  button
  span {
  color: #fff !important;
}

.main-container
  #content
  .products-list
  .product-layout:hover
  .right-block
  .caption
  h4
  a {
  color: #991b1b;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container {
  border: none;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img {
  display: block;
  overflow: hidden;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img
  img {
  width: 100%;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #991b1b;
  top: 10px;
  right: 10px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul {
  padding: 0;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li
  a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li:hover {
  background: #991b1b;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li:hover
  a {
  color: #fff;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-heart {
  transition: opacity 2s;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-exchange {
  transition: opacity 1s;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-search {
  transition: opacity 0s;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul {
  padding: 0;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li {
  list-style: none;
  display: inline-block;
  width: 33.33%;
  float: left;
  height: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li
  a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li:hover
  a {
  color: #991b1b;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block {
  padding-top: 5px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  h4
  a {
  font-size: 14px;
  color: #444444;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  h4
  a:hover {
  color: #991b1b;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .ratings {
  line-height: 30px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .ratings
  span
  i {
  color: #222222;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .ratings
  .gray
  i {
  color: #cccccc;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .price {
  margin: 10px 0 15px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .price
  span {
  font-size: 18px;
  color: #991b1b;
  font-weight: 500;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .price
  .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:hover
  span {
  color: #fff;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button
  span {
  color: #777777;
  font-size: 12px;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus,
.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active,
.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus {
  background: #991b1b;
  outline: none;
}

.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus
  span,
.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active
  span,
.main-container
  #content
  .products-list
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus
  span {
  color: #fff;
}

.jGrowl a {
  color: #991b1b;
}

/*---------- Category v1, v2 ----------*/

#content.type-1 .products-list.grid,
#content.type-2 .products-list.grid {
  margin: 0 -15px;
}

#content.type-1 .products-list.grid .product-layout,
#content.type-2 .products-list.grid .product-layout {
  float: left;
  width: 33.3333%;
  padding: 20px 15px 0 15px;
}

#content.type-1 .products-list.grid .product-layout .right-block,
#content.type-2 .products-list.grid .product-layout .right-block {
  text-align: center;
}

/*---------- Category v3 ----------*/

#column-left.type-3 {
  display: none;
}

#content.type-3 {
  width: 100%;
  padding-top: 0;
}

#content.type-3 .products-list.grid {
  margin: 0 -15px;
}

#content.type-3 .products-list.grid .product-layout {
  width: 25%;
  padding: 30px 15px 0 15px;
  float: left;
}

#content.type-3 .products-list.grid .product-layout .right-block {
  text-align: center;
}

/*---------- Category v1, v2 ----------*/

#content.type-1 .products-list.list,
#content.type-2 .products-list.list {
  margin: 0 -15px;
}

#content.type-1 .products-list.list .product-layout,
#content.type-2 .products-list.list .product-layout {
  padding-top: 30px;
}

#content.type-1 .products-list.list .product-layout .left-block,
#content.type-2 .products-list.list .product-layout .left-block {
  width: 31%;
}

#content.type-1 .products-list.list .product-layout .right-block,
#content.type-2 .products-list.list .product-layout .right-block {
  text-align: left;
  padding: 30px 0 0 30px;
  width: 69%;
}

#content.type-1 .products-list.list .product-layout .right-block h4 a,
#content.type-2 .products-list.list .product-layout .right-block h4 a {
  font-size: 18px;
}

#content.type-1 .products-list.list .product-layout .right-block .ratings,
#content.type-2 .products-list.list .product-layout .right-block .ratings {
  margin: 20px 0;
}

#content.type-1 .products-list.list .product-layout .right-block .description,
#content.type-2 .products-list.list .product-layout .right-block .description {
  margin: 30px 0;
}

/*---------- column-left v2 ----------*/

#column-left.type-2 {
  float: right;
}

/*---------- Category v3 ----------*/

#content.type-3 .products-list.list {
  margin: 0 -15px;
}

#content.type-3 .products-list.list .product-layout {
  padding-top: 30px;
}

#content.type-3 .products-list.list .product-layout .left-block {
  width: 23.1%;
}

#content.type-3 .products-list.list .product-layout .right-block {
  text-align: left;
  width: 76.9%;
  padding: 30px 0 0 30px;
}

#content.type-3 .products-list.list .product-layout .right-block h4 a {
  font-size: 18px;
}

#content.type-3 .products-list.list .product-layout .right-block .ratings {
  margin: 20px 0;
}

#content.type-3 .products-list.list .product-layout .right-block .description {
  margin: 30px 0;
}

@media (max-width: 1199px) {
  .main-container #content .product-filter .short-by-show .text {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .product-layout .product-item-container .left-block .hover .icon-search {
    display: none !important;
  }
  .filter-row .table_cell {
    border: none;
    display: block;
  }
}

@media (max-width: 767px) {
  .main-container #content .product-filter .short-by-show {
    text-align: center;
    padding-right: 15px;
  }
  .main-container #content .product-filter .short-by-show .text {
    float: none;
  }
  .main-container #content .product-filter .short-by-show .short-by {
    padding: 0;
    float: none;
  }
  #content.type-1 .products-list.grid .product-layout,
  #content.type-2 .products-list.grid .product-layout {
    width: 33.3333%;
  }
  .main-container #content .product-filter .short-by-show .box-pagination ul {
    width: 100%;
    text-align: center;
  }
  #content.type-3 .products-list.grid .product-layout {
    width: 100%;
  }
}

@media (max-width: 479px) {
  #content.type-1 .products-list.grid .product-layout,
  #content.type-2 .products-list.grid .product-layout {
    width: 100%;
  }
}

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 190px;
}

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

.left-content-product .content-product-left .large-image {
  cursor: pointer;
  display: block;
  padding: 1px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
  box-sizing: content-box;
  border-radius: 4px;
}

.left-content-product .content-product-left .large-image img {
  background: #fff;
  max-width: 100%;
}

.left-content-product .content-product-left .large-image .label-sale {
  left: 25px;
}

.left-content-product .content-product-left .thumb-video {
  margin-top: -50px;
  bottom: 40px;
  position: absolute;
  z-index: 950;
  font-size: 32px;
  right: 40px;
  z-index: 540;
}

.left-content-product .content-product-left .full_slider,
.left-content-product .content-product-left .not_full_slider {
  margin-top: 10px;
}

.left-content-product .content-product-left .full_slider .owl-nav div,
.left-content-product .content-product-left .not_full_slider .owl-nav div {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  line-height: 40px;
  text-align: center;
  font-size: 4em;
  background: none;
  color: #ababab;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.left-content-product .content-product-left .full_slider .owl-nav div:hover,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl-nav
  div:hover {
  color: #991b1b;
}

.left-content-product .content-product-left .full_slider .owl-nav .owl-next,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl-nav
  .owl-next {
  right: -30px;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl-nav
  .owl-next:before,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl-nav
  .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.left-content-product .content-product-left .full_slider .owl-nav .owl-prev,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl-nav
  .owl-prev {
  left: -30px;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl-nav
  .owl-prev:before,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl-nav
  .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.left-content-product .content-product-left .full_slider .thumbnail,
.left-content-product .content-product-left .not_full_slider .thumbnail {
  border-radius: 0;
  margin-bottom: 0;
  border-radius: 3px;
  margin: 0 1px;
}

.left-content-product .content-product-left .full_slider .thumbnail:hover,
.left-content-product .content-product-left .not_full_slider .thumbnail:hover {
  border-color: #991b1b;
}

.left-content-product .content-product-left .full_slider .thumbnail.active,
.left-content-product .content-product-left .not_full_slider .thumbnail.active {
  border-color: #991b1b;
}

.left-content-product .content-product-left .full_slider .owl2-nav div,
.left-content-product .content-product-left .not_full_slider .owl2-nav div {
  width: 27px;
  height: 27px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  margin-top: -12px;
  position: absolute;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev {
  background: url("../img/theme/icons/next-prev-detail.png") no-repeat;
  background-position: -36px 0px;
  left: -14px;
  float: left;
  background-color: #fff;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev:hover,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev:hover {
  border-color: #991b1b;
  background-color: #991b1b;
  background-position: 0px 0px;
  opacity: 1;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev.disabled,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev.disabled {
  display: none;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next {
  background: url("../img/theme/icons/next-prev-detail.png") no-repeat;
  background-position: -71px 0px;
  right: -14px;
  float: right;
  background-color: #fff;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next:hover,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next:hover {
  border-color: #991b1b;
  background-color: #991b1b;
  background-position: -107px 0px;
  opacity: 1;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next.disabled,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next.disabled {
  display: none;
}

.left-content-product .content-product-right .title-product h1 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 300;
}

.left-content-product .content-product-right .box-review {
  margin: 30px 0;
}

.left-content-product .content-product-right .box-review .ratings {
  display: inline-block;
  margin-right: 20px;
}

.left-content-product .content-product-right .box-review .ratings i {
  color: #222222;
}

.left-content-product .content-product-right .box-review .ratings .gray {
  color: #cccccc;
}

.left-content-product .content-product-right .box-review a {
  color: #444;
}

.left-content-product .content-product-right .box-review a:hover {
  color: #991b1b;
}

.left-content-product .content-product-right .product-box-desc {
  padding-left: 15px;
  margin-bottom: 30px;
}

.left-content-product .content-product-right .product-box-desc ul {
  padding: 0;
}

.left-content-product .content-product-right .product-box-desc .inner-box-desc {
  position: relative;
}

.left-content-product
  .content-product-right
  .product-box-desc
  .inner-box-desc:before {
  content: "";
  width: 4px;
  background: #991b1b;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}

.left-content-product .content-product-right .product-box-desc span {
  font-weight: bold;
}

.left-content-product .content-product-right .product-box-desc .brand a {
  color: #666;
}

.left-content-product .content-product-right .product-box-desc .brand a:hover {
  color: #991b1b;
}

.left-content-product .content-product-right .product-label {
  overflow: hidden;
}

.left-content-product .content-product-right .product-label .price .price-new {
  font-size: 30px;
  color: #991b1b;
  font-weight: 700;
}

.left-content-product .content-product-right .product-label .price .price-old {
  font-size: 18px;
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
}

.left-content-product .content-product-right .product-label .stock span {
  font-weight: 700;
}

.left-content-product .content-product-right .product-label .stock .instock {
  color: #3eb94f;
}

.left-content-product .content-product-right .product-label .stock p {
  margin: 25px 0;
  font-weight: 700;
}

.left-content-product
  .content-product-right
  .product-label
  .stock
  .status-stock {
  color: #00abf0;
}

.left-content-product
  .content-product-right
  .product-label
  .stock
  .status-stock:before {
  content: "\f046";
  font-family: FontAwesome;
  display: inline-block;
  color: #00abf0;
  margin-right: 5px;
  margin-left: 10px;
}

.left-content-product .content-product-right #product {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.left-content-product .content-product-right #product h3 {
  margin-top: 0;
}

.left-content-product
  .content-product-right
  #product
  .image_option_type
  label.control-label {
  margin-right: 10px;
  margin-top: 3px;
}

.left-content-product
  .content-product-right
  #product
  .product-options
  .img-thumbnail {
  width: 22px;
  height: 22px;
  border-radius: 0;
  padding: 1px;
}

.left-content-product .content-product-right #product .box-checkbox label {
  width: 100%;
}

.left-content-product .content-product-right #product .box-date {
  padding-left: 0;
}

.left-content-product .content-product-right #product .box-date label {
  margin-right: 10px;
  width: 80px;
}

.left-content-product .content-product-right #product .box-date input {
  width: 200px;
}

.left-content-product .content-product-right #product .box-date input,
.left-content-product .content-product-right #product .box-date button {
  border-radius: 0;
  position: relative;
  z-index: 0;
  margin-left: 0;
}

.left-content-product
  .content-product-right
  #product
  .box-date
  .input-group-btn {
  float: left;
}

.left-content-product .content-product-right #product .box-date button:hover {
  background: #991b1b;
  color: #fff;
}

.left-content-product .content-product-right .share {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #f0f0f0;
}

.left-content-product .content-product-right .share ul li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}

.left-content-product .content-product-right .share ul li a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}

.left-content-product .content-product-right .share ul li a i {
  color: #fff;
}

.left-content-product .content-product-right .share ul .twitter {
  background: #456bbe;
}

.left-content-product .content-product-right .share ul .twitter:hover {
  background: #8e9dbd;
}

.left-content-product .content-product-right .share ul .facebook {
  background: #1d9ffa;
}

.left-content-product .content-product-right .share ul .facebook:hover {
  background: #b9def9;
}

.left-content-product .content-product-right .share ul .google {
  background: #e04d3f;
}

.left-content-product .content-product-right .share ul .google:hover {
  background: #e2aba6;
}

.left-content-product .content-product-right .share ul .skype {
  background: #4899d2;
}

.left-content-product .content-product-right .share ul .skype:hover {
  background: #abc4d6;
}

.left-content-product .content-product-right .share p {
  float: left;
  font-size: 14px;
}

.left-content-product .content-product-right .share .share-icon {
  display: inline-block;
}

.left-content-product .content-product-right .box-info-product {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control {
  float: left;
  margin: 0;
  position: relative;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  margin-top: 8px;
  padding-right: 5px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  input.form-control {
  width: 80px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  z-index: 0;
  float: left;
  height: 40px;
  line-height: 28px;
  box-shadow: none;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span {
  border-radius: 0;
  cursor: pointer;
  line-height: 20px;
  border: 0 none;
  color: #555555;
  background: none;
  padding: 0;
  font-size: 14px;
  border-left: 1px solid #dddddd;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_up {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 20px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_up:after {
  content: "";
  width: 23px;
  height: 1px;
  background: #dddddd;
  margin-left: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_down {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 20px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span:hover {
  color: #991b1b !important;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right {
  float: right;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right
  .cart {
  float: left;
  margin-right: 10px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right
  .cart
  a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right
  .cart
  a
  i {
  margin-right: 5px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right
  .cart
  input {
  background: #991b1b;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
  padding: 12px 16px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .info-product-right
  .cart
  input:hover {
  background: #444;
}

.left-content-product .content-product-right .box-info-product .add-to-links {
  display: inline-block;
  overflow: hidden;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li {
  float: left;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 4px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a.text {
  display: none;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a:hover {
  border-color: #991b1b;
  color: #991b1b;
}

.content-product-left {
  padding-bottom: 25px;
}

.thumb-vertical-outer {
  width: 100px;
  position: relative;
  float: left;
  margin-right: 15px;
}

.thumb-vertical-outer .lSAction {
  display: none !important;
}

.thumb-vertical-outer .thumbnail {
  border-color: #e6e6e6;
}

.thumb-vertical-outer .btn-more {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 36px;
  cursor: pointer;
  margin-left: -20px;
  font-size: 4em;
  color: #444;
}

.thumb-vertical-outer .btn-more:hover {
  color: #991b1b;
}

.thumb-vertical-outer .btn-more.prev-thumb {
  top: -40px;
  left: 50%;
}

.thumb-vertical-outer .btn-more.next-thumb {
  bottom: -30px;
  left: 50%;
}

.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.thumb-vertical li a {
  padding: 5px;
  border-radius: 3px;
}

.thumb-vertical-outer ul li .thumbnail {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.thumb-vertical-outer ul li .thumbnail img {
  padding: 0px;
  transition: all 0.3s ease;
  position: relative;
}

.thumb-vertical-outer ul li .thumbnail:hover {
  border-color: #991b1b;
}

.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #991b1b;
}

/*----------------------PRODUCT TABS ---------------*/

.producttab .tabsslider {
  margin-bottom: 35px;
  padding: 70px 15px 0 15px;
  z-index: 1;
}

.producttab .tabsslider .nav-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.producttab .tabsslider .nav-tabs li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0px;
  border: 1px solid #ddd;
  padding: 10px 10px;
  position: relative;
  color: #555555;
}

.producttab .tabsslider .nav-tabs li.active a,
.producttab .tabsslider .nav-tabs li:hover a {
  background: #0083c1;
  border-color: #0083c1;
  color: #fff;
  transition: none;
}

.producttab .tabsslider .nav-tabs li.active a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: -1px;
  z-index: 9;
}

.producttab .tabsslider .tab-content {
  padding: 20px;
  display: block;
  margin: 0;
  border: solid 1px #e3e1e1;
  margin-top: -1px;
  border-radius: 4px;
}

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs {
  border-bottom: medium none;
  margin: 0;
  min-height: 180px;
  padding: 0;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
  border-bottom: 1px solid #ddd;
  clear: both;
  position: relative;
  width: 100%;
  display: block;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 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;
  color: #666;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
  background: transparent;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  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: 999;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;
  color: #991b1b;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
  border-top: 0;
}

.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #e6e6e6;
  min-height: 180px;
}

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #991b1b;
}

#product-accordion .panel {
  padding: 10px 20px 0 20px;
  border-bottom: 0;
  box-shadow: none;
}

#product-accordion .panel .panel-heading {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 10px 0;
}

#product-accordion .panel .panel-heading a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 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;
  color: #666;
  width: 100%;
  display: inline-block;
  position: relative;
}

#product-accordion .panel .panel-heading a.title-head.collapsed {
  color: #666;
}

#product-accordion
  .panel
  .panel-heading
  a.title-head.collapsed
  span.arrow-up:before {
  content: "\f0d8";
}

#product-accordion .panel .panel-heading a.title-head {
  color: #991b1b;
}

#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 {
  border-bottom-color: #991b1b;
}

#product-accordion .panel .panel-heading:hover a {
  color: #991b1b;
}

#product-accordion .panel:first-child .panel-heading {
  padding-top: 10px;
}

#product-accordion .panel:last-child .panel-heading {
  border-bottom: 0;
}

#product-accordion .panel-heading + .panel-collapse > .list-group,
#product-accordion .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px dotted #991b1b;
  margin-top: -1px;
  padding: 0;
}

.related-product {
  padding: 40px 0;
}

.related-product h3 {
  font-size: 22px;
  color: #222222;
}

.related-product hr {
  border-top: 1px dashed #dddddd;
  margin: 1px 0;
}

.related-product .related-product-owl {
  padding: 20px 0 0 0;
}

.related-product .related-product-owl .product-layout {
  padding-bottom: 1px;
}

.related-product .related-product-owl .product-layout:hover .product-img {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}

.related-product .related-product-owl .product-layout:hover .hover ul li {
  opacity: 1 !important;
}

.related-product .related-product-owl .product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}

.related-product
  .related-product-owl
  .product-layout:hover
  .right-block
  button {
  background: #991b1b;
  border-color: #991b1b;
}

.related-product
  .related-product-owl
  .product-layout:hover
  .right-block
  button
  span {
  color: #fff !important;
}

.related-product
  .related-product-owl
  .product-layout:hover
  .right-block
  .caption
  h4
  a {
  color: #991b1b;
}

.related-product .related-product-owl .product-layout .product-item-container {
  border: none;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img {
  display: block;
  overflow: hidden;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img
  img {
  width: 100%;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #991b1b;
  top: 10px;
  right: 10px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul {
  padding: 0;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li
  a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li:hover {
  background: #991b1b;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  ul
  li:hover
  a {
  color: #fff;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-heart {
  transition: opacity 2s;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-exchange {
  transition: opacity 1s;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover
  .icon-search {
  transition: opacity 0s;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul {
  padding: 0;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  height: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li
  a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .left-block
  .hover-1
  ul
  li:hover
  a {
  color: #991b1b;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block {
  padding-top: 5px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  h4
  a {
  font-size: 14px;
  color: #444444;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  h4
  a:hover {
  color: #991b1b;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .ratings {
  line-height: 30px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .ratings
  span
  i {
  color: #222222;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .ratings
  .gray
  i {
  color: #cccccc;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .price {
  margin: 10px 0 15px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .price
  span {
  font-size: 18px;
  color: #991b1b;
  font-weight: 500;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .price
  .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:hover
  span {
  color: #fff;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button
  span {
  color: #777777;
  font-size: 12px;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus,
.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active,
.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus {
  background: #991b1b;
  outline: none;
}

.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active:focus
  span,
.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:active
  span,
.related-product
  .related-product-owl
  .product-layout
  .product-item-container
  .right-block
  .button-group
  button:focus
  span {
  color: #fff;
}

.related-product .related-product-owl .product-layout .right-block {
  text-align: center;
}

.related-product .related-product-owl .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}

.related-product .related-product-owl .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  border-radius: 3px;
}

.related-product .related-product-owl .owl-nav div:after {
  font-size: 1.5em;
}

.related-product .related-product-owl .owl-nav div:hover {
  background: #991b1b;
}

.related-product .related-product-owl .owl-nav div:hover:after {
  color: #fff;
}

.related-product .related-product-owl .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}

.related-product .related-product-owl .owl-nav .owl-next {
  margin-left: 5px;
}

.related-product .related-product-owl .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}

.latest-product hr {
  border-top: 1px dashed #dddddd;
  margin: 1px 0;
}

.latest-product h3 {
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 22px !important;
  color: #222222;
}

.latest-product h4 {
  font-weight: 300;
  text-transform: none;
  color: #222222;
}

.latest-product .price .price-new {
  font-size: 18px;
  color: #991b1b;
  font-weight: 500;
}

.latest-product .price .price-old {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  text-decoration: line-through;
}

.latest-product .modcontent {
  margin: 20px 0;
}

.latest-product .modcontent .media .media-left {
  padding: 5px;
  border-radius: 3px;
}

.latest-product .modcontent .media:hover .media-left {
  border-color: #991b1b;
}

.header-main.product-v2 {
  margin-bottom: 40px;
}

#content.type-3 #column-left {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .type-2
    .left-content-product
    .content-product-right
    .box-info-product
    .info-product-right,
  .type-3
    .left-content-product
    .content-product-right
    .box-info-product
    .info-product-right {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .left-content-product
    .content-product-right
    .box-info-product
    .info-product-right {
    width: 100%;
    padding-top: 20px;
  }
  .main-container #content {
    width: 100%;
  }
  .producttab .tabsslider {
    padding-top: 50px;
  }
  .content-product-left {
    padding-bottom: 30px;
  }
}

#header .header-top .header-top-left .dropdown-toggle:hover {
  color: #991b1b;
}

#header .header-top .header-top-left .languages-block ul li a:hover,
#header .header-top .header-top-left .currencies-block ul li a:hover,
#header .header-top .header-top-left .currencies-block ul li a:hover {
  color: #991b1b;
}

#header .header-top .header-top-right #TabBlock-1 li a:hover {
  color: #991b1b;
}

/**************************************************************
      Style  Header 1
        **************************************************************/

.type_1#header .header-center .shopping_cart .header-text i {
  color: #991b1b;
}

.type_1#header .header-bottom {
  background: #991b1b;
}

.type_1#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li.home
  .menu1 {
  color: #991b1b;
}

.type_1#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li
  .sub-menu
  a:hover {
  color: #991b1b;
}

.type_1#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  .active
  a.menu1 {
  color: #991b1b;
}

.type_1#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li
  .menu1:hover {
  color: #991b1b;
}

/**************************************************************
      Style  Header 2
        **************************************************************/

.type_2#header .header-center .shopping_cart .header-text i {
  color: #991b1b;
}

.type_2#header
  .header-bottom
  .sidebar-menu
  .megamenuToogle-wrapper
  .megamenuToogle-pattern {
  background: #991b1b;
}

.type_2#header
  .header-bottom
  .sidebar-menu
  .vertical-wrapper
  .megamenu-pattern
  .megamenu
  li:hover
  a.clearfix {
  color: #991b1b;
}

.type_2#header
  .header-bottom
  .sidebar-menu
  .vertical-wrapper
  .megamenu-pattern
  .megamenu
  li.loadmore:hover {
  color: #991b1b;
}

.type_2#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li
  .menu1:hover {
  background: #991b1b;
}

.type_2#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li
  .sub-menu
  .content
  a:hover {
  color: #991b1b;
}

.type_2#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li.home
  .menu1 {
  background: #991b1b;
}

.type_2#header
  .header-bottom
  .header-bottom-right
  .megamenu-wrapper
  .megamenu
  li.active
  a.menu1 {
  background: #991b1b;
}

@media (max-width: 991px) {
  .type_2#header .header-bottom {
    background: #991b1b;
  }
}

/**************************************************************
      Style  Header  3, 4
        **************************************************************/

.type_3 .header-center .megamenu-hori .megamenu li:hover .menu1,
.type_4 .header-center .megamenu-hori .megamenu li:hover .menu1 {
  color: #991b1b;
}

.type_3 .header-center .megamenu-hori .megamenu li.home .menu1,
.type_4 .header-center .megamenu-hori .megamenu li.home .menu1 {
  color: #991b1b;
}

.type_3 .header-center .megamenu-hori .megamenu li .menu1:after,
.type_4 .header-center .megamenu-hori .megamenu li .menu1:after {
  background: #991b1b;
}

/**************************************************************
      Style  Header  5
        **************************************************************/

.type_5#header .header-center .megamenu-hori .so-megamenu li.home a.menu1,
.type_5#header .header-center .megamenu-hori .so-megamenu li a:hover strong {
  color: #991b1b;
}

/**************************************************************
        Style  Header  6
        **************************************************************/

.type_6#header .header-center .megamenu-hori ul.megamenu li.home a.menu1 {
  color: #991b1b;
}

.type_6#header
  .header-center
  .megamenu-hori
  ul.megamenu
  li:hover
  a.menu1
  strong {
  color: #991b1b;
}

.type_6#header .header-center .shopping_cart .btn-shopping-cart .top_cart {
  background: #991b1b;
}

/**************************************************************
        Style  Header  7
        **************************************************************/

.type_7#header .header-center .shopping_cart .btn-shopping-cart .price {
  color: #991b1b;
}

.type_7#header
  .header-center
  .shopping_cart
  .btn-shopping-cart
  .number-shopping-cart {
  background: #991b1b;
}

.type_7#header
  .header-bot
  .megamenu-hori
  .megamenu-wrapper
  ul.megamenu
  li.home
  a.menu1 {
  color: #991b1b;
}

.type_7#header
  .header-bot
  .megamenu-hori
  .megamenu-wrapper
  ul.megamenu
  li.active
  a.menu1 {
  color: #991b1b;
}

.type_7#header
  .header-bot
  .megamenu-hori
  .megamenu-wrapper
  ul.megamenu
  li
  a.menu1:hover {
  color: #991b1b;
}

.type_7#header
  .header-bot
  .megamenu-hori
  .megamenu-wrapper
  ul.megamenu
  li
  a.menu1:before {
  background: #991b1b;
}

/**************************************************************
        Style  Header  8
        **************************************************************/

.type_8#header
  .header-top
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart
  .number-shopping-cart {
  background: #991b1b;
}

.type_8#header
  .header-top
  .shopping_cart
  .btn-shopping-cart
  .top_cart:hover
  .my-cart {
  color: #991b1b;
}

.type_8#header
  .header-mid
  .megamenu-hori
  .so-megamenu
  .megamenu-wrapper
  ul.megamenu
  li
  a.menu1:before {
  background: #991b1b;
}

.type_8#header .header-mid .collapsed-block ul li a:hover {
  color: #991b1b;
}

/**************************************************************
        Style  Header  9
        **************************************************************/

.type_9#header .header-center #sosearchpro button {
  background: #991b1b;
}

.type_9#header
  .header-center
  .shopping_cart
  .btn-shopping-cart
  .number-shopping-cart {
  background: #991b1b;
}

.type_9#header .header-center .sign-in .link a:hover {
  color: #991b1b;
}

.type_9#header .header-bottom .header-bottom-right a:hover {
  color: #991b1b;
}

/**************************************************************
        Style  Header  10
        **************************************************************/

.type_10#header .header-center .search button {
  background: #991b1b;
}

/**************************************************************
        Style  Header  11
        **************************************************************/

.type_11#header
  .header-center
  .shopping_cart
  .btn-shopping-cart
  .number-shopping-cart {
  background: #991b1b;
}

.type_11#header .header-center .sign-in .link a:hover {
  color: #991b1b;
}

.type_11#header .header-bottom .header-bottom-left .so-megamenu {
  background: #991b1b;
}

/*******************************************
    *	Theme Name: Market
    *	Author: Magentech
    *	Author URI: http://www.magentech.com
    *	Version: 1.0.0
    *	Description: This is html5 Sass template
    *******************************************/

.footer-bottom-block .text-footer-bot p a {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 1
      **************************************************************/

.type_footer1 .footer-top h3:after {
  background: #991b1b;
}

.type_footer1 .footer-mid .help .footer-mid-right .btn-sub button {
  background: #991b1b;
  border-color: #991b1b;
}

.type_footer1 a:hover {
  color: #991b1b !important;
}

.type_footer1 .footer-mid .help .footer-mid-left h3,
.type_footer1 .footer-bottom-block .text-footer-bot p a {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 2
      **************************************************************/

.type_footer2 a:hover {
  color: #991b1b !important;
}

.type_footer2 .footer-top h3:after {
  background: #991b1b;
}

.type_footer2 .footer-mid .footer-mid-left h3 {
  color: #991b1b;
}

.type_footer2 .footer-mid .footer-mid-right .btn-sub button {
  background: #991b1b;
  border-color: #991b1b;
}

.type_footer2 .footer-bottom-block .text-footer-bot p a {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 3
      **************************************************************/

.type_footer3 .footer-top a:hover {
  color: #991b1b;
}

.type_footer3 .footer-mid .newsletter .share-icon ul li a i:hover {
  color: #991b1b;
}

.type_footer3
  .footer-mid
  .newsletter
  .news-letter
  .email
  .subcribe
  button:hover {
  background: #991b1b;
}

/**************************************************************
      Style  Footer 4
      **************************************************************/

.type_footer4 .footer-b .footer-mid ul li:hover a {
  background: #991b1b;
}

.type_footer4 .footer-b .footer-bot li a:hover {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 5
      **************************************************************/

.type_footer5 .footer-b .footer-bot li a:hover {
  color: #991b1b;
}

.type_footer5 .footer-b .footer-mid ul li:hover a {
  background: #991b1b;
}

/**************************************************************
      Style  Footer 6
      **************************************************************/

.type_footer6 .footer-mid .footer-mid-left .share-icon ul li a:hover {
  background: #991b1b;
}

.type_footer6 .footer-mid .footer-mid-right .block-help .block-help-left h3 {
  color: #991b1b;
}

.type_footer6 .footer-bot .footer-bot-right .copyright p a {
  color: #991b1b;
}

.type_footer6
  .footer-mid
  .footer-mid-right
  .block-help
  .block-help-right
  .btn-sub
  button {
  background: #991b1b;
  border-color: #991b1b;
}

/**************************************************************
      Style  Footer 7
      **************************************************************/

.type_footer7 .footer-top li a:hover {
  color: #991b1b;
}

.type_footer7 .footer-mid .social ul li a:hover {
  background: #991b1b;
}

.type_footer7 .footer-bot .text-footer-bot p a {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 8
      **************************************************************/

.type_footer8 .footer-top h3:after {
  background: #991b1b;
}

.type_footer8 .footer-top .collapsed-block .share-icon ul li:hover {
  background: #991b1b;
}

.type_footer8 .footer-mid .footer-mid-right .btn-sub button:hover {
  background: #991b1b;
  border-color: #991b1b;
}

.type_footer8 .footer-top a:hover {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 9,10
      **************************************************************/

.type_footer9 .footer-top ul li a:hover,
.type_footer9 .footer-mid .footer-mid-link ul li a:hover,
.type_footer10 .footer-top ul li a:hover,
.type_footer10 .footer-mid .footer-mid-link ul li a:hover {
  color: #991b1b;
}

/**************************************************************
      Style  Footer 11
      **************************************************************/

.type_footer11 .footer-top .policy-detail .banner-policy .policy:hover .title {
  color: #991b1b;
}

.type_footer11 .footer-mid .support ul li a:hover {
  color: #991b1b;
}

.type_footer11 .footer-mid .your-links ul li a:hover {
  color: #991b1b;
}

.type_footer11 .footer-mid .contact-info .social ul li a:hover {
  background: #991b1b;
}

.type_footer11 .footer-mid .newsletter .box-input button {
  background: #991b1b;
}

.titleh3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: block;
  overflow: hidden;
}

.titleh3:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background: #991b1b;
  bottom: 0;
  left: 0;
}

.titleh3 .h3module {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
  display: inline-block;
  float: left;
}

.titleh3 .see-all {
  display: inline-block;
  float: right;
}

.titleh3 .see-all a {
  color: #991b1b;
}

.so-spotlight1.for-p {
  padding: 6px 0;
}

.so-spotlight1 ul {
  margin: 0;
  padding: 0;
}

.so-spotlight1 ul li {
  list-style: none;
  display: inline-block;
  width: 16.6667%;
  float: left;
}

.so-spotlight1 ul li a {
  color: #222222;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin: 0 3px;
  background: #e8e8e8;
  text-transform: uppercase;
  transition: none;
}

.so-spotlight1 ul li a:hover {
  background: #991b1b;
  color: #fff;
}

.so-spotlight1 ul li:first-child a {
  margin-left: 0;
}

.so-spotlight1 ul li:last-child a {
  margin-right: 0;
}

.so-spotlight2 .banners img {
  width: 100%;
}

.so-spotlight2 .banners .main-content {
  margin: 0 -3px;
}

.so-spotlight2 .banners .main-content .banner {
  display: inline-block;
  float: left;
  width: 33.3333%;
  padding: 0 3px;
}

.so-spotlight2 .banners .main-content .banner .banner-bot {
  margin-top: 6px;
}

.so-spotlight3 {
  padding-top: 30px;
}

.so-spotlight3 .categoris .category {
  padding: 0 3px;
  display: inline-block;
  width: 16.6666%;
  float: left;
}

.so-spotlight3 .categoris .category .category-content {
  position: relative;
  border-radius: 0%;
  overflow: hidden;
  display: block;
}

.so-spotlight3 .categoris .category .category-content:hover .category-btn span {
  background: #991b1b;
}

.so-spotlight3 .categoris .category .category-content .category-img {
  border-radius: 0%;
}

.so-spotlight3 .categoris .category .category-content .category-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.so-spotlight3 .categoris .category .category-content .category-btn span {
  height: 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.so-spotlight6 .brand {
  /* padding: 30px 60px; */
  /* border-top: 1px solid #eaeaea; */
}

.so-spotlight6 .brand .owl-brand .owl-nav div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #f2f2f2;
  position: absolute;
  text-align: center;
  border-radius: 0;
}

.so-spotlight6 .brand .owl-brand .owl-nav div:after {
  font-size: 1.5em;
}

.so-spotlight6 .brand .owl-brand .owl-nav div:hover {
  background: #991b1b;
}

.so-spotlight6 .brand .owl-brand .owl-nav div:hover:after {
  color: #fff;
}

.so-spotlight6 .brand .owl-brand .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}

.so-spotlight6 .brand .owl-brand .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}

.so-spotlight6 .brand .owl-brand .owl-nav .owl-prev {
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.so-spotlight6 .brand .owl-brand .owl-nav .owl-next {
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .so-spotlight5 .categories .category .sub-cate .sub-2 .sub-line ul li a {
    font-size: 12px;
  }
  .hover-1 ul li {
    width: 33.3333% !important;
  }
  .hover-1 ul li.icon-search {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .so-spotlight4 .banners {
    display: block;
  }
  .so-spotlight4 .banners img {
    width: 100%;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 {
    padding: 15px 0 16px;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 .sub-line ul li {
    padding: 0 7px;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 .see-all {
    margin-left: 15px;
  }
  .so-spotlight5 .categories .category .product-cate .banner {
    display: none;
  }
  .so-spotlight5 .categories .category .product-cate .products {
    width: 100%;
  }
  .so-spotlight5
    .categories
    .category
    .product-cate
    .products
    .product
    .top-block
    .new,
  .so-spotlight5
    .categories
    .category
    .product-cate
    .products
    .product
    .top-block
    .sale {
    top: 55px;
    right: 0;
  }
  .so-spotlight5
    .categories
    .category
    .product-cate
    .products
    .product:first-child {
    border-left: 1px solid #dbdbdb;
  }
  .so-spotlight5 .categories .category-1 .sub-1:before {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }
  .so-spotlight5 .categories .category-2 .sub-cate .sub-1:before {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }
  .so-spotlight5
    .categories
    .category-2
    .product-cate
    .products
    .product:last-child {
    border-right: 1px solid #dbdbdb;
  }
  .so-spotlight5 .categories .category-3 .sub-cate .sub-1:before {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }
}

@media (max-width: 767px) {
  .so-spotlight1 ul li {
    width: 50%;
  }
  .so-spotlight1 ul li a {
    margin: 3px;
  }
  .so-spotlight1 ul li:first-child a,
  .so-spotlight1 ul li:last-child a {
    margin: 3px;
  }
  .so-spotlight3 .categoris {
    margin: 0 -10px;
  }
  .so-spotlight3 .categoris .category {
    width: 33.3333%;
    padding: 10px;
  }
  .so-spotlight3 .categoris .category .category-content .category-img img {
    width: 100%;
  }
  .so-spotlight4 .deal {
    width: 50%;
  }
  .so-spotlight5 .categories .category.category-2 .sub-cate .sub-2 .see-all {
    float: left;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-1 {
    width: 100%;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-1:before {
    display: none;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 {
    width: 100%;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 .see-all {
    margin-bottom: 15px;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 .sub-line ul li {
    padding: 0 15px;
  }
  .so-spotlight5 .categories .category .sub-cate .sub-2 .sub-line ul li:before {
    display: none;
  }
  .so-spotlight5 .categories .category .product-cate .products {
    border-left: 1px solid #dbdbdb;
  }
  .so-spotlight5 .categories .category .product-cate .products .product {
    width: 50%;
  }
  .so-spotlight5
    .categories
    .category
    .product-cate
    .products
    .product:first-child {
    border-left: none;
  }
  .so-spotlight5 .categories .category-2 .product-cate .products .product {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  .so-spotlight5
    .categories
    .category-2
    .product-cate
    .products
    .product:last-child {
    border-bottom: none;
  }
}

@media (max-width: 478px) {
  .so-spotlight3 .categoris .category {
    width: 50%;
  }
  .so-spotlight4 .deal {
    width: 100%;
  }
  .so-spotlight5 .categories .category .product-cate .products .product {
    width: 100%;
  }
}

.so-spotlight7 {
  background: url(../img/theme/background/bg-2.jpg) no-repeat;
}

.so-spotlight7 .policy-detail {
  border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}

.so-spotlight7 .policy-detail .banner-policy {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  padding: 20px 0;
}

.so-spotlight7 .policy-detail .banner-policy .policy {
  display: block;
  overflow: hidden;
  width: 33.3333%;
  float: left;
}

.so-spotlight7 .policy-detail .banner-policy .policy span {
  color: #a8a8a8;
}

.so-spotlight7 .policy-detail .banner-policy .policy .ico-policy {
  width: 50px;
  height: 44px;
  display: block;
  float: left;
  margin: 0 18px 0 30px;
}

.so-spotlight7 .policy-detail .banner-policy .policy .title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.so-spotlight7 .policy-detail .banner-policy .policy1 .ico-policy {
  background: url(../img/theme/icon/home-10/icon-1.png) no-repeat;
}

.so-spotlight7 .policy-detail .banner-policy .policy2 .ico-policy {
  background: url(../img/theme/icon/home-10/icon-2.png) no-repeat;
}

.so-spotlight7 .policy-detail .banner-policy .policy3 {
  border: none;
}

.so-spotlight7 .policy-detail .banner-policy .policy3 .ico-policy {
  background: url(../img/theme/icon/home-10/icon-3.png) no-repeat;
}

.so-spotlight7 .newslatter {
  text-align: center;
  padding: 70px 0;
}

.so-spotlight7 .newslatter h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}

.so-spotlight7 .newslatter p {
  color: #a8a8a8;
  width: 30%;
  margin: auto;
}

.so-spotlight7 .newslatter .box-input {
  width: 570px;
  margin: auto;
  padding-top: 20px;
}

.so-spotlight7 .newslatter .box-input input {
  width: 440px;
  display: inline-block;
  height: 40px;
  border: none;
  float: left;
}

.so-spotlight7 .newslatter .box-input button {
  width: 130px;
  height: 40px;
  border: none;
  background: #ffaa00;
  color: #000;
}

.owl-nav div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #f2f2f2;
  position: absolute;
  text-align: center;
  border-radius: 0;
}

.owl-nav div:after {
  font-size: 1.5em;
}

.owl-nav div:hover {
  background: #991b1b;
}

.owl-nav div:hover:after {
  color: #fff;
}

.owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}

.owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}

#thumb-slider .owl-nav .owl-prev:after {
  content: "";
  font-family: FontAwesome;
}

#thumb-slider .owl-nav .owl-next:after {
  content: "";
  font-family: FontAwesome;
}

.owl-nav .owl-prev {
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.owl-nav .owl-next {
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}

.filter-here {
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 20px;
  padding: 20px 15px;
}
.filter-list {
  padding: 0;
  list-style-type: none;
}
.filter-list li a {
  font-size: 16px;
  /* display: block; */
}
.filter-list li i {
  float: right;
}
.filter-list li {
  margin-bottom: 0px;
  padding: 4px;
  display: block;
}
.filter-list li:hover {
  cursor: pointer;
}
.has-dropdown {
  margin-bottom: 8px;
  /* border-bottom:1px solid #ededed; */
}
.filter-list li .drop-down {
  list-style: none;
  display: none;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}
.filter-list li .drop-down li {
  padding: 4px;
  margin-bottom: 0;
}
.filter-list li .drop-down li a {
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .so-spotlight7 .newslatter {
    padding: 45px 0;
  }
  .so-spotlight7 .newslatter p {
    width: 100%;
  }
  .so-spotlight7 .policy-detail .banner-policy .policy .ico-policy {
    margin: 0;
  }
  .so-spotlight7 .policy-detail .banner-policy .policy .service-info {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .so-spotlight7 .policy-detail .banner-policy .policy {
    width: 100%;
  }
  .so-spotlight7 .newslatter {
    padding: 20px 0;
  }
  .so-spotlight7 .newslatter p {
    display: none;
  }
  .so-spotlight7 .newslatter .box-input {
    width: 100%;
    padding: 0 0 10px;
  }
  .so-spotlight7 .newslatter .box-input input {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-top {
    display: none;
  }
}
.Mgrid {
  height: 90vh;
  display: grid;
  padding: 10px;
  grid-gap: 20px;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 50%);
  overflow: hidden;
  margin-bottom: 15px;
}
.Mgrid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.Mgrid > * {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  overflow: hidden;
  cursor: pointer;
}
.Mgrid > *::before {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.Mgrid > *::after {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  height: 0;
  right: 0;
  bottom: 0%;
  margin: auto;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.Mgrid > *:hover::before,
.Mgrid > *:hover::after {
  height: 100%;
  width: 100%;
}
.Mgrid > *:hover {
  filter: brightness(80%);
}
.grid--1 {
  grid-column: 1 / 3;
}
.grid--2 {
  grid-template-columns: 3/ 4;
}
.grid--3 {
  grid-column: 1/2;
}
.grid--4 {
  grid-column: 2 / 4;
}
@media (max-width: 37.3em) {
  .Mgrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid--1 {
    grid-column: 1/3;
  }
  .grid--2 {
    grid-column: 1/2;
  }
  .grid--3 {
    grid-column: 2/3;
  }
  .grid--4 {
    grid-column: 1/3;
  }
}
.myservices {
  display: grid;
  padding: 10px;
  grid-gap: 10px;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
}
.myservices > * {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.207);
}
.myservices > * i {
  font-size: 50px;
  margin: 10px;
  color: #00306fb8;
}
.myservices h1 {
  display: inline-block;
  margin: 10px 0px;
  color: rgb(65, 65, 65);
}
.myservices p {
  font-size: 15px;
  color: rgb(121, 121, 121);
}

@media (max-width: 47.93em) {
  .myservices {
    grid-template-columns: auto;
  }
}
/* added */
.nstSlider {
  height: 3px;
  background: #dedede;
  width: 100% !important;
}
.nstSlider .leftGrip,
.nstSlider .rightGrip,
.nstSlider .bar {
  background-color: #991b1b;
}
.nstSlider .bar {
  top: -2px;
}
.nstSlider .leftGrip,
.nstSlider .rightGrip {
  top: -8px;
}
.label-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:8px 0;
}
.color-filter{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.color-filter .colors, .label-colors{
  width:25px;
  height:25px;
  border-radius:50%;
  margin-right:8px;
  margin-bottom:6px;
  border:2px solid transparent;
  border-color: #ededed;
}
.color-filter .colors:hover, .label-colors:hover{
  width:25px;
  height:25px;
  border-color:#ededed;
}
.color-filter .sizes, .label-sizes{
  text-align: center;
}
.color-filter .sizes span, .label-sizes span{
  border:1px solid transparent;
  padding:6px 8px;
}
.color-filter .sizes:hover span, .label-sizes:hover span{
  border-bottom:1px solid #991b1b;
}
.filter-list>li>a>i{
  font-size:12px;
}
.color-filter .r-group input ~ label{
  display: inline-block;
  position: relative;
}
.product-colors:last-of-type{
  margin-bottom:16px;
}
.color-filter .r-group input:checked ~ label.label-colors:before{
  content: "\f00c";
   font-family: FontAwesome;
  position: absolute;
  font-size:10px;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:2;
  color:#132a36;
}
.color-filter .r-group input:checked ~ label.label-sizes{
  border:1px solid #991b1b;
}
.label-sizes span{
  font-size:18px;
}
.label-colors{
  width:30px;
  height:30px;
}
@media only screen and (max-width:992px){
  .main-filter{
    position: fixed;
    top:0;
    right:0;
    width: 100%;
    height: 100vh;
    background-color:rgba(0, 0, 0, 0.07);
    z-index:99;
    padding:20px;
    overflow-y: scroll;
    opacity:0;
    visibility:hidden;
    transition: all 0.4s ease-in-out;
  }
  .main-filter.filter-show{
    opacity:1;
    visibility:visible;
  }
  .filter-here{
    background-color:#fff;
  }
  .filter-close{
    position: absolute;
    top:8px;
    right:8px;
    color:#fff;
  }
}
@media only screen and (min-width:992px){
  .filter-button{
    display: none;
  }
  .filter-close{
    display: none;
  }
}


/* NEW CSS */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.testimonials {
  padding: 75px 0;
  padding-top: 85px;
  color: #fff;
}
.testimonials .testi-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 55px;
}

.testi-slider-content .main-content {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 1.2;
}

.testi-slider-content .sub-main-content {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.testimonials .swiper-slide {
  padding-bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
}

.so-spotlight7 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.blog-card {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}

.blog-card .blog-info {
  padding: 15px;
}
.blog-card .blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-card .blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}

.blog-card .blog-link a {
  font-size: 14px;
  margin-top: 12px;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 0;
}

.blog-card .blog-link a:hover, .blog-card .blog-link a:focus  {
  background-color: #991b1b;
  box-shadow: none;
}

.new-arrivals, .home-trending {
  background-color: #f6f6f6;
  padding: 55px 0;
}

.blogs-wrapper, .popular-wrapper {
  padding: 55px 0;
}
.feature-wrapper {
  padding-bottom: 55px;
}
.testi-main-wrapper {
  padding: 35px 0;
}

.logo-header {
  width: 245px;
}

.mySwiper{
  height: 550px;
}
.mySwiper .swiper-slide-thumb-active .product-thumb {
  /* border: 2px solid #131313; */
  opacity: 0.45;
}



.mySwiper2  .custom-button-next {
  position: absolute;
  bottom: 50%;
  right: 0px;
  z-index: 3;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #751010;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



.mySwiper2 .custom-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 3;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #751010;
  border-radius: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.mySwiper .thumb-button-prev, .mySwiper  .thumb-button-next {
  position: absolute;
  bottom: 0%;
  left: 20px;
  z-index: 3;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #751010;
  border-radius: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
}
.mySwiper .thumb-button-prev {
  bottom: 0%;
}
.mySwiper  .thumb-button-next {
  top: 0%;
}

.mySwiper2 .custom-button-prev i, .mySwiper2  .custom-button-next i {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.mySwiper .thumb-button-prev i, .mySwiper  .thumb-button-next i {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.thumbSlider-wrapper {
  position: relative;
}
@media only screen and (max-width: 991.8px) {
  .mySwiper .thumb-button-prev {
    left: 0%;
    top: 45%;
    bottom: auto;
    transform: rotate(90deg);
  }
  .mySwiper  .thumb-button-next {
    right: 0%;
    left: auto;
    top: 45%;
    bottom: auto;
    transform: rotate(90deg);
  }

  .mySwiper {
    height: auto;
    margin: 20px 0;
  }

  .product-thumb {
    width: 100%;
  }

}
