@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
 
 body{
    font-family: 'Merriweather', serif;
 }
 
 .bold{
    font-weight:bold;    
 }
 
 b, strong{
    font-weight: 700;
    font-size: 16px;
    color: #000;
 }
 
 label{
     font-weight:400;
 }
 
 a:focus, a:hover{
    color:#d4af37; 
 }
 
 .color-primary{
     color:#d4af37!Important;
 }
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #d4af37; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight:600;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image, .products-list .product-layout .product-item-container .left-block .product-image-container.second_img {
  position: relative;
  display: block; }
  .lib-two-img .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1, .products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2, .products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1, .products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2, .products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7] BANNER EFFECT
 [8] POPUP ADDED TO CART 
 ==============================================*/
/*============BACK TO TOP ==================*/
.back-to-top {
    cursor: pointer;
    background-color: #fff;
    width: 45px;
    border: 1px solid #000;
    bottom: 95px;
    right: 35px;
    min-height: 45px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 {
      
  }
  
  .back-to-top i {
    font-size: 36px;
    margin: 0!important;
    color: #000;
    display: inline-block;
    position: relative;
    top: -2px;
      
  }
    
  .back-to-top:hover{
      background:#d4af37;
      border:1px solid #d4af37;
    width: 40px;
    height: 40px;
    min-height:40px;
} 
  
  .back-to-top:hover i{
        color: #fff;
        font-size: 30px;
  }
  
/*============CONTACTEAZA-NE===========*/
.contacteaza-ne {
    cursor: pointer;
    background-color: #FFC600;
  bottom: 0px;
  right: 20px;
  min-height: 45px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px ;
  line-height: 42px;
  padding:0 15px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  text-transform:uppercase;
  font-weight:700;
  color:#333333 ;
}

#buton-trimite-mesaj-fb{
  position: fixed;
   bottom: 20px;
  right: 20px;
  z-index: 40;
}

.contacteaza-ne:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);

}

.contacteaza-ne i{
    display:inline-block;
    margin-right:10px;
}
/*============SOCIAL ACCOUNTS ==================*/
.social-widgets {
  overflow: visible;
  position: fixed;
  z-index: 999;
  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;
  line-height: 45px; }

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

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

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

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

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

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

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

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

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight:600; }
  .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 .youtube .tab-content iframe {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  90%, 100% {
    transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
    background-color: #d4af37; } }
/*============@group Banners hover effect ==================*/
.banners-effect-1 .banners > div img {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-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;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-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);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-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);
    transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    visibility: visible;
    z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-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 {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
/*============POPUP ADDED TO CART ==================*/
body > .alert, .container > .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    padding: 20px;
    background: #fff;
    margin: 0;
    border-bottom:1px solid;
}

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

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

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

  60% {
    top: 0; }

  100% {
    top: 0; } }

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

  60% {
    top: 0; }

  100% {
    top: 0; } }

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

  60% {
    top: 0; }

  100% {
    top: 0; } }

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

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

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

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

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

  60% {
    top: 100%; }

  100% {
    top: 100%; } }

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

  60% {
    font-size: 0; } }

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

  60% {
    font-size: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */
/*===============================================
 [SASS DIRECTORY ]
 [1] OVERLAY PATTER
 ==============================================*/
/*============OVERLAY PATTERN  ==================*/
/* 1. Overlay pattern ---------------------*/
body.no-bgbody {
  background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

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

select, button {
  outline: none; }

select:focus, form:focus, button:focus, textarea:focus, input:focus {
  outline: none; }

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

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

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

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

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

.btn{
    text-transform:uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive .table thead > * {
  font-weight:600; letter-spacing: .5px; 
  letter-spacing: .5px;  
}
  .table-responsive .table tbody td.text-left a {
    font-weight:400; 
    color: #474747; 
  }

.checkout-cart .btn-block input {
  min-width: 40px;
  text-align: center; }

.checkout-cart .bg-page-404 .text-center {
  width: 100%; }
  .checkout-cart .bg-page-404 .text-center > div {
    display: none; }
  .checkout-cart .bg-page-404 .col-sm-5 img {
    display: none; }
/*============LANGUAGE CURENCCY ==================*/
/*============ CSS FEAFURE MENU DEMO ==================*/
.feature-layout .image-link {
  color: #555; }
  .feature-layout .image-link:hover {
    color: #d4af37; }
  .feature-layout .image-link .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #333;
    padding: 0; }
  .feature-layout .image-link .btn {
    position: absolute;
    top: -100px;
    left: calc(50% - 50px);
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #d4af37;
    border-color: #d4af37;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    border-radius: 2px; }
  .feature-layout .image-link .btn:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff; }
  .feature-layout .image-link .btn:hover {
    background: #555;
    border-color: #555; }
  .feature-layout .image-link:hover .thumbnail {
    border: 1px solid #ccc; }
  .feature-layout .image-link:hover .thumbnail img {
    opacity: 0.7; }
  .feature-layout .image-link:hover .btn {
    top: calc(50% - 25px); }
  .feature-layout .image-link .figcaption {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }

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

.content-aside {
  margin-bottom: 30px; 

}

.content-aside.right_column.este-fixat,
.content-aside.right_column.este-absolut{
    margin-bottom: 30px;
    display: inline-block;
}

.banner-sidebar a img {
  width: 100%; }
/*============MODULE DEFAULT ==================*/
.so-extraslider .extraslider-inner {
  border: none; }

#content .module .form-clas-titlu1{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px; }
  
 #content .module h1 span{
  font-size: 21px!Important;
  color: #000!Important;
  font-weight: 700!Important;
  text-transform: uppercase!Important;
  margin-top: 30px!Important;
 }

#content .module h3.modtitle {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px; }
  #content .module h3.modtitle span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }

.content-aside .module {
 margin-bottom: 40px; }
.content-aside .module div.modtitle {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom:10px;
    }
  .content-aside .module h3.modtitle span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; 
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    letter-spacing:.5px;
  }
  .content-aside .module .modcontent {
    padding: 15px 20px; }

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

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

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

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

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

.yt-content-slider .owl2-controls {
  margin: 0; }
/************************************************************************************************
 EXTRASLIDER BESTSELER
 *************************************************************************************************/
.best-seller {
  position: relative;
  margin: 0; }
  .best-seller .so-extraslider {
    margin: 0; }
  .best-seller .so-extraslider .extraslider-inner {
    border: 1px solid #eee;
    padding-bottom: 0; }
  .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 18px 0 8px; }
  @media (min-width: 1200px) {
      .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
        padding-left: 10px; } }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 2px; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
    float: left;
    width: 85px; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
    border: 0; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
      box-shadow: none;
      opacity: 0.8; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
    background: transparent;
    position: static;
    color: #666; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
      color: #444; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
      padding: 0 0 5px 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
        text-transform: capitalize;
        font-size: 15px;
        font-weight: normal; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
          color: #d4af37; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
      margin-left: 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
        color: #e74c3c;
        font-size: 16px;
        font-weight:600; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
          font-size: 12px;
          color: #999; }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
      padding: 0; }
  .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .item-title a {
    color: #d4af37; }
  .best-seller .so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
    margin-bottom: 0; }
  .best-seller .so-extraslider .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    right: 5px; }
  .best-seller .so-extraslider .owl2-controls .owl2-nav > div {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 0;
    cursor: pointer;
    color: #999;
    background-color: transparent;
    margin-top: 0;
    position: static;
    float: left; }
  .best-seller .so-extraslider .owl2-controls .owl2-nav > div:hover {
    color: #d4af37; }
  .best-seller .so-extraslider .owl2-controls .owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px; }
  .best-seller .so-extraslider .owl2-controls .owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 28px; }
/*============MODULE NEWLETTER POPUP ==================*/
.newsletter #signup .show-error {
  float: left;
  padding-top: 7px;
  color: #f55 !important; }

.main-newsleter-popup .so-custom-popup {
  background-color: #eee;
  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 .so-custom-popup .popup-close {
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-radius: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #fff;
    background-color: #d4af37;
    border: 1px solid #fff;
    right: -16px;
    top: -13px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.75); }
  .main-newsleter-popup .modcontent {
    position: relative; }
  .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: 75px 30px 55px 47%;
      margin: 0 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
      padding: 75px 30px 55px 47%;
      margin: 0 20px; } }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    text-transform: uppercase; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 18px;
    color: #f55;
    font-weight: 600;
    text-transform: uppercase; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 25px 0; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px #ddd !important;
    color: #666;
    font-size: 100%;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: 400;
    color: #222;
    padding-bottom: 20px; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup:hover {
    cursor: pointer; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    background-color: #333;
    border: 0 none !important;
    border-radius: 5px;
    color: #fff;
    font-size: 100%;
    font-weight: 400;
    height: 38px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 25px; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
    background-color: #d4af37; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 10px 0; }

.main-newsleter-popup .show-error {
  display: inline-block;
  margin-left: 0 !important;
  position: relative;
  top: -10px;
  width: 100%; }
/*============ MODULE LOGIN POPUP ==================*/
body #so_sociallogin .block-popup-login .tt_popup_login {
  border: none;
  background-color: #d4af37;
  height: 42px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong {
    font-size: 16px;
    font-weight: 600;
    background-color: #d4af37;
    line-height: 42px;
    position: static;
    background-position: 20px center;
    padding-left: 70px; }
  body #so_sociallogin .block-popup-login .tt_popup_login strong:before {
    display: none; }
  body #so_sociallogin .block-popup-login .close-login {
    background-image: none;
    text-indent: 0;
    font-size: 24px;
    color: #fff;
    top: 7px;
    right: 5px; }
  body #so_sociallogin .block-popup-login .block-content .login-customer h2 {
    font-size: 16px;
    font-weight: 600; }
  body #so_sociallogin .block-popup-login .block-content .input-text {
    border-radius: 0; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup {
    font-size: 14px;
    padding: 0 20px;
    background-color: #666;
    border-radius: 4px; }
  body #so_sociallogin .block-popup-login .block-content .btn-reg-popup:hover {
    background-color: #d4af37; }
  body #so_sociallogin .block-popup-login .block-content .action.login {
    background-image: none;
    padding: 0 20px;
    background-color: #666;
    border-radius: 4px; }
  body #so_sociallogin .block-popup-login .block-content .action.login:hover {
    background-color: #d4af37; }
/*============ BREADCRUMB ==================*/
.breadcrumbs {
    background-color: #fff;
}
  .breadcrumbs .current-name {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    margin: 25px 0;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
     letter-spacing:.5px;
  }
  .breadcrumbs ul.breadcrumb {
    float: left;
    width: auto; }

