﻿/*------------------------------------------------------------------------------
                                GENERAL STYLE
--------------------------------------------------------------------------------*/
@font-face {
  font-family: "linea-arrows-10";
  src: url("../fonts/linea-arrows-10.eot");
  src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
    url("../fonts/linea-arrows-10.woff") format("woff"),
    url("../fonts/linea-arrows-10.ttf") format("truetype"),
    url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ElegantIcons.woff") format("woff"),
    url("../fonts/ElegantIcons.ttf") format("truetype"),
    url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-arrows-remove:before {
  font-family: "linea-arrows-10";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e04a";
}

.icon_search:before {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\55";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

ul,
ol {
  list-style: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

.logo {
  text-align: center;
}

.logo img,
.footer-logo img {
  width: 126px;
}

@media (min-width: 1200px) {
  .container {
    width: 72.27%;
  }
}

@media (min-width: 2560px) {
  .container {
    width: 1850px;
  }
}

/*------------------------------------------------------------------------------
                                NAV-BAR
--------------------------------------------------------------------------------*/
.navbar {
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 0;
}

.navbar > .container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  flex-direction: row-reverse;
}

.navbar .logo-wrapper {
  flex: 1;
  height: auto;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar .logo-wrapper {
    height: 90px;
  }

  .navbar > .container > .row {
    flex-direction: row;
    position: relative;
  }
}
/*------------------------------------------------------------------------------
                                MAIN MENU
--------------------------------------------------------------------------------*/
.main-menu {
  margin-bottom: 0;
}

.main-menu > li {
  padding: 32px 16px;
  position: relative;
}

.main-menu > li:last-child {
  padding-right: 0;
}

.main-menu > li > a {
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: #181818;
  font-size: 13px;
  line-height: 23px;
  cursor: pointer;
  font-weight: 600;
}

.main-menu .caret,
.main-menu .sub-menu {
  display: none;
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -16px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 23px 0;
  width: 240px;
  z-index: 500;
}

.main-menu .sub-menu li {
  padding: 5px 34px;
}

.main-menu .sub-menu li a {
  font-size: 13px;
  line-height: 24px;
  color: #666;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
}

.main-menu .sub-menu li a:hover {
  color: #181818;
}

.main-menu .has-children:hover .sub-menu {
  display: block;
  transition: top 0.15s ease-out;
}

/*------------------------------------------------------------------------------
                                NAVBAR HEADER
--------------------------------------------------------------------------------*/
.navbar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}

.navbar-header .icon {
  display: block;
  margin-right: 29px;
  color: rgb(51, 51, 51);
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
}

.navbar-header .icon:hover,
.navbar-header .icon:focus {
  cursor: pointer;
}

.navbar-header .icon:before {
  font-weight: 700;
}

.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  display: block;
  background-color: #fff;
  border: none;
  margin: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
}

.navbar-header .navbar-toggle .icon-bar {
  width: 18px;
  background-color: rgb(24, 24, 24);
  border-radius: 12px;
  outline: 1px solid transparent;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

/*------------------------------------------------------------------------------
                                SLIDE MENU
--------------------------------------------------------------------------------*/
.navbar-collapse,
.navbar-collapse.collapsing {
  display: block;
  height: auto !important;
  transition: none;
  overflow: visible;
  padding: 0;
  border: none;
  position: static;
}

.slide-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.navbar-collapse .menu-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  transition: all 0.6s ease-in-out;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-collapse.in .slide-menu {
  z-index: 1000;
}

.navbar-collapse.in .menu-wrapper {
  text-align:left;
}

.slide-menu ul {
  margin: 0 33px;
}

.slide-menu li {
  overflow: hidden;
}

.slide-menu li:last-child {
  border-bottom: none;
}

.slide-menu li a {
  display: block;
  position: relative;
  color: rgb(102, 102, 102);
  padding: 9px 0 9px 4px;
  border-top: 1px solid #efefef;
}

.slide-menu li.active a {
  color: #181818;
}

.slide-menu .dropdown-menu {
  display: none;
  width: 100%;
  position: static;
  border: none;
  margin: 0;
  box-shadow: none;
  padding: 0 0 0 15px;
  background-color: transparent;
}

.slide-menu .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.slide-menu .dropdown .fa {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.slide-menu .dropdown.open .dropdown-menu {
  display: block;
}

.slide-menu .menu-title {
  text-align: center;
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}

@media (min-width: 992px) {
  .navbar-collapse,
  .navbar-collapse.collapsing {
    position: relative;
  }

  .navbar-collapse .menu-wrapper {
    background-color: #181818;
    padding: 30px 0;
  }

  .navbar-collapse.in .menu-wrapper {
    transform: translateX(0);
  }

  .slide-menu {
    width: 250px;
    right: 0;
    left: unset;
    background-color: transparent;
  }

  .slide-menu ul {
    margin: 0;
  }

  .slide-menu li.dropdown {
    position: static;
  }

  .slide-menu li a,
  .slide-menu li.active a {
    color: #ccc;
    padding: 5px 34px;
    border-top: none;
  }

  .slide-menu li a:hover {
    color: #fff;
  }

  .slide-menu .dropdown .fa {
    right: 15px;
  }

  .slide-menu .dropdown-menu {
    margin: 0;
  }

  .slide-menu .dropdown-menu > li > a {
    font-weight: 300;
    line-height: unset;
  }
}

/*------------------------------------------------------------------------------
                                BANNER CAROUSEL
--------------------------------------------------------------------------------*/
.banner .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 41px;
  transform: translateX(-50%);
}

.banner .carousel-indicators li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: none;
  box-sizing: border-box;
  margin: 0;
  margin-right: 19px;
  background-color: transparent;
}

