  @charset "UTF-8";
  /*------------------------------------------------------------------
  [Master Stylesheet]

  Template Name  	: byHands
  Description 	: byHands Responsive HTML Template
  Author      	: TivaTheme
  Version     	: 1.0
  Created     	: 11/01/2017
  -------------------------------------------------------------------*/
  /*------------------------------------------------------------------
  [Table of contents]

  1. Body / .home-1, .home-2, .home-3
      2. Header / #top-header
          2.1. Header topbar / .header-topbar
              2.1.1. Language / .block-languages
              2.1.2. Currencies / .block-currencies
              2.1.3. Contact us / .block-callus
              2.1.4. User info / .header_user_info
          2.2. Header main / .header-main 
              2.2.1. Logo / .logo
              2.2.2. Cart / .block-cart
              2.2.3. Search / .block-search
              2.2.4. Menu / #main-nav
      3. Slideshow / .tiva-slideshow-wrapper
      4. Breadcrumb / #breadcrumb
      5. Content / #columns   
          5.1. Banner / .section-banner
          5.2. Shop by collection / .section-tabsproduct
          5.3. Newsletter / .section-newsletter
          5.4. Gallery / .section-gallery
          5.5. Left Column / #left_column
          5.6. Right Column / #right_column
          5.7. Center Column / #center_column
              5.7.1. Product List
              5.7.2. Blog List / .blog-posts
              5.7.3. Blog Detail / .single-post
          5.8. Product Detail
          5.9. Contact / .contact-details
          5.10. Login
          5.11. Register
          5.12. Shopping Cart / #cart_summary
          5.13. Checkout / .page-checkout
          5.14. 404 Page / .page-not-found
          5.15. Page RTL / .rtl
      6. Footer / #footer 
          6.1. Footer center / .footer-center
              6.1.1. Keep in touch / .block-keep
              6.1.2. Social Block / .social_block
              6.1.3. Services / .footer-block
              6.1.4. Account / .footer-block
              6.1.5. Opening time / .block-html
          6.2. Footer copyright / .footer-copyright
              6.2.1. Copyright
      7. Popup Screen / .tiva-popup-screen
      8. Go to top / .go-up
  -------------------------------------------------------------------*/
  /*------------------------------------------------------------------
  [Color codes]

  Background  : #ffffff (white)
  Content     : #666666
  Header      : #ffffff (white)
  Footer      : #999999

  a (standard): #333333
  a (visited) : #e6c302
  a (active)  : #e6c302
  -------------------------------------------------------------------*/
  /*------------------------------------------------------------------
  [Typography]

  Body        : 14px/1.85714em "Poppins", sans-serif
  Slideshow:  : "Poppins", sans-serif
  -------------------------------------------------------------------*/
  /* --- general ------------------------------ */
  body {
    font-weight: 300;
    font-family: "Poppins", sans-serif;
  }

  #all {
    overflow: hidden;
  }

  * {
    padding: 0;
    margin: 0;
  }

  /* paragraphs */
  p {
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    margin-bottom: 15px;
  }

  a:hover, a:focus {
    color: #e6c302;
    text-decoration: none;
    outline: none;
  }

  ul, ol {
    list-style: none;
  }

  .list-inline {
    margin-left: 0;
  }
  .rtl .list-inline {
    margin-right: 0;
    margin-left: inherit;
  }

  .text-center, #cart_summary thead th.cart_product, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_delete {
    text-align: center !important;
  }

  .box {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  h1, h2, h3, h4, h5, h6 {
    text-transform: none;
  }

  sup {
    color: red;
  }

  form label {
    font-weight: normal;
  }

  .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  /* no gutters */
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  /* button */
  .btn-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #e6c302;
    border-color: #e6c302;
  }

  .btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .btn:hover, .btn:focus, .btn:active {
    background-color: #e6c302;
    border-color: #e6c302;
  }

  .btn-primary {
    background-color: #e6c302;
    border-color: #e6c302;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #333333;
    border-color: #333333;
  }

  /* start full screen background */
  .fs-style {
    position: relative;
    padding-top: 75px;
    padding-bottom: 140px;
  }
  .fs-style:before {
    padding: 0 2289px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 0;
    display: inline-block;
    top: 0;
    left: -2289px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .fs-style.fs-style1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fs-style.fs-style1:before {
    background-color: #f8f8f8;
  }

  /* table cell */
  .tv-table {
    display: table;
  }

  .tv-tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  /* overide owl-carousel */
  .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 42%;
    left: -30px;
    height: 70px;
    width: 40px;
    color: #333;
    line-height: 33px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    background: #fcfcfc;
    border: 2px solid #fcfcfc;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .owl-theme .owl-controls .owl-nav div:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 24px;
    line-height: 62px;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f104";
  }
  .owl-theme .owl-controls .owl-nav div:hover {
    color: white;
    border-color: #e6c302;
    background-color: #e6c302;
  }
  .owl-theme .owl-controls .owl-nav div.owl-next {
    right: -30px;
    left: inherit;
  }

  .block_content:hover .owl-theme .owl-controls .owl-nav div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .block_content:hover .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
  }
  .block_content:hover .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
  }

  /* dropdown-over dropdown */
  .dropdown-over {
    position: relative;
  }
  .dropdown-over .dropdown-title {
    text-transform: none;
    padding: 5px 13px 4px;
  }
  .dropdown-over .dropdown-title a {
    font-size: 18px;
    color: #999;
  }
  .dropdown-over .dropdown-title a:hover, .dropdown-over .dropdown-title a:focus {
    color: #e6c302;
  }
  .dropdown-over .dropdown-content {
    padding: 15px;
    position: absolute;
    top: 100%;
    background: white;
    min-width: 180px;
    z-index: 999999;
    display: none;
    right: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  }
  .rtl .dropdown-over .dropdown-content {
    left: 0;
    right: auto;
  }
  .dropdown-over .dropdown-content a {
    color: #666666;
    display: inline-block;
  }
  .dropdown-over .dropdown-content a:hover {
    color: #e6c302;
  }
  .dropdown-over .dropdown-content ul {
    margin-bottom: 0;
  }
  .dropdown-over .dropdown-content ul li {
    padding: 3px 0;
  }
  .dropdown-over .dropdown-content ul li.selected {
    color: #e6c302;
  }
  .dropdown-over .dropdown-content ul li.selected a {
    color: #e6c302;
  }
  .dropdown-over:hover, .dropdown-over:focus, .dropdown-over.open {
    cursor: pointer;
  }
  .dropdown-over:hover .dropdown-title, .dropdown-over:focus .dropdown-title, .dropdown-over.open .dropdown-title {
    color: #e6c302;
  }
  .dropdown-over:hover .dropdown-title a, .dropdown-over:focus .dropdown-title a, .dropdown-over.open .dropdown-title a {
    color: #e6c302;
  }
  .dropdown-over:hover .dropdown-content, .dropdown-over:focus .dropdown-content, .dropdown-over.open .dropdown-content {
    display: block;
  }

  /* breadcrumb */
  #breadcrumb {
    padding: 20px 0;
    margin-bottom: 50px;
    background-color: #c3c3c3;
    background-repeat: repeat;
    background-position: top center;
    background-image: url(../img/default/bg-breacrum.jpg);
  }
  #breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
  }
  #breadcrumb .bread-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    margin: 10px 0 0;
  }
  #breadcrumb .ul-breadcrumb {
    margin-bottom: 0;
  }
  #breadcrumb .ul-breadcrumb li {
    display: inline-block;
  }
  #breadcrumb .ul-breadcrumb li:after {
    content: ">";
    padding: 0 7px;
  }
  #breadcrumb .ul-breadcrumb li:last-child:after {
    content: none;
  }
  #breadcrumb .ul-breadcrumb li a {
    color: #555;
  }
  #breadcrumb .ul-breadcrumb li a:hover {
    color: black;
  }
  #breadcrumb .ul-breadcrumb li span {
    color: black;
  }

  /* star */
  .star {
    position: relative;
    width: 11px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    display: inline-block;
  }
  .star:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ccc;
  }
  .star.star_on:after {
    color: #fac738;
  }

  /*******************************************************************
         start header
  *******************************************************************/
  /* top header */
  #top-header {
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  #top-header.fixed {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
  #top-header.top-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    padding: 0 40px;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.5);
    zoom: 1;
    background-color: transparent\9;
  }
  #top-header.top-header-fixed.fixed {
    position: fixed;
    z-index: 11;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .header-topbar {
    background-color: #333;
    min-height: 50px;
  }

  .logo {
    margin-top: 6px;
  }
  .logo img {
    display: inline-block;
  }

  /* main menu */
  #btn-menu {
    font-size: 18px;
    display: none;
    cursor: pointer;
    padding: 6px 0 2px;
    text-align: center;
    float: left;
  }
  .rtl #btn-menu {
    float: right;
  }

  #main-nav {
    /* dropdown-menu level 1 */
    /* dropdown-menu level 2 */
    /* dropdown-menu level 3 */
    /* block-subcategories */
    /* block-image */
  }
  #main-nav > ul {
    text-align: center;
    float: none;
  }
  #main-nav > ul > li {
    display: inline-block;
    position: relative;
    float: none;
  }
  #main-nav > ul > li > a {
    display: block;
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 10px 18px;
    text-transform: uppercase;
  }
  #main-nav > ul > li > a .caret {
    color: #333333;
  }
  #main-nav > ul > li > a:hover, #main-nav > ul > li > a:focus, #main-nav > ul > li > a:active {
    color: #e6c302;
    background-color: transparent;
  }
  #main-nav > ul > li > a:hover .caret, #main-nav > ul > li > a:focus .caret, #main-nav > ul > li > a:active .caret {
    color: #e6c302;
  }
  #main-nav > ul > li:hover > a, #main-nav > ul > li:focus > a, #main-nav > ul > li:active > a {
    color: #e6c302;
  }
  #main-nav > ul > li:hover > a .caret, #main-nav > ul > li:focus > a .caret, #main-nav > ul > li:active > a .caret {
    color: #e6c302;
  }
  #main-nav > ul > li.aligned-fullwidth {
    position: static;
  }
  #main-nav > ul > li.aligned-fullwidth > .dropdown-menu {
    width: 100%!important;
  }
  #main-nav .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  }
  #main-nav .dropdown-menu {
    position: absolute;
    background: white;
    width: 200px;
    z-index: 10;
    top: 100%;
    margin: 0;
    border: none;
    padding: 15px 20px;
    left: 100%;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .rtl #main-nav .dropdown-menu {
    right: 100%;
    left: auto;
  }
  .rtl #main-nav .dropdown-menu {
    text-align: right;
  }
  #main-nav .dropdown-menu li {
    line-height: 30px;
  }
  #main-nav .dropdown-menu li a {
    display: block;
    color: #666666;
    line-height: 30px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 3px 0 3px 0;
  }
  .rtl #main-nav .dropdown-menu li a {
    padding: 3px 0 3px 0;
  }
  #main-nav .dropdown-menu li a:hover {
    background-color: transparent;
    color: #e6c302;
  }
  #main-nav .dropdown-menu li a:hover .fa {
    color: #e6c302;
  }
  #main-nav .dropdown-submenu {
    position: relative;
  }
  #main-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -15px;
    position: absolute;
  }
  #main-nav .dropdown-submenu.parent > a {
    display: block;
    position: relative;
  }
  #main-nav .dropdown-submenu.parent > a:after {
    content: "\f0da";
    position: absolute;
    top: 2px;
    font-size: 13px;
    font-family: "FontAwesome";
    right: 0;
    -webkit-transition: rotate(180deg);
    transition: rotate(180deg);
  }
  .rtl #main-nav .dropdown-submenu.parent > a:after {
    left: 0;
    right: auto;
  }
  #main-nav .dropdown-submenu.parent > a .caret {
    display: none;
  }
  #main-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  }
  #main-nav .block-subcategories .menu-title {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  #main-nav .block-image {
    margin: 10px 0 5px;
  }

  /* off-mainnav */
  #off-mainmenu {
    position: absolute;
    display: none;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 999;
    left: 0;
    background-color: #333;
  }
  #off-mainmenu .off-mainnav {
    position: absolute;
    top: 0;
    width: 260px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f8f8;
    border-right: 1px solid #eaeaea;
    left: -260px;
  }
  #off-mainmenu .navbar-nav {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .rtl #off-mainmenu .navbar-nav {
    text-align: right;
  }
  #off-mainmenu .navbar-nav > li {
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #eaeaea;
  }
  #off-mainmenu .navbar-nav > li > a {
    color: black;
  }
  #off-mainmenu .navbar-nav > li .icon-down {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 40px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    right: 0;
  }
  .rtl #off-mainmenu .navbar-nav > li .icon-down {
    left: 0;
    right: auto;
  }
  #off-mainmenu .navbar-nav .caret {
    display: none;
  }
  #off-mainmenu .dropdown-menu.tiva-active {
    display: block;
    position: inherit;
    top: 1px;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #off-mainmenu .dropdown-menu.tiva-active .menu-title {
    border-bottom: 1px dashed #eaeaea;
  }
  #off-mainmenu .dropdown-menu.tiva-active .menu-title a {
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
  }
  #off-mainmenu .dropdown-menu.tiva-active ul li {
    position: relative;
    border-bottom: 1px dashed #eaeaea;
  }
  #off-mainmenu .dropdown-menu.tiva-active ul li a {
    display: block;
    padding: 10px 30px;
  }
  #off-mainmenu .dropdown-menu.tiva-active ul li li a {
    padding: 10px 45px;
  }

  .off-close {
    padding: 10px;
    border-bottom: 2px solid #eaeaea;
  }
  .off-close .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: black;
  }
  .off-close .close-menu {
    color: black;
    padding: 2px 5px;
    float: right;
  }
  .rtl .off-close .close-menu {
    float: left;
  }
  .off-close .close-menu i {
    font-size: 18px;
  }

  .mainmenu-active #all, .mainmenu-active #off-mainmenu {
    display: block;
    -webkit-transform: translate(260px, 0);
    -moz-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    -o-transform: translate(260px, 0);
  }
  .mainmenu-active #all {
    position: fixed;
    margin: 0 auto;
  }

  /*******************************************************************
            end header
  *******************************************************************/
  /*******************************************************************
                   start main slider
  *******************************************************************/
  .tiva-slideshow-wrapper .tiva-caption {
    top: 30%;
    right: 50%;
  }
  .tiva-slideshow-wrapper .tiva-caption .btn {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 30px;
    border: 2px solid #333;
  }
  .tiva-slideshow-wrapper .tiva-caption .btn:hover {
    color: white;
    border: 2px solid #e6c302;
    background-color: #e6c302;
  }
  .tiva-slideshow-wrapper .nivo-controlNav .nivo-control.active {
    background-color: #e6c302;
  }

  /*******************************************************************
                          end main-slider
  *********************************************************************/
  /*******************************************************************
                   start Content home
  *********************************************************************/
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section .title_block {
    margin-bottom: 25px;
    line-height: 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .section .des-text {
    padding: 0 0 30px;
    text-align: center;
  }
  .section .des-text p {
    font-size: 14px;
    color: #999;
  }

  /* block tabs top */
  .tabs-top .nav-tabs {
    padding: 0 0 20px;
    text-align: center;
    border-bottom: none;
  }
  .tabs-top .nav-tabs > li {
    float: none;
    padding: 0 20px;
    margin: 0 0 20px;
    display: inline-block;
  }
  .tabs-top .nav-tabs > li > a {
    color: #999;
    padding: 3px 0;
    border-width: 0 0 2px 0;
    border-color: transparent transparent transparent transparent;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
  }
  .tabs-top .nav-tabs > li > a:hover, .tabs-top .nav-tabs > li > a:focus {
    color: #e6c302;
    background-color: transparent;
  }
  .tabs-top .nav-tabs > li.active > a {
    color: #e6c302;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .tabs-top .nav-tabs > li.active > a, .tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a:focus {
    border-style: none none solid none;
    border-color: transparent transparent #e6c302 transparent;
    border-width: 0 0 2px 0;
  }

  /* bannertext */
  .bannertext .box-homehtml {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .bannertext .box-homehtml .block-html {
    text-align: center;
  }
  .bannertext .box-homehtml .block-html p {
    line-height: 30px;
  }
  .bannertext .box-homehtml .title_block {
    margin-bottom: 30px;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  .bannertext .box-homehtml .btn {
    line-height: 45px;
    padding: 0 30px;
    margin-top: 15px;
  }
  .bannertext.bannertext-1 {
    margin-bottom: 100px;
  }
  .bannertext.bannertext-1 .box-homehtml .block-html {
    padding-left: 30px;
  }
  .rtl .bannertext.bannertext-1 .box-homehtml .block-html {
    padding-right: 30px;
    padding-left: inherit;
  }
  .bannertext.bannertext-2 .box-homehtml .block-html {
    padding-right: 30px;
  }
  .rtl .bannertext.bannertext-2 .box-homehtml .block-html {
    padding-left: 30px;
    padding-right: inherit;
  }

  /* box-services */
  .box-services .icon-box {
    color: black;
    font-size: 40px;
    width: 40px;
    text-align: center;
    margin-right: 25px;
  }
  .rtl .box-services .icon-box {
    margin-left: 25px;
    margin-right: inherit;
  }
  .box-services .icon-box i {
    vertical-align: top;
  }
  .box-services h4 {
    margin-bottom: 15px;
  }
  .box-services h4 a {
    font-size: 18px;
    font-weight: 400;
  }
  .box-services p {
    line-height: 27px;
    margin-bottom: 0;
  }

  /* view-listproduct */
  .view-listproduct .title_block {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
  }
  .view-listproduct .title_block:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    bottom: 0;
    background-color: #e6c302;
    left: 0;
  }
  .rtl .view-listproduct .title_block:before {
    right: 0;
    left: auto;
  }
  .view-listproduct .product-viewlist li {
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
  }
  .view-listproduct .product-viewlist li.last {
    border-bottom: none;
  }
  .view-listproduct .product-image {
    margin-right: 20px;
  }
  .rtl .view-listproduct .product-image {
    margin-left: 20px;
    margin-right: inherit;
  }
  .view-listproduct .product-rating {
    padding: 20px 0 10px;
  }
  .view-listproduct .name a {
    font-weight: 500;
    font-size: 13px;
  }
  .view-listproduct .content_price {
    font-weight: 700;
    font-size: 14px;
  }
  .view-listproduct .content_price .price {
    color: black;
  }

  /* page cms */
  .rte ul {
    list-style: disc;
    line-height: 24px;
    padding-left: 40px;
  }
  .rtl .rte ul {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rte img {
    margin-bottom: 20px;
  }

  /* section-manufacture */
  .section-manufacture {
    padding: 50px 0;
  }

  /* section-banner */
  .section-banner .tv-tablecell {
    background-color: #f7f7f7;
  }
  .section-banner .tv-tablecell .block-html {
    padding: 0 85px;
  }
  .section-banner .tv-tablecell .block-html h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
  }
  .section-banner .tv-tablecell .block-html h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
  }
  .section-banner .tv-tablecell .block-html .block-htmldes {
    color: #999;
  }
  .section-banner .tv-tablecell .block-html .btn {
    padding: 10px 35px;
    font-weight: 500;
    margin-top: 15px;
  }

  /* home-1 */
  .home-1 #top-header {
    padding: 0;
  }
  .home-1 #top-header.fixed .header-main .logo {
    line-height: 80px;
    margin: 0;
  }
  .home-1 #top-header.fixed .header-main .dropdown-over .dropdown-title {
    line-height: 78px;
  }
  .home-1 #top-header.fixed .header-main #main-nav > ul > li > a {
    line-height: 80px;
  }
  .home-1 #top-header.fixed .header-main .block-cart .ajax_cart_quantity {
    bottom: 38px;
  }
  .home-1 .header-main .logo {
    line-height: 100px;
    margin: 0;
  }
  .home-1 .header-main .topheader-navholder-lf,
  .home-1 .header-main .topheader-navholder-rg {
    float: right;
  }
  .rtl .home-1 .header-main .topheader-navholder-lf, .rtl
  .home-1 .header-main .topheader-navholder-rg {
    float: left;
  }
  .home-1 .header-main .dropdown-over .dropdown-title {
    padding: 0 13px;
    line-height: 98px;
  }
  .home-1 .header-main .dropdown-over .dropdown-content {
    top: 100%;
  }
  .home-1 .header-main .block-cart .dropdown-title {
    padding: 0 0 0 13px;
  }
  .rtl .home-1 .header-main .block-cart .dropdown-title {
    padding: 0 13px 0 0;
  }
  .home-1 .header-main .block-cart .ajax_cart_quantity {
    bottom: 47px;
  }
  .home-1 .header-main .block-search .dropdown-title a,
  .home-1 .header-main .block-cart .dropdown-title a {
    font-size: 22px;
    color: #999;
  }
  .home-1 .header-main .block-search .dropdown-title a:hover, .home-1 .header-main .block-search .dropdown-title a:focus,
  .home-1 .header-main .block-cart .dropdown-title a:hover,
  .home-1 .header-main .block-cart .dropdown-title a:focus {
    color: #e6c302;
  }
  .home-1 .header-main .block-search {
    margin-left: 30px;
  }
  .rtl .home-1 .header-main .block-search {
    margin-right: 30px;
    margin-left: inherit;
  }
  .home-1 #main-nav > ul > li > a {
    padding: 0 18px;
    line-height: 100px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
  }
  .home-1 #main-nav .dropdown-menu li a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  .home-1 .header_user_info .dropdown-title {
    display: none;
  }
  .home-1 .header_user_info .dropdown-title a {
    color: #999999;
  }
  .home-1 .header_user_info .dropdown-content {
    top: 50px;
  }
  .home-1 .header_user_info ul {
    margin-bottom: 0;
    line-height: 50px;
  }
  .home-1 .header_user_info ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }
  .home-1 .header_user_info ul li:after {
    position: absolute;
    content: "";
    top: 20px;
    height: 10px;
    width: 1px;
    background-color: #999;
    right: 0;
  }
  .rtl .home-1 .header_user_info ul li:after {
    left: 0;
    right: auto;
  }
  .home-1 .header_user_info ul li a {
    color: #999999;
  }
  .home-1 .header_user_info ul li a:hover {
    color: #e6c302;
  }
  .home-1 .header_user_info ul li.last {
    padding-right: 0;
  }
  .home-1 .header_user_info ul li.last:after {
    content: none;
  }
  .home-1 .block-languages .dropdown-title,
  .home-1 .block-currencies .dropdown-title {
    padding: 12px 25px 12px 7px;
  }
  .rtl .home-1 .block-languages .dropdown-title, .rtl
  .home-1 .block-currencies .dropdown-title {
    padding: 12px 7px 12px 25px;
  }
  .home-1 .block-languages .dropdown-title a,
  .home-1 .block-currencies .dropdown-title a {
    color: #999;
    font-size: 14px;
  }
  .home-1 .block-languages .dropdown-title a:hover, .home-1 .block-languages .dropdown-title a:focus,
  .home-1 .block-currencies .dropdown-title a:hover,
  .home-1 .block-currencies .dropdown-title a:focus {
    color: #e6c302;
  }
  .home-1 .block-languages .dropdown-title:before,
  .home-1 .block-currencies .dropdown-title:before {
    color: #999;
    content: '\f107';
    position: absolute;
    top: 13px;
    font-family: "FontAwesome";
    right: 10px;
  }
  .rtl .home-1 .block-languages .dropdown-title:before, .rtl
  .home-1 .block-currencies .dropdown-title:before {
    left: 10px;
    right: auto;
  }
  .home-1 .block-languages .dropdown-content,
  .home-1 .block-currencies .dropdown-content {
    top: 50px;
    left: 0;
  }
  .rtl .home-1 .block-languages .dropdown-content, .rtl
  .home-1 .block-currencies .dropdown-content {
    right: 0;
    left: auto;
  }
  .home-1 .block-callus span {
    line-height: 50px;
    color: #999;
  }
  .home-1 .section-tabsproduct {
    padding: 30px 0 60px;
  }
  .home-1 .section-newsletter {
    background-color: #f7f7f7;
  }
  .home-1 .block-newsletter form {
    margin-top: 30px;
  }
  .home-1 .block-newsletter form input[type="text"] {
    background-color: white;
    border: none;
  }
  .home-1 .block-newsletter form .submit-icon {
    display: none;
  }
  .home-1 .block-newsletter p {
    color: #999;
  }

  /* Home 2 */
  .home-2 a:hover, .home-2 a:focus {
    color: #e74c3c;
  }
  .home-2 .btn:hover, .home-2 .btn:focus, .home-2 .btn:active,
  .home-2 .btn-default:hover,
  .home-2 .btn-default:focus,
  .home-2 .btn-default:active {
    color: white;
    border-color: #e74c3c;
    background-color: #e74c3c;
  }
  .home-2 .btn-primary {
    color: white;
    background-color: #e74c3c;
    border-color: #e74c3c;
  }
  .home-2 .btn-primary:hover, .home-2 .btn-primary:focus, .home-2 .btn-primary:active {
    background-color: #333333;
    border-color: #333333;
  }
  .home-2 .dropdown-over .dropdown-title a:hover {
    color: #e74c3c;
  }
  .home-2 .dropdown-over .dropdown-content a:hover {
    color: #e74c3c;
  }
  .home-2 .dropdown-over .dropdown-content ul li.selected {
    color: #e74c3c;
  }
  .home-2 .dropdown-over .dropdown-content ul li.selected a {
    color: #e74c3c;
  }
  .home-2 .dropdown-over:hover .dropdown-title, .home-2 .dropdown-over:focus .dropdown-title, .home-2 .dropdown-over.open .dropdown-title {
    color: #e74c3c;
  }
  .home-2 .dropdown-over:hover .dropdown-title a, .home-2 .dropdown-over:focus .dropdown-title a, .home-2 .dropdown-over.open .dropdown-title a {
    color: #e74c3c;
  }
  .home-2 .block-cart .ajax_cart_quantity {
    background-color: #e74c3c;
  }
  .home-2 #main-nav {
    /* dropdown-menu level 2 */
  }
  .home-2 #main-nav > ul > li > a:hover, .home-2 #main-nav > ul > li > a:focus, .home-2 #main-nav > ul > li > a:active {
    color: #e74c3c;
  }
  .home-2 #main-nav > ul > li > a:hover .caret, .home-2 #main-nav > ul > li > a:focus .caret, .home-2 #main-nav > ul > li > a:active .caret {
    color: #e74c3c;
  }
  .home-2 #main-nav > ul > li:hover > a, .home-2 #main-nav > ul > li:focus > a, .home-2 #main-nav > ul > li:active > a {
    color: #e74c3c;
  }
  .home-2 #main-nav > ul > li:hover > a .caret, .home-2 #main-nav > ul > li:focus > a .caret, .home-2 #main-nav > ul > li:active > a .caret {
    color: #e74c3c;
  }
  .home-2 #main-nav .dropdown-menu li a:hover {
    color: #e74c3c;
  }
  .home-2 #main-nav .dropdown-menu li a:hover .fa {
    color: #e74c3c;
  }
  .home-2 .header-topbar {
    color: white;
    text-align: center;
    background-color: #e74c3c;
  }
  .home-2 .header-topbar i {
    font-size: 18px;
    margin-right: 5px;
  }
  .rtl .home-2 .header-topbar i {
    margin-left: 5px;
    margin-right: inherit;
  }
  .home-2 .header-topbar span {
    font-weight: 500;
  }
  .home-2 .header-topbar span span {
    font-weight: 300;
  }
  .home-2 .header-topbar .services-item {
    padding: 13px 0 12px;
  }
  .home-2 .header-main {
    margin: 35px 0 30px;
  }
  .home-2 .header-main .logo {
    text-align: center;
  }
  .home-2 .topheader-navholder {
    margin-top: 35px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .home-2 .block-callus {
    margin-top: 6px;
  }
  .home-2 .tiva-slideshow-wrapper .tiva-caption {
    top: 15%;
    right: 0;
    left: 0;
  }
  .home-2 .tiva-slideshow-wrapper .tiva-caption .tiva-caption-lr {
    width: 28%;
    padding: 30px;
    margin: 0 auto;
    background-color: rgba(231, 76, 60, 0.5);
  }
  .home-2 .tiva-slideshow-wrapper .tiva-caption .btn {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    text-transform: none;
  }
  .home-2 .tiva-slideshow-wrapper .tiva-caption .btn:hover {
    color: white;
    background-color: transparent;
    border: none;
    text-decoration: underline;
  }
  .home-2 .tiva-slideshow-wrapper .nivo-controlNav .nivo-control.active {
    background-color: #e74c3c;
  }
  .home-2 .tabs-top .nav-tabs > li > a:hover, .home-2 .tabs-top .nav-tabs > li > a:focus {
    color: #e74c3c;
  }
  .home-2 .tabs-top .nav-tabs > li.active > a {
    color: #e74c3c;
  }
  .home-2 .tabs-top .nav-tabs > li.active > a, .home-2 .tabs-top .nav-tabs > li.active > a:hover, .home-2 .tabs-top .nav-tabs > li.active > a:focus {
    border-color: transparent transparent #e74c3c transparent;
  }
  .home-2 .product-container .name a:hover {
    color: #e74c3c;
  }
  .home-2 .product-container .box-buttons .btn:hover {
    background-color: #e74c3c;
  }
  .home-2 .owl-theme .owl-controls .owl-nav div:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
  }
  .home-2 .section-testimoniol {
    padding: 0 0 20px;
  }
  .home-2 .testimoniol-slider {
    text-align: center;
    background: url(../img/default/bg-testimonial.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
  }
  .home-2 .testimoniol-slider:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.75);
    zoom: 1;
    background-color: transparent\9;
  }
  .home-2 .testimoniol-items .item {
    padding: 50px 20px;
  }
  .home-2 .testimoniol-items img {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  .home-2 .testimoniol-items p {
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .home-2 .testimoniol-items a {
    color: #f4f4f4;
    font-size: 18px;
    font-weight: 500;
  }
  .home-2 .testimoniol-items a:hover {
    color: #e74c3c;
  }
  .home-2 .testimoniol-items .position {
    color: #bcbbbb;
    font-size: 12px;
  }
  .home-2 .section-manufacture {
    padding: 0;
  }
  .home-2 .section-manufacture .manufacturers_block {
    padding: 65px 0;
    border-top: 1px solid #eaeaea;
    text-align: center;
  }
  .home-2 .section-manufacture .manufacturers_block img {
    display: inline-block;
  }
  .home-2 .block-newsletter {
    padding: 0;
    text-align: left;
  }
  .rtl .home-2 .block-newsletter {
    text-align: right;
  }
  .home-2 .block-newsletter form {
    width: 100%;
  }
  .home-2 .block-newsletter form .btn {
    padding: 0;
    color: #333;
    background-color: transparent;
  }
  .home-2 .block-newsletter form .btn:hover {
    color: #e74c3c;
    background-color: transparent;
  }
  .home-2 .block-newsletter form .form-control {
    padding: 10px 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
  }
  .home-2 .block-newsletter form .submit-icon {
    display: block;
  }
  .home-2 .block-newsletter form .submit-icon:before {
    content: '\f15a';
    font-size: 18px;
    font-family: 'Material-Design-Iconic-Font';
  }
  .home-2 .block-newsletter form .submit-text {
    display: none;
  }
  .home-2 #footer {
    background-color: #f7f7f7;
  }
  .home-2 #footer .block .title_block {
    color: #333;
  }
  .home-2 .footer-copyright {
    border-top: 1px solid #ddd;
  }
  .home-2 .toggle-footer li a:hover {
    color: #e74c3c;
  }
  .home-2 .social_block ul li a:hover {
    color: #e74c3c;
  }
  .home-2 .go-up a {
    background-color: #e74c3c;
  }
  .home-2 .go-up a:hover {
    color: white;
  }
  .home-2 span.jslider.jslider_plastic .jslider-bg i.v {
    background: #e74c3c;
  }
  .home-2 span.jslider.jslider_plastic .jslider-pointer {
    background: #e74c3c;
  }
  .home-2 .tiva-nav-tabs li.active a {
    color: #e74c3c;
  }
  .home-2 .pagination > li > a:hover, .home-2 .pagination > li > a:focus {
    border-color: #e74c3c;
    background-color: #e74c3c;
  }
  .home-2 .pagination > li.active > a {
    border-color: #e74c3c;
    background-color: #e74c3c;
  }
  .home-2 .pagination > li.active > a:hover, .home-2 .pagination > li.active > a:focus {
    border-color: #e74c3c;
    background-color: #e74c3c;
  }
  .home-2 #quantity_wanted_p .btn:hover,
  .home-2 #quantity_wanted_p .btn:focus,
  .home-2 #quantity_wanted_p .btn:active {
    background-color: #e74c3c;
  }
  .home-2 .box-cart-bottom #wishlist_button:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
  }
  .home-2 .share-social a:hover {
    color: #e74c3c;
  }
  .home-2 .blog-search button {
    background-color: transparent;
  }
  .home-2 .blog-search button:hover {
    color: #e74c3c;
    background-color: transparent;
    border-color: transparent;
  }
  .home-2 .post-meta-lr a:hover {
    color: #e74c3c;
  }
  .home-2 .block-tag ul li a:hover {
    color: #e74c3c;
  }
  .home-2 .comments-area .comments-list .reply-link:hover {
    color: #e74c3c;
  }
  .home-2 .multi-color.active .handle {
    color: #e74c3c;
  }
  .home-2 .multi-color .btn-fixedheader .button.yes.active, .home-2 .multi-color .btn-fixedheader .button.no.active {
    background-color: #e74c3c;
  }
  .home-2 .multi-color .view-demos a {
    color: #e74c3c;
  }
  .home-2 .tiva-popup-screen .popup .close:hover {
    color: #e74c3c;
  }

  /* Home 3 */
  .home-3 a:hover, .home-3 a:focus {
    color: #db3762;
  }
  .home-3 .btn:hover, .home-3 .btn:focus, .home-3 .btn:active,
  .home-3 .btn-default:hover,
  .home-3 .btn-default:focus,
  .home-3 .btn-default:active {
    color: white;
    border-color: #db3762;
    background-color: #db3762;
  }
  .home-3 .btn-primary {
    color: white;
    background-color: #db3762;
    border-color: #db3762;
  }
  .home-3 .btn-primary:hover, .home-3 .btn-primary:focus, .home-3 .btn-primary:active {
    background-color: #333333;
    border-color: #333333;
  }
  .home-3 .logo {
    margin-top: 0;
  }
  .home-3 .block-callus {
    color: white;
    margin-top: 37px;
  }
  .home-3 #main-nav {
    /* dropdown-menu level 2 */
  }
  .home-3 #main-nav > ul > li > a {
    color: white;
    padding: 0 14px;
    line-height: 100px;
  }
  .home-3 #main-nav > ul > li > a .caret {
    color: white;
  }
  .home-3 #main-nav > ul > li > a:hover, .home-3 #main-nav > ul > li > a:focus, .home-3 #main-nav > ul > li > a:active {
    color: #db3762;
  }
  .home-3 #main-nav > ul > li > a:hover .caret, .home-3 #main-nav > ul > li > a:focus .caret, .home-3 #main-nav > ul > li > a:active .caret {
    color: #db3762;
  }
  .home-3 #main-nav > ul > li:hover > a, .home-3 #main-nav > ul > li:focus > a, .home-3 #main-nav > ul > li:active > a {
    color: #db3762;
  }
  .home-3 #main-nav > ul > li:hover > a .caret, .home-3 #main-nav > ul > li:focus > a .caret, .home-3 #main-nav > ul > li:active > a .caret {
    color: #db3762;
  }
  .home-3 #main-nav > ul > li.margin-right-160 {
    margin-right: 190px;
  }
  .rtl .home-3 #main-nav > ul > li.margin-right-160 {
    margin-left: 190px;
    margin-right: inherit;
  }
  .home-3 #main-nav .dropdown-menu li a:hover {
    color: #db3762;
  }
  .home-3 #main-nav .dropdown-menu li a:hover .fa {
    color: #db3762;
  }
  .home-3 .topheader-navholder .logo {
    position: absolute;
    top: 34px;
    margin: 0 auto;
    margin-left: -95px;
    left: 50%;
  }
  .rtl .home-3 .topheader-navholder .logo {
    margin-right: -95px;
    margin-left: inherit;
  }
  .rtl .home-3 .topheader-navholder .logo {
    right: 50%;
    left: auto;
  }
  .home-3 .dropdown-over .dropdown-title {
    padding: 0 10px;
    line-height: 99px;
  }
  .home-3 .dropdown-over .dropdown-title a {
    color: white;
  }
  .home-3 .dropdown-over .dropdown-title a:hover {
    color: #db3762;
  }
  .home-3 .dropdown-over .dropdown-content a:hover {
    color: #db3762;
  }
  .home-3 .dropdown-over .dropdown-content ul li.selected {
    color: #db3762;
  }
  .home-3 .dropdown-over .dropdown-content ul li.selected a {
    color: #db3762;
  }
  .home-3 .dropdown-over:hover .dropdown-title, .home-3 .dropdown-over:focus .dropdown-title, .home-3 .dropdown-over.open .dropdown-title {
    color: #db3762;
  }
  .home-3 .dropdown-over:hover .dropdown-title a, .home-3 .dropdown-over:focus .dropdown-title a, .home-3 .dropdown-over.open .dropdown-title a {
    color: #db3762;
  }
  .home-3 .block-cart .dropdown-title {
    padding: 0 3px 0 10px;
  }
  .rtl .home-3 .block-cart .dropdown-title {
    padding: 0 10px 0 3px;
  }
  .home-3 .block-cart .ajax_cart_quantity {
    bottom: 45px;
    background-color: #db3762;
  }
  .home-3 .tiva-slideshow-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .home-3 .tiva-slideshow-wrapper .tiva-caption {
    top: 38%;
    right: 0;
    left: 0;
  }
  .home-3 .tiva-slideshow-wrapper .tiva-caption .btn {
    font-size: 16px;
    font-weight: 500;
  }
  .home-3 .tiva-slideshow-wrapper .tiva-caption .btn.white {
    color: white;
    border-color: white;
  }
  .home-3 .tiva-slideshow-wrapper .tiva-caption .btn:hover {
    background-color: transparent;
    border-color: #db3762;
    color: #db3762;
  }
  .home-3 .tiva-slideshow-wrapper .tiva-caption .very_large_72.pink {
    color: #db3762;
  }
  .home-3 .tiva-slideshow-wrapper .nivo-controlNav .nivo-control.active {
    background-color: #db3762;
  }
  .home-3 .section .title_block {
    position: relative;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 34px;
    text-transform: none;
    text-align: left;
  }
  .rtl .home-3 .section .title_block {
    text-align: right;
  }
  .home-3 .section .title_block:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    bottom: 0;
    background-color: #db3762;
    left: 0;
  }
  .rtl .home-3 .section .title_block:before {
    right: 0;
    left: auto;
  }
  .home-3 .section .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: -84px;
    right: 40px;
    left: inherit;
    color: #999;
    line-height: 33px;
    background: transparent;
    border: 2px solid transparent;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    transition: none;
    width: 40px;
    height: 40px;
    text-align: right;
  }
  .rtl .home-3 .section .owl-theme .owl-controls .owl-nav div {
    text-align: left;
  }
  .home-3 .section .owl-theme .owl-controls .owl-nav div:before {
    font-size: 24px;
    line-height: 40px;
  }
  .home-3 .section .owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f104";
  }
  .home-3 .section .owl-theme .owl-controls .owl-nav div:hover {
    color: #db3762;
    border-color: transparent;
    background-color: transparent;
  }
  .home-3 .section .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    left: inherit;
  }
  .home-3 .section .block_content:hover .owl-theme .owl-controls .owl-nav div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .home-3 .section .block_content:hover .owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 40px;
    left: inherit;
  }
  .home-3 .section .block_content:hover .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    left: inherit;
  }
  .home-3 .section.section-newsletter {
    padding-bottom: 90px;
  }
  .home-3 .section.section-newsletter .title_block {
    text-align: center;
    line-height: 32px;
  }
  .home-3 .section.section-newsletter .title_block:before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .home-3 .section-prolist {
    padding-top: 80px;
  }
  .home-3 .section-bestsellers {
    padding: 100px 0 0;
  }
  .home-3 .product-container {
    text-align: left;
  }
  .rtl .home-3 .product-container {
    text-align: right;
  }
  .home-3 .product-container .name a:hover {
    color: #db3762;
  }
  .home-3 .product-container .box-buttons .btn:hover {
    background-color: #db3762;
  }
  .home-3 .product-container .content_price {
    display: inline-block;
  }
  .home-3 .product-container .product_comments {
    margin: 2px 0 0;
    display: inline-block;
    float: right;
  }
  .rtl .home-3 .product-container .product_comments {
    float: left;
  }
  .home-3 .section-testimoniol {
    text-align: center;
    background: url(../img/default/bg-testimonial-h3.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
  }
  .home-3 .section-testimoniol:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.5);
    zoom: 1;
    background-color: transparent\9;
  }
  .home-3 .testimoniol-items .item {
    padding: 50px 20px;
  }
  .home-3 .testimoniol-items img {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  .home-3 .testimoniol-items p {
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .home-3 .testimoniol-items a {
    color: #f4f4f4;
    font-size: 18px;
    font-weight: 500;
  }
  .home-3 .testimoniol-items a:hover {
    color: #db3762;
  }
  .home-3 .testimoniol-items .position {
    color: #eeeeee;
    font-size: 12px;
  }
  .home-3 .section-servies {
    padding: 30px 0;
  }
  .home-3 .services-item {
    background-color: #fafafa;
    padding: 35px 10px;
    text-align: center;
  }
  .home-3 .services-item.services-item2 {
    background-color: #e9e8e8;
  }
  .home-3 .services-item i {
    font-size: 50px;
    color: #db3762;
  }
  .home-3 .services-item .icon-box {
    margin-bottom: 15px;
  }
  .home-3 .services-item h4 {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .home-3 .block-newsletter {
    padding: 0;
  }
  .home-3 .block-newsletter form input[type="text"] {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
  }
  .home-3 .block-newsletter .descript {
    margin-bottom: 40px;
  }
  .home-3 .section-manufacture {
    border-top: 1px solid #eaeaea;
    padding: 70px 0 0;
  }
  .home-3 #footer {
    background: url(../img/default/bg-footer-h3.jpg) repeat center center #333333;
    position: relative;
  }
  .home-3 #footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9);
    zoom: 1;
    background-color: transparent\9;
  }
  .home-3 #footer .logo {
    display: block;
    margin-bottom: 30px;
  }
  .home-3 #footer a {
    color: #999;
  }
  .home-3 #footer a:hover {
    color: #db3762;
  }
  .home-3 .footer-copyright {
    border-top: 1px solid #616161;
  }
  .home-3 .footer-copyright .payment {
    margin-top: 3px;
  }
  .home-3 .footer-center,
  .home-3 .footer-copyright {
    position: relative;
    z-index: 2;
  }
  .home-3 .social_block {
    margin: 25px 0 0;
  }
  .home-3 .block-keep p {
    margin-bottom: 9px;
  }
  .home-3 .social_block ul li a:hover {
    color: #db3762;
  }
  .home-3 .go-up a {
    background-color: #db3762;
  }
  .home-3 .go-up a:hover {
    color: white;
  }
  .home-3 span.jslider.jslider_plastic .jslider-bg i.v {
    background: #db3762;
  }
  .home-3 span.jslider.jslider_plastic .jslider-pointer {
    background: #db3762;
  }
  .home-3 .tiva-nav-tabs li.active a {
    color: #db3762;
  }
  .home-3 .pagination > li > a:hover, .home-3 .pagination > li > a:focus {
    border-color: #db3762;
    background-color: #db3762;
  }
  .home-3 .pagination > li.active > a {
    border-color: #db3762;
    background-color: #db3762;
  }
  .home-3 .pagination > li.active > a:hover, .home-3 .pagination > li.active > a:focus {
    border-color: #db3762;
    background-color: #db3762;
  }
  .home-3 #quantity_wanted_p .btn:hover,
  .home-3 #quantity_wanted_p .btn:focus,
  .home-3 #quantity_wanted_p .btn:active {
    background-color: #db3762;
  }
  .home-3 .box-cart-bottom #wishlist_button:hover {
    background-color: #db3762;
    border-color: #db3762;
  }
  .home-3 .share-social a:hover {
    color: #db3762;
  }
  .home-3 .blog-search button {
    background-color: transparent;
  }
  .home-3 .blog-search button:hover {
    color: #db3762;
    background-color: transparent;
    border-color: transparent;
  }
  .home-3 .post-meta-lr a:hover {
    color: #db3762;
  }
  .home-3 .block-tag ul li a:hover {
    color: #db3762;
  }
  .home-3 .comments-area .comments-list .reply-link:hover {
    color: #db3762;
  }
  .home-3 .multi-color.active .handle {
    color: #db3762;
  }
  .home-3 .multi-color .btn-fixedheader .button.yes.active, .home-3 .multi-color .btn-fixedheader .button.no.active {
    background-color: #db3762;
  }
  .home-3 .multi-color .view-demos a {
    color: #db3762;
  }
  .home-3 .tiva-popup-screen .popup .close:hover {
    color: #db3762;
  }

  /*******************************************************************
                   end Content home
  *********************************************************************/
  /*******************************************************************
                   start Page not found
  *********************************************************************/
  .page-not404 {
    background-color: #f7f7f7;
  }
  .page-not404 .page-not-found {
    padding: 100px 0 50px;
  }
  .page-not404 .page-not-found img {
    margin-bottom: 70px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .page-not404 .page-not-found .title_block {
    color: #333;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .page-not404 .page-not-found .page-not-des {
    padding: 0 5em;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-not404 .page-not-found .btn {
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
  }

  /*******************************************************************
                   end Page not found
  *********************************************************************/
  /*******************************************************************
                         start form login
  *********************************************************************/
  #create-account-form,
  #form-login {
    min-height: 382px;
    margin-top: 30px;
  }

  #form-account-creation {
    margin-top: 30px;
  }

  /*******************************************************************
                         end form login
  *********************************************************************/
  /*******************************************************************
                         start table
  *********************************************************************/
  #cart_summary thead th {
    padding: 8px;
    color: black;
  }
  #cart_summary thead th.cart_quantity {
    width: 15%;
  }
  #cart_summary thead th.cart_unit {
    width: 15%;
  }
  #cart_summary tbody td {
    vertical-align: inherit;
    padding: 8px;
  }
  #cart_summary tbody td.cart_product {
    padding: 7px;
    width: 137px;
  }
  #cart_summary tbody td.cart_product img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  #cart_summary tbody td.cart_unit .price span {
    display: inline-block;
  }
  #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
  }
  #cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
  }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
  }
  #cart_summary tbody td.cart_delete {
    width: 1%;
  }
  #cart_summary tbody td.cart_quantity .quantity {
    position: relative;
    width: 125px;
    height: 35px;
    margin: 0 auto;
  }
  #cart_summary tbody td.cart_quantity .minus,
  #cart_summary tbody td.cart_quantity .plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    width: 35px;
    position: absolute;
    content: "";
  }
  #cart_summary tbody td.cart_quantity .minus {
    left: 0;
  }
  .rtl #cart_summary tbody td.cart_quantity .minus {
    right: 0;
    left: auto;
  }
  #cart_summary tbody td.cart_quantity .plus {
    right: 0;
  }
  .rtl #cart_summary tbody td.cart_quantity .plus {
    left: 0;
    right: auto;
  }
  #cart_summary tbody td.cart_quantity .qty {
    border: 1px solid #CCC;
    box-shadow: none;
    height: 35px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-size: 1em;
    float: left;
  }
  .rtl #cart_summary tbody td.cart_quantity .qty {
    float: right;
  }
  #cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
    font-weight: bold;
  }
  #cart_summary tfoot td.price {
    text-align: right;
  }
  .rtl #cart_summary tfoot td.price {
    text-align: left;
  }
  #cart_summary tfoot td.total_price_container span {
    color: black;
    text-transform: uppercase;
  }

  .checkoutright {
    padding-top: 37px;
  }

  .shop_tablecart .product-thumbnail {
    width: 100px;
  }
  .shop_tablecart .product-thumbnail img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .cart-totals .total .amount {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .page-checkout .checkout-shopingcart {
    margin-bottom: 50px;
  }
  .page-checkout .checkout-shopingcart table {
    border: none;
  }
  .page-checkout .checkout-shopingcart tr th {
    color: white;
    background-color: #e6c302;
    border: 1px solid #e6c302;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 20px;
  }
  .page-checkout .checkout-shopingcart tr td {
    padding: 20px;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .product-thumbnail {
    width: 150px;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .product-name a {
    text-transform: uppercase;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .product-name p {
    margin-bottom: 0;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .product-name .color {
    text-transform: uppercase;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .product_comments {
    margin-bottom: 10px;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .amount {
    color: black;
    font-weight: 700;
    font-size: 16px;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .quantity {
    position: relative;
    width: 125px;
    height: 35px;
    margin: 0 auto;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .minus,
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    width: 35px;
    position: absolute;
    content: "";
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .minus {
    left: 0;
  }
  .rtl .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .minus {
    right: 0;
    left: auto;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .plus {
    right: 0;
  }
  .rtl .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .plus {
    left: 0;
    right: auto;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .qty {
    border: 1px solid #CCC;
    box-shadow: none;
    height: 35px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-size: 1em;
    float: left;
  }
  .rtl .page-checkout .checkout-shopingcart .shop_tablecart .cart_quantity .qty {
    float: right;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .clear-cart {
    text-transform: uppercase;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .clear-cart a {
    float: right;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: black;
    padding: 8px 25px;
  }
  .rtl .page-checkout .checkout-shopingcart .shop_tablecart .clear-cart a {
    float: left;
  }
  .page-checkout .checkout-shopingcart .shop_tablecart .clear-cart a:hover {
    background-color: #e6c302;
    border: 1px solid #e6c302;
    color: white;
  }
  .page-checkout .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .page-checkout .panel .btn {
    padding: 8px 12px;
  }
  .page-checkout .panel .btn-default {
    background-color: #f3f3f3;
    color: black;
    border: 1px solid #f3f3f3;
  }
  .page-checkout .panel .btn-default:hover {
    color: white;
    background-color: #e6c302;
    border: 1px solid #e6c302;
  }
  .page-checkout .panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-checkout .panel-default > .panel-heading {
    color: #333;
    margin-bottom: 0;
    background-color: white;
    font-size: 14px;
    padding: 10px 30px;
    border: 2px solid #eaeaea;
  }
  .page-checkout .panel-default > .panel-heading .panel-title {
    text-transform: uppercase;
    font-weight: 400;
  }
  .page-checkout .panel-default .panel-body {
    border: 2px solid #eaeaea;
    border-top: none;
    padding: 15px 30px;
  }
  .page-checkout .panel-shopping .panel-body {
    padding: 15px 0;
  }
  .page-checkout .panel-shopping ul li {
    padding: 4px 30px;
  }
  .page-checkout .panel-shopping ul li span {
    float: right;
  }
  .rtl .page-checkout .panel-shopping ul li span {
    float: left;
  }
  .page-checkout .panel-shopping ul li.three {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 30px;
    margin-top: 15px;
  }
  .page-checkout .panel-shopping ul li.three span {
    color: black;
    font-weight: 700;
  }
  .page-checkout .panel-shopping ul li.last {
    padding: 25px 30px 0;
  }
  .page-checkout .panel-group .panel + .panel {
    margin-top: 30px;
  }

  /*******************************************************************
                         end table
  *********************************************************************/
  /*******************************************************************
                   start Product list
  *********************************************************************/
  #subcategories .scene_cat {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  #subcategories .scene_cat a {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 18px;
  }
  #subcategories .scene_cat a:hover {
    color: #e6c302;
  }

  .content_sortPagiBar {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .content_sortPagiBar.bottom {
    background-color: transparent;
    text-align: center;
    margin-bottom: 80px;
    padding: 10px 0;
  }
  .content_sortPagiBar.bottom ul {
    margin: 0;
  }

  .tiva-nav-tabs li {
    display: inline-block;
  }
  .tiva-nav-tabs li a {
    padding: 6px;
    font-size: 16px;
  }
  .tiva-nav-tabs li a:hover, .tiva-nav-tabs li a:focus {
    background-color: transparent;
  }
  .tiva-nav-tabs li.active a {
    color: #e6c302;
  }
  .tiva-nav-tabs li.active a:hover, .tiva-nav-tabs li.active a:focus {
    color: #e6c302;
    background-color: transparent;
  }

  .sort label {
    padding-top: 8px;
    font-weight: 300;
    margin-right: 10px;
    float: left;
  }
  .rtl .sort label {
    margin-left: 10px;
    margin-right: inherit;
  }
  .rtl .sort label {
    float: right;
  }
  .sort select {
    width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sort .selectProductSort {
    min-width: 145px;
  }
  .sort #productsShowForm {
    margin-right: 20px;
  }
  .rtl .sort #productsShowForm {
    margin-left: 20px;
    margin-right: inherit;
  }

  .pagination > li > a {
    min-width: 40px;
    border: 1px solid #ddd;
    margin: 0 3px;
    font-size: 15px;
    color: black;
  }
  .pagination > li > a:hover, .pagination > li > a:focus {
    color: white;
    border: 1px solid #e6c302;
    background-color: #e6c302;
  }
  .pagination > li:first-child > a, .pagination > li:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .pagination > li.active > a {
    color: white;
    border: 1px solid #e6c302;
    background-color: #e6c302;
  }
  .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    color: white;
    border: 1px solid #e6c302;
    background-color: #e6c302;
  }

  /* left_column */
  .sidebar .block {
    margin-bottom: 40px;
  }
  .sidebar .block .title_block {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .sidebar .block .list-block li .count {
    color: #666666;
  }
  .sidebar .block .list-block li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #cdcdcd;
  }
  .sidebar .block .list-block li ul li a {
    padding-left: 15px;
  }
  .rtl .sidebar .block .list-block li ul li a {
    padding-right: 15px;
    padding-left: inherit;
  }
  .sidebar .block .product-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .sidebar .block .product-container .name {
    text-transform: none;
  }
  .sidebar .block .product_list_block li:last-child .product-container {
    border-bottom: none;
  }
  .sidebar .block .product_list_block .product_comments {
    margin: 10px 0 0;
  }

  /* right_column */
  .recent-posts li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
  }
  .recent-posts h5 {
    height: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 400;
    overflow: hidden;
  }
  .recent-posts .post-image {
    margin-right: 15px;
  }
  .rtl .recent-posts .post-image {
    margin-left: 15px;
    margin-right: inherit;
  }

  .block-tag ul li {
    display: inline-block;
    margin: 0 15px 7px 0;
  }
  .rtl .block-tag ul li {
    margin: 0 0 7px 15px;
  }
  .block-tag ul li a {
    color: #666666;
  }
  .block-tag ul li a:hover {
    color: #e6c302;
  }

  .blog-menu .count {
    float: right;
  }
  .rtl .blog-menu .count {
    float: left;
  }

  /*******************************************************************
                   end Product list
  *********************************************************************/
  /*******************************************************************
                   start Module
  *********************************************************************/
  .block_group_top ul {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
  }
  .block_group_top ul li {
    display: inline-block;
    margin-right: 5px;
  }
  .rtl .block_group_top ul li {
    margin-left: 5px;
    margin-right: inherit;
  }
  .block_group_top ul li.selected a {
    color: #e6c302;
  }
  .block_group_top .block-languages ul li img {
    padding: 1px;
    width: 18px;
    height: 14px;
    border: 1px solid transparent;
  }
  .block_group_top .block-languages ul li.selected img, .block_group_top .block-languages ul li:hover img {
    border: 1px solid #e6c302;
  }
  .block_group_top .block-currency {
    margin-top: 15px;
  }

  .block-languages img {
    display: inline-block;
    margin-top: -2px;
  }

  .block-search .dropdown-content {
    min-width: 320px;
  }
  .block-search form input {
    padding: 0 15px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .block-search form button {
    color: white;
    padding: 0 12px;
    line-height: 37px;
  }
  .block-search .input-group-btn:last-child .btn {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .rtl .block-search .input-group-btn:last-child .btn {
    margin-right: 0;
    margin-left: inherit;
  }

  .header_user_info .dropdown-content li .fa {
    width: 14px;
    text-align: center;
    margin-right: 5px;
  }
  .rtl .header_user_info .dropdown-content li .fa {
    margin-left: 5px;
    margin-right: inherit;
  }

  .block-cart {
    position: relative;
  }
  .block-cart .title-cart {
    padding-right: 13px;
  }
  .rtl .block-cart .title-cart {
    padding-left: 13px;
    padding-right: inherit;
  }
  .block-cart .ajax_cart_quantity {
    position: absolute;
    bottom: 17px;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    background-color: #e6c302;
    right: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .rtl .block-cart .ajax_cart_quantity {
    left: 0;
    right: auto;
  }
  .block-cart .dropdown-title {
    padding: 5px 0 4px 13px;
  }
  .rtl .block-cart .dropdown-title {
    padding: 5px 13px 4px 0;
  }
  .block-cart .dropdown-content {
    min-width: 360px;
  }
  .block-cart table.cart {
    width: 100%;
  }
  .block-cart table.cart .product-thumbnail {
    width: 100px;
  }
  .block-cart table.cart .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    clear: both;
    border-top: 1px solid #eaeaea;
  }
  .block-cart table.cart .actions-continue .fa {
    margin-left: 5px;
  }
  .rtl .block-cart table.cart .actions-continue .fa {
    margin-right: 5px;
    margin-left: inherit;
  }

  .block-newsletter {
    padding: 50px 0;
    margin-bottom: 0;
    text-align: center;
  }
  .block-newsletter form {
    width: 570px;
    display: inline-block;
  }
  .block-newsletter form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
  }
  .block-newsletter form input[type="text"] {
    color: #999999;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    display: table-cell;
    border: 1px solid white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .block-newsletter form .btn {
    position: absolute;
    content: "";
    top: 0;
    line-height: 50px;
    padding: 0 35px;
    border: none;
    color: white;
    text-transform: uppercase;
    right: 0;
  }
  .rtl .block-newsletter form .btn {
    left: 0;
    right: auto;
  }
  .block-newsletter form .btn i {
    line-height: 50px;
  }
  .block-newsletter form .submit-icon {
    position: relative;
  }
  .block-newsletter form .submit-icon:before {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    width: 16px;
    height: 50px;
    right: 0;
  }
  .rtl .block-newsletter form .submit-icon:before {
    left: 0;
    right: auto;
  }

  .social_block {
    margin: 4px 0 0 0;
  }
  .social_block ul {
    margin: 0;
  }
  .social_block ul li {
    padding: 0 8px;
    display: inline-block;
  }
  .social_block ul li a {
    color: #999;
  }
  .social_block ul li a:hover {
    color: #e6c302;
  }
  .social_block ul li a span {
    display: none;
  }
  .social_block ul li .fa {
    font-size: 18px;
  }
  .social_block ul li:first-child {
    padding: 0 8px 0 0;
  }
  .rtl .social_block ul li:first-child {
    padding: 0 0 0 8px;
  }

  #categories_block_left .title_block {
    margin-bottom: 10px;
  }
  #categories_block_left .list-block li.parent {
    position: relative;
  }
  #categories_block_left .list-block li.parent .arrow {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
  }
  .rtl #categories_block_left .list-block li.parent .arrow {
    left: 0;
    right: auto;
  }
  #categories_block_left .list-block li.parent .arrow:before {
    content: "\f067";
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 56px;
    color: black;
    line-height: 56px;
    text-align: center;
    font-family: "FontAwesome";
  }
  #categories_block_left .list-block li.parent .arrow.active:before {
    content: "\f068";
  }
  #categories_block_left .list-block li.parent ul {
    display: none;
  }
  #categories_block_left .list-block li.parent ul.open {
    display: block;
  }

  .tiva-filter .filter-item {
    margin-bottom: 30px;
  }
  .tiva-filter .price-filter {
    margin-bottom: 40px;
  }
  .tiva-filter .manufacturer-filter ul li span {
    cursor: pointer;
  }
  .tiva-filter .name-filter input {
    width: 100%;
    padding: 3px 10px;
    font-weight: 200;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .tiva-filter .filter-button {
    margin-top: -5px;
  }
  .tiva-filter .filter-button span {
    background: #95bfe2;
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
  }
  .tiva-filter .filter-button span:first-child {
    margin-right: 10px;
  }
  .tiva-filter .filter-button span:hover {
    background: #f65b47;
  }
  .tiva-filter label {
    line-height: 35px;
  }

  .jslider-label span,
  .jslider .jslider-label-to {
    display: none !important;
  }

  span.jslider.jslider_plastic .jslider-bg i.f {
    background: #DDD;
    height: 3px;
    width: 100% !important;
    left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  span.jslider.jslider_plastic .jslider-bg i.v {
    background: #e6c302;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  span.jslider.jslider_plastic .jslider-bg i.l, span.jslider.jslider_plastic .jslider-bg i.r {
    display: none;
  }
  span.jslider.jslider_plastic .jslider-pointer {
    background: #e6c302;
    width: 13px;
    height: 13px;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  span.jslider.jslider_plastic .jslider-value {
    float: left;
    margin-left: -5px !important;
    margin-top: 36px;
    font-size: 14px;
    color: black;
    background: transparent;
  }
  span.jslider.jslider_plastic .jslider-value.jslider-value-to {
    float: right;
    margin-right: -10px;
  }

  .layout-slider {
    width: 95% !important;
    padding-left: 5px;
  }

  .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
    opacity: 0.7;
    background: url("img/default/fancybox_loading.gif") no-repeat center;
    background-color: #ddd;
  }

  #block_color_filter .title_block {
    margin-bottom: 10px;
  }

  #block_featured_product .product-container {
    margin-bottom: 20px;
    text-align: left;
  }
  .rtl #block_featured_product .product-container {
    text-align: right;
  }
  #block_featured_product .product-container .product-image-container {
    margin-bottom: 0;
  }
  #block_featured_product .star_content {
    padding: 9px 0 0;
    display: inline-block;
  }

  /*******************************************************************
                   end Module
  *********************************************************************/
  /*******************************************************************
                         start about us
  *********************************************************************/
  .text-block .title_block {
    font-weight: 300;
  }
  .text-block .title_block span {
    font-weight: 600;
  }

  .btn-join {
    padding: 10px 40px;
    margin-top: 90px;
    float: right;
  }
  .rtl .btn-join {
    float: left;
  }

  .we-are {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eaeaea;
  }
  .we-are .quote {
    position: relative;
    background-color: #f7f7f7;
    padding: 30px 60px;
  }
  .we-are .quote:before, .we-are .quote:after {
    position: absolute;
    content: "";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 30px;
  }
  .we-are .quote:before {
    content: '\f1b2';
    top: 14px;
    left: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .rtl .we-are .quote:before {
    right: 30px;
    left: auto;
  }
  .we-are .quote:after {
    content: '\f1b2';
    bottom: 30px;
    right: 30px;
  }
  .rtl .we-are .quote:after {
    left: 30px;
    right: auto;
  }

  .about-weare {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #eaeaea;
    text-align: center;
  }
  .about-weare .title_block {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .about-weare .weare-item {
    margin-bottom: 40px;
  }
  .about-weare .weare-image {
    margin-bottom: 15px;
  }
  .about-weare .weare-image a {
    display: block;
    overflow: hidden;
  }
  .about-weare .weare-image img {
    display: inline-block;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .about-weare .weare-image:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .about-weare .weare-content a {
    font-size: 18px;
    font-weight: 600;
  }

  /*******************************************************************
                          end  about us
  *********************************************************************/
  /*******************************************************************
                         start contact us
  *********************************************************************/
  .contact-details {
    text-align: center;
  }

  #contact-map {
    margin: 60px 0 20px;
  }

  .contact-form .contact-des {
    padding: 0 12em;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eaeaea;
    outline: none;
    position: relative;
  }
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #eaeaea;
    height: 175px;
    resize: none;
    margin-bottom: 10px;
    outline: none;
  }
  .contact-form .btn {
    padding: 10px 30px;
    text-transform: uppercase;
  }

  .contact-us .title_block {
    font-weight: 600;
  }

  .contact-box ul li {
    margin-bottom: 15px;
  }
  .contact-box ul li i {
    display: block;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    top: -2px;
    width: 16px;
    float: left;
  }
  .rtl .contact-box ul li i {
    float: right;
  }

  /*******************************************************************
                          end  contact us
  *********************************************************************/
  /*******************************************************************
                   start Footer
  *********************************************************************/
  .index #footer {
    margin-top: 0;
  }

  #footer {
    margin-top: 70px;
    background: #272727;
    color: #999999;
  }
  #footer .block .title_block {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  #footer p {
    color: #999999;
  }

  .toggle-footer li a {
    color: #999999;
  }
  .toggle-footer li a:hover {
    color: #e6c302;
  }

  .footer-center {
    padding: 60px 0 50px;
  }

  .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #404040;
  }
  .footer-copyright .payment {
    float: right;
  }
  .rtl .footer-copyright .payment {
    float: left;
  }

  .about-us {
    padding: 0 100px 0 0;
  }
  .rtl .about-us {
    padding: 0 0 0 100px;
  }
  .about-us li {
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
  }
  .about-us li .fa {
    color: white;
    font-size: 16px;
    margin-top: 5px;
    width: 18px;
    display: inline-table;
    margin-right: 15px;
  }
  .rtl .about-us li .fa {
    margin-left: 15px;
    margin-right: inherit;
  }
  .about-us li a {
    color: #999;
  }
  .about-us li a:hover {
    color: #e6c302;
  }
  .about-us li.numb-phone {
    font-family: sans-serif;
  }

  .block-gallery {
    padding: 30px 0;
  }
  .block-gallery a {
    width: 85%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .rtl .block-gallery a {
    margin: 0 0 10px 10px;
  }
  .block-gallery a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .block-gallery a:hover:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  .bullet li {
    line-height: 27px;
    margin-bottom: 5px;
  }

  /*******************************************************************
                   end Footer
  *********************************************************************/
  /*******************************************************************
                   Start Popup Screen
  *******************************************************************/
  /* Popup Screen */
  .tiva-popup-screen {
    position: fixed;
    top: 0;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    zoom: 1;
    background-color: transparent\9;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .rtl .tiva-popup-screen {
    right: 0;
    left: auto;
  }
  .tiva-popup-screen .popup-wrap {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rtl .tiva-popup-screen .popup-wrap {
    right: 0;
    left: auto;
  }
  .tiva-popup-screen .popup-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .tiva-popup-screen .popup {
    width: 730px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: inline-block;
    z-index: 9998;
    vertical-align: middle;
    background: url(../img/default/popup-h1.jpg) no-repeat center center transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;
  }
  .rtl .tiva-popup-screen .popup {
    text-align: right;
  }
  .tiva-popup-screen .popup p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .tiva-popup-screen .popup form {
    padding: 35px;
  }
  .tiva-popup-screen .popup form .title_block {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .tiva-popup-screen .popup input[type="text"] {
    height: 44px;
    padding: 8px 12px;
  }
  .tiva-popup-screen .popup .btn {
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .tiva-popup-screen .popup .chck-popup {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .tiva-popup-screen .popup .close {
    position: absolute;
    top: 12px;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    z-index: 9999;
    right: 15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .rtl .tiva-popup-screen .popup .close {
    left: 15px;
    right: auto;
  }
  .tiva-popup-screen .popup .close:hover {
    color: #e6c302;
  }

  /*******************************************************************
                   end Popup Screen
  *******************************************************************/
  /*******************************************************************
                   start Go up
  *********************************************************************/
  .go-up {
    position: fixed;
    bottom: 9px;
    margin-bottom: 0;
    text-align: center;
    z-index: 999;
    right: 9px;
  }
  .rtl .go-up {
    left: 9px;
    right: auto;
  }
  .go-up a {
    background: #e6c302;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .go-up a:hover {
    color: white;
  }

  /*******************************************************************
                   end Go up
  *******************************************************************/
  /*******************************************************************
                   start Multi-color
  *********************************************************************/
  .multi-color {
    position: fixed;
    top: 241px;
    left: -230px;
    z-index: 98;
    padding: 20px;
    background: #323232;
    width: 230px;
    color: white;
    left: -230px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  }
  .rtl .multi-color {
    right: -230px;
    left: auto;
  }
  .multi-color.active {
    left: 0;
  }
  .rtl .multi-color.active {
    right: 0;
    left: auto;
  }
  .multi-color.active .handle {
    color: #e6c302;
  }
  .multi-color .handle {
    position: absolute;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 30px;
    line-height: 53px;
    background: #333;
    text-align: center;
    cursor: pointer;
    right: -48px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  }
  .rtl .multi-color .handle {
    left: -48px;
    right: auto;
  }
  .multi-color h4 {
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }
  .multi-color p {
    color: white;
  }
  .multi-color p .fa {
    width: 25px;
    text-align: left;
  }
  .rtl .multi-color p .fa {
    text-align: right;
  }
  .multi-color .group-handle {
    margin-bottom: 20px;
  }
  .multi-color .btn-fixedheader {
    background-color: #222;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 40px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .multi-color .btn-fixedheader .button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    cursor: pointer;
    background-color: #504C4C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .multi-color .btn-fixedheader .button.yes, .multi-color .btn-fixedheader .button.no {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .multi-color .btn-fixedheader .button.yes.active, .multi-color .btn-fixedheader .button.no.active {
    background-color: #e6c302;
  }
  .multi-color .btn-fixedheader .button.yes {
    float: left;
  }
  .rtl .multi-color .btn-fixedheader .button.yes {
    float: right;
  }
  .multi-color .btn-fixedheader .button.no {
    float: right;
  }
  .rtl .multi-color .btn-fixedheader .button.no {
    float: left;
  }
  .multi-color .view-demos a {
    color: #e6c302;
  }
  .multi-color .view-demos a:hover {
    text-decoration: underline;
  }
  .multi-color .color {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 9px 5px 0;
  }
  .rtl .multi-color .color {
    margin: 0 0 5px 9px;
  }
  .multi-color .color:before {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 14px;
    display: none;
  }
  .multi-color .color.active:before {
    display: inline-block;
  }
  .multi-color .color.color1 {
    background-color: #e6c302;
  }
  .multi-color .color.color2 {
    background-color: #e74c3c;
  }
  .multi-color .color.color3 {
    background-color: #db3762;
  }
  .multi-color .color.color4 {
    background-color: #cdad72;
  }
  .multi-color .color.color5 {
    background-color: #1ccfdf;
  }

  /*******************************************************************
                   end Multi-color
  *******************************************************************/
  /*******************************************************************
                   Start Animation & Keyframes
  *******************************************************************/
  @-webkit-keyframes animationmenus {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
      transform: translate(0px, 10px);
    }

    to {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-moz-keyframes animationmenus {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
      transform: translate(0px, 10px);
    }

    to {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-o-keyframes animationmenus {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
      transform: translate(0px, 10px);
    }

    to {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @keyframes animationmenus {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
      transform: translate(0px, 10px);
    }

    to {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  /*******************************************************************
                   end Animation & Keyframes
  *******************************************************************/