ul.breadcrumb {
  margin: 10px 0;
  background-color: transparent;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  font-size: 14px; }
  ul.breadcrumb li {
    display: inline-block;
    padding: 0 0 0 0;
    position: relative; }
  ul.breadcrumb li:first-child {
    padding-left:0;
  }    
  ul.breadcrumb li:before {
    display: none; }
  ul.breadcrumb li:not(:last-child) a:after {
    content:'/'; 
    margin-left: 5px;
    display:inline-block;
  }
  ul.breadcrumb li a {
    display: block;
    padding: 0;
    color: #464646;
    text-decoration: none !important; 
    font-size:13px;  
  }
  ul.breadcrumb li:last-child {
    padding: 5px 0px; }
  ul.breadcrumb li:last-child a {
    color: #d4af37; }
  ul.breadcrumb li:hover a {
    color: #000; }
  ul.breadcrumb li:last-child{
    color:#9E9E9E;
    font-size:13px;
  }

.products-category .title-category {
    font-size: 21px;
    padding-left: 15px;
    font-weight: 600;
    text-transform: inherit;
}
/*=========== BLOCK SIDEBAR ==================*/
.content-aside .product-simple {
  position: relative; }
  .content-aside .product-simple .so-extraslider {
    margin: 0; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
    right: 0px !important; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next {
    background-color: #222;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
      color: #fff;
      font-family: 'FontAwesome';
      display: block;
      text-indent: 0 !important;
      width: 100%;
      height: 100%;
      font-size: 18px; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next {
      right: 0; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
        content: "\f054"; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
      left: 0; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
        content: "\f053"; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #d4af37; }
      .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before, .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
        color: #fff; }
  .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div {
    margin-top: 0;
    line-height: 28px !important; }
    .content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div:before {
      position: static;
      font-weight: 400; }
  .content-aside .product-simple .so-extraslider:hover .owl2-controls {
    /*@include transform(scale(1));          
     @include effect-block-show();*/ }
  .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eaeaea; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
      width: 90px;
      float: right; }
      .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
        margin-top: 10px;
        margin-right: 95px;
        background: transparent;
        color: #666; }
      .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
        line-height: 100%;
        margin-bottom: 7px;
        padding: 0; }
        .content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a {
          /* [4] */
          /* [6] */
          /* [6] */
          /* [7] */
          font-size: 13px;
          font-size: 1.3rem;
          /* [8] */
          font-weight: 400;
          text-transform: capitalize; }
    /*============ MODULE MEGAMENU HORIZONTAL  ==================*/

.container-megamenu ul.megamenu li .sub-menu {
    z-index: 998;
    top:-1px!Important;
    max-width: 873px;
}

.container-megamenu ul.megamenu li:nth-child(2) .sub-menu{
    top: -60px;
}

.container-megamenu ul.megamenu li:nth-child(3) .sub-menu{
    top: -118px;
}

.container-megamenu ul.megamenu li:nth-child(4) .sub-menu{
    top: -177px;
}

  .container-megamenu ul.megamenu li .sub-menu .content {
    box-shadow: none;
    padding: 0px;
      
  }
  .container-megamenu ul.megamenu li.menu-layouts .sub-menu .content {
    padding: 30px 30px 10px 30px; }
/*---mega menu horizontal level 1--*/
.container-megamenu.horizontal ul.megamenu > li {
  float: left;
  margin-right: 25px; }
  .container-megamenu.horizontal ul.megamenu > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 100%; }
  .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 600; }
  .container-megamenu.horizontal ul.megamenu > li.active > a, .container-megamenu.horizontal ul.megamenu > li.active_menu > a {
    color: #d4af37; }

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/ }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
    line-height: 30px; }
  .container-megamenu.horizontal .title-feature, .container-megamenu.horizontal ul.megamenu .title-submenu, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu, .container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
    line-height: 100%;
    text-transform: uppercase;
    font-weight:600;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 6px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    border-bottom: 1px solid #eaeaea; }
  .container-megamenu.horizontal .content-feature li a, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item, .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #464646; }
  .container-megamenu.horizontal .content-feature li a:hover, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover, .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item:hover, .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu:hover {
    color: #d4af37; }
  .container-megamenu.horizontal ul.megamenu > li > a strong img {
    position: absolute;
    top: -8px;
    right: 0px; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner-w {
    margin: 0 -15px; }
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner {
    width: 50%;
    padding: 0 15px;
    float: left; }
  .container-megamenu.horizontal .sub-menu .content-feature .title-feature {
    margin-bottom: 20px; }
  .container-megamenu.horizontal .sub-menu .content-feature li {
    float: left;
    width: 33.33%;
    text-align: center; }
  .container-megamenu.horizontal .sub-menu .content-feature li a span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-weight: 600; }
    .container-megamenu.horizontal .sub-menu .content-feature li a:hover span {
      color: #d4af37; }
  .container-megamenu.horizontal .sub-menu .demo-detail ul li {
    width: 33.33%; }
  .container-megamenu.horizontal ul.megamenu {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     } 
     }*/ }
  .container-megamenu.horizontal ul.megamenu .menu-layouts {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     } 
     }*/ }
  .container-megamenu.horizontal ul.megamenu .item-style1 .subcategory li a {
    float: left;
    text-align: left; }
  .container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li {
    text-align: left; }
    .container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li a {
      text-align: left; }
  .container-megamenu.horizontal ul.megamenu .item-style2 {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     } 
     }*/ }
  .container-megamenu.horizontal ul.megamenu .quicklink-menu {
    margin-left: -30px;
    margin-right: -30px; }
  .container-megamenu.horizontal ul.megamenu .quicklinks-menu {
    background-color: #ddd;
    display: inline-flex;
    width: 100%;
    padding: 25px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li {
    float: left;
    line-height: 100%; }
    .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li span {
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 14px;
      font-size: 1.4rem;
      /* [8] */
      color: #222;
      font-weight: 600; }
    .container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li a {
      margin-left: 5px; }
/*============ MODULE MEGAMENU VERTICAL  ==================*/
/*--- mega menu vertical ---*/
.common-home .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a::before {
  top: 30px; }

.vertical ul.megamenu > li.click::before, .vertical ul.megamenu > li.hover::before {
  padding: 0; }

.container-megamenu.vertical {
  z-index: 990; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern {
    background-color: #fff; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 18px;
    /* [8] */
    line-height: 46px;
    height: 47px;
    top: -1px;
    padding: 0px 0px 0px 50px !important;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:after {
    font-family: 'FontAwesome';
    font-size: 18px;
    content: '\f03a';
    color: #fff;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 0px; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
    display: none; }
  @media (min-width: 992px) {
    .container-megamenu.vertical .vertical-wrapper ul.megamenu {
      background-color: #f8f8f8; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
        cursor: pointer;
        padding: 0 15px 0 20px;
        position: relative;
        z-index: 1;
        border: none;
        margin: 0;
        border-bottom: 1px solid #eaeaea;
        position: relative; 
          
      }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:before {
          content: "";
          position: absolute;
          width: 4px;
          height: 100%;
          background-color: #f00;
          top: 0;
          left: 0; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
          color: #000;
          display: block;
          font-size: 14px;
          font-weight: 400;
              text-transform: uppercase !Important;
          padding: 14px 0;
          line-height: 100%;
          position: relative;
          text-transform: none; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
            display: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before {
          color: #000;
          font-family: 'FontAwesome';
          content: "\f0da";
          font-size: 12px;
          position: absolute;
          right: 0px;
          top: 30px; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu:hover > a:before {
            color: #fff; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
          background-color: #d4af37; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover:before {
            padding: 0; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
            background-color: transparent !important;
            color: #d4af37; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active.with-sub-menu > a:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover.with-sub-menu > a:before {
            color: #d4af37; 
          }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child {
          border-bottom: none; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child.active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child:hover {
            background-color: #d4af37; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child.active .more-view, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child:hover .more-view {
              color: #d4af37; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child:before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:first-child.active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:first-child:hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:first-child:before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(2).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(2):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(2):before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(3).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(3):hover {
          background-color: #ffffff; 
            border-bottom: 1px solid #eaeaea;
        }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(3):before {
            background-color: #d4af37; 
              
          }

          
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(4).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(4):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(4):before {
            background-color: #000; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(5).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(5):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(5):before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(6).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(6):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(6):before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(7).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(7):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(7):before {
            background-color: #000; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(8).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(8):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(8):before {
            background-color: #d4af37; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(9).active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(9):hover {
          background-color: #ffffff; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:nth-child(9):before {
            background-color: #d4af37; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
        padding: 10px 20px 9px 20px;
        position: relative; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
          right: 3px;
          top: 15px;
          position: absolute;
          font-size: 14px;
          color: #444; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view {
          color: #000; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover i, .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore.open i {
          color: #fff; } }

.container-megamenu.vertical ul.megamenu > li > a strong {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
}
.container-megamenu.vertical ul.megamenu > li > a strong:hover {
    color: #d4af37;
}
  .container-megamenu.vertical .vertical-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    /*---------------- SUB MENU VERTICAL -----------------*/ }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner img {
    width: 100%; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-right: 10px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul li a.main-menu {
        color: #002c8f;
        font-size: 13px;
        margin: 0 0 0;
        margin-bottom: 5px;
        display: block;
        font-weight: 600;
        border: none;
        padding: 0 0 05px 0;
        text-transform: uppercase;
        font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
        
    }
    
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul li a.main-menu:before{
    content: "\f043";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right:10px;
    color: #d4af37;
}

    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li {
        padding: 0;
        line-height: 32px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li a {
            font-size: 16px;
            font-weight: 400;
            display: block;
            line-height: 1.5;
            font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
        }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul li:before {
          display: none; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .link:hover img {
    opacity: 0.8; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .img-vbanner a:hover img {
    opacity: 0.8; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .title-submenu {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 7px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .menu ul li {
    line-height: 32px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .menu ul li a {
      color: #464646;
      font-size: 14px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content ul.subcategory .menu ul li a:hover {
        color: #d4af37; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner {
    float: right; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner a {
      margin-bottom: 30px;
      display: block; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .img-vbanner a.last {
      margin-bottom: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .categories .static-menu .menu > ul > li {
    margin-bottom: 30px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.item-style2 {
    /*.sub-menu{
     opacity: 1;
     display: block !important;
     .content{
     display: block !important;
     > .row{
     }
     } 
     }*/ }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.item-style2 .link {
    margin-bottom: 20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
    padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul {
      margin: 10px 0;
      padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li {
      padding: 0;
      position: relative; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:last-child {
      border: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li > a {
      line-height: 30px;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      padding: 0 20px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li b {
      float: right;
      line-height: 27px;
      font-size: 16px;
      margin: 0 20px;
      position: absolute;
      top: 0;
      right: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:hover > a {
        color: #d4af37; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul {
      width: 250px;
      padding: 10px 0;
      top: 0;
      margin: 0;
      left: 100%; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul:after {
        display: none; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul li:last-child {
        border: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li ul li > a {
          font-weight: normal;
          line-height: 30px; }

/*============ MODULE FILTER ==================*/
.module.so_filter_wrap .modcontent {
  background-color: #fff; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options {
    margin-bottom: 10px;
    padding: 10px 0px; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading {
    padding: 0;
    margin-bottom: 10px; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading .so-filter-heading-text {
      float: left;
      color: #222;
      font-weight: 600;
      text-transform: uppercase;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 14px;
      font-size: 1.4rem;
      /* [8] */ }
  .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container {
    padding: 0; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select ~ .opt-select {
      border-top: 1px solid #eaeaea; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container {
      padding: 10px 0; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container label {
      margin-bottom: 0;
      font-size: 14px; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container .option-count {
      padding: 0; }
      .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container .option-count span {
        color: #474747;
        font-size: 14px; }
    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container:hover label, .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container:hover .option-count span {
      color: #d4af37; }
  .module.so_filter_wrap .modcontent ul li.so-filter-options:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    overflow: inherit; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 12px;
    text-transform: capitalize; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
    border: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select.so-filter-option-sub {
    /*margin: 0 -20px;
     padding: 0 20px;*/ }
    .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select.so-filter-option-sub:hover {
      background-color: #fff; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
    border-radius: 100%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
    display: none; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 49%;
    padding: 0 5px;
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group {
    border: 1px solid #ddd;
    background-color: #fff; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .form-control {
    background: transparent; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: transparent;
    border-radius: 0; }
    .module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default:hover {
      background: transparent;
      color: #d4af37; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-square-o {
    position: relative;
    top: -1px; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input .fa-check-square-o {
    color: #d4af37; }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
    background-color: transparent;
    border: 2px solid #999; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
    text-align: left;
    padding: 0;
    /*.content_scroll {
     margin: 30px 0 20px;
     }*/ }
  .module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
    float: left; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max {
    display: block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
    min-width: 60px;
    width: 49%;
    padding: 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    display: inline-block; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
    margin-right: 2%; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle; }
    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
      position: relative;
      top: 1px; }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 70px;
    min-width: 70px; }
  .module.so_filter_wrap .modcontent .noUi-handle {
    border: 1px solid #eaeaea;
    width: 15px;
    height: 15px;
    left: -15px;
    right: 15px !important;
    top: -4px; }
  .module.so_filter_wrap .modcontent .noUi-handle:hover {
    cursor: e-resize; }
  .module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    height: 8px;
    background: #d4af37;
    border-radius: 4px; }
  .module.so_filter_wrap .modcontent .noUi-background {
    background: #555;
    box-shadow: none;
    height: 8px;
    border-radius: 4px; }
  .module.so_filter_wrap .modcontent .noUi-target {
    border: none; }
  .module.so_filter_wrap .modcontent .clear_filter {
    padding: 0 0 20px 0px; }
  .module.so_filter_wrap .modcontent #btn_resetAll {
    padding: 8px 15px;
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    color: #fff;
    background-color: #777; }
  .module.so_filter_wrap .modcontent #btn_resetAll:hover {
    background-color: #d4af37; }
  .module.so_filter_wrap .modcontent #btn_resetAll .fa.fa-times {
    color: #d4af37; }

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

.so_filter_wrap .modcontent .so-filter-heading i {
  float: right; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal; }
  .so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right; }

.so-filter-content-opts-container .option-count span {
  color: #474747; }

#content .filter-horizontal {
  margin-bottom: 30px; }
  #content .filter-horizontal .so-filter-heading {
    padding: 0 15px; }
  #content .filter-horizontal .so-filter-content-opts-container {
    padding: 15px; }
  #content .filter-horizontal .so-filter-content-opts-container .so-filter-iscroll {
    padding: 10px 0; }
  #content .filter-horizontal ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  #content .filter-horizontal li.so-filter-options {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-right: 1px solid #eaeaea;
    margin: 0; }
  #content .filter-horizontal li.so-filter-options:last-child {
    border-right: none; }
  #content .filter-horizontal li.so-filter-options .so-filter-heading {
    margin-bottom: 0; }
  #content .filter-horizontal .clear_filter {
    padding: 20px;
    border-top: 1px solid #eaeaea; }
  #content .filter-horizontal h3.modtitle {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0; }
  #content .filter-horizontal .modcontent {
    border: 1px solid #eaeaea; }
  #content .filter-horizontal .modcontent ul li.so-filter-options {
    border-radius: 0; }
/*============ MODULE TAGS ===================*/
.block-tags {
  margin-top: 20px; }
  .block-tags .so-popular-tag a {
    float: left;
    font-size: 13px !important;
    padding: 8px 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    line-height: 100%;
    background-color: #fff; }
  .block-tags .so-popular-tag a:hover {
    color: #fff;
    background-color: #d4af37;
    border-color: #d4af37; }
/*============MODULE CATEGORY ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.box-category > ul {
  padding: 0; }
  .box-category > ul > li {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea; }
  .box-category > ul > li > a {
    display: block;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 47px 14px 15px;
    line-height: 100%;
    margin: 0; 
    font-size:14px;
  }
  .box-category > ul > li:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none; }
  .box-category > ul > li:last-child > a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .box-category > ul > li:hover > a {
    color: #d4af37; }
  .box-category > ul > li:hover .head a {
    color: #fff; }
  .box-category > ul > li ul {
    margin-left: 20px; }
  .box-category > ul > li a.accordion-toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #dbdbdb;
    color: #fff; }
  .box-category > ul > li a.accordion-toggle:hover {
    background-color: #d4af37; }

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

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

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

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 8px;
  line-height: 20px;
  right: 15px;
  text-align: center; }
  .box-category ul li .head a:hover {
    color: #fff; }

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

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

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

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

.box-category ul li ul li a:hover:before {
  margin-right: 10px; }
/* ============== Page categories ============== */
.page-categories {
  margin-top: 30px; }
  .page-categories ul {
    margin: 0 -6px; }
  .page-categories ul li {
    float: left;
    padding: 0 6px; }
  .page-categories ul li .cate {
    text-align: center;
    margin-bottom: 30px; }
  .page-categories ul li .cate .cate-img {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 7px; }
    .page-categories ul li .cate .cate-img:hover {
      opacity: 0.8; }
  .page-categories ul li .cate a {
    color: #000;
    font-size: 14px; }
    .page-categories ul li .cate a:hover {
      color: #d4af37; }
/*================ So Sticky ===============*/
@media (max-width: 1199px) {
    
  #content #so-groups {
    display: none; 
  }
    
}

#so-groups > a:hover {
  background-color: #00608e; }

#content .so-groups-sticky {
  background-color: #d4af37; }
  #content .so-groups-sticky.left {
    left: 0;
    right: auto; }
  #content .so-groups-sticky.right {
    right: 0;
    left: auto; }
  #content .so-groups-sticky .popup-header {
    padding: 25px 70px 25px 40px; }
  #content .so-groups-sticky .popup-header .popup-close {
    right: 20px;
    left: auto;
    color: #fff;
    font-size: 22px;
    opacity: 1; }
    .button-search, .button-search:active{
        outline:none!Important;
        border-radius:0!Important;
        box-shadow:none!Important;
        border-color:#d4af37 !important;
    }
  #content .so-groups-sticky .product-thumb .button-group button, #content .so-groups-sticky .form-content .form-box #button-search {
    background-color: #d4af37 !important; }
  #content .so-groups-sticky .product-thumb .button-group button:hover, #content .so-groups-sticky .form-content .form-box #button-search:hover {
    background-color: #00608e !important; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .caption h4 a:hover {
    color: #d4af37; }
  #content .so-groups-sticky .form-content .form-box .price .price-new, #content .so-groups-sticky .form-content .form-box .price span.price {
    color: #222; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .image .bt-sale, #content .so-groups-sticky .popup-header {
    background-color: #d4af37; }
  #content .so-groups-sticky .form-content .form-box .product-thumb .caption {
    height: auto;
    max-height: auto;
    min-height: auto; }
  #content .so-groups-sticky .popup-close, #content .so-groups-sticky .popup-close i.fa {
    font-size: 16px; }
  #content .so-groups-sticky .popup-header > span > i {
    margin-right: 10px;
    margin-left: auto; }
  #content .so-groups-sticky .nav-secondary ul li a:hover {
    color: #d4af37; }
  #content .so-groups-sticky .form-content .form-box input.field:hover, #content .so-groups-sticky .form-content .form-box select.field:hover {
    cursor: pointer; }

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

#so-groups .form-content .form-box input + i {
  font-size: 16px;
  margin-top: -9px; }
  #so-groups .form-content .form-box input + i:hover {
    color: #d4af37; }

#so-groups .form-content .form-box .product-thumb .caption h4 {
  margin-bottom: 0; }
  #so-groups .form-content .form-box .product-thumb .caption h4 a {
    font-weight: 400; }

#so-groups > a {
  position: relative;
  height: 43px; }
  #so-groups > a.sticky-backtop {
    border-bottom: none; }
  #so-groups > a span {
    background-color: #d4af37;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 100%;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    white-space: nowrap;
    width: auto; }
  #so-groups > a:hover span {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    width: auto; }
/*========== So Popup Countdown ===========*/
#so_popup_countdown .modal-header .close {
  font-size: 23px;
  right: 15px;
  top: 33px; }

#so_popup_countdown .modal-footer #so_countdown_timer {
  top: 65px; }

@media (min-width: 1200px) {
    #so_popup_countdown.modal.in .modal-dialog {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto !important;
      margin: 0 auto;
      transition: none; } }
  #so_popup_countdown .modal-footer #so_countdown_timer {
    /*width: 56px;
     height: 56px;*/ }
  #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
    line-height: 18px;
    padding-top: 8px; }

#so_popup_countdown .list-cates {
  background: url(../../images/bg-popupc.jpg) no-repeat;
  background-size: 100%; }
  #so_popup_countdown .list-cates ul {
    width: 64%;
    /*float: $right;
     padding: side-values(40px 20px 0 0);*/
    float: right;
    padding: 40px 20px 0 0;
    text-align: center; }
  #so_popup_countdown .list-cates ul li {
    display: inline-block;
    margin: 0 14px;
    text-align: center; }
  #so_popup_countdown .list-cates ul li a {
    font-size: 14px;
    font-weight: 400; }
    #so_popup_countdown .list-cates ul li a .icon {
      width: 87px;
      height: 87px;
      background-color: #f7e7de;
      background-image: url(../../images/icon/css_sprites.png);
      background-repeat: no-repeat;
      border-radius: 50%;
      display: block;
      margin-bottom: 10px; }
    #so_popup_countdown .list-cates ul li a .icon.icon1 {
      background-position: -9px -9px; }
    #so_popup_countdown .list-cates ul li a .icon.icon2 {
      background-position: -9px -219px; }
    #so_popup_countdown .list-cates ul li a .icon.icon3 {
      background-position: -9px -429px; }
    #so_popup_countdown .list-cates ul li a .icon.icon4 {
      background-position: -9px -639px; }
    #so_popup_countdown .list-cates ul li a .icon.icon5 {
      background-position: -9px -849px; }
    #so_popup_countdown .list-cates ul li a .icon.icon6 {
      background-position: -9px -1059px; }
    #so_popup_countdown .list-cates ul li a .icon.icon7 {
      background-position: -9px -1269px; }
    #so_popup_countdown .list-cates ul li a:hover .icon {
      background-color: #d4af37; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon1 {
      background-position: -9px -114px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon2 {
      background-position: -9px -324px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon3 {
      background-position: -9px -534px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon4 {
      background-position: -9px -744px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon5 {
      background-position: -9px -954px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon6 {
      background-position: -9px -1164px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon7 {
      background-position: -9px -1374px; }
  #so_popup_countdown .list-cates ul li.item5, #so_popup_countdown .list-cates ul li.item6, #so_popup_countdown .list-cates ul li.item7 {
    margin-top: 25px; }
  #so_popup_countdown .list-cates .customer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    padding: 12px 40px 12px 50%; }
  #so_popup_countdown .list-cates .customer a {
    color: #d4af37; }
  #so_popup_countdown .list-cates .customer a:hover {
    color: #00608e; }

.hidden-popup-countdown {
  overflow: visible; }
  .hidden-popup-countdown #so_popup_countdown {
    display: none !important; }

.hidden-popup-countdown .modal-backdrop {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop:first-child {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop {
  display: block !important; }
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATEST BLOG
 [2] CATEGORY SIMPLE BLOG
 [3] SIMPLE BLOG
 [4] ARTICLE INFO
 ==============================================*/
/*============SO LATEST BLOG ==================*/
div.so-latest-blog.module .blog-external .media .media-body .media-content .media-heading, div.so-latest-blog.module .blog-external .media .media-body .media-content .description {
  text-align: left; }

.content-aside .module.blog-category {
  border: none; }
  .content-aside .module.blog-category ul {
    margin-bottom: 0; }
  .content-aside .module.blog-category ul li {
    border: none;
    margin-bottom: 10px; 
    padding:0;
    font-size:14px;
  }
  .content-aside .module.blog-category ul li:last-child {
    border-bottom: none; }
  .content-aside #blog-search {
    border: none; }
    
  .content-aside .module.blog-category ul li:hover a{
      color:#d4af37;
  }

   
.blog-category #blog-search {
  margin-bottom: 20px; }
/*.module.so-latest-blog.slider-post-sidebar {
 position: relative;
 h3.modtitle{
 margin-top: 0;
 span{
 color: #fff !important;
 @include rem(font-size, 16px);
 }
 }  
 .so-blog-external{
 overflow: inherit;
 background-color: #fff;
 border: 1px solid $base-border-color; border-top: none; padding:0; margin: 0; 
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 padding: 20px;
 .blog-external{
 border: none;
 margin-bottom: 0;
 direction: ltr;
 .media{
 margin: 0;
 .item{
 margin: 0 !important;
 }
 .so-block.media-left{
 padding: 0;
 float: $left;
 }
 .media-body{
 .media-content{
 margin-#{$left}: 0;
 }
 .description{
 line-height: 20px;
 }
 }
 .readmore{
 float: $right;
 a.readmore{
 @include linkGraylighter();
 padding-#{$right}: 0;
 float: $right;
 i{
 padding-#{$left}: 5px;
 float: $right;
 line-height: 23px;
 &:before{
 @include if-rtl {
 content: "\f0a8"; 
 } 
 }
 }
 }
 } 
 .media-subcontent{
 float: $left;
 .media-comment{
 color: #555;
 padding: 0;
 i{
 padding-#{$left}: 5px;
 float: $right;
 line-height: 23px;
 }
 }
 }
 }
 }
 .media-heading{
 margin-top: 5px;
 a{
 font-weight: 600;
 @include linkTitle();
 @include rem(font-size, 14px);
 padding: 0;
 }
 } 
 .owl2-controls{
 margin-bottom: 0;
 height: 0;
 .owl2-nav{  
 position: absolute;
 top: 16px;
 #{$right}: 20px;    
 @include button-owl-style2(12px,#e9e9e9);      
 }
 }
 }   
 }*/
/*============CATEGORY SIMPLE BLOG==================*/
/*.blog-category{border-radius: 0; border: 0; box-shadow: none; margin: 0;
 .box-content{margin-bottom: 30px;
 ul{margin-bottom: 0;}
 }
 #blog-search{ 
 }
 ul.list-group{
 background-color: #fff;
 border: 1px solid $base-border-color; border-top: none; padding:0; margin: 0; 
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 li.list-group-item{
 padding:0 30px;
 border: none;
 a{               
 background: url("#{$imgPath}icon/icon-menu-cat.png") no-repeat $left center;
 color: $textColor2 !important;
 display: block;
 @include rem(font-size, 14px);
 font-weight: 400;
 line-height: 100%;
 padding: 17px 10px;
 line-height: 100%;
 text-transform: capitalize;          
 }
 &:hover {
 margin: 0 -1px;
 background-color: $background;
 a{
 background: url("#{$imgPath}icon/icon-menu-cat2.png") no-repeat $left center;
 color: #fff !important;
 } 
 }
 &:last-child{
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 }
 }
 }
 ul li.list-group-item{border-radius: 0;border: 0;border-bottom: 1px dotted #E4E4E4;margin: 0;padding: 10px 0;
 a{@include linkGray();}
 .active, .active:hover{color: $linkColor;}
 }
 }*/
/*============SIMPLE BLOG ==================*/
.simple_blog-category .filters-panel {
  background-color: #fff; }
  .simple_blog-category .product-filter-top {
    display: none; }
  .simple_blog-category .filters-panel.product-filter-bottom {
    border-top: 1px solid #eaeaea; }
  .simple_blog-category .filters-panel.product-filter-bottom .pagination {
    text-align: center;
    width: 100%;
    margin-top: 30px; }
  .simple_blog-category .filters-panel.product-filter-bottom .pagination li a, .simple_blog-category .filters-panel.product-filter-bottom .pagination li span {
        width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px; }
  .simple_blog-category .filters-panel.product-filter-bottom .pagination li.active span, .simple_blog-category .filters-panel.product-filter-bottom .pagination > li:hover span {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #fff; }

.blog-header {
    margin-bottom: 30px;
    margin-top: 60px;
    padding-left: 15px;
}
  .blog-header h3 {
    font-weight:300;
    font-size: 40px;
    font-style:italic;
    font-family: 'Merriweather', serif;
}

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

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

.blog-listitem.list .blog-item .itemBlogContent .blog-date {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .blog-listitem.list .blog-item .itemBlogContent .blog-content {
    margin-left: 0;
    position:relative;}

.blog-listitem .blog-item .blog-item-inner {
  display: inline-block;
  margin-bottom: 20px; }
  .blog-listitem .blog-item .blog-item-inner .left-block {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .blog-listitem .blog-item .blog-item-inner .right-block {
    float: left;
    width: 100%; }
  .blog-listitem .blog-item .blog-item-inner .blog-date {
    font-size: 12px;
    color: #b3b3b3; 
    margin-bottom: 10px;
  }
  .blog-listitem .blog-item .blog-item-inner .blog-date i {
    margin-right: 8px; }
  .blog-listitem .blog-item .blog-item-inner .blog-content {
    float: none;
    margin-top: 10px; }
  .blog-listitem .blog-item .blog-item-inner .blog-content .article-title {
    /*margin-bottom: 10px;
     margin-top: 10px;*/ }
  .blog-listitem .blog-item .blog-item-inner .blog-content h4 {
    font-weight: 600;
    margin-bottom: 10px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content h4 a {
      color: #222;
      font-size: 14px;
      padding: 0;
      text-transform: uppercase;
      font-weight: 600;
      font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
      letter-spacing: 0.5px;
    }
    .blog-listitem .blog-item .blog-item-inner .blog-content h4 a:hover {
      color: #d4af37; }
  .blog-listitem .blog-item .blog-item-inner .blog-content .article-description {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #474747;
    float: left;
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding-top: 15px; 
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif; 
  }
  .blog-listitem .blog-item .blog-item-inner .blog-content .blog-meta {
    float: left;
    clear: none;
    font-size: 12px;
    color: #b3b3b3; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .blog-meta i {
      padding-right: 10px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .blog-meta .author {
      border: none;
      color: #b3b3b3; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .blog-meta .comment_count {
      padding: 0;
      float: left;
      margin-right: 25px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content .blog-meta .comment_count a {
      color: #b3b3b3; }
  .blog-listitem .blog-item .blog-item-inner .blog-content a.btn-viewmore {
    color: #d4af37;
    float: left;
    width: 100%;
    font-size: 13px; }
    .blog-listitem .blog-item .blog-item-inner .blog-content a.btn-viewmore:hover {
      color: #00608e; }
    .blog-listitem .blog-item .blog-item-inner .blog-content a.btn-viewmore i {
      padding-right: 8px;
      line-height: 23px; }
    .blog-listitem .blog-item .article-image img {
      width: 100%; }

.simple-blog-product h4 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */ }
/*============ARTICLE INFO==================*/
div.article-info .article-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight:600;
  margin: 0 0 15px; 
  font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
  letter-spacing: 0.5px;
}
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%; }
  div.article-info .article-sub-title span {
    display: block;
    float: left;
    color: #777;
    padding: 0 10px;
    font-size: 13px; }
  div.article-info .article-sub-title span.article-author {
    padding-left: 0; }
  div.article-info .article-sub-title span.article-author a {
    color: #777;
    font-size: 13px; }
    div.article-info .article-sub-title span.article-author a:hover {
      color: #d4af37; }
  div.article-info .article-sub-title span.article-comment {
    border-right: 0; }
  div.article-info .article-sub-title .article-share {
    display: none; }
  div.article-info .article-image {
    margin-bottom: 30px; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    box-shadow: none;
    margin-top: 0px; }
  div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9; }
  div.article-info .related-comment .article-reply .author {
    font-weight:600;
    font-size: 16px; }
  div.article-info .related-comment .article-reply .article-reply {
    background: #f4f3f3; }
  div.article-info .related-comment .panel-body {
    padding: 0;
    border: 0; }
  div.article-info .related-comment .panel-body .form-group #comments {
    overflow: hidden;
    border-radius:5px;

  }
  div.article-info .related-comment .panel-body .form-group #comments div#review-title {
    margin: 0 0 30px;
    padding: 0;
    font-weight:600;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212; 
     font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
     letter-spacing:.5px;
  }
  div.article-info .related-comment #button-comment {
    background: #d4af37;
    border-color: #d4af37;
    text-transform: uppercase; }
  @media (min-width: 992px) {
      div.article-info .related-comment #button-comment {
        padding: 10px 52px; } }
  div.article-info .itemFullText {
    text-align: justify; }
/*============ARTICLE COMMENTS==================*/
.comments {
  margin-bottom: 30px; }

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

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

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

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

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

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

.comments .media-body .media-title .username {
  font-size: 18px;
  font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
  display: inline-block;
  margin-right: 14px; }

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff; }

.owl2-carousel .owl2-item img {
  transform-style: inherit; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 11px; }

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

* {
  outline: none !important; }


body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6; }

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
/*================ LINK & COLUMN ===================*/
.textColor {
  color: #d4af37; }

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

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

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

img {
  max-width: 100%; }

.over {
  overflow: visible; }

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

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

a {
  color: #000; }
  a:hover {
    color: #d4af37;
    text-decoration: none; }
span{
    color:#000;
}
a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

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

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

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

.clearfix {
  clear: both; }

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

.margin-zero {
  margin: 0; }

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/*================ FORM ===================*/
legend {
  font-size: 18px;
  padding: 7px 0px; }
/* @group 2. Inputs
 -------------------*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, select {
    border-radius: 1px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    padding: 0 15px;
    font-size: 16px;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

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

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

textarea {
  max-width: 100%; }

.form-control {
  height: 38px; }
/* @end */
/* @group 3. Dropdown 
 -------------------*/
.shopping_cart .fa-check-circle {
  display: none; }
  .shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px; }
  .shopping_cart .dropdown-menu .content-item {
    max-height: 245px;
    overflow: auto; }
  .shopping_cart .btn-shopping-cart .added_items {
    color: #222; }

.header-top-right .top-link > li, .header-top-left .top-header-links > li {
  position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }

header .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-out;
  padding: 10px;
  min-width: 0px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  right: auto;
  left: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
    top: 20px;
}
  header .dropdown-menu > li .btn-block {
    padding: 5px 0;
    line-height: 22px;
    color: #555; }
  header .dropdown-menu > li .btn-block:hover {
    color: #d4af37; }
  header .dropdown-menu > li:hover button {
    color: #d4af37; }
  header .dropdown-menu .btn-block {
    border: none;
    background: transparent;
    text-align: left; }

header .dropdown-menu.deschis{
    opacity:1;
    visibility:visible;
}

.dropdown-menu > li > a {
    padding: 5px 0px;
    line-height: 1.5;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
  .dropdown-menu > li ul li a:hover {
    color: #d4af37; 
    
  }
  .dropdown-menu li {
    width: 100%;
    padding-right:0;
    }
    
    .dropdown-menu li a{
        color:#000;
    }
.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  color: #474747;
  font-weight: normal;
  color: #555;
  position: relative;
  z-index: 1; }
  .btn-group .btn-link:hover {
    color: #d4af37; }

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

.nav-header {
  color: #667280; }

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

.size-img-cart {
  width: 80px; 
  padding-left:0!Important;
}

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

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

#sosearchpro .dropdown-menu {
  top: 100%;
  display: none; }
  @media (min-width: 1200px) {
    #sosearchpro .dropdown-menu {
      min-width: 300px; } }
  #sosearchpro .dropdown-menu .media-left {
    float: left; }
  #sosearchpro .dropdown-menu .media-body a {
    color: #555;
    float: none; }
  #sosearchpro .dropdown-menu .media-body a:hover {
    color: #d4af37; }
  #sosearchpro .dropdown-menu:after {
    display: none; }
/* @end */
/* @group 4. Buttons 
 ------------------*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-warning {
  background: #f0ad4e; }

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

.btn-info {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  visibility: visible; }

.btn-primary {
  background: #d4af37;
  text-transform: uppercase; 
  border:1px solid #d4af37;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

.btn-primary:hover{
   background: #000!Important;
   border:1px solid #000!Important;
  opacity:.8;
}

.btn-primary span{
    color:#fff;
}

.btn-danger {
  background: #000;
  border-radius: 3px; }

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

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

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

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

.button-checkout {
  display: block;
  float: right; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }
/* @end */
.btn-inline {
  display: inline-block; }
/*================ ELERT ===================*/
#tab-review .alert {
    position: relative;
    background: transparent;
    color: #f44336;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 10px 0;
    text-align: left;
    height: auto;
    min-height: unset;
}

#tab-review .alert-success{
   color:green; 
}

.alert {
    position: relative;
    color: #000;
    border: none;
    box-shadow: none;
    height: auto;
    min-height: unset;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 20px;
}

.alert.alert-danger{
    color:red;    
}

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

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

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

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

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

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

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

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

  .alert button.close {
    right: 5px; } }

.alert-success {
  color: #000; }

.alert-success i {
    background: #d4af37;
    border-right: 1px solid #ffffff;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #000;
  text-decoration:underline;      

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

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

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

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

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

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

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #ffccbc; }
/*================ TABLE ===================*/
.table thead > tr > th {
  background: #eee; }

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

table th {
  border: #eaeaea;
  color: #7a7a7a;
  font-size: 13px;
  font-weight:600;
  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: #efefef;
  font-weight:600; }
/*================ PAGINATION ===================*/
.pagination > li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top; }
  .pagination > li span, .pagination > li a {
    padding: 0 12px;
    line-height: 30px;
    z-index: 1; 
      background:none;
  }
  .pagination > li a:hover, .pagination > li span:hover {
    border:1px solid #222;  
    border-color: #222; 
    color:#222;
    background:none;
  }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #d4af37; }
  .pagination > li.active span, .pagination > li:hover span {
    color: #222;
    background: transparent;
    border-color: #222; }
  .pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #222;
    border-color: #222; }
  .pagination > li:last-child {
    margin-right: 0; }

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

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

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }
/*===== remove bootstrap style in chrome ===*/
@media (min-width: 768px) {
  .newsletter .form-inline .form-group {
    display: block; } }
/*===============================*/
.overflow_auto, .table-responsive {
  direction: ltr; }

.overflow_auto {
  overflow: auto; }

.hidden-scorll {
  overflow: hidden; }
/*===============================================
 [SASS DIRECTORY ]
 [1] CONTACT PAGE
 [2] PAEG ABOUT US
 [3] PAGE BLOG
 [4] PAGE 404 
 ==============================================*/
/*============ CONTACT PAGE ==============*/
#map-canvas {
  border: 5px solid #f3f3f3;
  height: 300px;
  width: 100%;
  margin: 0px 0 10px; }

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

.contact-form legend {
  border: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight:600;
    letter-spacing:.5px;
}
/*============ PAEG ABOUT US ==============*/
.title-about-us {
  background: url("../../images/bg-title-about.png") repeat-x left 12px;
  margin-bottom: 17px; }
/*.layout-2 {
 .happy-about-us .owl2-controls,
 .happy-about-us .happy-ab .title-happy-about,
 .happy-about-us .owl2-controls .owl2-nav,
 .title-about-us h2 {
 background: #f5f5f5;
 }
 }*/
.title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 0 25px 6px 0;
  font-weight: 300;
  color: #333; }

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
  background: #fff;
  color:#d4af37;
  border:1px solid #d4af37;
    -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}
.btn-default:hover {
    background: #d4af37; 
    color:#fff;
    border:1px solid #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.color {
  color: #d4af37; }

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

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

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

.checkout-cart .table-responsive .input-group {
  float: left; }
  .checkout-cart .table-responsive button.btn {
    border-radius: 0; }

.so-onepagecheckout .coupon-voucher .input-group-btn input {
  line-height: 38px; }

.checkout-checkout .checkout-cart .price {
  font-size: 13px;
  color: #666; }

.so-onepagecheckout .secondary-title {
  background-color: #d4af37; }

.so-onepagecheckout .checkout-cart td.quantity .input-group {
  width: 100%; }

.account-register .form-horizontal .buttons input[type="checkbox"], .affiliate-register .form-horizontal .buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }
/*===============================================
 [SASS DIRECTORY ]
 [1] BOX SALE,NEW
 [2] RATE
 [3] TODAY'S DEALS 
 [4] PRODUCT CATEGORY
 [5] TOOLBAR
 [6] PRODUCT LIST GRID SIMPLE
 [7] QUICKVIEW
 ==============================================*/
.label-stock {
    position: absolute;
    bottom: 10px;
    padding: 10px 15px;
    left: 0px;
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
    z-index: 1;
    color: #232323;
}
  .label-stock.Pre-Order {
    background: #d4af37; }

.product-listing .module.sohomepage-slider {
  margin: 0;
  margin-bottom: 0px; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next, .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    font-size: 0px;
    z-index: 99;
    width: 45px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    margin-top: -34px;
    text-indent: -999em;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border: none; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:after, .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:after {
    display: none; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before, .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    font-size: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover, .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
    background-color: #d4af37; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
    right: -3px;
    left: auto; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105"; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    left: -3px;
    right: auto; }
  .product-listing .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104"; }
  .product-listing .module.sohomepage-slider .owl2-dots {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    right: auto;
    margin-left: -25px; }
  .product-listing .module.sohomepage-slider .owl2-dots .owl2-dot {
    background: #f1f1f1 !important;
    margin: 0 7px;
    width: 10px;
    height: 10px;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    float: left; }
  .product-listing .module.sohomepage-slider .owl2-dots .owl2-dot span {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0; }
  .product-listing .module.sohomepage-slider .owl2-dots .owl2-dot.active {
    background: #d4af37 !important;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    .product-listing .module.sohomepage-slider .owl2-dots .owl2-dot.active span {
      box-shadow: none;
      -webkit-box-shadow: none; }
/*============ BOX SALE,NEW ==============*/
.label-new, .label-sale {
    text-align: center;
    background-color: #d4af37;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 23px;
    width: 45px;
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    line-height: 23px;
    z-index: 2;
    padding: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    border-radius: 0px;
}

.label-sale {
  background-color: #e93434;
  right: 10px; }

.label-new {
  background-color: #3cb7e7;
  left: 10px; }

.label-percent {
  padding: 2px 5px;
  background: #d4af37;
  font-size: 13px;
  font-weight: normal; }

.product-options label {
  padding: 0;
  color: #666; }
  .product-options .label {
    font-weight: normal;
    font-size: 11px; }
  .product-options .radio {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
  .product-options .active .fa {
    display: block; }
  .product-options .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center; }
/*============ BOX RATE ==============*/
.rating, .ratings {
  margin-bottom: 5px; 
    text-align:center;
}
  .rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb; }
  .rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1; }
  .rating span.fa-stack .fa-star.fa-stack-1x:before, .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #d4af37; 
      
  }
  
  .rating-qvp-modal .rating span.fa-stack .fa-star.fa-stack-1x:before, .rating-qvp-modal  .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    color:#222; 
  }
span.fa-stack {
  width: 9px;
  height: 9px;
  line-height: 9px;
  font-size: 11px; }
  span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb; }
  span.fa-stack .fa-stack-2x {
    font-size: 10px; }
  span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1; }
  span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #d4af37; }

.price {
  margin: 15px 0 10px 0;
  line-height: 24px;
  color: #000;
  text-align:center;
  font-size: 14px;
  font-weight: 600; }
  .price .price-old {
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #e93434;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; 
      
  }
  .price .price-new, .price span.price {
    color: #002c8f;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 18px;
    /* [8] */
    font-weight: 600; }
    .products-category .price .price-new, .price span.price {
        font-size: 21px;
    }
/*====================TODAY'S DEALS ====================*/
.countdown_box {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  width: 210px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }
  .countdown_box .countdown_inner {
    width: 100%;
    text-align: center; }
  .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
    display: inline-block;
    color: #fff;
    width: 25%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin: 0 3px;
    width: 40px;
    text-align: center;
    padding: 6px 0;
    line-height: 18px; }
  .countdown_box .time-item .num-time {
    font-size: 18px;
    font-weight: 400; }
  .countdown_box .time-item .name-time {
    font-size: 10px;
    font-weight: 300;
    text-transform: capitalize; }
  .countdown_box .time-item:last-child {
    border: none; }

.deals_module_wrapper {
  /*button.btn-default{
   @include buttonGray();
   padding: 8px 7px;
   background: #999;
   border-radius: 0;
   &.addToCart{
   padding: 8px 15px 8px 12px;
   }
   }*/ }
  .deals_module_wrapper .product-item-container {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff; }
  .deals_module_wrapper .product-item-container .left-block {
    position: relative;
    z-index: 2; }
  .deals_module_wrapper .product-item-container .box-label .label-product {
    margin-left: 15px; }
  .deals_module_wrapper button.btn-default {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #eaeaea;
    height: 40px;
    width: 40px;
    padding: 0;
    margin-left: 10px;
    float: left;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #fff;
    text-align: center;
    color: #777; }
  .deals_module_wrapper button.btn-default:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #fff; }
  .deals_module_wrapper button.btn-default.addToCart {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: auto;
    margin-left: 0px;
    color: #777;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    padding: 1px 20px;
    text-transform: capitalize;
    float: left; }
  .deals_module_wrapper button.btn-default.addToCart:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #fff; }
  .deals_module_wrapper .price .price-new {
    font-size: 26px; }
  .deals_module_wrapper .product-box-desc {
    margin-top: 5px; }
  .deals_module_wrapper .product-box-desc span {
    min-width: 100px;
    display: inline-block; }
  .deals_module_wrapper .product-box-desc .status-stock {
    color: #5dbe45; }
  .deals_module_wrapper .title-product {
    font-size: 18px;
    margin-bottom: 0px; }
  .deals_module_wrapper .title-product a {
    color: #555; }
  .deals_module_wrapper .title-product a:hover {
    color: #d4af37; }
  .deals_module_wrapper .short_description {
    margin: 10px 0; }
  .deals_module_wrapper .countdown_box {
    position: static;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    margin: -50px auto 0;
    width: 210px; }
  .deals_module_wrapper .owl2-controls {
    position: absolute;
    z-index: 1;
    right: -3px;
    top: -35px; }
  .deals_module_wrapper .owl2-controls .owl2-prev, .deals_module_wrapper .owl2-controls .owl2-next {
    vertical-align: top;
    margin: 0 3px;
    float: left;
    border-radius: 0px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #eaeaea; }
  .deals_module_wrapper .owl2-controls .owl2-prev:hover, .deals_module_wrapper .owl2-controls .owl2-next:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #fff; }
/*====================PRODUCT CATEGORY ====================*/
.today_deals {
  margin-bottom: 30px;
  margin-top: 37px; }
  .today_deals .title-category {
    margin-bottom: 15px; }
  .today_deals .box-label {
    top: 0;
    left: 0; }

.products-category .img-cate {
    padding-right:0;
}
  .products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top; }
  .products-category .category-info .form-group {
    margin: 0; }
  .products-category .category-info .form-group > p {
    margin: 0; }

.title-category {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 30px;
  font-size: 3rem;
  /* [8] */
  color: #222;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 15px; }

.products-category .form-group .short-by {
  margin-right: 10px; }

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

.filters-panel {
    border-radius: 0px;
    margin-bottom: 30px;
    padding: 10px 0;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
  .filters-panel:before, .filters-panel:after {
    content: " ";
    display: table; }
  .filters-panel:after {
    clear: both; }
  .filters-panel .pagination {
    margin: 0; }
  .filters-panel .product-compare {
    margin-right: 0 !important; }
  .filters-panel .list-view {
    text-align: left; }
  .filters-panel .list-view button.btn {
    margin: 0px;
    float: left;
    width: 33px;
    height: 33px;
    line-height: 34px;
    background: #272420;
    text-align: center;
    padding: 0;
    border-radius: 0px !important;
    border: none; }
  .filters-panel .list-view button.btn i {
    color: #fff; }
  .filters-panel .list-view button.btn:hover, .filters-panel .list-view button.btn.active {
    background: #d4af37;
    box-shadow: none; }
  .filters-panel .list-view button.btn:hover i, .filters-panel .list-view button.btn.active i {
    color: #fff; }
  .filters-panel .list-view button.btn:focus {
    border-radius: 0;
    outline: none; }
  .filters-panel .list-view .fa {
    font-size: 14px; }
  .filters-panel label {
    font-size: 12px;
    font-weight: normal;
    color: #444; }
  .filters-panel .btn-default {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    font-size: 12px; }
  .filters-panel .btn-default:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff; }
  .filters-panel .form-control, .filters-panel .btn {
    height: 33px;
    line-height: 33px;
    padding: 0px 15px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 0px;
    background-color: #fff; }
  .filters-panel .form-group {
    margin-left: 10px; }
  .filters-panel .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/icon/bg-select.png) no-repeat center right;
    border: 1px solid #e5e5e5;
    height: 33px;
    line-height: 33px;
    padding: 0px 10px 0;
    background-color: #fff;
    /*position: relative;
     &:after{
     position: absolute;
     font-family: FontAwesome;
     content: "\f107";
     font-size: 14px;
     top: 0;
     #{$right}: 0;
     color: #747474;
     }*/ }
  .filters-panel .form-group select.form-control:hover {
    cursor: pointer; }
  .filters-panel .short-by-show.text-center .form-group {
  
  }

.box-pagination .pagination > li {
margin: 2px 3px;}
  .box-pagination .pagination > li:hover span, .box-pagination .pagination > li.active span, .box-pagination .pagination > li:hover a, .box-pagination .pagination > li.active a {
    border-color: #000;
    background-color: #000;
    color: #fff; }
  .box-pagination .pagination > li span, .box-pagination .pagination > li a {
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    padding: 0; }
  .box-pagination .pagination {
    display: block; }
/*================ PRODUCT LIST ===================*/
.product-layout .second_img .img_0 {
  right: 50%;
  top: 0;
  transform: translate(50%, 0); }

button {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s; }

.products-list {
  /*====================PRODUCT GRID ====================*/
  /*----------------PRODUCT LIST ------------------*/ }
  .products-list .product-layout .product-item-container .left-block {
    position: relative;
    overflow: hidden; }
  .products-list .product-layout .product-item-container .left-block .product-image-container {
    margin-bottom: 0;
    text-align: center; }
    .products-list .product-layout .product-item-container .left-block .product-image-container img {
      margin: 0 auto; }
  .products-list .product-layout .product-item-container:hover .countdown_box {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
    top: 0;
    opacity: 1;
    z-index: 0; }
    .products-list .product-layout .product-item-container:hover .left-block .product-image-container a:before {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .products-list.grid .product-layout .product-item-container {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative; 
    display:inline-block;  
  }
  .products-list.grid .product-layout .product-item-container .left-block .button-group {
    padding: 0;
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 40px; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button {
      border: none;
      display: block;
      margin-top: 5px;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      width: 33px;
      height: 33px;
      line-height: 33px;
      text-align: center;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate(50px, 0px);
      -moz-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
      -o-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button i, .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button:before {
      font-size: 13px;
      color: #fff; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button.addToCart {
      transition-delay: 0.1s; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button.wishlist {
      margin-bottom: 0;
      transition-delay: 0.2s; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button.compare {
      margin-bottom: 0;
      transition-delay: 0.3s; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button.quickview {
      transition-delay: 0.4s; }
    .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button:hover {
      background-color: #d4af37; }
      .products-list.grid .product-layout .product-item-container .left-block .button-group .btn-button:hover i {
        color: #fff; }
  .products-list.grid .product-layout .product-item-container .right-block {
    clear: both;
    padding: 12px;
    text-align: left;
    position: relative; }
    .products-list.grid .product-layout .product-item-container .right-block .price {
      margin-bottom: 0; }
    .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
      margin: 15px 0 6px 0;
      min-height: 80px;
      font-weight: 400; 
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    }
    .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    font-size: 13px;
    color: #000;
    padding: 5px 0px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    }
    .products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
      color: #d4af37; }
    .products-list.grid .product-layout .product-item-container .right-block .rating, .products-list.grid .product-layout .product-item-container .right-block .ratings {
      margin-bottom: 2; }
  .products-list.grid .product-layout .product-item-container:hover .left-block .button-group .btn-button {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /*&.addToCart{
     @include transition(all 0.2s ease-in-out 0s);
     }
     &.wishlist {
     @include transition(all 0.3s ease-in-out 0s);
     }
     &.compare{            
     @include transition(all 0.4s ease-in-out 0s);
     }    
     &.quickview{
     @include transition(all 0.5s ease-in-out 0s);
     }*/ }
  .products-list.list .product-layout .box-label {
    left: 5px; }
  .products-list.list .product-layout .product-item-container {
    display: table;
    margin-bottom: 30px; }
  .products-list.list .product-layout .product-item-container .left-block {
    width: 270px;
    float: left;
    border: 1px solid #eaeaea; }
  .products-list.list .product-layout .product-item-container .left-block .product-image-container {
    text-align: center; }
  .products-list.list .product-layout .product-item-container .button-group .btn-button {
    border: 1px solid #eaeaea;
    display: block;
    margin-right: 2px;
    padding: 0;
    background-color: #fff;
    color: #000;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: left; }
    .products-list.list .product-layout .product-item-container .button-group .btn-button:hover {
      background-color: #d4af37;
      color: #fff; }
  .products-list.list .product-layout .product-item-container .addToCart {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    /* [8] */
    font-weight: 400;
    line-height: 1;
    height: 33px;
    padding: 0px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    float: left;
    margin-right: 2px;
  }
  .products-list.list .product-layout .product-item-container .addToCart span{
    color:#fff;    
  }
  
  .products-list.list .product-layout .product-item-container .addToCart i {
    margin-right: 5px; }
  .products-list.list .product-layout .product-item-container .addToCart:hover {
    background-color: #d4af37; }
  .products-list.list .product-layout .product-item-container .right-block {
    margin-left: 270px;
    padding: 0 20px 20px 30px; }
  .products-list.list .product-layout .product-item-container .right-block .caption .ratings {
    margin-bottom: 10px; }
    .products-list.list .product-layout .product-item-container .right-block .caption h4 {
      margin-bottom: 5px;
      font-weight: 400; }
    .products-list.list .product-layout .product-item-container .right-block .caption h4 a {
      color: #444;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 16px;
      font-size: 1.6rem;
      /* [8] */ }
    .products-list.list .product-layout .product-item-container .right-block .caption h4 a:hover {
      color: #d4af37; }
    .products-list.list .product-layout .product-item-container .right-block .caption .price {
      display: inline-block;
      margin: 8px 0 8px 0; }
    .products-list.list .product-layout .product-item-container .right-block .caption .description {
      margin-bottom: 20px; }
  /*SIDEBAR LISTING - RESPONSIVE*/

.product-detail .open-sidebar, .open-sidebar i {
    margin-right:20px;
}

.product-detail .open-sidebar, .open-sidebar {
    line-height: 30px;
    display: inline-block;
    border: 2px solid #d4af37;
    margin-bottom: 20px;
    padding: 0px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600;
    color: #d4af37;
}

#close-sidebar {
  display: none; 
  cursor:pointer;
}

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

  .product-detail .sidebar-overlay, .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998; }
    .product-detail .sidebar-offcanvas,.sidebar-offcanvas {
      padding-left: 15px !important;
      padding-right: 10px !important;
      background: #fff;
      width: 300px;
      position: fixed;
      left: -100%;
      top: 0px;
      bottom: 0px;
      z-index: 9999;
      height: 100%;
      overflow-x: scroll;
      box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
      transition: all 300ms ease-in-out;
      padding-top: 40px;
      margin: 0px; }
      .product-detail .sidebar-offcanvas #close-sidebar, .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block; }
        .product-detail .sidebar-offcanvas #close-sidebar:hover, .product-listing .sidebar-offcanvas #close-sidebar:hover {
          cursor: pointer;
          color: #f00; }
      .product-detail .sidebar-offcanvas.active, .sidebar-offcanvas.active {
        left: 0; } }

.filter-horizontal .so-filter-option.so-filter-price .input_max, .filter-horizontal .so-filter-option.so-filter-price .input_min {
  min-width: 50px;
  width: 50px; }
/*============ QUICKVIEW ==============*/
.mfp-iframe-scaler iframe {
  padding: 20px 10px 10px 10px;
  height: 535px; }

#product-quick .product-view .content-product-right .product-box-desc {
  padding: 15px;
  border: 1px dotted #eee;
  margin: 10px 0 10px;
  font-style: italic;
  color: #999; }
  #product-quick .product-view .content-product-right .product-box-desc span {
    font-weight: normal; }
  #product-quick .list-unstyled {
    font-size: 13px;
    color: #666;
    font-weight: normal; }
  #product-quick .product-view .content-product-left .full_slider, #product-quick .product-view .content-product-left .not_full_slider {
    margin-top: 0; }
  #product-quick .product-view .content-product-left .full_slider .thumbnail, #product-quick .product-view .content-product-left .not_full_slider .thumbnail {
    padding: 0;
    border: none; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev, #product-quick .product-view .content-product-left .owl2-nav .owl2-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: transparent;
    float: left;
    margin-left: 15px;
    margin-right: 0 !important; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev:before, #product-quick .product-view .content-product-left .owl2-nav .owl2-next:before {
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #666; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev:hover, #product-quick .product-view .content-product-left .owl2-nav .owl2-next:hover {
    background-color: transparent; }
    #product-quick .product-view .content-product-left .owl2-nav .owl2-prev:hover:before, #product-quick .product-view .content-product-left .owl2-nav .owl2-next:hover:before {
      color: #d4af37; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev i, #product-quick .product-view .content-product-left .owl2-nav .owl2-next i {
    display: none; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev {
    margin-right: 15px; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-prev:before {
    content: "\f053"; }
  #product-quick .product-view .content-product-left .owl2-nav .owl2-next:before {
    content: "\f054"; }
  #product-quick .product-view .content-product-left .owl2-nav div {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  /*===============================================
   [SASS DIRECTORY ]
   [1] CONTENT PRODUCT OTHER
   [2] PRODUCT INFO
   [3] PRODUCT TABS 
   [3] RELATED PRODUCT 
   ==============================================*/

.tab-content > .active {
  opacity: 1; }
/*============CONTENT PRODUCT OTHER ==================*/
.zoomContainer {
  z-index: 450; }

.lightSlider {
  padding: 0; }

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

.product_page_price {
  margin-bottom: 10px;
  margin-top: 5px; }
  .product_page_price .price-new {
    font-size: 24px;
  }
  .product_page_price .price-old {
    vertical-align: top; }
  .product_page_price .price-tax {
    margin-bottom: 10px;
    color: #555;
    text-align:left;
    font-size: 12px;
    font-weight: normal; }

.product-detail .producttab .tab-content ul, .product-detail .producttab .tab-content ol {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 20px; }

#tab-review input[type=radio] {
  position: relative;
  top: 2px; }
  #tab-review .contacts-form span span.text-danger {
    margin-right: 15px;
    margin-top: 0; }
  #tab-review .form-group textarea {
    height: 150px; }
/*============PRODUCT INFO ==================*/
.product-view {
  margin-bottom: 30px; }
  .product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; }
  .product-view .content-product-left .large-image .box-label {
    left: 15px; }
  .product-view .content-product-left .large-image .label-sale {
    top: 10px;
    left: 10px; }
  .product-view .content-product-left .large-image .label-new {
    top: 10px;
    right: 10px; }
  .product-view .content-product-left .thumb-video {
    bottom: 10px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 20px; }
  .product-view .content-product-left .full_slider, .product-view .content-product-left .not_full_slider {
    margin-top: 10px;
    padding: 0; }
  .product-view .content-product-left .full_slider .thumbnail, .product-view .content-product-left .not_full_slider .thumbnail {
    border-radius: 0px;
    margin-bottom: 0;
    margin-right: 1px; }
  .product-view .content-product-left .full_slider .thumbnail:hover, .product-view .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #d4af37; }
  .product-view .content-product-left .full_slider .thumbnail.active, .product-view .content-product-left .not_full_slider .thumbnail.active {
    border-color: #d4af37; }
  .product-view .content-product-left .full_slider .thumbnail img, .product-view .content-product-left .not_full_slider .thumbnail img {
    width: 100%; }
  .product-view .content-product-left .full_slider .owl2-nav .owl2-prev, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev, .product-view .content-product-left .full_slider .owl2-nav .owl2-next, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: transparent;
    float: left;
    margin-left: 15px;
    margin-right: 0 !important; }
    .product-view .content-product-left .full_slider .owl2-nav .owl2-prev:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev:before, .product-view .content-product-left .full_slider .owl2-nav .owl2-next:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next:before {
      font-family: 'FontAwesome';
      font-size: 15px;
      color: #4c4c4c; }
    .product-view .content-product-left .full_slider .owl2-nav .owl2-prev:hover, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev:hover, .product-view .content-product-left .full_slider .owl2-nav .owl2-next:hover, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next:hover {
      background-color: transparent; }
    .product-view .content-product-left .full_slider .owl2-nav .owl2-prev:hover:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev:hover:before, .product-view .content-product-left .full_slider .owl2-nav .owl2-next:hover:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next:hover:before {
      color: #d4af37; }
    .product-view .content-product-left .full_slider .owl2-nav .owl2-prev i, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev i, .product-view .content-product-left .full_slider .owl2-nav .owl2-next i, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next i {
      display: none; }
  .product-view .content-product-left .full_slider .owl2-nav .owl2-prev, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev {
    margin-right: 15px; }
    .product-view .content-product-left .full_slider .owl2-nav .owl2-prev:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-prev:before {
      content: "\f053"; }
  .product-view .content-product-left .full_slider .owl2-nav .owl2-next:before, .product-view .content-product-left .not_full_slider .owl2-nav .owl2-next:before {
    content: "\f054"; }
  .product-view .content-product-left .full_slider .owl2-nav div, .product-view .content-product-left .not_full_slider .owl2-nav div {
    position: absolute;
    height: 100%;
    top: 50%;
    margin-top: -10px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
      left: -15px; }
    .product-view .content-product-left .full_slider .owl2-nav div.owl2-next, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next {
      right: 0; }
  .product-view .content-product-left .full_slider:hover .owl2-nav > div, .product-view .content-product-left .not_full_slider:hover .owl2-nav > div {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .product-view .content-product-right {
    overflow: hidden; }
  .product-view .content-product-right .title-product h1 {
    font-size: 20px;
    text-transform: initial;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing:.5px;
  }
  .product-view .content-product-right .box-review {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    color: #999; }
  .product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 10px 0 0;
    z-index: 0;
    position: relative; }
  .product-view .content-product-right .box-review a {
    color: #474747;
    display: inline-block; }
  .product-view .content-product-right .box-review a:hover {
    color: #d4af37; }
  .product-view .content-product-right .product-box-desc {
    float: left;
    width: 100%;
    padding: 20px 0px;
    color: #474747;
    position: relative; }
  .product-view .content-product-right .product-box-desc .inner-box-desc {
    width: 100%;
    position: relative; }
  .product-view .content-product-right .product-box-desc .inner-box-desc:before {
    content: "";
    width: 4px;
    background: #d4af37;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0; }
  .product-view .content-product-right .product-box-desc .brand a {
    color: #474747; }
  .product-view .content-product-right .product-box-desc .brand a:hover {
    color: #d4af37; }
  .product-view .content-product-right .product-label {
    line-height: 24px;
    margin-top: 15px;
    float: left;
    width: 100%; }
  .product-view .content-product-right .product-label .price {
    
        margin: 0;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .product-view .content-product-right .product-label .list-unstyled {
    font-size: 13px;
    color: #666;
    font-weight: normal; }
  .product-view .content-product-right .short_description {
    display: block;
    padding-top: 20px;
    clear: both; }
  .product-view .content-product-right .short_description h3 {
    margin-bottom: 5px; }
  .product-view .content-product-right .short_description ol {
    padding: 0; }
  .product-view .content-product-right .countdown_box {
    position: static;
    margin: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%;
    margin-bottom: 20px; }
  .product-view .content-product-right .countdown_box .countdown_inner {
    text-align: left; }
  .product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 0px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px; }
  .product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; 
    letter-spacing:.5px;  
  }
  .product-view .content-product-right .box-info-product {
    float: left;
    margin: 0;
    width: 100%;
    margin-bottom:20px;
    }
  .product-view .content-product-right .box-info-product .quantity label {
    display: none; }
  .product-view .content-product-right .box-info-product .quantity .quantity-control {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 0px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
      float: left;
      width: 40px;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center;
      font-size: 16px;
      background-color: #fff; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span {
      width: 33px;
      height: 32px;
      border: none;
      color: #999;
      float: left;
      line-height: 32px;
      padding: 0;
      background-color: #fff;
      border-radius: 0px; }
    .product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
      background-color: #fff;
      cursor: pointer;
      color: #d4af37; }
    .product-view .content-product-right .box-info-product .detail-action {
        margin-left: 20px; 
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
    }
  .product-view .content-product-right .box-info-product .cart input{
    background-color: #000;
    color: #fff;
    border-color: #000;
        display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
        -webkit-appearance: button;
    cursor: pointer;
}

.product-view .content-product-right .box-info-product .cart input:hover{
        background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
    border:1px solid;
}
  .product-view .content-product-right .box-info-product .add-to-links {
    float: left; }
  .product-view .content-product-right .box-info-product .add-to-links ul li {
    float: left; }
    .product-view .content-product-right .box-info-product .add-to-links ul li a {
        padding: 0;
        background-color: #fff;
        color: #000;
        width: auto;
        height: 42px;
        line-height: 33px;
        text-align: center;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center; 
        padding:0 20px;
        -webkit-transition:all .2s ease;
        -moz-transition:all .2s ease;
        transition:all .2s ease;
    }
    
    .product-view .content-product-right .box-info-product .add-to-links ul li a span{
        margin-right:10px;   
        -webkit-transition:all .2s ease;
        -moz-transition:all .2s ease;
        transition:all .2s ease;
    }
    
    .product-view .content-product-right .box-info-product .add-to-links ul li a:hover, .product-view .content-product-right .box-info-product .add-to-links ul li a:hover span {
      color: #d4af37; }
    .product-view .content-product-right .box-info-product .add-to-links ul li:hover a i {
      color: #fff; }
    .product-view .content-product-right .share {
      margin-top: 10px; }
  .product-view .content-product-right .share .socials-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0; }
  .product-view .content-product-right .share .socials-wrap span {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    color: #222;
    font-weight: 600; }
  .product-view .content-product-right .share .socials-wrap ul {
    float: right; }
    .product-view .content-product-right .share .socials-wrap ul li {
      float: left;
      margin-left: 35px; }
    .product-view .content-product-right .share .socials-wrap ul li a {
      font-size: 16px; }


  #product div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight:600; }
  #product .image_option_type .product-options {
    display: inline-block; }
  #product .control-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px; }
  #product .product-options .img-thumbnail {
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 1px; }
  #product .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 7px 5px 0px;
    padding: 0px; }
  #product .radio-type-button label {
    padding: 0;
    font-size: 14px; }
  #product .radio-type-button input {
    visibility: hidden; }
  #product .radio-type-button .option-content-box {
    background: #f3f4f6;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px; }
  #product .radio-type-button .option-content-box.active, #product .radio-type-button .option-content-box.active:hover {
    background: #666;
    color: white; }
  #product .radio-type-button .option-content-box:hover {
    background: #dadada; }
  #product .radio-type-button.option_image .option-name {
    display: none; }
  #product .option_image label {
    padding: 0; }
  #product .option_image input {
    visibility: hidden; }
  #product .option_image .option-name {
    padding: 0 5px; }
  #product .option_image .option-content-box {
    padding: 1px; }
  #product .box-date {
    padding-left: 0; }
  #product .box-date label {
    margin-right: 10px;
    width: 80px; }
  #product .box-date input {
    width: 200px; }
  #product .box-date input, #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0; }
  #product .box-date .input-group-btn {
    float: left; }
  #product .box-date button:hover {
    background: #d4af37;
    color: #fff; }
  #product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #d4af37;
    border-color: #d4af37; }

.thumb-vertical-outer {
  width: 90px;
  position: relative;
  padding: 25px 0;
  float: left;
  margin-right: 15px; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #eaeaea; }
  .thumb-vertical-outer .btn-more {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #999;
    background: transparent;
    text-align: center;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    margin-left: -10px;
    left: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .thumb-vertical-outer .btn-more i {
    font-size: 13px; }
  .thumb-vertical-outer .btn-more:hover {
    color: #d4af37; }
  .thumb-vertical-outer .btn-more.prev-thumb {
    top: -5px; }
  .thumb-vertical-outer .btn-more.next-thumb {
    bottom: -5px; }
  .thumb-vertical-outer .prev {
    margin-bottom: 5px; }
  .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer; }
  .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
    visibility: hidden; }
  .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
    font-size: 16px;
    display: block;
    text-align: center; }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px; }
  .thumb-vertical-outer ul li a {
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    -moz-transform: scale(1) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1) translate3d(0px, 0px, 0px);
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px); }
  .thumb-vertical-outer ul li .thumbnail {
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 0px; }
  .thumb-vertical-outer ul li .thumbnail img {
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%; }
  .thumb-vertical-outer ul li .thumbnail:hover {
    border-color: #d4af37; }
  .thumb-vertical-outer ul li .thumbnail.active {
    border-color: #d4af37; }
/*============PRODUCT TABS==================*/
.producttab .tabsslider.horizontal-tabs {
  z-index: 1;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

  .producttab .tabsslider.horizontal-tabs .nav-tabs li {
    margin-bottom: 0; }
  .producttab .tabsslider.horizontal-tabs .nav-tabs li a {
    letter-spacing: .5px;
    float: left;
    display: block;
    font-size: 15px;
    color: rgba(0,0,0,.5);
    margin: 0 15px;
    cursor: pointer;
    text-transform: inherit;
    font-weight: 600;
    border-radius: 0;
    border: none;
    line-height: 100%;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 20px;
    font-weight: 600;
    padding:3px 0;
    border-bottom:1px solid #E4E4E4;
      
  }
  .producttab .tabsslider.horizontal-tabs .nav-tabs li.active a, .producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
    font-weight:bold;
    color: rgba(0,0,0,1);

  }
  .nav-tabs>li.active>a{
      background:none;
     color: rgba(0,0,0,.1);
     border-bottom:1px solid;
  }
  .nav>li>a:focus, .nav>li>a:hover, .nav-tabs>li.active>a:hover,  .nav-tabs>li.active>a:focus{
       background:none;
  }
  
  .producttab .tabsslider.horizontal-tabs .tab-content {
    padding: 45px 35px;
    display: block;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none; }
  .producttab .tabsslider.horizontal-tabs .tab-content .active {
    opacity: 1; }

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

#product-accordion {
  border: 1px solid #ddd;
  border-top: 4px solid #d4af37;
  margin-bottom: 60px; }
  #product-accordion .panel {
    padding: 0 20px 0 20px;
    border-bottom: 0;
    box-shadow: none;
    margin: 0; }
  #product-accordion .panel .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0; }
  #product-accordion .panel .panel-heading a {
    text-transform: uppercase;
    font-weight:600;
    margin: 0;
    color: #474747;
    width: 100%;
    display: inline-block;
    position: relative; }
  #product-accordion .panel .panel-heading a.title-head.collapsed {
    color: #474747; }
    #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
      content: "\f077"; }
  #product-accordion .panel .panel-heading a.title-head {
    color: #d4af37; }
    #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
      content: "\f078"; }
  #product-accordion .panel .panel-heading a span.arrow-up {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    text-align: center; }
    #product-accordion .panel .panel-heading a span.arrow-up:before {
      content: "\f078";
      font-family: 'FontAwesome';
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
  #product-accordion .panel .panel-heading:hover a {
    color: #d4af37; }
  #product-accordion .panel:first-child .panel-heading {
    padding-top: 10px; }
  #product-accordion .panel:last-child .panel-heading {
    border-bottom: 0; }
  #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 15px 0; }