.banner .carousel-indicators li:last-child {
  margin-right: 0;
}

.banner .carousel-indicators li span {
  display: block;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.3);
  width: 11px;
  height: 11px;
}

.banner .carousel-indicators .active span {
  width: 15px;
  height: 15px;
  background-color: #333;
}
/*------------------------------------------------------------------------------
                                PRODUCT WIDGET
--------------------------------------------------------------------------------*/
.product-widget,
.article-widget {
  margin-bottom: 50px;
}

.product-widget .widget-title,
.article-widget .widget-title {
  display: inline-block;
  text-transform: capitalize;
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #a09e9e;
  line-height: 33px;
}

.product-list,
.article-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list .product-item {
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
}

.article-list .article-item {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
}

.home .article-list .article-item {
  margin-bottom: 0;
  margin-top: 30px;
}

.product-list .product-item .thumbnail-image,
.article-list .article-item .thumbnail-image {
  background-color: #f9f9f9;
}

.product-list .product-item .thumbnail-image img,
.article-list .article-item .thumbnail-image img {
  width: 100%;
}

.product-list .product-item .thumbnail-image a,
.article-list .article-item .thumbnail-image a {
  display: block;
}

.product-list .product-item .product-name,
.article-list .article-item .article-title {
  margin-top: 18px;
  margin-bottom: 0;
  text-align: left;
}

.product-list .product-item .product-name a,
.article-list .article-item .article-title a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  font-family: "Open Sans", sans-serif;
}

.article-list .article-item .article-summary,
.product-list .product-item .product-detail {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 0;
}

.product-list .product-item .short-description,
.product-list .product-item .product-price {
  display: inline;
}

@media (min-width: 567px) {
  .product-list .product-item,
  .article-list .article-item {
    width: 45%;
  }

  .product-list .product-item:nth-child(2n) {
    margin-left: 10%;
  }

  .product-list .product-item .thumbnail-image img,
  .article-list .article-item .thumbnail-image img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
  }

  .product-list .product-item .thumbnail-image a,
  .article-list .article-item .thumbnail-image a {
    height: 200px;
    overflow: hidden;
  }

  .product-list .product-item:hover img,
  .article-list .article-item:hover img {
    transform: scale(1.1);
  }
}

@media (min-width: 992px) {
  .product-list .product-item,
  .article-list .article-item {
    width: 28.57%;
  }

  .product-list .product-item:nth-child(2n),
  .article-list .article-item:nth-child(2n) {
    margin-left: 0;
  }

  .product-list .product-item:nth-child(3n + 2),
  .article-list .article-item:nth-child(3n + 2) {
    margin-left: 7.14%;
    margin-right: 7.14%;
  }
}

/*------------------------------------------------------------------------------
                                MAIN CONTENT
--------------------------------------------------------------------------------*/
.home .main-content {
  padding: 50px 0;
}

.main-content {
  padding: 20px 0 50px;
}

.main-content .headline .title {
  display: inline-block;
  text-transform: capitalize;
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #a09e9e;
  line-height: 33px;
}

/*------------------------------------------------------------------------------
                                BREADCRUMB
--------------------------------------------------------------------------------*/
.breadcrumb-wrapper {
  margin-top: 20px;
}

.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb-wrapper li a {
  color: rgb(102, 102, 102);
}

.breadcrumb-wrapper .breadcrumb .active {
  color: rgb(24, 24, 24);
}

/*------------------------------------------------------------------------------
                                CONTACT FORM
--------------------------------------------------------------------------------*/
.contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #27a2fc;
}

.contact-form input[type="submit"] {
  background-color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.15em;
  padding: 8px 25px;
}
/*------------------------------------------------------------------------------
                                PRODUCT DETAIL
--------------------------------------------------------------------------------*/
.product-detail .product-name h1 {
  color: rgb(24, 24, 24);
  text-transform: uppercase;
}