/*============RELATED PRODUCT==================*/
.related-horizontal {
  position: relative; }
  .related-horizontal h3.modtitle {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0 !important;
    /*&:after{
     position: absolute;
     content: "";
     width: 100px;
     height: 2px;
     background-color: $background;
     bottom: 0;
     #{$left}: 0;
     }*/ }
  .related-horizontal h3.modtitle span {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .related-horizontal .related-products {
    position: static; }
  .related-horizontal .owl2-controls .owl2-nav {
    position: absolute;
    top: -6px;
    right: 15px; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev, .related-horizontal .owl2-controls .owl2-nav .owl2-next {
    background-color: #d6d6d6;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev:before, .related-horizontal .owl2-controls .owl2-nav .owl2-next:before {
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 14px; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev.owl2-next, .related-horizontal .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0; }
    .related-horizontal .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .related-horizontal .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f054"; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .related-horizontal .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0; }
    .related-horizontal .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .related-horizontal .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f053"; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev:hover, .related-horizontal .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #d4af37; }
    .related-horizontal .owl2-controls .owl2-nav .owl2-prev:hover:before, .related-horizontal .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .related-horizontal .owl2-controls .owl2-nav .owl2-prev, .related-horizontal .owl2-controls .owl2-nav .owl2-next {
    position: static;
    margin-left: 3px; }
  .related-horizontal .modtitle {
    margin-bottom: 20px; }
  .related-horizontal .related-products-slider {
    position: relative;
    z-index: 2; }
/*==== related vertical ===*/
.related-vertical h3.modtitle, .upsell-sidebar h3.modtitle {
  background-color: #d4af37;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 0 15px 20px;
  margin-bottom: 0 !important; }
  .related-vertical h3.modtitle span, .upsell-sidebar h3.modtitle span {
    color: #fff;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600; }
  .related-vertical h3.modtitle span b, .upsell-sidebar h3.modtitle span b {
    color: #d4af37; }
  .related-vertical .item-element, .upsell-sidebar .item-element {
    margin-bottom: 20px; }
  .related-vertical .item-element .image, .upsell-sidebar .item-element .image {
    width: 90px;
    border: none;
    margin-right: 15px;
    float: left; }
  .related-vertical .item-element .caption h4, .upsell-sidebar .item-element .caption h4 {
    margin-bottom: 0px; }
  .related-vertical .item-element .caption h4 a, .upsell-sidebar .item-element .caption h4 a {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    font-size: 1.4rem;
    /* [8] */
    color: #444; }
    .related-vertical .item-element .caption h4 a:hover, .upsell-sidebar .item-element .caption h4 a:hover {
      color: #d4af37; }
  .related-vertical .item-element .caption .ratings, .upsell-sidebar .item-element .caption .ratings {
    margin-bottom: 0; }
  .related-vertical .related-products-slider, .upsell-sidebar .related-products-slider {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 15px 5px 15px; }
  .related-vertical .related-products-slider .owl2-nav, .upsell-sidebar .related-products-slider .owl2-nav {
    position: absolute;
    top: -40px;
    right: 20px; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev, .related-vertical .related-products-slider .owl2-nav .owl2-next, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: transparent;
    float: left;
    margin-left: 15px;
    margin-right: 0 !important; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev:before, .related-vertical .related-products-slider .owl2-nav .owl2-next:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #fff; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev:hover, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev:hover, .related-vertical .related-products-slider .owl2-nav .owl2-next:hover, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next:hover {
    background-color: transparent; }
    .related-vertical .related-products-slider .owl2-nav .owl2-prev:hover:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev:hover:before, .related-vertical .related-products-slider .owl2-nav .owl2-next:hover:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next:hover:before {
      color: #d4af37; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev i, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev i, .related-vertical .related-products-slider .owl2-nav .owl2-next i, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next i {
    display: none; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev {
    margin-right: 15px; }
  .related-vertical .related-products-slider .owl2-nav .owl2-prev:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-prev:before {
    content: "\f053"; }
  .related-vertical .related-products-slider .owl2-nav .owl2-next:before, .upsell-sidebar .related-products-slider .owl2-nav .owl2-next:before {
    content: "\f054"; }
  .related-vertical .related-products-slider .owl2-nav > div:before, .upsell-sidebar .related-products-slider .owl2-nav > div:before {
    color: #fff !important; }
/*============UPSELL PRODUCT==================*/
/*--- upsell vertical ---*/
.upsell-sidebar {
  position: relative; }
  .upsell-sidebar h3.modtitle {
    padding: 18px 0 18px 20px; }
  .upsell-sidebar .price .price-old {
    font-size: 13px;
    padding: 0; }
  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
    width: 90px; }
  .upsell-sidebar.product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
    margin-left: 105px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav {
    position: absolute;
    top: 17px;
    right: 20px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: transparent;
    float: left;
    margin-left: 15px;
    margin-right: 0 !important; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #cfcfcf; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: transparent; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
    color: #d4af37; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev i, .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next i {
    display: none; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
    margin-right: 15px; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f053"; }
  .upsell-sidebar .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f054"; }
  .upsell-sidebar .modcontent {
    /*.item-inner.style2{
     .product-item-container{
     border: none;
     margin: 0;
     border-radius: 0;
     .left-block{
     float: $left;
     width: 90px;
     margin-#{$right}: 15px;
     .product-image-container {
     border: 1px solid $base-border-color;
     border-radius: 0;
     }
     }
     .right-block{
     clear: none;
     text-align: $left;
     padding: 0;
     }
     &:hover{
     .left-block{
     .product-image-container {
     border-color: $linkColor;
     }
     }
     }
     }
     }*/ }
  .upsell-sidebar .modcontent .so-extraslider {
    margin: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 25px 15px 5px 15px; }
  .upsell-sidebar .modcontent .extraslider-inner {
    border: none; }
/*----up sell full ---*/
.up-sell-product {
  padding: 0;
  clear: both; }
  .up-sell-product .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  .up-sell-product .so-basic-product {
    overflow: visible;
    position: relative; }
  .up-sell-product .so-basic-product .item-element {
    width: 100%;
    overflow: visible; }
  .up-sell-product .so-basic-product .item-wrap {
    margin: 0;
    overflow: visible; }
  .up-sell-product .so-basic-product .item-wrap .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 501;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transform: scale(0);
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev {
      left: -15px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev:before {
      content: "\f104";
      line-height: 30px;
      text-align: center;
      font-size: 26px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next {
      right: -15px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next:before {
      content: "\f105";
      line-height: 30px;
      text-align: center;
      font-size: 26px; }
    .up-sell-product .so-basic-product .item-wrap .owl2-nav div:hover {
      background-color: #d4af37;
      border-color: #d4af37;
      color: #fff; }
  .up-sell-product .so-basic-product .item-wrap:hover .owl2-nav div {
    transform: scale(1); }
  /*=== share links ===*/

.product-view .social-share {
  margin-top: 30px; }
  .product-view .social-share .title-share {
    float: left;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 7px; }
  .product-view .social-share .wrap-content {
    float: left; }
  .product-view .social-share .wrap-content a {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    border: 1px solid #eaeaea;
    margin-left: 10px;
    font-size: 18px;
    color: #a8a8a8; }
  .product-view .social-share .wrap-content a:hover {
    color: #fff; }
    .product-view .social-share .wrap-content a:hover:first-child {
      background-color: #456bbe; }
    .product-view .social-share .wrap-content a:hover:nth-child(2) {
      background-color: #1d9ffa; }
    .product-view .social-share .wrap-content a:hover:nth-child(3) {
      background-color: #e04d3f; }
    .product-view .social-share .wrap-content a:hover:nth-child(4) {
      background-color: #4899d2; }
    .product-view .social-share .wrap-content a:hover:last-child {
      background-color: #ca2127; }

.shopping_cart .fa-check-circle {
  display: none; }

#header #sosearchpro.so-search .searchbox .select_category select:hover {
  cursor: pointer; }

.dropdown-menu.shoppingcart-box .table {
  margin-bottom: 0; }

header #sosearchpro .dropdown-menu {
    border-radius: 0; 
    max-height: 465px;
    overflow: auto;
}

header ul.top-link > li.language .btn-link img {
  margin-top: -3px; }
/*============ HEADER  ==================*/
.common-home .horizontal ul.megamenu > li.home > a {
  background: transparent;
  color: #d4af37; }

.container-megamenu.horizontal ul.megamenu > li.home > a, .container-megamenu.horizontal ul.megamenu > li.active > a, .container-megamenu.horizontal ul.megamenu > li:hover > a {
  background-color: transparent;
  color: #d4af37; }
  .container-megamenu.horizontal .subcategory li a {
    color: #555; }
  .container-megamenu.horizontal .subcategory li a:hover {
    color: #d4af37; }

.header-top .header-top-left .welcome-msg .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.mega-horizontal .navbar-default {
  border: none;
  background: transparent; }

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

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

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

.btn-shopping-cart .dropdown-menu {
  min-width: 320px; }
  
  .cart_product_name{
    display:inline-block;
    color: #1B1919;
    margin-bottom: 8px;
    display: block;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
  }
  .btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #555; }
  .btn-shopping-cart .dropdown-menu .empty {
    padding: 15px;
    margin: 0; }
  .btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    }
    .btn-shopping-cart .table > tbody > tr:last-child > td{
        border-bottom:none;
    }
  .btn-shopping-cart .checkout {
    padding: 0 20px 10px; }
  .btn-shopping-cart .added_items {
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
  }

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

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #000; 
    
}
/*======================================================*/
header ul.top-link > li .btn-group .btn-link:hover, header #sosearchpro .search button:hover i, header .shopping_cart .btn-shopping-cart a.top_cart:hover, header .shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart, header .telephone .fa, header ul.top-link > li > a:hover {
  color: #d4af37; }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #d4af37; }

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #d4af37; }

.typeheader-1 #sosearchpro .search button {
  background-color: #d4af37; }
  .typeheader-1 #sosearchpro .search button:hover {
    background-color: #00608e; }

.typeheader-1 .shopping_cart .btn-shopping-cart .total-shopping-cart .items_cart {
  background-color: #d4af37; }

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.special-offer a:hover, .typeheader-1 .signin-w ul li a:hover {
  color: #d4af37; }

.typeheader-2 .shopping_cart .btn-shopping-cart .total-shopping-cart .items_cart {
  background-color: #d4af37; }

.typeheader-2 .container-megamenu.horizontal ul.megamenu > li.special-offer a:hover, .typeheader-2 .signin-w ul li a:hover {
  color: #d4af37; }

.typeheader-2 .header-bottom .header-bottom-inner {
  background-color: #d4af37; }

.typeheader-3 .shopping_cart .btn-shopping-cart .total-shopping-cart .items_cart {
  background-color: #d4af37; }

.typeheader-3 .container-megamenu.horizontal ul.megamenu > li.special-offer a:hover, .typeheader-3 .signin-w ul li a:hover {
  color: #d4af37; }

.typeheader-3 #sosearchpro .search button {
  background-color: #000; 
    border-color: #000 !important;
}

.typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a:hover {
  color: #d4af37; }

.common-home.typeheader-3 .container-megamenu.horizontal ul.megamenu > li.home > a {
  color: #d4af37; }

@media (max-width: 991px) {
  .typeheader-2 .header-bottom {
    background-color: #d4af37; }

  body .typeheader-3 .header-bottom {
    background-color: #d4af37; }

  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a:hover strong, .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #d4af37 !important; } }

footer .copyright a {
  color: #d4af37 !important; }

.typefooter-1 .footer-middle .footer-links li a:hover {
  color: #d4af37; }

.typefooter-2 .box-footer .modcontent ul li a:hover, .typefooter-2 .block-policy .item .item-inner:hover .icon i, .typefooter-2 .block-policy .item .item-inner .content a:hover {
  color: #d4af37; }

.typefooter-2 .modcontent .socials-wrap ul li a:hover, .typefooter-2 .newsletter-footer2 .newsletter .block_content form.signup .subcribe button, .typefooter-2 .socials-wrap ul li a:hover {
  background-color: #d4af37; }

.typefooter-3 .box-footer .modcontent ul li a:hover {
  color: #d4af37; }

.typefooter-3 .modcontent .socials-wrap ul li a:hover, .typefooter-3 .newsletter-footer2 .newsletter .block_content form.signup .subcribe button, .typefooter-3 .socials-wrap ul li a:hover {
  background-color: #d4af37; }

.typefooter-3 .footer-middle .footer-links li a:hover {
  color: #d4af37; }
/*===============================================
 [SASS DIRECTORY ]
 [1] SHORTCODE BLOCK TEXT
 [2] MODULE HOME SLIDER
 [3] MODULE EXTRA SLIDER
 [4] MODULE LISTING TABS
 [5] SHORT CODE CONTENT SLIDER BRAND
 [6] MODULE LATEST BLOG
 ==============================================*/
.custom-scoll {
  display: block;
  top: 235px !important;
  position: fixed;
  z-index: 4;
  transition: 0.6s all ease 0s;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #bd8fc1; }
  .custom-scoll .scoll-cate {
    border-radius: 3px; }
  .custom-scoll .scoll-cate li {
    width: 42px;
    height: 42px;
    display: block;
    font-size: 0;
    background-image: url("../../images/icon/sprites2.png");
    background-repeat: no-repeat;
    background-color: #bd8fc1;
    cursor: pointer;
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    position: relative;
    /*&.neo3 {       background-position: center -93px;   }
     &.neo3:hover, 
     &.neo3.active { 
     }*/ }
  .custom-scoll .scoll-cate li:hover {
    width: auto;
    background-color: #d4af37; }
  .custom-scoll .scoll-cate li:hover span {
    width: auto;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .custom-scoll .scoll-cate li.active {
    background-color: #d4af37; }
  .custom-scoll .scoll-cate li span {
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    position: absolute;
    top: 0;
    padding: 10px 10px;
    line-height: 22px;
    background-color: #d4af37;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 14px;
    text-transform: capitalize;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .custom-scoll .scoll-cate li.neo1 {
    background-position: center 9px; }
  .custom-scoll .scoll-cate li.neo2 {
    background-position: 12px -45px; }
  .custom-scoll .scoll-cate li.neo3 {
    background-position: center -141px; }
  .custom-scoll .scoll-cate li.neo4 {
    background-position: 10px -196px; }
  .custom-scoll .scoll-cate li.neo5 {
    background-position: center -244px; }
  /*===============================*/

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

#main-content, #content {
  margin-bottom: 30px; }

.common-home .box-label {
  position: absolute;
  top: 10px;
  z-index:1;
  left: 10px; }
  .common-home .box-label .label-new, .common-home .box-label .label-sale {
    position: static; }
  .common-home .products-list.grid .product-layout .product-item-container .right-block {
     padding: 5px 5px 5px 5px;
  }
  .common-home .products-list.grid .product-layout .product-item-container .right-block .caption {
    margin-right: 0px; 
  }
  .common-home .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    min-height: 80px;
  }
  .common-home .products-list .product-layout .product-item-container .left-block {
    margin: 0 3px; }
/*====================== mod title ========================*/
.layout-1.common-home #content {
  margin-bottom: 0; }
  .layout-1.common-home #content .price .price-old {
    padding: 0; }
  .layout-1.common-home #content .module h3.modtitle {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    position: relative; }
  .layout-1.common-home #content .module h3.modtitle:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #d4af37;
    bottom: 0;
    left: 0; }
  .layout-1.common-home #content .module h3.modtitle span {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px; }

.box-content1 {
  margin-top: 22px; }

.box-content2 {
  margin-top: 28px; }
/************************************************************************************************
 MODULE HOME SLIDER  
 *************************************************************************************************/
@media (min-width: 1200px) {
      .common-home .sohomepage-slider .so-homeslider .item {
        overflow: hidden; } }

.module.sohomepage-slider {
  margin: 0; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    font-size: 0px;
    z-index: 99;
    width: 45px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    margin-top: -34px;
    text-indent: -999em;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:after, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:after {
    display: none; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    font-size: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover, .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
    background-color: #d4af37; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
    right: -3px;
    left: auto; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105"; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
    left: -3px;
    right: auto; }
  .module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104"; }
  .module.sohomepage-slider .owl2-dots {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    right: auto;
    margin-left: -25px; }
  .module.sohomepage-slider .owl2-dots .owl2-dot {
    background: #f1f1f1 !important;
    margin: 0 7px;
    width: 10px;
    height: 10px;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    float: left; }
  .module.sohomepage-slider .owl2-dots .owl2-dot span {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0; }
  .module.sohomepage-slider .owl2-dots .owl2-dot.active {
    background: #d4af37 !important;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  .module.sohomepage-slider .owl2-dots .owl2-dot.active span {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description .image.img-active {
    opacity: 1;
    animation: myeffect-slideshow 2s ease-in-out;
    -webkit-animation: myeffect-slideshow 2s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 2s ease-in-out;
    -o-animation: myeffect-slideshow 2s ease-in-out;
    -ms-animation: myeffect-slideshow 2s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description h3.tilte.title-active {
    opacity: 1;
    animation: myeffect-slideshow 1.5s ease-in-out;
    -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 1.5s ease-in-out;
    -o-animation: myeffect-slideshow 1.5s ease-in-out;
    -ms-animation: myeffect-slideshow 1.5s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description h4.h4-active {
    opacity: 1;
    animation: myeffect-slideshow 1s ease-in-out;
    -webkit-animation: myeffect-slideshow 1s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 1s ease-in-out;
    -o-animation: myeffect-slideshow 1s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description .des.des-active {
    opacity: 1;
    animation: myeffect-slideshow 0.8s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 0.8s ease-in-out;
    -o-animation: myeffect-slideshow 0.8s ease-in-out; }
  .module.sohomepage-slider .sohomeslider-description {
    position: static;
    padding: 0; }
  .module.sohomepage-slider .sohomeslider-description p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    padding: 0;
    margin: 0;
    line-height: 0px; }
  .module.sohomepage-slider .sohomeslider-description .image {
    position: absolute;
    width: auto;
    opacity: 0;
    top: 50px; }
  .module.sohomepage-slider .sohomeslider-description .image.pos-right {
    right: 70px; }
  .module.sohomepage-slider .sohomeslider-description .image.pos-left {
    left: 70px; }
  .module.sohomepage-slider .sohomeslider-description .image.image-sl12 {
    left: 35px; }
  .module.sohomepage-slider .sohomeslider-description .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .module.sohomepage-slider .sohomeslider-description .text h3.tilte, .module.sohomepage-slider .sohomeslider-description .text h4, .module.sohomepage-slider .sohomeslider-description .text .des {
    opacity: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.pos-right {
    right: 70px; }
  .module.sohomepage-slider .sohomeslider-description .text.pos-left {
    left: 70px; }
  .module.sohomepage-slider .sohomeslider-description .text .modtitle-sl11 {
    font-size: 55px;
    font-weight:600;
    color: #fff; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl11 {
    top: 75%;
    text-align: center; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 {
    text-transform: uppercase; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h3.tilte {
    font-size: 30px;
    color: #444;
    font-weight: 600;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h4 {
    font-size: 84px;
    color: #d4af37;
    font-weight: 600;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .des {
    font-size: 27px;
    color: #444; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl13 h3.tilte {
    font-size: 26px;
    font-weight: 600;
    color: #fff; }
  .module.sohomepage-slider .sohomeslider-description .text.text-sl13 h4 {
    font-size: 80px;
    font-weight: 600;
    color: #d4af37; }
/************************************************************************************************
 SHORTCODE HTML 
 *************************************************************************************************/
.quick-links {
  margin: 5px -3px 0 -3px; }
  .quick-links li {
    margin-bottom: 5px;
    padding: 0 3px;
    text-align: center;
    width: 16.666%;
    float: left; }
  .quick-links li a {
    background-color: #f5f5f5;
    border: medium none;
    border-radius: 0;
    color: #d4af37;
    font-size: 12px;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }
  .quick-links li a:hover {
    background-color: #d4af37;
    color: #fff; }

.custom-slider {
  padding: 0px; 
    text-align:center;
}

.col-banner1 {
  padding-right: 0px; }

.col-banner2 {
  padding-left: 0px; }

.col-banner .b-img2 {
  margin-top: 7px; }

.box-cates .box-title {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 16px; }
  .box-cates .box-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #d4af37;
    bottom: -1px;
    left: 0; }
  .box-cates .box-title h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .box-cates .box-title a {
    float: right;
    color: #d4af37;
    font-size: 14px; }
  .box-cates .box-title a:after {
    font-family: FontAwesome;
    content: "\f0da"; }
  .box-cates .box-title a:hover {
    color: #00608e; }
  .box-cates ul {
    margin: 0 -3px;
    clear: both; }
  .box-cates ul li {
    float: left;
    width: 16.666%;
    padding: 0 3px; }
  .box-cates ul li .cate {
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
  .box-cates ul li h3 {
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
    margin: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    padding: 5px 0;
    line-height: 100%; }
  .box-cates ul li h3 a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }
  .box-cates ul li:hover h3 {
    background-color: #d4af37; }
  .box-cates ul li:hover a.c-img {
    opacity: 0.8; }
/************************************************************************************************
 MODULE DEALS
 *************************************************************************************************/
.row-flashsale .box-title {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 23px; }
  .row-flashsale .box-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #d4af37;
    bottom: -1px;
    left: 0; }
  .row-flashsale .box-title h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .row-flashsale .box-title a {
    float: right;
    color: #d4af37;
    font-size: 14px; }
  .row-flashsale .box-title a:after {
    font-family: FontAwesome;
    content: "\f0da"; }
  .row-flashsale .box-title a:hover {
    color: #00608e; }
  .row-flashsale .banner-deal {
    position: relative; }
  .row-flashsale .banner-deal:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0e7";
    font-size: 16px;
    color: #fff;
    top: 8px;
    right: 8px;
    z-index: 1; }
  .row-flashsale .banner-deal:after {
    border-left: 50px solid transparent;
    border-top: 50px solid #e93434;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0; }
  .row-flashsale .banner-deal:hover a img {
    opacity: 0.8; }

.so-deal .extraslider-inner {
  border: none; }

.so-deal {
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #dbdbdb;
  border-top: none; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev, .so-deal .owl2-controls .owl2-nav .owl2-next {
    background-color: #d5d5d5;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev:before, .so-deal .owl2-controls .owl2-nav .owl2-next:before {
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 12px; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev.owl2-next, .so-deal .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0; }
    .so-deal .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .so-deal .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f054"; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .so-deal .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0; }
    .so-deal .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .so-deal .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f053"; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev:hover, .so-deal .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #d4af37; }
    .so-deal .owl2-controls .owl2-nav .owl2-prev:hover:before, .so-deal .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .so-deal .owl2-controls .owl2-nav .owl2-prev {
    left: 10px !important;
    margin-top: -14px; }
  .so-deal .owl2-controls .owl2-nav .owl2-next {
    right: 10px !important;
    margin-top: -14px; }
  .so-deal .extraslider-inner .product-thumb {
    margin: 0; }
  .so-deal .extraslider-inner .product-thumb .product-thumb .caption .item-time {
    margin: 0 -20px; }
  .so-deal .extraslider-inner .item .category-name {
    margin-top: 14px;
    margin-bottom: 10px; }
  .so-deal .extraslider-inner .item .category-name a {
    background-color: #e93434;
    color: #fff;
    padding: 0 5px; }
    .so-deal .extraslider-inner .item .category-name a:hover {
      opacity: 0.8; }
  .so-deal .extraslider-inner .item .image {
    position: relative;
    overflow: hidden;
    margin: 0 30px; }
  .so-deal .extraslider-inner .item .image a.img-link {
    position: relative;
    display: block; }
  .so-deal .extraslider-inner .item .image .label-product-new, .so-deal .extraslider-inner .item .image .label-product-sale {
    text-align: center;
    background-color: #d4af37;
    border-radius: 50%;
    color: #fff;
    display: block;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    font-weight: 400;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    line-height: 38px;
    z-index: 5; }
  .so-deal .extraslider-inner .item .image .label-product-sale {
    background-color: #e93434;
    right: 10px; }
  .so-deal .extraslider-inner .item .image .label-product-new {
    background-color: #8cc34b;
    left: 10px; }
  .so-deal .extraslider-inner .item .image .button-group {
    padding: 0;
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 0px; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button {
      border: none;
      display: block;
      margin-top: 5px;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      width: 33px;
      height: 33px;
      line-height: 33px;
      text-align: center;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate(50px, 0px);
      -moz-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
      -o-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    .so-deal .extraslider-inner .item .image .button-group .btn-button i, .so-deal .extraslider-inner .item .image .button-group .btn-button:before {
      font-size: 13px;
      color: #fff; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button.addToCart {
      transition-delay: 0.1s; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button.wishlist {
      margin-bottom: 0;
      transition-delay: 0.2s; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button.compare {
      margin-bottom: 0;
      transition-delay: 0.3s; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button.quickview {
      transition-delay: 0.4s; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button:hover {
      background-color: #d4af37; }
    .so-deal .extraslider-inner .item .image .button-group .btn-button:hover i {
      color: #fff; }
  .so-deal .extraslider-inner .item .item-time-w {
    clear: both; }
  .so-deal .extraslider-inner .item .item-timer {
    background-color: transparent; }
  .so-deal .extraslider-inner .item .item-timer .time-item {
    background-color: transparent;
    line-height: 100%;
    float: left; }
    .so-deal .extraslider-inner .item .item-timer .time-item .num-time {
      border: none;
      font-size: 22px;
      color: #000;
      font-weight: 400;
      position: relative;
      line-height: 24px; }
    .so-deal .extraslider-inner .item .item-timer .time-item .num-time:after {
      content: ":";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      font-size: 22px;
      color: #222; }
    .so-deal .extraslider-inner .item .item-timer .time-item .name-time {
      color: #b3b3b3;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase; }
    .so-deal .extraslider-inner .item .item-timer .time-item.time-sec .num-time:after {
      display: none; }
  .so-deal .extraslider-inner .item .caption {
    margin-right: 50px; }
  .so-deal .extraslider-inner .item .caption h4 {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px; }
    .so-deal .extraslider-inner .item .caption h4 a {
      color: #222;
      font-size: 13px; }
    .so-deal .extraslider-inner .item .caption h4 a:hover {
      color: #d4af37; }
  .so-deal .extraslider-inner .item .caption .addToCart {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #888;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    font-weight: 400;
    line-height: 100%;
    padding: 13px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
    clear: both; }
    .so-deal .extraslider-inner .item .caption .addToCart:hover {
      color: #fff;
      background-color: #d4af37;
      border-color: #d4af37; }
  .so-deal .extraslider-inner .item .caption .price .price-new, .so-deal .extraslider-inner .item .caption .price span.price {
    font-size: 20px;
    color: #d4af37; }
  .so-deal .extraslider-inner .item .caption .price {
    float: left;
    margin-top: 8px; }
  .so-deal .extraslider-inner .item:hover .image .button-group .btn-button {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    .so-deal .extraslider-inner .item:hover .image a.img-link:before {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

.deals-layout1 {
  position: relative; }
  /************************************************************************************************
   MODULE CATEGORY SLIDER
   *************************************************************************************************/

.container-slider .show.preset01-4 .item-cat-image {
  width: 20%;
  border-top: 1px solid #fff;
  float: left; 
margin-top:15px;
}
  .container-slider .show.preset01-4 .slider {
    width: 80%;
    float: right;
    border: none;
    z-index: 1; 
  }

.cate-slider .item-cat-image {
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }
  .cate-slider .item-cat-image:hover a img {
    opacity: 0.7; }
  .cate-slider .page-top {
    background-color: #e8e8e8; }
  .cate-slider .page-top .catetitle {
    background-color: #d4af37;
    min-width: 234px;
    position: relative;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    color: #d4af37; }
  .cate-slider .page-top .item-sub-cat {
    float: none;
    padding: 0px;
    background-color: #fff;
    height: 50px;
    line-height: 3.5;
  }
  .cate-slider .page-top .item-sub-cat .view-all {
    padding-left: 25px;
    font-size: 14px; }
  .cate-slider .page-top .item-sub-cat .view-all:after {
    font-family: FontAwesome;
    content: "\f0da"; }
  .cate-slider .page-top .item-sub-cat ul {
    float: right;
    margin: 0; }
  .cate-slider .page-top .item-sub-cat ul li {
    float: left;
    margin: 0; }
    .cate-slider .page-top .item-sub-cat ul li a {
      padding: 0 30px 0 0px;
      color: #000;
      font-size: 14px; }
    .cate-slider .page-top .item-sub-cat ul li a:before {
      background: none;
      position: absolute;
      content: "|";
      color: #a6a6a6;
      top: 0;
      right: 10px;
      left: auto; }
    .cate-slider .page-top .item-sub-cat ul li a:hover {
      font-weight: normal;
      color: #d4af37; }
    .cate-slider .page-top .item-sub-cat ul li:last-child a:before {
      display: none; }
  .cate-slider .categoryslider-content {
    margin-top: -15px;
    border: none;
    margin-bottom: 30px; }
  .cate-slider .slider {
    z-index: 1;
    margin-top: 15px;
  }
  .cate-slider .slider .item {
    border: 1px solid #eaeaea;
    margin: 0;
    margin-left: 10px;
  }
  .cate-slider .slider .item .item-inner {
    border: none;
    margin: 0; }
  .cate-slider.cate-slider1 .page-top .catetitle {
    background-color: #f5f5f5; }
  .cate-slider.cate-slider1 .page-top .catetitle:before {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 13px solid #d4af37;
    border-bottom: 25px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    right: -13px; }
  .cate-slider.cate-slider2 .item-cat-image {
    float: right !important; }
  .cate-slider.cate-slider2 .page-top .catetitle {
    background-color: #39acbf;
    float: right;
    text-align: right; }
  .cate-slider.cate-slider2 .page-top .catetitle:before {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 13px solid #39acbf;
    border-bottom: 25px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: -13px; }
  .cate-slider.cate-slider2 .page-top .item-sub-cat {
    width: 80%;
    display: inline-block; }
  .cate-slider.cate-slider2 .page-top .item-sub-cat .view-all {
    float: right;
    padding-right: 30px; }
  .cate-slider.cate-slider2 .page-top .item-sub-cat ul {
    float: left;
    margin: 0; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li {
      float: left;
      margin: 0; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li a {
      padding: 0 0px 0 30px;
      color: #000;
      font-size: 14px; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li a:before {
      background: none;
      position: absolute;
      content: "|";
      color: #a6a6a6;
      top: 0;
      right: auto;
      left: 10px; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li a:hover {
      font-weight: normal;
      color: #d4af37; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li:first-child a:before {
      display: none; }
    .cate-slider.cate-slider2 .page-top .item-sub-cat ul li:last-child a:before {
      display: block; }
  .cate-slider.cate-slider2 .item-cat-image {
    float: right; }
  .cate-slider.cate-slider2 .slider .item {
    border-left: 1px solid #eaeaea;
    border-right: none;
    margin: 0; }
  .cate-slider.cate-slider3 .page-top .catetitle {
    background-color: #f5f5f5; }
  .cate-slider.cate-slider3 .page-top .catetitle:before {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 13px solid #d4af37;
    border-bottom: 25px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    right: -13px; }
/************************************************************************************************
 SHORTCODE HTML SLIDER BRANDS
 *************************************************************************************************/
.slider-brand-layout1 {
  border-top: 1px solid #eaeaea;
  position: relative;
  margin-top: 30px; }
  .slider-brand-layout1 .slider-brand {
    position: static;
    direction: ltr;
    padding: 40px 50px; }
  .slider-brand-layout1 .slider-brand .item {
    text-align: center; }
  .slider-brand-layout1 .slider-brand .item a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
  .slider-brand-layout1 .slider-brand .item a:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8; }
  .slider-brand-layout1 .slider-brand .item a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next {
    background-color: #eaeaea;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 99; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev:before, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next:before {
    color: #fff;
    font-family: 'FontAwesome';
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 18px; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev.owl2-next, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0; }
    .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
      content: "\f054"; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0; }
    .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
      content: "\f053"; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev:hover, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #d4af37; }
    .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev:hover:before, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #fff; }
  .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-prev, .slider-brand-layout1 .owl2-controls .owl2-nav .owl2-next {
    margin-top: -21px; }
    
/************************************************************************************************
 CUSTOME CODE
 *************************************************************************************************/
 
.navbar-logo, .header-top-left{
    padding-left:0px;    
}

.typeheader-3 .shopping_cart{
    margin-right:10px;    
}

.middle-right, .header-top-right{
    padding-right:0;
}

.navbar-logo .logo{
    width: 268px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-compact .navbar-logo .logo{
    width:145px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
.wrap-transport {
    background: #fff;
}
.home-style1 .wrap-transport .row .item {
    padding: 11px 15px 7px;
    margin: 25px 0 25px;
}
.wrap-transport .row .item {
    border-right: 1px solid #efefef;
    padding: 36px 15px 33px;
}
.home-style1 .wrap-transport .row .item {
    padding: 11px 15px 7px;
    margin: 25px 0 25px;
}
.wrap-transport .row .item .wrap {
    padding: 0 27px;
    display: block;
}
.wrap-transport .row .item .icon {
    float: left;
    margin: 0 15px 0 0;
}
.wrap-transport .row .item .icon i {
    font-size: 40px;
    color: #d4af37;
    margin-top: 0px;
}
.wrap-transport .row .item .content h3 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.wrap-transport .row .item .content p {
    font-size: 12px;
    color: #b3b3b3;
    margin: 0 0 0;
}
.wrap-transport .row .item:last-child {
    border-right: 0;
}
.section-style-module-4-col{
    background: #f1f1f1;
    margin: 45px 0px;
}
.section-style-module-4-col .row-style{
    margin: 15px 0px;
}
.section-style-module-4-col .col_wqr1{
    padding: 0px;
}
.container-slider .show-image.preset01-4 .item-cat-image {
    border-top: 1px solid #fff;
    margin-top:15px;
}
.left-block .label-success {
    background-color: #ffffff;
    border-left: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    border-radius: 0px;
}
.left-block .label-success.Stoc.epuizat{
    border: 1px solid #ff0000;
    border-left:0px;
    color: #ff0000;
}
.left-block .label-success.Stoc.limitat{
    border: 1px solid #d4af37;
    border-left:0px;
    color: #d4af37;
}
.left-block .label-success.In.stoc{
    border: 1px solid #0f9903;
    border-left:0px;
    color: #0f9903;
}
.left-block .label-success span {
    font-weight:600;
    color:#d4af37;
    display:none;
}
.navbar-compact .meniu-compact-head{
    background: #fff !Important;
    margin-top:10px;
    margin-bottom:0px;
}
a.btn-vezi-cos-produse {
    width: 100%;
    color: #2D2D2D;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ECECEC;
    color: #3E3E3E;
    border-color: #ECECEC;
}

a.btn-vezi-cos-produse:hover{
    background-color: #3E3E3E;
    border-color: #3E3E3E;    
    color: #fff;
}
.atribut-diferit{
    color:#ff0000;
}
.lista-bannere {
    display: inline-flex;
}
.lista-bannere .b-img2 {
    margin-right: 10px;
}
.lista-bannere .b-img2:last-child {
    margin-right: 0px;
}
#sectiune-bannere{
    margin:20px 0px 50px 0px;
}
.bannere-right-slide .b-img{
    margin-bottom:15px;
}
.bannere-right-slide .b-img:last-child{
    margin-bottom:0px;
}
.simple_blog-article .mfp-close-btn-in .mfp-close {
    color: #232323 !important;
    background: #fff;
    top: -6px;
    right: -10px;
    width: 35px;
}
.tabel-comparator tbody tr:hover{
    background:#f9f9f9;
}
.subtitlu-filtru{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    font-weight: 700 !important;
}

.checkbox input[type=checkbox]{
    position: relative!Important;
    margin-left: 0!Important;
}

.descriere-produs{
    /*max-height:120px;
    overflow:hidden;*/
}

.mai-mult{
    text-align:center;
    font-size:16px;
    margin-top:20px;
}

.mai-mult:hover{
    color:#d4af37;
}

/*.descriere-produs.auto{
    max-height:none;    
}*/

.descriere-produs a {
    color:#d4af37;
    font-weight: 400;
}

.descriere-produs h2{
    color:#000;
    font-family: 'Karla', sans-serif:'Lato', sans-serif;
    letter-spacing:0px;
    font-weight:400;
    font-size:18px;
}

.top-header-links li{
    float:left;
    margin-right:10px;
}

.flexat{
    display:flex;
    align-items: stretch;
}

.typeheader-3 .header-middle{
    padding:0 0 5px!Important;
}

.middle2{
    text-align:center;    
}

.middle2 .middle2-data:first-child{
    width: 26%;
}
.middle2 .middle2-data{
    float: none;
    display: inline-block;
    width: 28%;
    text-align:center;
    padding: 0;
    text-align:center;
    position:relative;
}

.middle2 .middle2-data:nth-child(3){
    width:38%;  
}

.middle2 .middle2-data:nth-child(3) .text-date{
    text-align:right;    
}
.middle2 .middle2-data:nth-child(3) .icon-header-cont{
    font-size: 28px;
    top: 22%;
    left: 20px; 
}
.middle2 .middle2-data:last-child{
    border:none;
}

.text-date{
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 21px;
    padding-left: 10px;
    text-align: right;
    padding-right: 10px;
}

.text-date span{
    line-height: 2.5;   
}

.icon-header-cont{
    display: inline-block;
    width: auto;
    float: left;
    color: #d4af37;
    font-size: 35px;
    padding-left: 0px;
    text-align: center;
    position:absolute;
    left:10px;
    top: 13%;
}

.icon-header-cont i{
    line-height: 1;
}

.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart{
    width:60px!Important;
    height:60px!Important;
    background-size: 25px!Important;
    background-position: center 15px!Important;
}

.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .total-shopping-cart .items_cart {
    width: 35px!Important;
    height: 35px!Important;
    line-height: 30px!Important;
}

.typeheader-3 .shopping_cart{
    margin-top:0!Important;
}

.typeheader-3 .header-bottom-right {
    width: 76.5%!Important;
    border-bottom: 3px solid #000;
}

.typeheader-3 #sosearchpro .search input{
    width:400px!Important;
    height:36px!Important;
    border-radius:0px!Important;
}

.typeheader-3 #sosearchpro .search button{
    height:36px!Important;
    line-height:35px!Important;
}

#search0{
    margin-top: 4px;
    height: 40px;
    display: inline-block;
}

.conf-menu{
    display: inline-block;
    float: left;
    height: 44px;
    line-height: 1.2;
    padding: 3px 3px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: inherit;
    cursor: pointer;
    text-align: left;
    position: relative;
    width: 27%;
}


.filtru-potrivit-subtitlu, .c-filtru-apa-subtitlu{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
}

.e-home .container-megamenu.vertical .vertical-wrapper{
    opacity:1!Important;
    visibility:visible!Important;
}

.e-home .container-megamenu.vertical .vertical-wrapper{
    top:47px!Important;
}

.custom-slider{
    margin-top:0;
}

.row{
    margin-right:0;
    margin-left:0;
}

#content .custom-slider{
    float:right;
    width:76.5%;
    margin-bottom: 40px;
}

.rand-welcome .module h2{
    font-size:25px!Important;
    margin-bottom: 25px;
}


.rand-welcome .yt-accordion-inner {
    background:#fff!Important;
}

.rand-welcome ul.yt-accordion li.yt-accordion-group{
    margin-bottom:10px;
}

.rand-welcome ul.yt-accordion.accordion_86xb li.yt-accordion-group i{
    font-size: 18px;
    float: right;
}

.rand-welcome .accordion-heading{
    background: #f3f3f3!Important;
    color: #002c8f!Important;
    text-transform: inherit;
    font-size: 16px!Important;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 400;
}

.rand-welcome .accordion-heading.active{
    background:#000!Important; 
    color:#fff!Important;
}

.typefooter-3 .footer-bottom .copyright{
    margin-top:0!Important;
}

.text-conf-home .form-clas-titlu1{
color: #002c8f!Important;
    font-size: 36px!Important;
    margin-top: 0!Important;
    font-weight: 600!Important;
    letter-spacing: 0px!Important;
    text-transform: inherit !important;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}

.text-conf-home p{
    font-size:16px!Important;
    margin-top:10px;
    line-height:1.4;
}

.cont-conf-home .container-fluid{
    padding:0!Important;
}

.cont-conf-home{
    background: rgb(243, 248, 251);
    padding:20px 0;
    padding-bottom:10px;
}

.cont-conf-home .container{
    margin: 0 auto;
}

.link-cong-home{
    text-align: center;
    text-transform: initial;
    float: right;
    -webkit-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    -moz-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    -webkit-border-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 32px;
    -moz-background-clip: padding;
    border-radius: 32px;
    background-clip: padding-box;
    transition: all .3s ease;
    font-size: 18px;
    line-height: 1.9em;
    padding: 12px 40px;
    font-weight: 600;
    border: 0;
    background: #d4af37;
    -webkit-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    -moz-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    margin-top: 82px;
}
.link-cong-home a{ 
    color: #fff;
}
.link-cong-home, .link-cong-home a{
    transition:all .3s ease;
    text-transform: lowercase;
}

.link-cong-home:hover{
    background:#fff;
    transform:scale(1.1);
    border-radius:15px;
    border-color:transparent;
}
   
.link-cong-home:hover a{
    color:#d4af37;
}   
 
.col_af6s{
    padding-left:0;
}

.heading-home p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    position:relative;
    line-height:2;
    letter-spacing:.5px;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
}

thead tr td{
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight:600;
    letter-spacing:.5px;
}

.heading-home p::after{
    content:'';
    width:60px;
    height:3px;
    background:#d4af37;
    position:absolute;
    bottom:0;
    left:0;
}

.heading-home p::before{
    content:'';
    width:100%;
    height:2px;
    background:#eee;
    position:absolute;
    bottom:1px;
    left:0;
}

.rand-servicii-cont{
    margin-top:40px;
    overflow:visible;
}

.rand-servicii-cont .yt-accordion-inner{
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
    max-width:unset;
    float:none;
}

.rand-servicii-cont .accordion-heading{
    padding: 14.5px 15px!Important;
    position:relative;
    border:1px solid #f1f1f1;
    width: 100%;
    font-size: 13px!Important;
}

.rand-servicii-cont .accordion-heading{
    text-transform:uppercase; 
    color: #002c8f!Important;
    font-size: 16px!Important;
}

.rand-servicii-cont .yt-accordion-group{
    margin-bottom: 10px!Important;
    position: relative;
    height: auto;
    border: none!Important;
} 

#accordion_nsri-7.yt-accordion-group{
    border-bottom:1px solid #ccc!Important;
}

.rand-servicii-cont .yt-accordion-inner ul li::before{
    content:'\f043';
    font-family:fontawesome;
    color:#d4af37;
    position:relative;
    top:2px;
    margin-right:10px;
    
}

.rand-servicii-cont .yt-accordion-inner ul li{
    line-height: 2;
    font-size: 16px;
}

.rand-servicii-cont .accordion-heading{
    text-transform: inherit;
    font-size: 16px!Important;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 400;
}

.rand-servicii-cont .accordion-heading.active{
    background: #000!Important;
    color: #ffffff !important;
    text-transform: inherit;
    font-size: 16px!Important;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 400;
    border: 1px solid #000 !important;
}

.rand-servicii-cont .accordion-heading::after{
    content: '\f0dd';
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 22%;
    font-size: 22px;
    color:#000;
}

.rand-servicii-cont .accordion-heading.active::after{
    color:#fff;   
}

.rand-servicii-cont ul li a {
    font-size: 16px;
    text-decoration: underline;
}
.header-descriere-2{
    text-align:center;
}

.header-descriere-2 h1, .header-descriere-2 h2, .header-descriere-2 h3{
    font-size: 28px;
    position: relative;
    line-height: 1.3;
    color: #d4af37;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 800;
}

.rand-echipa-cont .coloana-video-home{
    margin-top:40px;
}


.rand-echipa-cont .rand-servicii-cont ul{
    float:left;
    width:50%;
}

.rand-echipa-cont .rand-servicii-cont ul li::before{
    content:'\f1ce';
    font-family:fontawesome;
    color:#d4af37;
    position:relative;
    top:2px;
    margin-right:10px;
}

.rand-echipa-cont .rand-servicii-cont ul li{
    line-height: 1.5;
    font-size: 14px;
}

.coloana-video-home iframe{
    max-width:100%;
}

.rand-echipa-cont .rand-servicii-cont h3{
    color: #002c8f;
    font-size: 21px!Important;
}

.linie-despartitoare{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px;
    background: #d4af37;
    position: relative;
}

.pad-zero, .pad-zero-c, .pad-zero-c .container-fluid{
    padding:0!Important;
}

.pad-zero .col-style{
    padding:0!Important
}

.coloana-prob-mare h3{
    font-size: 55px;
    color: #002c8f;
    font-weight: 800;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.5;
}

.coloana-prob-mare .problema-mare{
    font-size:40px;
    color:#d4af37;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
    line-height:1.1;
}

.col-prob-r h3{
    color:#000;
}

.col-prob-r .buton-problema{
    transition: all .4s ease;
    text-align: center;
    text-transform: inherit;
    border-radius: 32px;
    background-clip: padding-box;
    transition: all .3s ease;
    font-size: 18px;
    line-height: 1.9em;
    padding: 12px 40px;
    font-weight: 600;
    border: 0;
    background: #d4af37;
    -webkit-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    -moz-box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    box-shadow: 0 10px 30px rgba(33, 182, 255, 0.3);
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.col-prob-r .buton-problema a{
    color:#fff;
}

.col-prob-r .buton-problema:hover{
    background: #fff;
    transform: scale(1.1);
    border-radius: 15px;
    border-color: transparent;
}

.col-prob-r .buton-problema:hover a{
    color:#d4af37;
}

.so-blog-external{
    overflow:visible;
}

.header-descriere-2 h4{
    color: #002c8f;
    font-weight: 400;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-size: 16px;
}

.header-descriere-2 .subtitlupth3{
    color: #002c8f;
    font-weight: 400;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-size: 16px;
}

.blog-external-simple .media{
    width: 50%;
    float: left;
    margin: 25px 0;
}

.blog-external-simple .media:nth-child(2), .blog-external-simple .media:nth-child(4){
    padding:0 0 0 20px;
}

.blog-external-simple .media-left{
    float: left;
    width:50%;
}

.blog-external-simple .media-body{
    width:50%;
    float: left;
    padding-left:18px;
}

.cont-blog-home{
    margin-bottom: 40px;
    display: inline-block;
}

.so-latest-blog .blog-external-simple .media-heading a{
    color:#000;
    line-height:1.5;
    font-weight:600;
    
}

.so-latest-blog .media-content .readmore{
    float:left;    
    margin-top:10px;
}

.so-latest-blog .media-content .readmore i{
    position: absolute;
    right: 5px;
    top: 33%;
}


.so-latest-blog .blog-external-simple  .readmore a{
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    position: relative;
    border: 1px solid #000;
}

.so-latest-blog .blog-external-simple  .readmore a:hover{
    background: #fff !important;
    color: #000 !important;
}

.social-foot li{
    float: left;
    margin-right: 10px;
    width:35px;
    height:35px;
    background: #d4af37;
    margin-top: 40px;
    text-align:center;
}

.social-foot li a{
    font-size:16px;
    color:#fff;
    line-height:35px;
}

.sub-menu,.sub-menu .content{
    top: 0!Important;
}


.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical{
    position:unset;
}

.row-cont{
    padding-top:30px!Important;
}

.welcome-home-acc .icon_accordion{
    color:#000!Important;
}

.filtru-potrivit-titlu, .c-filtru-apa-titlu{
    display:inline-block;
    width:100%;
    text-align: center;
}


.typeheader-3 #sosearchpro .search{
    border:none;
}

.typeheader-3 .header-bottom-left{
    top: 1px;
    position: relative;
    border-right:1px solid #fff;
}

.filtru-potrivit-subtitlu, .c-filtru-apa-subtitlu, .filtru-potrivit-titlu, .c-filtru-apa-titlu{
    color:#002c8f;
}

.conf-menu a:hover span{
    color:#000;
}
.header-bottom-right .conf-menu:first-child{
    border-right:1px solid #fff;
}

.typeheader-3 #sosearchpro .search{
    border:none!Important;
}

.so-latest-blog .blog-external-simple{
    margin:0;
}

.text-sau{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    margin:10px 0;
}

.text-sau::before{
    content: '';
    display: inline-block;
    height: 1px;
    background: #000;
    width: calc(50% - 30px);
    margin-right:10px;
}

.text-sau::after{
    content: '';
    display: inline-block;
    height: 1px;
    background: #000;
    width: calc(50% - 30px);
    margin-left:10px;
}

.text-sau span{
    border: 1px solid;
    width: 40px;
    display: inline-block;
    height: 40px;
    padding: 9px 0;
    border-radius: 100%;
}

.buton-center{
    float: none;
    display: block;
    width: 100%;
    margin: 15px auto;
}

.required > .control-label::after{
    content:'*';
    color:red;
    margin-left:5px;
}

#home-grid{
    column-count:2;
    text-align:justify;
    margin-bottom:20px;
}

.col_enqm p{
    text-align:center;
}

.welcome-img{
    display:none;
}

.welcome-img.activ{
    display:block;
}

.rand-meniu{
    padding-top:5px!Important;
    background:#fff;
    border-top: none;
}

.sub-menu .content{
    background: #fff!Important;
    border: 3px solid #000;
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.main-menu:hover{
    color:#d4af37!Important; 
}

.sageata-meniu{
    transform: rotate(90deg);
    margin-left: 10px;
    font-size: 17px;
    position: relative;
    top: 2px;
    display:none;
}

.modtitle, .page-heading{
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight:600!Important;
    letter-spacing:.5px;
}

.menu div{
    padding-left:0;
    padding-right:0;
}

.meniu-mijloc .static-menu ul li ul li a{
    padding-top:5px!Important;
    padding-bottom:5px!Important;
}

.static-menu ul li ul li ul{
    padding-left:15px!Important; 
    border-bottom:0px solid #eaeaea; 
    padding-bottom: 5px!Important;
}

.static-menu ul li ul li ul li ul{
    padding-left:15px!Important;
    border-bottom:none;  
    padding-bottom: 0px!Important;
}

.static-menu ul li ul li ul li ul li ul{
    border-bottom:none;
}

.megamenu ul li ul li a{
    color:#000!Important; 
}

.megamenu ul li ul li a:hover{
    color:#d4af37!Important; 
}

.meniu-mijloc .static-menu ul li ul li ul li a{
    padding-top:0px!Important;
    padding-bottom:0px!Important;
}

.static-menu ul li ul li ul li.sub-sub-categorii-copii a{
    font-weight:600!Important; 
}

.static-menu ul li ul li ul li.sub-sub-categorii-copii ul li.sub-sub-categorii-copii a{
    font-weight:600!Important; 
}

.static-menu ul li ul li ul li.sub-sub-categorii-copii ul li.sub-sub-categorii-copii ul li a{
    font-weight:400!Important; 
}

.static-menu ul li ul li ul li.sub-sub-categorii-copii ul li a{
    font-weight:400!Important; 
}

.static-menu ul li ul li ul li a{
    font-size:14px!Important;   
}

.static-menu ul li ul li ul li ul li a{
    font-size:12px!Important;   
}

.meniu-trei ul li ul li a{
    font-weight:600!Important; 
}

.meniu-trei ul li ul li ul li a{
    font-weight:400!Important; 
}

.coloana-trei-meniu .sub-menu .rand-meniu .col-sm-4:last-child ul li ul li a{
    font-weight:400!Important; 
}

.coloana-trei-meniu .sub-menu .rand-meniu .col-sm-4:last-child ul li ul li{
    margin-bottom:10px!Important;     
}


/*********Colaj prorducatori home***********/

.item-producatori-colaj{
    box-shadow: 0 5px 12px 0px rgba(0,0,0,0.6);
    -webkit-transform: translatey(0px) scale(1);
    -moz-transform: translatey(0px) scale(1);
    -ms-transform: translatey(0px) scale(1);
    transform: translatey(0px) scale(1);
    position: absolute;
    width: auto!Important;
}

.colaj-producatori .item-producatori-colaj img{
    width:auto;
    height:100%;
}

.colaj-producatori .item-producatori-colaj:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

.colaj-producatori .item-producatori-colaj::before, .colaj-producatori .item-producatori-colaj::after{
  content:"";
  margin: 0 auto;
  position:absolute;
  top:50%;
  left:50%;
  width:100px;
  height:100px;
  opacity:0;
  transform:translate(-50%,-50%) scale(0);
  border:3px solid #d4af37;
  border:3px solid rgba(81, 184, 227, .4); 
  border-radius:100%;
  display:none;
}

.colaj-producatori .item-producatori-colaj:hover::before{
    display:block;
    animation: spread-fade 1s ease-in infinite;
}

.colaj-producatori .item-producatori-colaj:hover::after{
    display:block;
    animation: spread-fade 1s 0.2s ease-in infinite;
}

@keyframes spread-fade{
  0%{
    transform: translate(-50%,-50%) scale(0);
    opacity:0;
  }
  10%{
    opacity:1;
  }
  100%{
    transform: translate(-50%,-50%) scale(4);
    opacity:0;
  }
  
}

.colaj-producatori .item-producatori-colaj:first-child{
    left:11%;
    top:11%;
    max-height: 15%;
    border-radius: 100%;
    animation: float 6s ease-in-out infinite;
    height: 15%;
}

.colaj-producatori .item-producatori-colaj:first-child img{
    border-radius: 100%;
}

.colaj-producatori .item-producatori-colaj:nth-child(2){
    left: 31%;
    top: 5%;
    height: 18%;
    animation: float1 6s ease-in-out infinite;    
}

.colaj-producatori .item-producatori-colaj:nth-child(3){
    left: 56%;
    top: 8%;
    height: 17%;
    border-radius: 100%;
    animation: float 6s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(3) img{
    border-radius: 100%;
}

.colaj-producatori .item-producatori-colaj:nth-child(4){
    left: 80%;
    top: 12%;
    height: 16%;
    animation: float 6s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(5){
    left: 6%;
    top: 38%;
    height: 13%;
    animation: float1 5s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(6){
    left: 26%;
    top: 56%;
    height: 5%;
    animation: float 6.3s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(7){
    left: 41%;
    top: 38%;
    height: 11%;
    animation: float1 4s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(8){
    left: 69%;
    top: 43%;
    height: 11%;
    padding: 5px;
    background: #fff;
    animation: float1 4.7s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(9){
    left: 9%;
    top: 70%;
    height: 13%;
    padding: 5px;
    background: #fff;
    animation: float 5.1s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(10){
    left: 51%;
    top: 79%;
    height: 11%;
    padding: 5px;
    background: #fff;
    animation: float1 5.7s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(11){
    left: 52%;
    top: 57%;
    height: 18%;
    border-radius: 100%;
    animation: float 6.6s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(11) img{
    border-radius: 100%;
}

.colaj-producatori .item-producatori-colaj:nth-child(12){
    left: 77%;
    top: 64%;
    height: 20%;
    border-radius: 100%;
    padding: 8px 0;
    animation: float 4.8s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(12) img{
    border-radius: 100%;
}

.colaj-producatori .item-producatori-colaj:nth-child(13){
    left: 16%;
    top: 89%;
    height: 9%;
    padding: 4px;
    background: #fff;
    animation: float1 5s ease-in-out infinite;
}

.colaj-producatori .item-producatori-colaj:nth-child(14){
    left: 70%;
    top: 89%;
    height: 11%;
    padding: 4px;
    background: #fff;
    animation: float1 5.5s ease-in-out infinite;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 12px 0px rgba(0,0,0,0.2);
		transform: translatey(-10px);
	}
	100% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

@keyframes float1 {
	0% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	
	50% {
		box-shadow: 0 25px 12px 0px rgba(0,0,0,0.2);
		transform: translatey(-8px);
	}
	
	100% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.price-disc{
    text-align:left;
}

.price-disc li{
    font-size:16px;
}

/********Stele***********/

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
  font-size:20px;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #d4af37;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #d4af37;
  text-shadow: 0 0 1px #333;
}

.stele{
    display: inline-block;
    max-height:20px;
}

.stele fieldset {
  border: 0;
  width: auto;
  border-radius: 1px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  top: 0px;
}

.cantitate-cart{
    display: flex;
    align-items: stretch;
}  

.cantiate-schimba{
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    background: #eee;
    cursor:pointer;
}

.cantiate-schimba:hover{
    background: #e2e2e2;
}

#input-payment-captcha div{
    display:inline-block;
}

.checkbox label{
    padding-left:0;
}

.buton-wishlist-add{
    background:#d4af37;
}

.buton-wishlist-remove{
    padding: 9px 2px;
}

.account-list li{
   border:1px solid #e5e5e5; 
   padding:10px;
   margin:10px 0;
}

.account-list li i{
   font-size:22px;
   margin-right:20px;
   margin-left:10px;
   position:relative;
   top:3px;
   color:#d4af37;
   width:20px;
}

.account-list li a{
    line-height:2;
    font-size:16px;
}

.form-horizontal .control-label{
    text-align:left;
    padding-bottom: 5px;
}

.row_44kg.rand-conf-home{
    padding:0 15px;
}

.content-product-left, .account-list-st, .info-store, .search-page-inp{
    padding-left:0;
}

.col_wpi3, .total-tabel-cos, .col_363k, .short-by-show, .product-layout, .content-product-right, .account-list-dr, .contact-form{
    padding-left:0;
}

.product-bottom > .col-xs-12{
    padding-left:0;   
    padding-right:0;    
}

.refine-search .col-sm-6{
    padding-right:0;
}

.products-category h1{
    padding-left:15px;
    text-transform:lowercase;
}

.content-information{
    margin-bottom:20px;
}

.col-sm-2.control-label, .form-group .col-sm-10{
    width:100%;
}

.contact-form .form-horizontal{
   width:100%;   
}

.col_uj90{
    padding-right:15px;
}

.product-list .caption.text-center{
    text-align:left;
}

#accordion-category{
    border:1px solid #ddd;
    border-radius:2px;
}

#accordion-category span{
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    background: #d4af37;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: inherit;
    border: 0;
}

#accordion-category .level1-link{
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    display: block;
    margin: 0;
    padding: 10px;
    background:#fefefe;
    color:#d4af37;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    letter-spacing: .5px;
    line-height: 2.2;
}

#accordion-category .level1-link.active{
    background: #f0f0f0;
    color:#d4af37;
}

#accordion-category .cat-lv-4, #accordion-category .cat-lv-5, #accordion-category .cat-lv-6{
    padding-left:30px;
}

#accordion-category .cat-lv-3{
    padding-left:15px;    
}

#accordion-category .cat-lv-2 li{
    padding-top:3px;
    padding-bottom:3px;
}

#accordion-category .cat-lv-3 li{
    padding-right:25px;
}

#accordion-category .cat-lv-3, #accordion-category .cat-lv-4, #accordion-category .cat-lv-5, #accordion-category .cat-lv-6{
    display:none;
}

#accordion-category .cat-lv-3.active, #accordion-category .cat-lv-4.active, #accordion-category .cat-lv-5.active, #accordion-category .cat-lv-6.active{
    display:block;
}

#accordion-category .level2-link{
    width: 100%;
    display: inline-block;
    padding: 3px 10px;
}

#accordion-category .level2-link, #accordion-category .level3-link, #accordion-category .level4-link,  #accordion-category .level5-link,  #accordion-category .level6-link{
    display:block;
}

#accordion-category .level3-link.active, #accordion-category .level4-link.active, #accordion-category .level5-link.active, #accordion-category .level6-link.active{
    color: #d4af37;    
}

#accordion-category a:hover{
    color:#d4af37; 
}

#accordion-category li{
    position:relative;
}

.cat-lv-3.deschis ,.cat-lv-4.deschis, .cat-lv-5.deschis, .cat-lv-6.deschis{
    display: block!Important;
    position: absolute;
    left: 100%;
    border: 1px solid #ddd;
    padding-left: 10px!Important;
    width: fit-content;
    background: #fff;
    z-index: 1000;
    top: 0;
}

.cat-lv-3.deschis li, .cat-lv-4.deschis li, .cat-lv-5.deschis li, .cat-lv-6.deschis li{
    padding:10px;
    padding-left:0;
}

.sageata-col-st{
    position: absolute;
    right: 5px;
    font-size: 10px;
    line-height: 2;
}

.level2-link::before{
    content: '\f111';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 9px;
    color: #d4af37; 
    position:relative;
    top:-2px;
}

.level3-link::before{
    content: '\f068';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.left_column{
    padding-right:0;
}

.level3-cont{
   padding-right: 11px; 
}
    
.cont-aut h2, .headinguri-pagini{
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.centrare-formular{ 
    width:50%;
    margin:0 auto;
}

.border-formular{
    border: 1px solid #e3e3e3; 
    padding: 19px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.product-layout{
    display:block;
    float:left;
}

.recup-cont{
    display:block;
    margin-top:10px;
}

.tip-pers-cont{
    text-align:center;    
}

.tip-persoana input{
    display:none;
}

.tip-persoana{
    padding: 10px!Important;
    background: #fff;
    border:1px solid #000;
    color:#000;
}

.tip-persoana.activat{
    background:#000;   
    border-color:#000;
    color:#fff;
}

select[name=cui_ro] {
    width:25%!Important;
    font-size: 12px;
}

input[name=cui] {
    width:75%!Important;
}

.container-paginare{
    display:flex;
    align-items:center;
}

.product-list .label-stock{
    bottom:auto;
    top:15px;
}

.product-list .button-group{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.product-list button, .product-list a{
    float: none!Important;
    display: inline-block!Important;
}


.product-list .ratings{
    text-align:left;
}

.product-list .product-item-container{
    display: flex!Important;
    flex-flow: row!Important;
    align-items: center!Important;
}

.product-list .product-item-container .left-block{
    width: 60%!Important;
    border:none!Important;
    border-right: 1px solid #eaeaea!Important;
}

.product-list .product-item-container .right-block{
    margin-left:0!Important;
    width: 100%;
}

.product-list .product-item-container {
    border:1px solid #ddd;
}

#agree{
    position:relative;
    top:2px;
}

.buttons{
    display: inline-block;
    width: 100%;
}

.box-list, .short-by-show, .view-mode{
    padding-left:0;
}

.box-pagination{
    padding-right:0;
}

.left_column li{
    line-height:1.3;
}

.level2-link{
    border-bottom:1px solid #ddd;
}

.list-view .grid{
    margin-right:10px!Important;
}


table.bt tbody td, table.bt tfoot td, table.bt tfoot th {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
}

table.bt tbody td .bt-content, table.bt tfoot td .bt-content, table.bt tfoot th .bt-content {
    vertical-align: top;
}

table.bt tbody td, table.bt tfoot td, table.bt tfoot th {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    border:1px solid #ddd!Important;
}

table.bt tbody td::before, table.bt tfoot td::before, table.bt tfoot th::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: 700;
    width: 50%!Important;
    text-align: left;
    border-right:1px solid #ddd;
    font-size: 12px;
}

table.bt tbody td:last-child{
    background:#ececec;
}

.bt-content{
    width:50%;
    text-align:right;
}

.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
    white-space:normal;
}

/*
.vertical ul.megamenu > li.click:before, .vertical ul.megamenu li.active:after {
    background-color: #fff;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    z-index: 999;
}
.vertical ul.megamenu > li.click:before, .vertical ul.megamenu > li.hover:after {
    background-color: #fff;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    z-index: 999;
}
*/

.static-menu ul li ul li ul li a:before {
    content: "-";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 5px;
    color: #d4af37;
}
.static-menu ul li ul li ul li ul li a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 10px;
    color: #d4af37;
}
.static-menu ul li ul li ul li ul li ul li a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 10px;
    color: #d4af37;
}
.static-menu ul li ul li a:before {
    content: "\f192";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 10px;
    color: #d4af37;
}
.meniu-design-1 ul li ul li a {
    font-weight:600 !Important;
}
.meniu-design-1 ul li ul li ul li a {
    font-weight:400 !Important;
}

.design-acordeon-link a,  .design-acordeon-link a:visited, .design-acordeon-link a:active, .design-acordeon-link a:focus{
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #d4af37;
}
.design-acordeon-link a:hover{
    color: #000;
}

.sectiune-configurator-filtru{
    background: rgb(243, 248, 251);
    padding: 30px 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul{
    display:none;
}

ul.megamenu .sub-menu .content > .row{
    padding-top:0;
}

.vertical ul.megamenu > li > .sub-menu > .content{
    padding-top:20px;
}

.sub-menu .col-sm-6{
    float:none;
    border-right:1px solid #ddd;
    padding:0;
    position:inherit;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul.deschis{
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    margin-left: 1px;
    height: 100%;
    padding-top:20px!Important;
    overflow-y: scroll;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul ul.deschis li ul{
    position:relative;
    left:0;
    display: block;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li{
    padding-left:10px;
}

.static-menu{
    padding:0;
}

.menu ul li ul {
    background: #fff;
    padding: 0px 10px 5px!Important;
}

.static-menu{
    position:inherit;
}

.cu-copii::before{
    content: "\f054";
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    left: 48%;
    color: #d4af37;
}

.ascuns-cumaleg{
    display:none;
}
.raspunsuriproduse .produs-individual{
    border-radius:3px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
}

.border-produscum{
    border: 1px solid #ddd;
    padding:10px;
}

.ancoraprodus{
    border-bottom:1px solid #eee;
    display:block;
    padding-bottom:10px;
}

.ancoraprodus img{
    width:100%;
    margin:0 auto;
}

.ancoraprodus .numecumaleg{
    display:block;
    text-align:center;
    color:#000;
     min-height: 40px;
}

.ancoraprodus:hover .numecumaleg{
    color:#d4af37;   
}

.pretcumaleg{
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 21px;
    color: #002c8f;
    font-weight: 800;
}

.titluprodusecum{
    display:block;
    font-size:20px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}

.taburi{
    display:block;
    border:1px solid #eee;
    border-top:none;
}

.titluintrebare{
    display:block;
    background:#f9f9f9;
    padding:15px 10px;
    font-size:20px;
    border:1px solid #eee;
    border-bottom:none;
    margin-top:20px;
}

.raspunsuri{
    display: inline-block;
    border: 1px solid #d4af37;   
    text-align: center;
    padding: 10px 20px;
    margin: 20px;
    min-width: 200px;
    background:#fff;   
    color:#d4af37;
    border-radius:3px;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    cursor:pointer;
}

.raspunsuri:hover{
    border:1px solid #002c8f;
    background:#002c8f;
    color:#fff;
}

.alesul{
    background:#d4af37;
    color:#fff;
}


.titluprodusecum.ascuns-cumaleg{
    display:none;
}

.titluprodusecum{
    margin-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.yt-accordion-inner img{
    padding: 10px;
    width: 40%!Important;
}

#reseteaza-cumaleg{
    padding: 10px;
}

#reseteaza-cumaleg img{
    transition:all .3s ease-in;
    cursor:pointer;
}

#reseteaza-cumaleg img:hover{
    transform:rotate(45deg);
}

.tab-reset{
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

.tab-reset .titluintrebare{
    margin-top:0;
}

.typefooter-3 .copyright-w{
   background-color:#e3e3e3!Important;
}

.mai-mult-cont{
    cursor:pointer;
    border-top:1px solid #eee;
    margin-top:20px;
    padding-top:25px;
}

.readonly-conf, .readonly-conf:hover{
    background:#ddd;
    color:#d4af37;
    border:1px solid #e3e3e3;
}

.buton-cont-nou{
    background:#000;
    border:1px solid #000;
    color:#fff;
}

.buton-cont-nou:hover, .buton-cont-nou:active, .buton-cont-nou:focus{
    color:#000!Important;
    background:#fff!Important;
    border:1px solid #000!Important;
    box-shadow:none!Important;
}

.centrare-formular .pull-right, .centrare-formular .pull-left, .centrare-formular .btn{
    width:100%;
}

.centrare-formular .btn{
    margin:10px 0;
}

.account-register .alert.alert-danger{
    pointer-events:none;    
}

.account-register .alert.alert-danger::after{
    content: 'X';
    display: block;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 30%;
    font-size: 20px;
    cursor:pointer;
    pointer-events:auto;    
}

#product-quick .product-view .content-product-right{
    padding-right:25px;
}

#collapse-shipping-method textarea, #collapse-payment-method textarea{
    max-height:100px;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 23px;
    top: 15px;
}

.category-info .img-cate img{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.rafineaza-caut{
    font-size:16px;
}

.descriere-raf{
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    display: flex!Important;
    align-items: center;
    justify-content: center;
}

.refine-search .thumbnail{
    border-bottom:0!Important;
}

.refine-search a{
    border-radius:0px;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    min-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.refine-search .form-group:hover a{
    border-color:#d4af37;
    color:#d4af37;
}

.category-info p a{
    color:#d4af37;
    text-decoration:underline;
}
span.boldhpb {
    font-weight:700;
    margin-bottom: 0px;
}

/* Ridicare de la sediu */

.ridicare-sediu{
    display:none;
}

.ridicare-sediu span, .ridicare-sediu p{
    display:inline-block;
    text-align:center;
    width:100%;
    font-size:16px;
    margin:5px auto;
}

#ridicare-cont{
    text-align:center;
}

#ridicare-cont input{
    display:none;
}

#ridicare-cont label{
    cursor: pointer;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #000;
    font-weight: 300;
    margin: 0 5px;
    color:#000;
}

#ridicare-cont label.checked{
    background: #000;
    color:#fff;
}

.ridicare-sediu{
    min-height: 131px;
    flex-flow: column;
    justify-content: center;
}


/************************/
.tag-de-search{
    padding:5px 10px;
    border:1px solid #000;
    color:#000;
    margin:0 5px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    display: inline-block;
}

.tag-de-search:hover{
    background:#000;
    color:#fff;
}

.heading-termeni-caut{
    display:inline-block;
    margin-right:10px;
}

.cont-termeni-cautare{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-left: none;
    padding: 10px 0;
}

.lista-articole{
    background: #f8f8f8;
}

.minimodtitle{
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #222!Important;
    border-top: 1px solid #222!Important;
    margin-bottom: 10px!Important;
}

.article-col-st{
    border: none!Important;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5!Important;
}

.blog-listitem .blog-item .blog-item-inner .left-block{
    max-width:30%;
    margin:0;
}

.blog-listitem .blog-item .blog-item-inner .right-block{
    max-width:70%;
    padding-left: 20px;
}

.blog-listitem .blog-item .blog-item-inner{
    display: flex;
    align-items: center;
    padding: 10px 0 30px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
}

.articol-relevant-cont .imagine-recente{
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.articol-relevant-cont .imagine-recente::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.titlu-relevante{
    margin: 10px 0 0;
    display: block;
    min-height: 40px;
    font-weight: bold;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    letter-spacing: .5px;
}

.titlu-relevante h2{
    font-size:16px;
}

.list-inline-item{
    margin-right:10px;    
}

.list-inline-item i{
    color:#000;
}

.slider-relevante .owl2-nav{
    
}

.slider-relevante .owl2-prev{
    position:absolute;
    left:-10px;
    top:35%;
}

.slider-relevante .owl2-next{
    position:absolute;
    right:-10px;
    top:35%;
}

.sageti-relevante{
    font-size: 30px;
    color: #000;
}

.mb-60{
    margin-bottom:60px;
}

.produse-rec-blog .product-layout:nth-child(4n), .produse-rec-blog .product-layout:first-child{
    padding-left:0;
}

.produse-rec-blog .product-layout:nth-child(4n) img,  .produse-rec-blog .product-layout:first-child img{
    max-width: calc(100% - 15px);
}

.mt-40{
    margin-top:40px;
}

.article-title h2 a{
    font-size:20px;
}

.produse-rec-blog h3{
    font-size:16px;
}

.shortcodeTitle{
    margin: 0 0 15px 0;
    display: inline-block;
    font-weight: bold;
}

.cont-rez{
    text-align:center;
}

.buton-rezumat{
    text-align: center;
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 10px 0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}

.buton-rezumat:hover{
    color:#d4af37;
}
    
#button-confirm{
    font-size:16px;
}   
  
    
.content-product-right span.fa-stack {
    width: 16px;
    height: 16px;
    line-height: 9px;
    font-size: 18px; 
}
    
.content-product-left .label-sale{
    font-size: 26px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}    
    
.stoc-status {
    border: 1px solid #0f9903;
    color: #0f9903;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
}
.detail-action .stock{
    display:flex;
}

.stoc-status.Stoc.epuizat{
    color: #B50808;
    border: 2px solid #CC1414;
}    

.stoc-status.Stoc.limitat{
    border: 1px solid #d4af37;
    color: #d4af37;
}



/*Header*/

.header-top{
    background-color:#d4af37;
    width: 100%;
    font-size: 13px;
    letter-spacing: .3px;
    position: relative;
    display:flex;
    align-items:center;
   
}
.header-top-left .top-header-links{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.header-top-left .top-header-links li a{
    color:#fff;
}
.header-top-right .top-link.list-inline{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.header-top-right .top-link.list-inline li a{
    text-transform:uppercase;
    position:relative;
    padding-right:15px;
    color:#fff;
    font-size:12px;
    position:relative;
  
}
.top-link.list-inline li:last-child a{
    padding-right:0;
}
.top-link.list-inline li:last-child a::before{
    display:none;
   
}



.header-top-right .top-link.list-inline li a::before{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:1px;
    background:rgba(0,0,0,.05);
    content:"";
    opacity:0.7;
}

.header-top-right .top-link.list-inline li a::after{
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease;

}

.header-top-right .top-link.list-inline li a:hover::after{
    width:calc(100% - 15px);
    left:0;
}

.header-top-right .top-link.list-inline li:last-child a:hover::after{
    width:100%;
    left:0;
}







.flexat .lista-stanga{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-left:15px;
}

.flexat .lista-dreapta{
    padding-right:15px;
}

.flexat .lista-stanga li{
    display:inline-block;
    padding:0 20px 0 0;
    font-size:13px;
}
.flexat .lista-dreapta li {
    display: inline-block;
    padding: 0 20px 0px 20px;
    font-size: 13px;
}

.flexat .lista-stanga li{
    text-transform:uppercase;
}

.flexat .lista-dreapta li:first-child::after{
    content:'';
    display:inline-block;
    width:1px;
    height:105px;
    background:#eee;
    position:absolute;
    top:0;
    display:none;
}
.flexat .lista-stanga li:hover > a{
    color:#d4af37;
}

.flexat .logo img{
    display: block;
    margin: 0 auto;
    max-width: 160px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.flexat .lista-dreapta{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
} 

.flexat .lista-dreapta ul{
    display: flex;
    align-items: stretch;
}

.flexat .lista-dreapta ul > li{
    display: flex;
    align-items: center;
}

.flexat .lista-dreapta ul li:last-child{
    padding-right:7px;
}

.flexat .lista-dreapta ul li:first-child a{
    color:#555;
    font-style:italic;
}

.flexat .lista-dreapta ul li i, .flexat .lista-dreapta ul li span{
    font-size:20px;
    color:#555;
}


.flexat .lista-dreapta ul li span.icon-basket{
    position: relative;
    top: 4px;
}

.container-header{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


.container-footer .footer-utile{
    text-align:Center;
}

.container-footer .footer-utile h4,
.container-footer .footer-contact h4,
.container-footer .footer-facebook h4 {
    text-transform:uppercase;
    font-weight:bold;
    position:relative;
    padding-bottom:10px;
    margin-bottom:20px;
    letter-spacing:1.5px;
}

.container-footer .footer-utile h4::before,
.container-footer .footer-contact h4::before,
.container-footer .footer-facebook h4::before{
    position:absolute;
    bottom:0;
    left:0;
    content:"";
    background:#fff;
    height:2px;
    width:30px;
    
}


.container-footer .footer-utile ul,
.container-footer .footer-contact ul,
.container-footer .footer-facebook ul{
    margin-top:30px;
}

.container-footer .footer-logo-social ul li{
    display:inline-block

}

#instagram{
    position:relative;
}

#cont-link-insta{
    width: 30%;
    max-height: 180px;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: calc(25% - 90px);
    text-align: Center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
}

#cont-link-insta i{
    margin-bottom:10px;
    font-size:26px;
}

#cont-link-insta span{
    color:#fff;
    font-size:18px;
        text-transform: uppercase;
    font-family: montserrat,sans-serif;
}

#cont-link-insta span::after{
    content:'';
    display:block;
    height:2px;
    margin:10px auto;
    width:80%;
    background:#e08bb5;
    
}

#cont-link-insta a{
    color: #e08bb5;
    font-size: 18px;
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    font-weight: 500;
    letter-spacing: .7px;
}

.container-footer .footer-logo-social ul{
    padding:0 20px;
    margin-top:40px;
}

.container-footer .footer-logo-social ul li a i{
    color:#333;
    font-size:26px;
    padding:0 12px 0 12px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
}

.container-footer .footer-logo-social ul li:hover a i{
    color:#d4af37;
}
.container-footer .footer-utile ul li{
    margin-bottom:7px;

}


.container-footer .footer-utile ul li a{
    color:#333;
    font-size: 18px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    
}

.container-footer .footer-utile ul li a:hover{
    color:#d4af37;
}

.container-footer .footer-contact ul li.messenger a{
    opacity:1;
}

.container-footer .footer-utile ul li:hover a{
    opacity:1;
}

.container-footer .footer-contact ul li{
    font-size:13px;
    color:#fff;
    opacity:.5;
}

.container-footer .footer-contact ul li a{
    color:#fff;
}

.container-footer .footer-contact > a{
     background:#0084ff;
     display:inline-block;
     padding:5px 10px;
     border-radius:5px;
     color:#fff;
     font-size:13px;
}

.container-footer .footer-contact > a img{
    max-width:20px;
    display:inline-block;
    margin-right:5px;
}

.fb-page{
    min-width:300px!Important;
    float:left;
}

/*Copyright*/

.container-copyright .copyright p {
    padding: 20px 0 20px;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.container-copyright .copyright p::before{
    position:absolute;
    top:0;
    height:1px;
    background:#fff;
    content:"";
    left:0;
    right:0;
}

.container-copyright .copyright a{
    color:#333;
}


/*Slider*/

.bg-slider-0-wrap,
.bg-slider-1-wrap,
.bg-slider-2-wrap{
    width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top left;
}

.bg-slider-0,
.bg-slider-2{
    position: absolute;
    top: 14%;
    left: 19%;
}

.bg-slider-0 a,
.bg-slider-1 a,
.bg-slider-2 a{
    color:#000;
   
}

.bg-slider-0 h2{
    font-size: 75px;
    width: 40%;
    line-height: 1.12;
    font-family: 'Lora', serif;
    position: relative;
    z-index: 2;
}

.bg-slider-0 h4{
    font-size: 250px;
    color: #fff;
    opacity: .4;
    margin-top: 0;
    font-family: 'Lora', serif;
    margin-left: -13px;
    position: absolute;
    z-index: 1;
    top: 1%;
    
}

.bg-slider-0 p{
    line-height:2;
    color:#555;

}

.bg-slider-0 a.comanda{
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    padding: 10px 30px;
    background:#000;
    font-size:13px;
    line-height: 1;
    
}

.bg-slider-0 a.comanda:hover{
    opacity:.8;
}

.bg-slider-1{
    position: absolute;
    top: 35%;
    left: 0;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 0 4%;
}


.bg-slider-1 h4 {
    font-size: 250px;
    opacity: .4;
    color: #fff;
    z-index: 0;
    position: absolute;
    margin: 0 auto;
    margin-top: 0;
    font-family: 'Lora', serif;
    top: -49%;
    width: 100%;
    text-align: center;
    z-index: 1;
    left: 0;
}

.bg-slider-1 h2{
    color: #fff;
    font-size: 113px;
    line-height: 22px;
    font-family: 'karla';
    font-weight: bold;
    display: inline-block;
    margin-top: 70px;
    position: relative;
    z-index: 2;
}

.comanda2-wrap {
    background: rgba(112, 201, 176, .8);
    padding: 50px 180px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}
.comanda2-wrap a{
    display:inline-block;
    position:relative;
    padding:5px 30px;
    border:1px solid #fff;
    color:#fff;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    
}

.comanda2-wrap a:hover{
    background:#fff;
    color:#000;
}

.comanda2-wrap a i{
    display:inline-block;
    margin-left:10px;
    
}

.owl-next i, 
.owl-prev i{
    display:inline-block;
    padding: 12px 25px;
    background:rgba(0,0,0,.2);
    border-radius:50%;
    color:#fff;
    margin:0!Important;
}



.bg-slider-2-wrap{
    position: absolute;
    top: 15%;
    left: 5%;
    max-width: 90%;
    height: auto;
    z-index: 2;
    text-align: center;
}

.bg-slider-2-wrap p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    letter-spacing:1px;
}

.bg-slider-2-wrap  a.comanda{
    display:inline-block;
    color:#fff;
    padding:5px 15px;
    background-color:rgba(0,0,0, .8);
    margin-top:50px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    text-transform: uppercase;
}

.bg-slider-2-wrap a.comanda:hover{
    background:#fff;
    color:#000;
}




/*-Ce gasesti in camara-*/
.ce-gasesti-wrap{
    margin-top:50px;
}
span.titlu.ce-gasesti{
    text-transform:uppercase;
}

.ce-gasesti-produse{
    margin-top:40px;
}

.ce-gasesti-stg{
    overflow:hidden;
    padding:0 0 0 15px;
    
}

.ce-gasesti-stg img {
    -webkit-transform:scale(1);
    transform:scale(1);
}
.ce-gasesti-stg:hover img{
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transform:scale(1.11);
    transform:scale(1.11);
}

.ce-gasesti-dr{
    padding:0 10px;
}


.overlay-ce-gasesti-stg{
    display:block;
    overflow:hidden;
    position:relative;
}

.produse-camara{
    overflow:hidden;
    padding:0;
    position:relative;
    margin-bottom:10px;
    width:100%;
}


.produse-camara .eticheta{
    position: absolute;
    bottom: 20px;
    left: 50%;
    box-shadow: 1px 1px 3px rgba(136,136,136,.19);
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding:15px 25px;
    text-align: center;
    font-family: Lora,'MS Sans Serif', Geneva, sans-serif;    
        line-height: 1.4;
    color: #000;
    font-size: 16px;
    text-transform: none;
    font-style: italic!important;
    letter-spacing: 1.5px;
    -webkit-transition: all
}

.ce-gasesti-stg .eticheta{
    position: absolute;
    bottom: 20px;
    left: 50%;
    box-shadow: 1px 1px 3px rgba(136,136,136,.19);
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding:15px 25px;
    text-align: center;
    font-family: Lora,'MS Sans Serif', Geneva, sans-serif;
        line-height: 1.4;
    color: #000;
    font-size: 16px;
    text-transform: none;
    font-style: italic!important;
    letter-spacing: 1.5px;
    -webkit-transition: all
}

.produse-camara .eticheta a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.produse-camara .eticheta a:hover{
    color:#ccc;
}

.pr-10{
    padding-right:10px;
}

.produse-camara img{
    -webkit-transform:scale(1);
    transform:scale(1);
    width:100%;
}

.produse-camara:hover img{
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transform:scale(1.11);
    transform:scale(1.11);

}


/*-Contact-*/

.contact-date-contact{
    margin-top:50px;
}

.contact-date-contact h2{
    text-align:center;
    position:relative;
    padding-bottom:15px;
    margin:0;
}

span.titlu{    
    font-size: 26px;
    text-align:center;
    display:block;
    position:relative;
}

span.titlu span.separator-titlu::before {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: 6px;
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color: #DCDCDC;
}
span.titlu span.separator-titlu::after{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color: #DCDCDC;
}

span.titlu span.separator-titlu span::before{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 1px;
    display: inline-block;
    background-color: #C1C1C1;
    transform: rotate(45deg);
}
span.titlu span.separator-titlu span::after{
    content: " ";
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -6px;
    width: 12px;
    height: 1px;
    display: inline-block;
    background-color: #C1C1C1;
    transform: rotate(-45deg);
}
.contact-telefon a{
    display:inline-block;
    padding:10px 25px;
    background:#ececec;
    color:#000;
    margin:20px 0;
}
.contact-telefon a:hover{
    display:inline-block;
    padding:10px 25px;
    background:#3E3E3E;
    color:#ececec;
}
address{
    margin-top:50px;
}
.contact-modalitati-contact{
    padding-left: 120px;
    margin-top: 60px;
    padding-bottom: 40px;
    padding-right: 15%;
}
.contact-facebook{
    padding-right:0;
    padding-left:0;
    text-align:left;
    margin-top:50px;
}

/*--Despre noi--*/

.heading{
    color:#ff0000;
}

.modcontent p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;
    margin:0 auto;
    margin-top:50px;
    width:65%;
}

.modcontent h5{
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-size:16px;
    font-style:normal;
    text-align:center;
    margin-top:20px;
}

.despre-desc-wrap{
    background-image:url();
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
   
}

 .despre-desc-wrap{
  background-image: url("../../../image/catalog/Camara%20Greceasca/grecia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  padding:50px 0;
}


.despre-desc{
    background:#fff;
    padding:50px 0;
    text-align:center;
    border:1px solid #d4af37;
}

.despre-desc .calitate i,
.despre-desc .prospetime i{
    display:inline-block;
    font-size:30px;
    color:#d4af37;
    margin-bottom:20px;
    
}

.despre-desc .calitate p,
.despre-desc .prospetime p{
    color:#333;
    line-height:1.7;
    
}



.despre-desc .calitate h2,
.despre-desc .prospetime h2{
    text-transform:uppercase;
    color:#333;
    
}
.despre-video{
    margin-top:50px;
    margin-bottom:50px;
}

.despre-video p{
    font-size:14px;
}

.despre-video p a{
    text-transform:uppercase;
    color:#d4af37;
}

.despre-produse{
    padding:0;
}

.despre-produse img{
    width:100%;
    height:auto;
}

.dp-cimg{
    align-items:center;
    justify-content:center;
}
.produse-linkuri-dn{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    display:inline-block;
    margin-bottom:10px;
    min-height: 100px;
}

.produse-linkuri-dn::after{
    display:block;
    content:"";
    padding-bottom:100%;
}

.despre-produse .overlay-produs{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0, .6);
    display:none;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
}

.despre-produse .overlay-produs a{
    display: inline-block;
    color: #fff;
    height: auto;
    position: relative;
    text-align: center;
}

.produse-linkuri-dn:hover .overlay-produs{
    opacity:1;
}

/*-Home-Cele Mai Cautate Produse-*/
.produse-cautate{
    margin-top:50px;
}
#carousel-featured .owl-wrapper-outer, #carousel-related-product .owl-wrapper-outer, #carousel-produsele-mele .owl-wrapper-outer{
    box-shadow:none;
}

.owl-wrapper-outer{
    border-radius:0px;
}

#carousel-featured, #carousel-related-product, #carousel-produsele-mele{
    margin-top:50px;
}

#carousel-featured .owl-pagination, #carousel-produsele-mele .owl-pagination{
    /*display:none;*/
}

.carousel-featured-produs{
    padding:0 15px;
}

.pr-5{
    padding-right:5px;
}

.pl-5{
    padding-left:5px;
}

#carousel-featured a:hover, #carousel-related-product a:hover{
    color:#000;
}


#carousel-featured i.icon-heart, #carousel-related-product i.icon-heart{
    position:absolute;
    top:10px;
    right:20px;
    display:none;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
  
}

#carousel-featured .icon-magnifier-add, #carousel-related-product .icon-magnifier-add, .container-produse-recomandate .icon-magnifier-add {
    position:absolute;
    top:40px!Important;
    right:20px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
}

#carousel-featured .carousel-featured-produs:hover i.icon-heart,
#carousel-featured .carousel-featured-produs:hover i.icon-magnifier-add,
#carousel-related-product .carousel-featured-produs:hover i.icon-heart,
#carousel-related-product .carousel-featured-produs:hover i.icon-magnifier-add
{
    display:block;
}

#meniu-categorii{
    background:#212121;
    text-align:center;
}

#meniu-categorii li{
    color:#fff;
    display: inline-block;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform:uppercase;
    font-size:16px;
    cursor:pointer;
    position:relative;
}

#meniu-categorii li.activ-cat::after{
        width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
}

#meniu-categorii li::after{
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease;
    right: 10px;
    bottom: 16px;
    width: -moz-calc(0% - 20px);
    width: -webkit-calc(0% - 20px);
    width: calc(0% - 20px);
}

#meniu-categorii li:hover::after{
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
}

.pagination .last-page, .pagination .first-page{
    display:none;
}

.pagination>li>a{
    border:1px solid transparent;
    border-bottom: 1px solid #B1B1B1;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease;
}

.box-pagination .pagination > li:hover a {
    border:1px solid #B1B1B1;
    background:#fff;
    color:#000;
}

.prev-page, .next-page{
    font-size: 30px;
    border: none;
    opacity: .8;
}

.ascuns{
    display:none;
}

/*--Home Produse--*/

.info-produs{
   color:#1B1919;
}

.info-produs h3{
    font-size:15px;
    margin-bottom:8px;
    margin-top: 8px;
    line-height: 1.2;
}

.info-produs h3 a{
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color:#252222;
    padding-bottom:0;
    padding-top:8px;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;;
}


/*--Home Newsletter--*/

.cont-nl-foot{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 30px;
}

.newsletter #newsletter-form h2{
    text-align: center;
    color: #333;
    font-size: 32px;
    margin-bottom: 40px;
    font-family: Playfair Display, serif;
    font-weight: 700;
}

.newsletter #newsletter-form{
    margin:0 auto;
}

.newsletter #newsletter-form input[type="text"]{
    display: block;
    background: transparent;
    border: 0px;
    width: calc(90% - 90px);
    margin: 0 auto;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    border-right: none;
    color:#fff;
}

#newsletter-form ::placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter-form :-ms-input-placeholder {
  color: #fff;
}

#newsletter-form ::-ms-input-placeholder {
  color: #fff;
}

.newsletter #newsletter-form .nl-sub{
    display: inline-block;
    margin: 0 auto 0;
    background: #d4af37;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #d4af37;
    padding: 12px 10px;
    font-size: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    cursor: pointer;
    width: 50%;
    font-family: montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.error{
    color:red;
    display: inline-block;
    width: 100%;
}

.success{
    color:green;
    display: inline-block;
    width: 100%;
}

.newsletter #newsletter-form .nl-sub:hover{
    background:#fff;    
    color:#000;
    border-color:#fff;
    text-decoration: none;
}

.container-cmcp-opt{
    height:25px;
    overflow:hidden;
}

.pret-cmcp, .cart-cmcp{
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
}
.cart-cmcp{
    font-weight:700;
    cursor:pointer;
}

.dute-cmcp{
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
}

.vino-cmcp{
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
}

/*--Home Produse--*/

#carousel-featured .owl-prev, #carousel-related-product .owl-prev{
    position:absolute;
    top:50%;
    margin-top:-15px;
    left:-30px;
}

#carousel-featured .owl-next, #carousel-related-product .owl-next{
    position:absolute;
    top:50%;
    margin-top:-15px;
    right:-30px;
}

#carousel-featured .owl-prev i,
#carousel-featured .owl-next i,
#carousel-related-product .owl-prev i,
#carousel-related-product .owl-next i
{
    color:#000;
    padding:0;
    font-size:50px;
    background:transparent;
}



.pret-cmcp-vechi{
    color:#ccc;
    text-decoration:line-through;
}
.pret-cmcp-nou{
    color:#d4af37;
    margin-left:5px;
}

/*--Testimoniale Home--*/
.testimoniale-slider-item{
    text-align:center;
}

.testimoniale-slider-item span.titlu{
    margin-bottom:50px;
    margin-top:50px;
    text-transform:uppercase;
}

.testimoniale-slider-item{
    text-align:center;
 
}


.item img.testimoniale-imagine{
    width:100px;
    border-radius:50%;
}



.item p.titlu{
    font-weight:700;
}

.overlay-instagram-postari a {
    display: block;
    width: 100%;
    height: 100%;
}

.instagram{
    margin-top:120px;  
    text-align: center;
}

.instagram .instagram-postari{
    padding:0;
    position:relative;
}
.instagram .instagram-postari .instagram-item{
    position:relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.instagram .instagram-postari .instagram-item::after{
    content:'';
    display:block;
    padding-bottom:100%;
}
.instagram .instagram-postari .instagram-item .overlay-instagram-postari{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    content: "";
    display:none;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
}

.instagram .instagram-postari .instagram-item:hover .overlay-instagram-postari{
    display:block;
}

.overlay-instagram-postari a i{
  color:#fff; 
  font-size:50px; 
  position:absolute;
    left: 40%;
  top:50%; 
  margin-top:-25px;
  transition:all .2s ease;
  -webkit-transition:all .8s ease;
  -moz-transition:all .8s ease;
    
}

.overlay-instagram-postari:hover a i{
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
}

#banner-testim{
    width:100%;
    
}

.banner-testimoniale .item-testim{
    text-align:center;
    padding:0 30px;
    display:block;
    float: left;
}

.banner-testimoniale .owl-wrapper-outer{
    box-shadow:none;
}

.banner-testimoniale .owl-prev i,
.banner-testimoniale .owl-next i{
    color:#000;
    padding:0;
    background:transparent;
    transition:all .2s ease;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
}

.banner-testimoniale:hover .owl-prev i{
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
    -moz-transform:translateX(-20px);
    
}

.banner-testimoniale:hover .owl-next i{
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
    -moz-transform:translateX(20px);
    
}

.banner-testimoniale .opinie{
    padding-top:20px;
}


/*--Livrare--*/
.livrare-wrap{
    padding-top:100px;
    padding-bottom:100px;
    margin-bottom:50px;
}
.livrare{
    padding:0;
    padding:30px  0;
    
    background:#fff;
}

.livrare-continut{
    color:#333;
}

.livrare-continut h1,
.livrare-continut h3{
    text-transform:uppercase;
    
}

.livrare-continut h1{
    font-size:28px;
}

.livrare-continut h4{
    font-size:20px;
}

.livrare-continut p{
    margin-bottom:20px;
    line-height:1.5;
    font-size:14px;
   
}

.livrare-continut ul{
    padding-left:50px;
}

.livrare-continut ul li{
    position:relative;
    line-height:1.5;
    font-size:14px;
}

.livrare-continut ul li span{
    text-transform:uppercase;
}

.livrare-continut ul li i{
    position:absolute;
    left:-25px;
    top:4px;
    bottom:0;
    color:#d4af37;
 
}

.fixed{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    z-index:1000;
   
}

/*--Blog coloana dreapta--*/

.modtitle span{
    position:relative;
        padding-bottom: 10px;

}

.modtitle span::before{
    position:absolute;
    bottom:0;
    height:2px;
    background:#ccc;
    left:0;
    width:30px;
    content:"";

}


.articole .modtitle, 
.instagram-blog .modtitle{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1B1919;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    position:relative;
    
}

.articole .modtitle::before,
.instagram-blog .modtitle:before{
    position:absolute;
    bottom:0;
    content:"";
    left:0;
    height:2px;
    width:30px;
    background:#ccc;
}
.articole .articol{
    padding-bottom:10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom:1px solid #ccc;
}

.articole .articol:last-child{
    border:none;
}




.articole .articol .articol-poza,
.articole .articol .articol-link{
    padding:0;
}


.articole .articol .articol-link h3{
    font-size:11px;
    text-transform:uppercase;
    color:#333;
    line-height:1.4;
    
}

.articole .articol .articol-link h3 a{
    color:#333;
    letter-spacing:.3;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
}

.articole .articol .articol-link h3 a:hover{
    color:#d4af37;
}

.articole .articol .articol-link h5{
    color:#ccc;
    margin-bottom:0;
}

.instagram-blog{
    display:inline-block;
    width:100%;
}

.instagram-blog .instagram-item-blog{
    padding:0;
    margin-bottom:5px;
    position:relative;
    padding-right:5px
}

.instagram-blog .instagram-item-blog .instagram-poza-blog{
    position:relative;
}

.instagram-blog .instagram-item-blog .instagram-poza-blog .overlay-instagram-poza-blog{
    position:absolute;
    top:0;
    left:0;
    content:"";
    background:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    display:none;
    
    
}

.instagram-blog .instagram-item-blog .instagram-poza-blog:hover .overlay-instagram-poza-blog{
    
    display:block;
    
    
}


.instagram-blog .instagram-item-blog .instagram-poza-blog .overlay-instagram-poza-blog a i{
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20%;
    transition:all .2s ease;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    
}



.instagram-blog .instagram-item-blog .instagram-poza-blog .overlay-instagram-poza-blog:hover a i{
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
    -moz-transform:translateX(20px);
}

#slideshow0 {
    margin-bottom:0;    
}

#slideshow0 .owl-wrapper-outer{
    border:none;
    box-shadow:none;
}

.blog-content .blog-content-imagine{
      overflow:hidden;
      position:relative;
}

.blog-content .blog-content-imagine img{
    width:100%;
    transition:all .8s ease;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
  
}
.blog-content .blog-content-imagine .overlay-blog-content-imagine{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0, .3);
    opacity:1
    transition:all .8s ease;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    
}

.blog-content:hover .blo-content-imagine .overlay-blog-content-imagine{
    opacity:1;
}

.blog-content .blog-content-continut h3, .article-title-page h1{
    font-size:24px;
    line-height:1.6;
    padding:10px 0 0 0;
    font-family: 'Merriweather', serif;
    font-style:italic;
    font-weight:300;
}

.blog-content .blog-content-continut h3::after{
    display: block;
    width: 60px;
    content: "";
    border-top: 1px solid #D18e00;
    margin: 20px auto 0 0;
}

.blog-content .blog-content-continut h3 a, .article-title-page h1{
    color:#333;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    
}

.blog-content .blog-content-continut h3:hover a{
    color:#000;
}
.blog-content .blog-content-continut ul{
    margin-bottom:15px;
}

.blog-content .blog-content-continut ul li{
    display:inline-block;
    font-size:14px;
    padding-right:5px;
    font-style:italic;
    position:relative;
    padding-right:5px;
}

.blog-content .blog-content-continut ul li::after{
    content: "/";
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 0 0 3px;
}

.blog-content .blog-content-continut ul li:last-child::after{
    content:"";
}

.blog-content .blog-content-continut ul li a:hover{
    color:#d4af37;
}

.blog-content .blog-content-continut ul li a.autor{
    color:#d4af37;
}

.blog-content .blog-content-continut ul li:hover a.autor{
    text-decoration:underline;
}

.blog-content .blog-content-continut p{
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 14px;
    word-break: break-all;
}

.blog-content .blog-content-continut > a{
    display:inline-block;
    text-transform:Uppercase;
    position:relative;
    width:100%;
    background-color: transparent;
    color: #000;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-content .blog-content-continut > a:hover{
    background:#d4af37;
    border-color:#d4af37;
    color:#fff;
}

#cont-search-header{
    position: fixed;
    bottom: 0;
    height: 0vh;
    z-index: 1000;
    background: rgba(0,0,0,.9);
    padding: 0 80px;
    width: 100%;
    overflow:hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity:0;
}

#cont-search-header.apari-search-head{
    height: 100vh;
    opacity:1;
}

#cont-search-header.apari-search-head-fix{
    height: calc(100vh - 75px);
    opacity: 1;
}

#search{
    width:100%;    
}

#search input{
    border: none;
    border-bottom: 2px solid rgba(255,255,255,.3);
    padding-left: 0;
    padding-right: 90px;
    padding-bottom: 0;
    padding-top: 0;
    font-family: Lora,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 68px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 120px;
    height: 122px;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}

#search .input-group-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
}
#search .input-group-btn button{
    background-color: transparent;
    border: none;
    padding: 0;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    font-size: 60px;
    line-height: 120px;
    color: rgba(255,255,255,.5);
}

#search .input-group-btn button span{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color:rgba(255,255,255,.5);
    padding-top: 30px;
    display: inline-block;
}

#search .input-group-btn button:hover span{
    color: rgba(255,255,255,1);
}

.vh-100{
    height: 100vh;
    overflow: hidden;
    padding-right: 17px;
}

#search-header{
    width:50px;
    cursor:pointer;
    position:relative;
}

#search-header::before{
    content: " ";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#search-header::after{
    content: " ";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#search-header.fal-x-head-search span{
    opacity:0;
}

#search-header.fal-x-head-search::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility:visible;
    opacity: 1;
}

#search-header.fal-x-head-search::after{
        -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility:visible;
    opacity: 1;
}

#inchide-search-head{
    position: relative;
    cursor: pointer;
    right: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 33px;
    padding-right: 50px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin: 30px auto;
    margin-right: 0;
    width: fit-content;
    right: 0;
}

#inchide-search-head::before{
    content: " ";
    width: 35px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out;
}

#inchide-search-head::after{
    content: " ";
    width: 35px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out;
}

#inchide-search-head:hover::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}

#inchide-search-head:hover::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}

.text-shopping-cart-header, .text-shopping-cart-header strong{
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    line-height: 30px;
}

.text-shopping-cart-header{
    position: relative;
    margin-left:5px;
}

.text-shopping-cart-header strong{
    position:relative;
    bottom:1px;
}

.shopcart-inner:hover, .shopcart-inner:focus{
    color:#000!Important;
}

#continut-cart-header{
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    z-index: 400;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    display: flex;
    justify-content: flex-end;
    overflow:hidden;
}

#continut-cart-header.arata-cart-header{
    width:100vw;
}

#continut-cart-header .shoppingcart-box{
    width: 340px;
    background: #fff; 
    position: relative;
    right: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#continut-cart-header.arata-cart-header .shoppingcart-box{
    right:0;
}

#inchide-cart-head{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 21px;
        vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#inchide-cart-head::before{
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

#inchide-cart-head::after{
        content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

#inchide-cart-head:hover::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}

#inchide-cart-head:hover::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}

.header-cart-home{
    margin-bottom: 20px;
    padding: 28px 20px;
    background-color: #000;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.hch-titlu{
    letter-spacing: .6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
}

.empty-cart-head{
    color: #747474;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 13px;
    text-align: left;
    padding-left: 75px;
    padding-top: 13px;
}

.shoppingcart-box li{
    width:100%;
}

.empty-cart-head::before{
    content: "\e04e";
    font-size: 50px;
    line-height: 50px;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    font-family: Simple-Line-Icons;
    position: absolute;
    color: #E8E8E8;
}

.empty-cart-head::after{
    content: "\f00d";
    font-size: 18px;
    line-height: 18px;
    left: 34px;
    top: 50%;
    margin-top: -9px;
    font-family: FontAwesome;
        position: absolute;
    color: #E8E8E8;
}
    
.cont-cart-head-gol{
    padding: 0 20px 20px 20px!Important;
}
    
.close-click-bg-head-cart{
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc(100vw - 340px);
}

#wl-h-total{
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    color: #fff;
    top: -5px;
    background: #d4af37;
    left: 14px;
}

.cont-wl-head{
    position:relative;
}

.cont-wl-head i::before{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cont-wl-head i:hover::before{
    content:'\f004';
}

.imagine-cart-head{
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.total-cart-head{
    display:inline-block;
    margin: 0;
}

.subtotal-cart-head{
    text-align: left;
        border-top: 1px solid rgba(124,124,124,.2);
    border-bottom: 1px solid rgba(124,124,124,.2);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}

.subtotal-cart-head span:first-child{
    font-weight:bold;    
        font-size: 18px;
    color: #1B1919;
    text-transform: uppercase;
}

.subtotal-cart-head span:last-child{
    float:right;   
    color: #d4af37!Important;
    font-family: Karla,Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-checkout{
    border-color: #d4af37;
    background-color: #d4af37;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-checkout:hover{
    opacity: .8;
    color: #fff;
    text-decoration: none;
    border-color: #d4af37;
    background-color: #d4af37;
}


#container-produse-categorie .icon-heart,  .carousel-featured-produs .icon-heart, .carousel-featured-produs .icon-magnifier-add{
    position: absolute;
    top: 40px;
    right: 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
    z-index:2;
}

#container-produse-categorie .icon-heart, .carousel-featured-produs .icon-heart{
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
    z-index:2;
}

#container-produse-categorie .carousel-featured-produs:hover .icon-heart, #container-produse-categorie .carousel-featured-produs:hover .icon-heart {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}

#container-produse-categorie .carousel-featured-produs{
    margin-bottom:40px;
}

#carousel-featured .carousel-featured-produs:hover .icon-magnifier-add, 
#carousel-featured .carousel-featured-produs:hover .icon-heart, .carousel-featured-produs:hover .icon-magnifier-add,
#carousel-related-product .carousel-featured-produs:hover .icon-magnifier-add, 
#carousel-related-product .carousel-featured-produs:hover .icon-heart, .carousel-featured-produs:hover .icon-magnifier-add,
.carousel-featured-produs:hover .icon-heart{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}

#container-buton-lm{
    justify-content: center;
    margin:20px 0;
}

#buton-load-more{
    cursor:pointer;
    border:1px solid transparent;
    border-bottom:1px solid #B1B1B1;
    font-size:18px;
    padding:10px 20px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease;
}

#buton-load-more:hover{
    border:1px solid #000;
}

.cont-breadcrumbs-produs{
    background:#F9F9F9;
}

.container-br-produs{
    width:95%;
}

.container-br-produs .breadcrumb{
    width:95%;
    padding-left:0;
}

.back-to-cat{
    display: inline-block;
    margin: 10px 0;
    float: left;
    font-size: 30px;
    margin-right: 25px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease;
    
}

.back-to-cat:hover {
    transform:scale(1.4,.9);   
}

.container-pag-produs-top{
    margin-top:40px;
    text-align:center;
}

.product-view .content-product-right .title-product h1{
        font-family: Lora,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 38px;
    margin-bottom: 10px;
        line-height: 1.4;
        color: #1B1919;
}

.product_page_price #price-old, .product_page_price #price-special {
    font-size: 28px;
    color:#d4af37;
    line-height: 1;
    font-weight:300;
  }

.short-desc-prod{
    font-family: Karla,Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size:14px;
    text-align:center;
    color:#4C4C4C;
    display:inline-block;
    width:100%;
}

.short-desc-prod p{
    margin:0;
}

.short-desc-prod strong{
    font-size:14px;
    color:#4C4C4C;
}

.slider-extra-produs-img{
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-extra-produs-img::after{
    display:block;
    content:'';
    padding-bottom:100%;
}

#thumb-slider .owl-wrapper-outer{
    border:none;
    box-shadow:none;
}

#thumb-slider {
    margin:5px 0 20px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control{
    color: #848484;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 38px;
    min-height: 40px;
    box-shadow:none!Important;
    outline:none!Important;
    transition: border-color .5s;
    border-radius:0px;
    font-size:14px;
    margin-right:20px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control:focus{
    outline: 0;
    border-color: rgba(0,0,0,.6);
    color: #848484;
    transition: border-color .4s;
}

.detail-action .cart{
    display:flex;
}

.box-info-product .detail-action .cart{
    display: inline-block;
    float: left;
}
.extra-info-pag-produs{
    border-top: none;
    display: inline-block;
    padding: 15px;
    background-color: #F9F9F9;
    margin-top: 15px;
    margin-bottom: 15px;
    width:100%;
}

.extra-info-pag-produs strong{
    font-size:14px;
    margin: 0 2px;
    line-height: 1.4;
    color: #4E4E4E;
}
.extra-info-pag-produs a{
    color: #4E4E4E;
    display: inline-block;
    font-weight: 400;
    margin: 0 2px;
    line-height: 1.4;
    font-size:14px;
}

.extra-info-pag-produs p{
    display:inline-block;
}

.social-share{
    text-align: left;
    display: flex;
    align-items: center;
}

.social-share a{
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 40px;
    height: 40px;
    background-color: #efefef;
    text-align: center;
    display:inline-block;
    margin:0 5px;
}

.social-share a:hover{
    opacity:.8;    
}

.social-share a.bg-fb{
    background-color: #365493;
}

.social-share a.bg-tw{
    background-color: #3CF;
}

.social-share a.bg-gplus{
    background-color: #d44132;
}

.social-share a.bg-mail{
    background-color: #F89A1E;
}

.social-share a.bg-pin{
    background-color: #CB2027;
}

.social-share a i{
    line-height: 40px;
    font-size: 18px;   
}

.product-bottom{
    background:#F9F9F9;
}

.nav-tabs{
    border:none;
    text-align:center;
}

.nav-tabs li{
    float:none;
    display:inline-block;
}

.related-products a, .related-products span{
    display:inline-block;
    width:100%;
}

.p-0{
    padding:0;
}

.related-name{
    font-weight: 400;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    margin-bottom: 0;
    color: #202020;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    letter-spacing: .3px;
    font-size:14px;
}

.related-name:hover{
    color:#000;
    text-decoration: underline;
}

.related-data, .related-sim{
    color:#4C4C4C;
    opacity:.6;
    letter-spacing: .3px;
    font-size:14px;
}

.heading-prod-titlu{
    font-size: 18px;
    font-weight: 700;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-style: normal;
        color: #1B1919;
    margin-bottom: 20px;
    line-height: 1.4;
}

.cont-if-sup{
    margin:0 auto;
    float:none;
}

.weight-val{
    float:right;
    line-height: 1.7;
    letter-spacing: .3px;
    font-size:14px;
    color:#4C4C4C;
}

.mt-20{
    margin-top:20px;
}

.mb-20{
    margin-bottom:20px;    
}

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

.cont-weight-pag-p{
    display: inline-block;
    width: 100%;
}

.add-com-desc{
    letter-spacing: .3px;
    font-size:12px;
    color:rgba(0,0,0,.5);
}

.container-add-comm-prod{
    border-left:1px solid #efefef;
    border-bottom:1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
}

#review{
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
}

.contacts-form{
    margin-top:20px;
}

.contacts-form .form-group{
    display:flex;
}

.contacts-form  .control-label{
    padding:0;
    margin-right:10px;
}

#button-review{
        background-color: transparent;
    border-color: #000;
    color: #000;
    border-width: 2px;
    padding-left: 35px;
    padding-right: 35px;
        display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
        line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#button-review:hover{
    background-color: #000!Important;
    border-color: #000;
    color: #fff!Important;
}

.flex-col{
    flex-flow:column;
}

.mb-5{
    margin-bottom:5px!Important;
}

.contacts-form textarea{
    height: 150px;
    background-color: #efefef;
    border:1px solid transparent;
    transition: border-color .4s;
    padding: 10px 15px;
    font-size:14px;
    color: #4C4C4C;
}

.contacts-form textarea:focus{
    background-color: #ECECEC;
    outline:none!Important;
    border:1px solid transparent; 
}

.contacts-form input{
    background-color: #efefef;
    border:1px solid transparent;
    transition: border-color .4s;
    padding: 10px 15px;
    font-size:14px;
    color: #4C4C4C;
}

.contacts-form input:focus, .contacts-form input:hover{
    background-color: #ECECEC;
    outline:none!Important;
    border:1px solid transparent; 
}

.cont-weight-pag-p strong{
    color:#1B1919;
}

.descriere-produs p, .descriere-produs p strong{
    font-size:14px;
    letter-spacing:.3px;
}

#tab-5 p img{
    margin-right:20px;
}

.slider-extra-produs-img:hover{
    opacity:.6;
}

.large-image .product-image-zoom:hover{
    cursor: url(../../../image/cursor-zoom.png),pointer;
}


#thumb-slider .owl-next i, #thumb-slider .owl-prev i{
    background:none;   
    color:#000;
}

#thumb-slider .owl-next{
    right:-35px;
    top:25%;
}

#thumb-slider .owl-prev{
    left:-35px;
    top:25%;
}

#carousel-related-product{
    background:none;
}

#carousel-related-product .owl-wrapper-outer{
    border:none;
}

.titlu-liniuta{
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 40px auto 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
}

.titlu-liniuta::before{
    background-color: #d4af37;
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    display: inline-block;
}

.cont-mare-pr-rel-pag-produs{
    margin-bottom:60px;
}

.tab-content p{
    line-height: 1.7;
    letter-spacing: .3px;
    font-family: Karla,Arial, Helvetica, sans-serif;
    color:#4C4C4C;
    font-size:14px;
}

.related-products{
    margin-top:40px;
}

.contact-titlu{
    text-align:left;
    text-align: left;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #1B1919;
    margin-bottom: 20px;
    line-height: 1.4;
}

.fb-page span{
    width:100%!Important;
}

.contact-map{
    margin-top:40px;
    background-color: #f7f7f7;
    padding: 5px;
}

.contact-date-contact-wrap{
    margin-bottom:40px;
    padding:0;
}

.contact-modalitati-contact{
    font-size:14px;
}

.cont-mod-html{
    border-top:1px solid rgb(235, 235, 235);
    padding-top:40px;
}

.cont-mod-html p{
    margin-top: 10px;
    font-size: 18px;
    width: 90%;
}

.breadcrumb-cont-color{
    text-align:center;
    background-color: #212121;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgba(168,168,168,.15);
    position: relative;
    margin-bottom: 40px;
}

.breadcrumb-cont-color .breadcrumb-title{
    color:#fff;
    font-size: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}

.breadcrumb-cont-color .breadcrumb li a,.breadcrumb-cont-color ul.breadcrumb li:last-child a{
    color:#fff;
}

.breadcrumb-cont-color .breadcrumb li a:hover{
    color:#fff;
    text-decoration:underline!Important;
}

.breadcrumb-cont-color ul.breadcrumb li:not(:last-child) a:after {
    content: '/';
    margin-left: 10px;
    margin-right:10px;
    display: inline-block;
}

.breadcrumb-cont-color ul.breadcrumb{
    margin:0;
}

.container-infomatii-desc, .container-infomatii-desc p, .container-infomatii-desc b{
    font-size:14px;
    color: #4C4C4C;    
    line-height: 1.5;
    font-family: Karla,Arial, Helvetica, sans-serif;
}

.flexat .logo img{
    transition:all .2s ease;    
    -webkit-transition:all .2s ease;    
    -moz-transition:all .2s ease;    
}

.fixed .flexat .logo img{
    max-height: 75px;
    width: auto;
    margin: 0;
}

.fixed .meniu-trigger-desktop .meniu-responsiv span{
    background:#fff;
}

.fixed .flexat .lista-dreapta li:first-child::after {
    height: 75px;
}

.fixed.header-middle{
    box-shadow: 0 1px 5px rgba(190,190,190,.5);
}

.img-thumbnail{
    border:none;
    padding:0;
    max-width:80px;
    margin-right:20px;
}

#cart-formular thead td{
    text-transform:uppercase;
    padding: 20px 0;
    vertical-align: middle;
}

#cart-formular tbody td{
    padding:20px 5px;
    vertical-align: middle;
}

#cart-formular .table {
    border-bottom: 1px solid #ddd;
}

.buton-cart-page-remove{
    position: relative;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: #000;
    cursor: pointer;
    padding-right: 16px;
    color: #2f2f2f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0;
    border-radius: 100%!Important;
}

.buton-cart-page-remove::before{
    right: 5px;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
    content: " ";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}


.buton-cart-page-remove::after{
    right: 5px;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
    content: " ";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.buton-cart-page-remove:hover::before{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}

.buton-cart-page-remove:hover::after{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}

.cantitate-pag-checkout{
    color: #848484;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 38px;
    min-height: 40px;
    box-shadow: none!Important;
    outline: none!Important;
    transition: border-color .5s;
    border-radius: 0px;
    font-size: 14px;
}

.cont-buton-qty-cart{
    max-width:100%;
    display: inline-block;
}

#cart-formular a:hover{
    color:#000;
    text-decoration:underline;
}

.btn-negru{
    display: block;
    margin: 0 auto;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 14px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.btn-negru:hover{
    opacity:.8;
}   

#input-coupon{
    height: 43px;
    margin-right: 10px;
    display: inline-block;
    width: auto;
}

.cont-cup-cart{
    display:inline-block;
    width:100%;
}

.buton-fin-cart{
    width:100%;
}