.product-detail .add-to-cart-box input[type="submit"] {
  color: #fff;
  background-color: #181818;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}

.product-detail .number-of-buy {
  border-radius: 0;
  border: 1px solid #efefef;
  color: #666;
  outline: none;
  box-shadow: none;
}

.product-detail .number-of-buy:focus {
  outline: none;
  box-shadow: none;
  border-color: #181818;
}

.product-detail .nav-tabs {
  border-bottom: 1px solid #efefef;
}

.product-detail .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 50px;
}

.product-detail .nav-tabs > li.active > a,
.product-detail .nav-tabs > li.active > a:hover,
.product-detail .nav-tabs > li.active > a:focus {
  color: #181818;
}

.product-detail .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  text-decoration: none;
  color: #999;
  padding: 0 3px 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: unset;
  margin-right: 0;
  position: relative;
}

.product-detail .nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #181818;
}

.product-detail .nav-tabs > li > a:hover,
.product-detail .nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
}

.product-detail .tab-content .tab-pane {
  margin-top: 22px;
}
/*------------------------------------------------------------------------------
                                SEARCH MODAL
--------------------------------------------------------------------------------*/
#search-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

#search-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-modal .close-btn {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  top: 40px;
  right: 40px;
  position: absolute;
}

#search-modal .close-btn .icon-arrows-remove {
  font-size: 45px;
  color: #666;
}

#search-modal .close-btn:hover .icon-arrows-remove {
  color: #181818;
}

#search-modal .search-form {
  width: 40%;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
}

#search-modal .search-box {
  font-size: 25px;
  text-transform: uppercase;
  color: #181818;
  width: 100%;
  border: none;
  flex-grow: 1;
}

#search-modal .search-box:hover,
#search-modal .search-box:focus {
  outline: none;
  box-shadow: none;
}

#search-modal .search-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

#search-modal .search-btn:hover,
#search-modal .search-btn:focus {
  outline: none;
  box-shadow: none;
}

#search-modal .search-btn .icon_search {
  font-size: 18px;
  color: #666;
}

#search-modal .search-btn:hover .icon_search {
  color: #181818;
}
/*------------------------------------------------------------------------------
                                BACK TO TOP
--------------------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 47px;
  height: 47px;
  text-align: center;
  background-color: #414141;
  border: 1px solid #414141;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1000;
  cursor: pointer;
}

.back-to-top .icon {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}
/*------------------------------------------------------------------------------
                                FOOTER
--------------------------------------------------------------------------------*/
footer {
  background-color: #181818;
  color: #fff;
}

footer > .container {
  padding: 15px;
}

@media (min-width: 768px) {
  footer > .container {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  footer > .container {
    padding: 50px;
  }
}
/*------------------------------------------------------------------------------
                                TABS
--------------------------------------------------------------------------------*/
.tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tabs-nav li {
  display: inline-block;
  margin-bottom: 10px;
}

.tabs-nav li a {
  float: left;
  width: fit-content;
  padding: 5px 15px;
  margin: 0 5px;
  text-transform: uppercase;
  border: 2px solid #a09e9e;
}

.tab-active a,
.tabs-nav li a:hover {
  background: #181818;
  color: #fff;
  text-decoration: none;
}

.tab-active a {
  border-color: #181818;
}

/*------------------------------------------------------------------------------
                                Contact form
--------------------------------------------------------------------------------*/

.contact-form {
  max-width: 650px;
  margin: 0 auto;
}

.contact-form h3 {
  text-align: center;
  color: #181818;
}

.contact-form .php-email-form .error-message {
  display: none;
  color: var(--color-third);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-form .php-email-form .error-text {
  color: #ed3c0d;
  display: none;
}

.contact-form .php-email-form .custom_error + .error-text {
  display: block;
}

.contact-form .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact-form .php-email-form .sent-message {
  display: none;
  color: var(--color-third);
  background: var(--color-secondary);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-form .php-email-form .loading {
  display: none;
  background: var(--color-third);
  text-align: center;
  padding: 15px;
}

.contact-form .php-email-form .sent-message.show,
.contact-form .php-email-form .error-message.show,
.contact-form .php-email-form .loading.show {
  display: block;
}

.contact-form .php-email-form .loading.show ~ .sent-message,
.contact-form .php-email-form .loading.show ~ .error-message {
  display: none;
}

.contact-form .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-secondary);
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact-form .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact-form .php-email-form input,
.contact-form .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.contact-form .php-email-form input:focus,
.contact-form .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact-form .php-email-form button[type="submit"] {
  background: #000;
  border: 1px solid #000;
  padding: 6px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 30px;
}

.contact-form .php-email-form button[type="submit"]:hover {
  background: #fff;
  color: #000;
}



#nav-bar.navbar-collapse.collapse {
    display: none!important;
}

.slide-menu {
    width:300px;
}
@media (min-width: 768px) {
    .menu-desktop {
        position: absolute;
        top: 115%;
        left: 48%;
        text-align: CENTER;
    }
}