.heading-tot-cos{
    border:none!Important;
    margin-bottom:30px;
}

.heading-tot-cos strong{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    
}

.bg-alb-cos{
    background:#fff;
}

.tabel-total-cart{
    background-color: #f8f8f8;
    background-image: url(../../../image/checkout-border.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}

.cont-tabel-total-cart{
    padding:0;
}

.cont-tabel-total-cart tbody{
    display:inline-block;
    width:100%;
}

.cont-tabel-total-cart td{
    display:inline-block;
    width: 100%;
    border:none!Important;
}

.cont-tabel-total-cart tr{
    display:flex;
}

.cont-tabel-total-cart tr:nth-child(n+3) td{
    border-top:1px solid #ddd!Important;
}

.cont-tabel-total-cart tr:last-child td{
    border-top:none!Important;
    padding:0;
    margin-top:30px;
}


.bg-alb{
    background:#fff;
    padding: 0px 20px;
}

.bg-alb td{
    padding:20px 10px!Important;
}

.cont-cart-continua{
    display:flex;
    margin-bottom:20px;
}

.cont-total-cart-buttons{
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.uppercase{
    text-transform:uppercase;
}

#cont-wl-table .poza-wl-tabel img{
    width:80px;
}

#cont-wl-table tr td{
    vertical-align: middle;
    padding: 15px 10px;
}
.buton-wishlist-remove{
    margin-left:10px;
}

.error-page-404{
    color: #d4af37;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 115px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
    letter-spacing: 3px;
    font-size: 75px;
    font-weight: 700;
    position: relative;
}

.error-page-404:before{
    content: "404";
    top: 0;
    left: 50%;
    position: absolute;
    color: rgba(142,142,142,.15);
    font-size: 400px;
    line-height: 320px;
    font-weight: 700;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -sand-transform: translateX(-50%);
    
}

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

.text-error-pag-sub{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.article-date-category{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    text-align: center;
    color: #1B1919;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.2;
    font-weight:700;
}

.article-date-category span{
    padding-top: 4px;
    font-size: 24px;
    color: #1B1919;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight:400;
}

.category-produs-link{
    background-color: #d4af37;
    color: #fff;
    padding:5px 10px;
    z-index: 30;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:12px;
}

.category-produs-link a{
    color:#fff;
}

.blog-cat-maimult::before{
    display:none;
}

.blog-cat-maimult:hover{
    color: #6D6D6D;
}

.blog-listitem .blog-content{
    margin-bottom:100px;
}

.blog-content-imagine{
    position:relative;
    text-align:center;
}

.blog-content-imagine img{
    width:100%;    
}

.article-title-page h1{
    font-size: 28px;
    line-height: 1.6;
    padding: 10px 0 0 0;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    position:relative;
    margin: 0 0 60px;
}

.article-title-page h1::after{
    content: " ";
    display:block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 40px;
    border-top: 1px solid #d18e00;
}

.article-description, .article-description p, .article-description  strong{
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    font-size:16px;
    color: #000;
}

.article-description h4 strong{
    margin-top: 20px;
    letter-spacing: .5px;
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-style: normal;
    font-size: 22px;
    color: #1B1919;
    margin-bottom: 20px;
    line-height: 1.4;
}

blockquote{
    border-color: #d4af37;
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 30px;
    border-left: 2px solid #1aada3;
    color: #3a3a3a;
    quotes: none;
}

blockquote p{
    line-height: 1.8!Important;
    font-size: 17px!Important;
    color: #4C4C4C;
}

.article-description ul{
    padding-left: 40px;
    margin-bottom: 20px;
    list-style: none;
}

.article-description li{
    position: relative;
    line-height: 1.8;
    font-size:14px;
    color: #4C4C4C;
    display: inline-block;
}

.article-description ul li::before{
    content: "\f105";
    display:block;
    color: #1aada3;
    opacity: .7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
}

.related-products{
    padding-top:20px;
    margin-top:0;
    padding-bottom:20px;
    margin-bottom:20px;
}

.container-produse-recomandate{
    margin-bottom:20px;
    padding:0 0 20px;
    border-bottom:1px solid #ddd;
}

.titlu-auto-rel-blog{
    font-size: 20px!Important;
    line-height: 1.4!Important;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.blog-content-continut h5{
    margin-bottom:0;
}

.slider-relevante.owl-carousel .owl-wrapper-outer{
    border:none;
    padding:0;
    box-shadow:none;
}

.slider-relevante.owl-carousel .blog-content{
    padding:0 10px;
}

hr{
    width: 100%;
    display: inline-block;
}

.box-review .rating-box{
    position:relative;
    top:3px;
}

.cont-autocomplete-search{
    margin-top: 40px;
    display: inline-block;
    width:100%;
}

.container-search-produs-ajax{
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    min-height: 120px;
}

.container-search-imagine-ajax{
    padding: 0;
}

.container-search-info-ajax a,.container-search-info-ajax  .pret-cmcp-norm{
    color:#fff;
    font-weight:400;
}

.container-search-info-ajax strong{
    color:#fff;
    font-weight:700;
}

.container-search-pret-ajax{
    margin-top:15px;
    display:inline-block;
    width:100%;
}

.price #price-old-cut {
    line-height: 2.3;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #bbb;
    font-size: 16px;
    font-weight: 400; 
      
  }
#quickview-product-modal.in {  
    display: flex!Important;
    width: 100%;
    max-width: none;
}
  
#quickview-product-modal {
    max-width: 920px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

#quickview-product-modal .modal-body{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#quickview-product-modal .modal-content{
    border-radius:0px;
}

#quickview-product-modal .modal-dialog {
    width: 100%;
    max-width:920px;
    margin: 30px auto;
}

#quickview-product-modal .modal-qvpm-left{
    padding-left:0;
}

#quickview-product-modal .modal-qvpm-left a{
    width:100%;
    background:#222;
    color:#fff;
    opacity:.8;
    text-align:center;
    text-transform:uppercase;
    padding:10px 0;
    display:inline-block;
    width:100%;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease;
}

#quickview-product-modal .modal-qvpm-left a:hover{
    opacity:1;
}

#quickview-product-modal .qwp-modal-body{
    display: flex;
    width:100%;
    padding:0;
}

.close-modal-qvpm{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    z-index: 10;
}

.close-modal-qvpm:hover{
    opacity:1;
}

#product-quick-view-data{
    display: flex;
    justify-content: stretch;
}

.titlu-qvp-modal a{
    font-size: 32px;
    margin-bottom: 5px;
    font-family: Lora,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #1B1919;
    line-height: 1.4;
}

.titlu-qvp-modal a:hover{
    color: #d4af37;
}

#quickview-product-modal .modal-qvpm-right{ 
    padding-left: 0px;
    padding-right: 60px;
    padding-bottom: 25px;
    padding-top: 35px;
}

.rating-qvp-modal .ratings{
    text-align:left;
}


.rating-qvp-modal span.fa-stack {
    width: 12px;
    height: 12px;
    line-height: 9px;
    font-size: 11px;
}

.price-qvp-modal{
    text-align:left;
}

#cont-wl-table .price b{
    color:#d4af37;
}

#cont-wl-table .price s{
    color: #ccc;
    text-decoration: line-through;
}

.poza-articole-col-dr{
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.poza-articole-col-dr::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.articole .articol .articol-poza-col-dr{
    padding-right:10px;
}

.img-hov-sl{
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.img-hov-sl::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.owl-buttons div:hover > .img-hov-sl{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    left: 0;
}

#slideshow0 .owl-next, 
#slideshow0 .owl-prev{
    overflow:hidden;
    margin-top:-30px;
}

.lista-dreapta ul li a{
    position:relative;    
}

.lista-dreapta ul li#account-links-header  a::after{
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease;
}

.lista-dreapta ul li#account-links-header  a:hover::after{
    width: 100%;
    left: 0;
}

#account-links-header{
    border-right: 2px solid #f5f5f5;
}

.cont-wl-head{
    position: relative;
    top: 2px;
}

.lista-dreapta #cart.btn-shopping-cart{
    padding-left: 10px;
}

.shoppingcart-box{
    flex-flow:column;
}

.video-slider-home .html5-video-player .video-stream{
    width:100%!Important;
}

.container-slider-video{
    width:1900px;
    height:645px;
    display: inline-block;
   
}

.container-slider-video .overlay-video-slider{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.container-slider-video iframe{
        position: absolute;
    left: 0px;
    top: -43.898%;
    width: 100%;
    height: 187.796%;
}

.cont-weight-pag-p hr{
    margin-bottom:0;
}

.optiune-pag-produs-select{
    max-width: 260px;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 8px 15px;
    transition: border-color .5s;
}

.optiune-pag-produs-select:focus{
    outline: 0;
    border-color: rgba(0,0,0,.6);
    transition: border-color .4s;
}

.autor-pag-prod{
    font-family: Karla,'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
        color: #1B1919;
    margin-bottom: 20px;
    line-height: 1.4;
}

.pret-cmcp-norm{
    color: #949494;
}

.produse-special{
    background-color: #d4af37;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.produse-stoc-epuizat{
    background-color: #000;
    line-height: 1.3;
    padding: 10px 0;
    font-size: 12px;
    position: absolute;
    left: 5px;
    z-index: 5;
    color: #fff;
    border-radius: 50%;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    font-weight: 700;
    text-align: center;
}

.cont-imagini-produse-cat{
    position:relative;    
    display:inline-block;
    overflow:hidden;
}

.imagine-principala-produse{
    position:relative;
    z-index:2;
    opacity:1;
    -webkit-transition:all .7s ease;
    -moz-transition:all .7s ease;
    transition:all .7s ease;
}

.imagine-extra-produse{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.cont-imagini-produse-cat:hover > .imagine-principala-produse{
    opacity:0;
}

.link-cm-produse{
    color:#000!Important;
}

.buton-blog{
    background-color: #000;
    color: #fff;
    border-color: #000;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.buton-blog:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}

.descriere-articol-blog img{
    padding:10px;
}

.pr-20{
    padding-right:20px;
}

.cont-blog-next-prev{
        padding: 15px 10px;
    margin-bottom: 40px;
    background-color: #F7F7F7;
    display:flex;
    justify-content:space-between;
}

.cont-blog-next-prev a{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;  
    color: #202020;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.cont-blog-next-prev a i{
    font-size:11px;
    margin:0 5px;
}

.cont-blog-next-prev a:hover{
    color:#d4af37;
}

.text-shopping-cart-header-responsive{
    display:none;
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #F7F7F7;
    color: #7E7E7E;
    position: absolute;
    top: -2px;
    left: 19px;
}

.meniu-trigger-mobil.meniu-responsiv{
    display:none!Important;
}

.meniu-trigger-desktop .meniu-responsiv{
    display:inline-block;
    cursor:pointer;
    position:relative;
}

.meniu-trigger-desktop .meniu-responsiv span{
    background: #000;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: 2px;
    display:block;
    margin-bottom:10px;
}

.meniu-trigger-desktop .meniu-responsiv span:first-child{
    width: 15px;
}

.meniu-trigger-desktop .meniu-responsiv span:nth-child(2){
    width: 25px;
}

.meniu-trigger-desktop .meniu-responsiv span:last-child{
    width: 30px;
}

.meniu-trigger-desktop .meniu-responsiv:hover span{
    width:30px;
}

.cont-meniu-mare-flexat{
    align-items:center;
}

#search-head-resp{
    display:none;
}

.flexat .lista-stanga li.cont-resp-meniu{
    display:none;
}

.overlay-responsiv-meniu{
    display:none;
}

.produse-linkuri-ss a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
    color:#fff;
    text-transform:uppercase;
    min-height:130px;
}

.produse-linkuri-ss a h3{
    margin-bottom:0;
    line-height:1.5;
    font-size:16px;
    letter-spacing:.5px;
}

.produse-linkuri-ss a img{
    max-width: 60px;
    margin-right: 20px;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
}

.linkuri-ss-c1{
    background-color:#d4af37;
}

.linkuri-ss-c2{
    background-color:#6cc1a9;
}

.linkuri-ss-c3{
    background-color:#5aa892;
}

.bara-top2-mesaj{
    background-color: #F34D54;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height:1.3;
}

.bara-top2-mesaj .sectiune-messhead{
    margin:0 20px;
    font-family: montserrat,sans-serif;
    font-weight: 400;
    font-size:12px;
    letter-spacing: .07em;
}

.buton-banda-header{
    background: #B84A4D;
    color: #fff;
    padding: 7px 10px;
    margin-left:20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .07em;
    display:inline-block;
}

.buton-banda-header:hover{
    color:#B84A4D;
    background:#fff;
}

.telefon-header-bara-sus{
    padding-right:10px!Important;
}



.left-zero{
    left:0;
}

.imagine-search-ajax{
    width:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.imagine-search-ajax::before{
    content:'';
    display:block;
    padding-bottom:100%;
}

#meniu-dd-categorii{
    display:none;
}

iframe:not(.video-slider-home){
    max-width:100%;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus{
    background-color:#d4af37;
    border-color:#d4af37;
    box-shadow:none;
}

.bg-slider-2-wrap .font-video-home{
    font-family: 'Mammamia', sans-serif;
    font-size: 55px;
    line-height: 1.1;
}

#header.fixed .header-top.compact-hidden{
    display:none;
}

.rating-category span.fa-stack {
    width: 18px;
    height: 15px;
    line-height: 1;
    font-size: 15px;
}

.rating-category .rating-box{
    text-align:left;
}

.category-reviews{
    margin-left:10px;
}

.list-style{
    list-style-type: lower-greek;
    padding: 10px 30px;
}

#cont-video-dn{
    pointer-events: none;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe.video-despre-noi{
    max-width: unset;
    height: 300%;
}

#cont-mare-motto{
    padding:60px 0;   
    display:flex;
}

#cont-motto{
    text-align:center;
    color: #4C4C4C;
}

#cont-motto h2{
    font-family: 'aloja_lighregular', sans-serif;
    color: #333;
    margin: 10px 0;
    font-size: 22px;
    line-height: 1.5;
}

#cont-motto p{
    font-size:16px;
    line-height:1.2;
} 
    
.despre-produse,
#cont-poze-dp{   
    display: flex;
}
.despre-produse #instafeed{
    column-count:3;
    column-gap:10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
    
.despre-produse #instafeed h3{
    font-size:14px;
}    
    
.despre-produse #instafeed .produse-linkuri-dn:first-child{
    height: calc(65% - 10px);
}
.despre-produse #instafeed .produse-linkuri-dn:nth-child(2){
    height: calc(40% - 10px);
}   
.despre-produse #instafeed .produse-linkuri-dn:nth-child(3){
    height:calc(30% - 10px);
} 
.despre-produse #instafeed .produse-linkuri-dn:nth-child(4){ 
    height: calc(68% - 10px);
} 
.despre-produse #instafeed .produse-linkuri-dn:nth-child(5){ 
    height:calc(54% - 10px);
} 
.despre-produse #instafeed .produse-linkuri-dn:nth-child(6){ 
    height:calc(40% - 10px);
} 

#franghii{
    margin: 40px 0 0;
    border: 3px dashed #e08bb5;
    border-left: none;
    border-right: none;
}

#cont-iconuri-dn{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:60px 0;
}

.sageti-dn{
    max-width: 5%;
    margin: 0 5%;
}
    
.dn-icons{
    display:inline-block;
    max-width:23%;
}

.dn-icons span{
    display: block;
    margin-top: 20px;
    color:#e08bb5;
    font-weight: bold;
}

#cont-mare-mem-bg{
    padding: 15% 0;
    background-position: center center;
    background-size: cover;
    position:relative;
}

#cont-mare-mem-bg::after{
    content: '';
    display: block;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
}

#cont-mare-mem-bg h3{
    text-align:center;
    font-family:'aloja_lighregular', sans-serif;
    font-size:45px;
    color:#d4af37;
    margin-bottom:20px;
}

#cont-mare-mem-bg span{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

#cont-mare-mem-dn{
    position: relative;
    z-index: 1;
}

.prom-noas-dn h2{
    font-family: 'aloja_lighregular', sans-serif;
    font-size: 35px;
    margin-bottom: 40px;
    color: #d4af37;
}

.prom-noas-but-cont-dn{
    position:relative;
}

#semnat-dn{
    position: absolute;
    right: 2%;
    bottom: -7px;
    transform: rotate(10deg);
    font-family: 'horizonregular', sans-serif;
    font-size: 70px;
    line-height: .6;
}

.cont-info-reward{
    margin-bottom:10px;
}

.informatii-reward{
    list-style-type: disc;
    padding-left: 40px;
}

.cont-mare-drahme{
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-top: 10px;
}

.informatii-drahme{
    float: right;
    border: 1px solid #ed8553;
    background:#ed8553;
    font-size: 18px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#fff;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    margin:10px 0;
}

.informatii-drahme:hover{
    background:#fff;
    color:#ed8553;
}

video.video-despre-noi{
    width: 100%;
    margin-bottom: 220px;
}

video.video-portofoliu{
    margin-bottom: auto;
    margin-top: -15vh;
}

#cont-pdg h2{
        font-family: 'aloja_lighregular', sans-serif;
    color: #333;
    margin: 10px 0;
    font-size: 22px;
    line-height: 1.5;
}

.titlu-uite-cum-fct{
    margin:20px auto;
    font-size:25px;
    color: #d4af37;
    font-weight: bold;
    text-align:center;
}

#cont-mare-but-ag{
    text-align:center;
    padding-top:40px;
    padding-bottom:40px;
}

.but-ag a{
    border:2px solid #d4af37;
    padding:20px 30px;
    color: #fff;
    font-size:18px;
    font-weight:bold;
    display: inline-block;
    -moz-transition:all .2s ease;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    background:#d4af37;
}

.but-ag a:hover{
    color:#d4af37;
    background:transparent;
}

#cont-mare-mem-bg.cont-m-ag-bt{
    padding:8% 0;
}

.mh-50vh{
    min-height:50vh;
}

.header-bv-aff{
    width:100%;
}

.header-fn-page{
    width: 100%;
    margin-top: -10%;
}

#cont-mare-mem-bg.cont-info-aff-bv{
    padding:8% 0;
}

#cont-mare-mem-bg.cont-info-aff-bv a{
    border: none;
    background: none;
    padding: 0;
    display: inline;
}

.cont-af-bv a{
    color:#d4af37;
}

.scris-de-mana{
    font-family: 'horizonregular', sans-serif;
    font-size: 85px;
    line-height: .6;
    text-align: center;
}

#cont-mare-motto.pt-20{
    padding-top:20px;
}

.acc-bv-aff{
    text-align:Center;
    margin-bottom:20px;
}

.tut-aff{
    margin:30px 0;
    width:100%;
    border:1px solid #ed8553;
}

.text-aff-1{
    width:calc(100% - 300px);
    float: left;
}

.img-aff1{
    margin-left:10px;
    margin-bottom:10px;
}

.footer-facebook{
    overflow:hidden;
}

.toggle-meniu-responsive{
    display:none;
}

.cont-poza-agora img{
    max-width:40%;
}

.article-images-aditionale{
    margin-top: 20px;
}

.bucata-galerie-add{
    width: 46%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #cfcfcf;
    margin: 0 1%;
    margin-bottom: 2%;
}

.bucata-galerie-add::after{
    content:'';
    display:block;
    padding-bottom:60%;
}

#cont-poza-prez{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.container-poza-prez{
    min-height: 670px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.text-home-prez{
    margin-bottom: 30px;
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    padding-right: 50%;
}

.cont-but-prez{
    border:1px solid #d4af37;
    position:relative;
}

.cont-but-prez a{
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 30px;
    display: inline-block;
    transition:all .3s ease;
    float: left;
}

.cont-but-prez a i{
    margin-right:5px;
    font-size:18px;
}

.cont-but-prez a:hover{
    background:#d4af37;
    color:#fff;
}

.cont-but-prez .text-sau-prez{
    border: 1px solid #d4af37;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    position: absolute;
    left: -3%;
    right: 0;
    margin: 0 auto 0 auto;
    align-items: center;
    justify-content: center;
    top: calc(50% - 20px);
    bottom: 0;
    background-color: #edf0f6;
    z-index: 1;
}

.cont-but-prez a:first-child{
    border-right:1px solid #d4af37;
}

#modal-home-prez.in{
    display:flex!Important;
    align-items:center;
    justify-content: center;
}

#modal-home-prez .modal-dialog{
    margin-bottom:60px;   
}

#modal-home-prez .modal-content{
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    border: none;
}

#modal-home-prez .modal-header{
    border:none;
}

#modal-home-prez .modal-body{
    padding:0;
}

#modal-home-prez .close{
    color: #fff;
    top: 0;
    right: 0;
    font-size: 30px;
}

#modal-home-prez iframe{
    width: 100%;
    height: 50vh;
}

#meniu-principal{
    width: 270px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background-color: #0C0C0C;
    z-index: 500;
    transform: translate3d(-270px,0,0);
    -webkit-transform: translate3d(-270px,0,0);
    -ms-transform: translate3d(-270px,0,0);
    -sand-transform: translate3d(-270px,0,0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    padding:0;
    padding-left: 40px;
}

#meniu-principal.arata-resp{
    display:block;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -sand-transform: translate3d(0,0,0);
}

.overlay-responsiv-meniu{
    width: calc(100% - 270px);
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    height: 100%;
    z-index: 1000;
}

.overlay-responsiv-meniu.arata-resp{
    display:block;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -sand-transform: translate3d(0,0,0);
}

.lista-stanga #search-head-resp{
    display:block;
    border-bottom: 2px solid rgba(92,92,92,.43);
    padding:10px!Important;
    height:auto;
}

.lista-stanga #search input{
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(208,208,208,.09);
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #fff;
    transition: border-color .5s;
    line-height: 18px;
    width:100%;
    height:auto;
}

.lista-stanga #search .input-group-btn button{
    border: none;
    background-color: transparent;
    padding: 0;
    width: 50px;
    font-size:20px;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border:none;
}

.lista-stanga #search .input-group-btn button span{
    padding-top:15px;
}

.lista-stanga #search .input-group-btn{
    width:50px;
}

#meniu-principal li{
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#meniu-principal li a{
    display: block;
    font-size: 13px;
    line-height: 26px;
    overflow-x: hidden;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Merriweather', serif;
}

#meniu-principal li a:focus, #meniu-principal li a:hover, #meniu-principal li a:active{
    opacity:.8;
    text-decoration:underline;
    color:#fff;
}

#search-head-resp .cont-autocomplete-search{
    display:none;
}

header .dropdown-menu{
    position: Relative;
    background: transparent;
    width: 100%;
    display: none;
    top: 0;
}

header .dropdown-menu.deschis{
    display: inline-block;
    padding-left: 20px;
}

.dropdown{
    position:relative;
}

.toggle-meniu-responsive{
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #444;
    z-index: 1000;
    top: 0;
}

.telefon-header-bara-sus{
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.telefon-header-mobile-afis{
    display:none;
}

.text-playfair{
    font-family: Playfair Display, serif;
    font-weight: 700;
    color:#333;
    letter-spacing:.3px;
}

.bucata-blog-home{
    text-align:center;
}

.bucata-blog-home .imagine-blog-home{
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.bucata-blog-home .imagine-blog-home::after{
    content: '';
    display: block;
    padding-bottom: 60%;
}

.bucata-blog-home .article-author{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    min-height: 42px;
}

.bucata-blog-home .description{
    color:#8b8b8b;
}

/******************************************************************************************************************************/

.logo-cont-header{
    text-align:right;
}

.logo-cont-header a{
    display:inline-block;
}


.logo-cont-header a.logo-sticky{
    display:none;
}

.fixed .logo-cont-header a.logo-header{
    display:none;
}

.fixed .logo-cont-header a.logo-sticky{
    display:inline-block;
}

#meniu-stanga{
    position: fixed;
    left: -50px;
    top: 164px;
    height: calc(100vh - 165px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#meniu-stanga.ascuns{
    left: -300px;
}

#meniu-stanga li{
    transform: rotate(-90deg);
    padding: 70px 12px 30px;
    margin: 0 0 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 140px;
    text-align: center;
}

#meniu-stanga li:hover{
    background-color:#d4af37;
}

#meniu-stanga li a{ 
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-transform:uppercase;
    color:#d4af37;
    letter-spacing:1.5px;
}

#meniu-stanga li:hover a{ 
    color:#fff;
}

#header{
    position: Absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

#header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #d4af37;
}

.fixed .meniu-responsiv{
    margin-top:12px;    
}

.home-video{
    height: 100vh;
    width: auto;
    left: -50%;
    position: relative;
    z-index: 1;
}

#cont-home1{
    overflow:hidden;
}

.home-text-1{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    mix-blend-mode: screen;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
    background: #fff;
    line-height: 1.2;
    padding-left: 60px;
}

#play-hover {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 140px;
    height: 140px;
    z-index: 1;
}

#play-hover span{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    font-size: 42px;
    font-weight: 700;
}

#play-hover:hover{
    cursor: none;
}

#play-hover.open span {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.padding-lr{
    padding: 0 10%;
}

#cont-home2{
    position:relative;
}

.sticky-h2-cont{
    position: sticky; 
    top: 0px;
}

.cont-mare-home2-text{
    width: 50%;
    display: inline-block;
    float: left;
    height: 100vh;
}

.cont-home2-text{
    position: absolute;
    top: 0;
    width: 80%;
    padding: 5%;
    left: 0;
    right: 0;
    margin: 20% auto 0;
}

.cont-home2-text h2{
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 42px;
    font-weight: 400;
    font-family: 'Merriweather', serif;
}

.cont-home2-text .paragraphs{
    font-family: 'Merriweather', serif;
    font-size: 21px;
    line-height: 1.6;
}

#cont-home3{
    background: #fff;

    position: relative;
}

.cont-row-home3{
    padding-top: 15%;
}

.img-home3{
    width: 51.1%;
}

#text-home3{
    width: calc(50% - 30px);
    position: absolute;
    top: 0;
    right: 15px;
    padding: 15% 8vw 15% 7vw;
    background-color: #272831;
    color: #fff;
    z-index: 1;
}

#text-home3 h3{
    font-family: 'Merriweather', serif;
    font-size: 58px;
    line-height: 60px;
    font-weight: 400;
}

#text-home3 .home3-desc{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 36px;
    padding-top: 20px;
}

.cont-img-home3{
    position:Relative;    
}

.button-view-gall{
    position: absolute;
    bottom: 17%;
    right: 17%;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 100px;
    color: #272831;
    background-color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    border: 1px solid #373831;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.button-view-gall i{
    width:0px;
    overflow: hidden;
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-left: 0px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.button-view-gall:hover{
    border-color:#d4af37;
}

.button-view-gall:hover i{
    width:10px;
    margin-left: 15px;
}

#cont-home4{
    padding-top: 200px;
    padding-bottom: 350px;
}

.cont-mare-home4-text {
    padding-left: 9%;
    padding-right: 8%;
}

.title-home4{
    font-family: 'Merriweather', serif;
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
    color:#272831;
}

.subtitle-home4{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 35px;
    padding-top: 30px;
    font-weight: 400;
}

.text-home4{
    font-family: 'Merriweather', serif;
    font-size: 17px;
    line-height: 30px;
    padding-top: 30px;
}

.link-home-4{
    font-family: 'Merriweather', serif;
    margin-top: 100px;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.link-home-4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #272831;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.link-home-4:hover{
    color:#000;
}

.link-home-4:hover:after {
    width: 100%;
}

.dr-home4-cont{
    font-family: 'Merriweather', serif;
    width: 50%;
    display: inline-block;
    margin: 0;
    float: left;
}

.text-dr-home4{
    height: 171px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    z-index: 1;
    padding: 0px 45px;
}

.box-dr-home4{
    background-color: #272831;
    border-color: #272831;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-dr2-home4{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    width: 100%;
}

.box-dr-home4::after,
.box-dr2-home4::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

#cont-home5{
    
}

.cont-img-home5{
    width: 50%;
    display: inline-block;
    text-align: right;
    float: left;
}

.img-home5{
    position: relative;
    z-index: 2;
}

#text-home5{
    width: 49%;
    display: inline-block;
    padding: 0 10%;
    position: relative;
    float: left;
}

.home-5-quote{
    max-width:50px;
    position:relative;
    top:-40px;
}

.home5-desc{
    padding-top: 43px;
    font-size: 18px;
    line-height: 36px;
}

.align-right{
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.cont-row-home6{
    padding: 432px 0;
    background-color: #272831;
    position: relative;
    z-index: 1;
    top: -250px;
}

.home6-padd{
    max-width: 60%;
    margin-left: 10%;
    color: #fff;
    margin-bottom: 60px;
}


.home-6-quote{
    max-width:35px;
    position:relative;
    margin-top:10px;
}

#slideshow-home1{
    background:transparent;   
    border:none;
}

#slideshow-home1.owl-carousel .owl-wrapper-outer{
    border: none;
    box-shadow: none;
}

.sl-item-gol{
    min-width:33%;
}

.sl-item-gol::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.sl-item{
    padding:0 5px;
}

.sl-item img{
    width:100%;
}

.cont-slider-home5{
    position: absolute;

}

#slideshow-home1 .owl-next,
#slideshow-home1 .owl-prev{
    opacity:1;
}

#slideshow-home1 .owl-prev{
    top: auto;
    left: auto;
    right: 4px;
    bottom: -35px;
}

#slideshow-home1 .owl-prev i{
    opacity: 1;
    background: #fff;
    text-shadow: none;
    border-radius: 0px;
    font-size: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#c2c2c2;
}

#slideshow-home1 .owl-next{
    top: auto;
    left: auto;
    right: -66px;
    bottom: -35px;
}

#slideshow-home1 .owl-next i{
    opacity: 1;
    background: #272831;
    text-shadow: none;
    border-radius: 0px;
    font-size: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#text-home7{
    background: #fff;
    color: #000;
    width: calc(53% - 30px);
    position: absolute;
    top: 0;
    right: 15px;
    padding: 7% 180px 8% 120px;
    z-index: 50;
}

.cont-img-home7{
    position:relative;
}

.img-home7{
}

.img-home7-2{
    position: absolute;
    left: 0;
    top: 23%;
    z-index: 10;
}

.cont-row-home7 {
    padding-top: 30%;
}

.title-home7{
    font-family: 'Merriweather', serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom:30px;
    color:#272831;
}

.subtitle-home7{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
}

.home7-desc{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 20px;
    margin-bottom:40px;
}

.link-home7{
    font-family: 'Merriweather', serif;
    margin-top: 100px;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.link-home7::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #272831;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.link-home7:hover::after{
    width: 100%;
}

.link-home7:hover{
    color:#000;
}

#cont-home8 {
    padding: 200px 0;
}

.cont-row-home8{
    text-align:Center;
}

.title-home8{
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    font-family: 'Merriweather', serif;
    margin-bottom:40px;
}

.subtitle-home8{
    font-size: 26px;
    font-family: 'Merriweather', serif;
}

.container-footer-wrap{
    background-color: #272831;
    padding: 80px 10%;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-buc1 img{
    max-width: 140px;
    margin-bottom: 100px;
}

#copywrite-footer{
    font-size: 11px;
    line-height: 18px;
    color: #c2c2c2;
}

#copywrite-footer a {
    color:#fff;
}

.buc-footer-flex{
    display: flex;
    justify-content: space-between;
}

.footer-title{
    font-size: 18px;
    color: #fff;
    font-family: 'Merriweather', serif;
    margin-bottom:20px;
}

.footer-buc a{
    color:#9b9b9b;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.footer-buc a:hover{
    color:#fff;
}

.footer-buc ul li{
    margin-bottom:3px;
}

.sociale-footer li{
    display: inline-block;
    font-size: 20px;
    margin: 0 15px 0 0;
}

.contact-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-footer li:first-child{
    margin-right:45px;
}

.mt-50{
    margin-top:50px;
}

#content{
    margin-bottom: 430px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 164px;
    padding-left: 105px;
    min-height: calc(100vh - 164px);
}

#content.home-content{
    margin-top:0;    
    padding-left:0px;
}

#content.content-blog,
#content.content-blog-pagina{
    margin-bottom:0;
}

#meniu-principal li#close-menu{
    color: #fff;
    text-align: left;
    padding: 40px 0 0px;
    margin-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}

#logo-meniu{
    margin: 15px 0;
}

#logo-meniu img{
    max-width:80px;
}

.sociale-meniu{
    margin-top:20px;
}

#meniu-principal .sociale-meniu li{
    display: inline-block;
    margin: 0 10px 0 0;
    width: auto;
}

#header-portofoliu{
    width: 100%;
    height: 100px;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
}

.menu-portofoliu{
    margin-top: 20px;
    margin-bottom: 15px;
}

.menu-portofoliu li{
    display:inline-block;
    margin-right:15px;
    color: #272831;
    border-bottom:2px solid transparent;
    cursor:pointer;
    padding-bottom:6px;
    font-size:14px;
}

.menu-portofoliu li:hover{
    border-bottom: 2px solid #807d7d;
}

.bucata-cat-port{
    margin-bottom:40px;
}

.img-cat-port{
    position:relative;
}

.overlay-cat-port{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(133,113,82, .6);
    opacity:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.img-cat-port:hover .overlay-cat-port{
    opacity:1;
}

.overlay-cat-port a{
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    text-transform: capitalize;
    font-size: 18px;
}

.titlu-cat-port{
    margin: 15px 0 8px;
    font-size:24px;
    color: #000;
    display:block;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.titlu-cat-port:hover{
    color: #d4af37;
}

.subtitlu-cat-port{
    color: #000;
    text-transform: uppercase;
    font-size:12px;
}

.cont-portofoliu-pag{
    text-align:center;
    margin-bottom: 75px;
}

.titlu-pagina-portofoliu{
    margin-bottom: 40px;
    margin-top:20px;
    color: #000;
    font-size:34px;
    font-family: 'Merriweather', serif;
}

.descriere-pagina-portofoliu{
    width: 48%;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.cont-portofoliu-buc,
.cont-portofoliu-buc-2{
    margin-bottom:4%;
}

.cont-portofoliu-buc img{
    width:100%;
    height:auto;
}

.cont-portofoliu-buc-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-portofoliu-buc-2 img{
    width:48%;
}

.port-show-more{
    border-bottom: 2px solid transparent;
    color: #000;
    font-size:19px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.port-show-more:hover{
    color:#000;
    border-bottom: 2px solid #807d7d;
}

.rand-servicii{
    margin-bottom:60px;
}

.cont-mare-serv-list{
    margin-top:100px;
}

.titlu-serv{
    color: #d4af37;
    margin-top: 3%;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 1.2;
    text-transform: capitalize;
}

.text-serv{
    color: #7e7c7c;
    font-size:18px;
    line-height:1.5;
}

.link-serv{
    margin-top:40px;
    color: #857152;
    display:inline-block;
    font-size:18px;
    border-bottom:2px solid transparent;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.link-serv:hover{
    color: #857152;
    border-color:#807d7d;
}

.cont-harta-contact iframe{
    width: 100%;
    height: 100%;
}

.rand-contact{
    display: flex;
    align-items: stretch;
}

.contact-subtitlu{
    color: #212121;
    font-size: 14px;
    font-style: italic;
    margin-bottom:5px;
}

.contact-titlu{
    color: #212121;
    margin: 0 0 60px;
    font-weight: 300;
    font-size:45px;
    font-family: 'Merriweather', serif;
    font-style:italic;
    position:relative;
}

.contact-titlu::after {
    content: " ";
    position: absolute;
    display:block;
    left: 0;
    bottom: -30px;
    width: 40px;
    border-top: 1px solid #d18e00;
}

.contact-modalitati-contact span{
    display:block;
    font-size: 16px;
    margin-bottom:15px;
}

.text-address-contact{
    display:flex!Important;
    align-items:center;
    justify-content:flex-end;
}

#formular-contact span{
    display:inline-block;
}

.blog-cat-row{
    height: calc(100vh - 165px);
    overflow: hidden;
    display: flex;
}

#cont-articole{
    padding-left: 40px;
    overflow: hidden;
    overflow-Y: scroll;
    padding-right: 20px;
}

#cont-articole::-webkit-scrollbar {
  width: 0px;
}

.m-0{
    margin:0;
}

.blog-cat-cont-art{
    column-count:2;
}

.blog-cat-cont-art .blog-content{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px;
}

.data-articol-cat{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top:10px;
    display:block;
}

.blog-page-cont-art{
    padding-left: 40px;
    overflow: hidden;
    overflow-Y: scroll;
    padding-right: 20px;
}

.blog-page-cont-art::-webkit-scrollbar {
  width: 0px;
}

.poza-pag-blog{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.blog-content-continut h5{
    font-size: 24px;
    line-height: 1.6;
    padding: 10px 0 0 0;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    position:relative;
    margin-bottom:20px;
}

.blog-content-continut h5::after{
    display: block;
    width: 60px;
    content: "";
    border-top: 1px solid #D18e00;
    margin: 10px auto 0 0;
}


#sageata-indice-home1{
    position: absolute;
    bottom: 30px;
}

#sageata-indice-home1 i {
    font-size: 60px;
}

.container {
    max-width: 100%;
    overflow: hidden;
}

.newsletter-wrap{
    margin-left:20px;
}

.copy-footer-resp{
    display:none;
}

.poza-pag-blog-resp{
    display:none;
}

.imagine-header-portofoliu{
    width: 100%;
    height: auto;
}

.imagine-home2-nou img{
    max-width:100%;
}

#cont-home2-poze{
    margin:60px 0 60px -15px;
}

.cont-desc-servicii{
    text-align: center;
    margin-bottom: 60px;
}

.titlu-desc-serv{
    font-size: 28px;
    margin-bottom: 30px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    font-weight: 400;
    color: #d4af37;
}

.continut-desc-serv{
    font-size: 18px;
    line-height: 1.5;
}

#home-text2{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.buton-texthome2{
    background-color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    border: 1px solid #373831;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #272831;
    display: inline-block;
    padding: 6px 20px;
    margin-top: 40px;
}

.buton-texthome2:hover{
    border-color: #d4af37;
}

.titlu-serviciu-pag{
    color: #212121;
    margin: 0 0 60px;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    position: relative;
}

.titlu-serviciu-pag::after {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    bottom: -30px;
    width: 40px;
    border-top: 1px solid #d18e00;
}

.container-serviciu-desc{
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #000;
}

.serviciu-poze-cont{
    margin-top:20px;
    margin-bottom:20px;
}

.bucata-serv-img{
    margin-bottom:30px;   
}

.serviciu-poze-cont{
    margin-left:-15px;
    margin-right:-15px;
}

.iframe-outpage{
    width: 100%;
    border: none;
    height: auto;
}

.content-iframe{
    display:flex;
}

.scroll-ascuns::-webkit-scrollbar {
  display:none;
  width:0px;
}

.masonry-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top:60px;
    margin-bottom:20px;
}

.masonry-list>* {
    overflow: visible;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
}

.testimonials-list{
    padding: 0 15px;
}

.testimonials-list .blockquote {
    margin: 0;
    padding: 100px 1rem;
    line-height: 1.4;
    letter-spacing: -.025em;
    color: #444;
    quotes: "“" "”";
    border-left:none;
}

.testimonials-list .blockquote-bubble {
    padding: 0;
    margin: 1rem auto;
    display: inline-block;
}

.testimonials-list .blockquote p:first-child::before {
    content: '“';
    position: absolute;
    font-size: 36px;
    color: #ea4c89;
    font-weight: 600;
    left: -0.8em;
    top: -0.4em;
    line-height: 1;
}

.testimonials-list .blockquote-bubble .blockquote-content::before {
    color: rgba(0,0,0,0.15);
    font-size: 3em;
    left: 0.25em;
    top: 0.25em;
}

.blockquote-bubble.emphasized .blockquote-content:before {
    color: #ea4c89;
}

.blockquote-bubble {
    padding: 0;
    margin: 1rem auto;
    display: inline-block;
}

.testimonials-list .blockquote.emphasized {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
        margin: 0 0 1rem 0;
}

.blockquote-bubble .blockquote-content {
    border-radius: 0.5rem;
    background-color: #F3F4F4;
    padding: 2em;
    margin: 0 0 1rem 0;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    position: relative;
}

.blockquote-bubble.emphasized .blockquote-content {
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.1);
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.1);
    z-index: 1;
}

.blockquote-bubble .blockquote-content .blockquote-media>* {
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blockquote-bubble .blockquote-content .blockquote-media {
    margin: -2em -2em 2em -2em;
    border-radius: 0.5rem 0.5rem 0 0;
}

.testimonials-list .blockquote p {
    position: relative;
    line-height: 1.4;
}

.testimonials-list .h3.blockquote-content{
    font-size:22px!Important;
    line-height:1.4!Important;
}

.blockquote-bubble .blockquote-content::after {
    content: '';
    background-color: inherit;
    -webkit-mask: url('../../images/blockquote-beak.svg') center top/contain no-repeat;
    mask: url('../../images/blockquote-beak.svg') center top/contain no-repeat;
    position: absolute;
    width: 4rem;
    height: 1rem;
    bottom: -1rem;
    left: 2rem;
}

.blockquote cite {
    display: block;
    font-style: normal;
    letter-spacing: 0;
    margin-top: 20px;
}

.blockquote-bubble .blockquote-cite {
    padding: 0.5rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blockquote-bubble .blockquote-cite .avatar, .blockquote-bubble .blockquote-cite .photo {
    width: 68px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

.blockquote-bubble .blockquote-cite>* {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

/**Litere volumetrice*****************************/

.header-servnou{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 63vh;
    padding: 70px 0;
}

.bg-header-servnou{
    background-color: rgba(249,249,249,0.52);
    padding-top: 30px;
    padding-right: 114px;
    padding-bottom: 30px;
    padding-left: 35px;
}

.overtitlu-header-servnou{
    color: rgb(208, 13, 93);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.125;
    font-weight: 400;
}

.titlu-header-servnou{
    margin-bottom: 85px;
    font-size: 50px;
    line-height: 1.25;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.btn-header-servnou{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 15px 10px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.btn-header-servnou:hover{
    background-color:rgb(153,116,29);
}

/****/

.despre-servnou{
    padding: 40px 0 120px;
}

.titlu-mare-despre-servnou{
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 60px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(40,50,74);
}

.buc-despre-servnou{
    position:relative;
}

.buc-despre-servnou::after{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: rgb(208, 13, 93);
    margin: auto;
}

.titlu-despre-servnou{
    text-align: center;
    text-transform: uppercase;
    color: #d4af37;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0 8%;
    line-height: 1.1;
    margin-bottom:40px;
}

.descriere-despre-servnou{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 0 12%;
    color: rgb(90,92,96);
    margin-bottom: 40px;
    font-size: 16px;
}

/*****/

.countup-servnou{
    background: rgba(43,59,93,0.1);
    padding: 50px 0;
}

.numere-countup-servnou{
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    color: rgb(40,50,74);
    margin-bottom:30px;
}

.descriere-countup-servnou{
    text-align: center;
    color: rgb(90,92,96);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0 18%;
}


/*****/

.banda-neagra-servnou{
    background: #000;
    text-align: center;
    padding: 30px 0;
}

.titlu-mare-banda-neagra-servnou{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color:#fff;
}

/*****/

.galerie-servnou{
    margin-top: 40px;
    margin-bottom: 40px;
}

.buc-galerie-servnou{
    margin-bottom: 30px;
}

.buc-galerie-servnou img{
    width: 100%;
}

.extrapadd-galerie-servnou{
    padding: 0 45px;
}

/*****/

.infosec-servnou{
    background:rgba(1,6,19,1);
    color:#fff;
    text-align:center;
    padding:120px 0;
}

.buc1-infosec-servnou{
    margin-bottom:40px;
}

.titlu1-infosec-servnou{
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}

.descriere1-infosec-servnou,
.descriere2-infosec-servnou,
.descriere3-infosec-servnou{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.descriere1-infosec-servnou{
    color:#fff;
}

.descriere2-infosec-servnou{
    color: rgba(249, 249, 249, 0.52);
}

.descriere3-infosec-servnou{
    color:rgb(208, 13, 93);
}

.buc2-infosec-servnou{
    margin-bottom:40px;
}

.titlu2-infosec-servnou{
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.descriere4-infosec-servnou,
.descriere5-infosec-servnou{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: montserrat,sans-serif;
}

.descriere4-infosec-servnou span{
    color:#fff;
    text-decoration:line-through;
}

.descriere5-infosec-servnou{
    font-size: 18px;
    color:rgb(208, 13, 93);
}

.col-poza-infosec-servnou img{
    width:100%;
}

/**Decor photo*****************************/

.banda-neagra-decor-servnou{
    background:rgba(1,6,19,0.61);
    color:#fff;
}

.titlu-mic-banda-neagra-servnou{
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 21px;
}

.buc-bg-galerie-servnou{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.buc-bg-galerie-servnou::afteR{
    content:'';
    display:block;
    padding-bottom:100%;
}

.infosec-decor-servnou .titlu1-infosec-servnou{
    text-transform:capitalize;
}

.infosec-decor-servnou .descriere1-infosec-servnou, 
.infosec-decor-servnou .descriere3-infosec-servnou{
    font-size: 22px;
}

.infosec-decor-servnou .descriere4-infosec-servnou{
    font-size: 20px;
}

.infosec-decor-servnou .descriere3-infosec-servnou{
    color:rgb(208, 13, 93);
}
/*****************************************/











