/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(margin-dist.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 991px) {
  html {
    height: 100%;
  }
}

body {
  outline: none !important;
  height: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background: #fff;
}

* {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

.db {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
  .pull-right-m {
    float: right;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.pull-left-c {
  float: left;
}

.pull-right-c {
  float: right;
}

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-3-half {
    width: 30%;
  }
  .col-md-5-half {
    width: 45%;
  }
}

p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

.center-txt {
  text-align: center;
}

iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/*=========================================  Main Styles  =========================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3);
}

.grayscale:hover img {
  -webkit-filter: grayscale(100%);
}

.contrast:hover img {
  -webkit-filter: contrast(145%);
}

.brightness:hover img {
  -webkit-filter: brightness(0.25);
}

.blur:hover img {
  -webkit-filter: blur(3px);
}

.invert:hover img {
  -webkit-filter: invert(100%);
}

.sepia:hover img {
  -webkit-filter: sepia(100%);
}

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg);
}

.opacity:hover img {
  -webkit-filter: opacity(50%);
}

.old-close::before {
  background-color: transparent !important;
}

/*=========================================== Navbar =========================================== */
.top-area {
  padding: 10px 15px;
  background: #242424;
  text-align: center;
}

.top-area p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #fff;
}

.top-area p span {
  color: #d18e3e;
}

.header-area {
  background: url(../images/header-bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  #navbar .navbar-collapse.collapse {
    overflow: inherit;
    height: auto !important;
  }
}

#navbar .navbar-brand {
  height: auto !important;
}

#navbar .navbar-nav {
  margin-top: 26px;
}

#navbar .navbar-nav li {
  position: relative;
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-nav li {
    z-index: 19;
  }
}

@media (max-width: 767px) {
  #navbar .navbar-nav li {
    text-align: center;
  }
}

#navbar .navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #545454;
  font-weight: 500;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

#navbar .navbar-nav li a:hover {
  color: #d18e3e;
}

#search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  margin: 75px;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

#search i {
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
}

#search.active {
  z-index: 999;
  opacity: 1;
}

#search .container {
  height: 100%;
}

#search .fgm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#search label {
  font-size: 25px;
  color: #d18e3e;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  width: 100%;
}

#search input {
  padding: 30px 15px;
  height: auto;
  border: none;
  border-radius: 0;
  font-size: 30px;
  color: #000;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  outline: none;
  box-shadow: none !important;
  text-align: center;
}

.basket {
  position: relative;
}

.basket span {
  position: absolute;
  top: 7px;
  right: 5px;
  background: #d18e3e;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 100%;
  text-align: center;
  padding: 3px 7px;
}

.basket-dp {
  width: 100%;
  height: auto !important;
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 100%;
  min-width: 230px;
  right: 0;
  padding: 20px 15px;
  display: table;
  -webkit-box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  top: -1000%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  text-transform: uppercase;
}

.basket-dp.active {
  z-index: 1;
  opacity: 1;
  top: 100% !important;
}

.basket-dp hr {
  border-color: #d18e3e;
  margin: 10px auto;
}

.basket-dp .col-md-7 {
  border-left: 1px solid #d18e3e;
}

.basket-dp p {
  font-size: 12px !important;
}

.basket-dp strong {
  color: #d18e3e;
}

.basket-dp .btn {
  background: #d18e3e !important;
  font-size: 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  padding: 6px 10px;
  margin: 0 !important;
}

.over-hidden {
  overflow: hidden !important;
}

.cat-dp {
  position: absolute;
  top: -1000%;
  background: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 150px;
  right: -23px;
}

.cat-dp.active {
  top: 100%;
}

@media (max-width: 767px) {
  .cat-dp.active li a i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .cat-dp {
    right: 0;
    left: 0;
    z-index: 99;
  }
}

.cat-dp li {
  padding: 10px 15px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.cat-dp li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.cat-dp li:hover .sub-dp {
  opacity: 1;
}

.cat-dp li:hover .fsdp {
  background: #d18e3e;
  color: #fff !important;
}

.sub-dp {
  position: absolute;
  left: 100%;
  opacity: 0;
  background: #fff;
  top: 0%;
  min-width: 150px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.sub-dp li a {
  display: block;
  padding: 10px 15px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .cat-main-dp:hover .cat-dp {
    top: 100%;
  }
}

@media (max-width: 767px) {
  .sub-dp {
    position: relative;
    height: 0;
    opacity: 1;
    right: 0;
  }
  .sub-dp.active {
    height: auto;
    left: 0;
  }
}

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

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #d18e3e !important;
  border-radius: 0px;
  border: none;
  margin-top: 35px;
  margin-right: 25px;
}

.menu-btn1 {
  position: absolute;
  top: 26px;
  right: 40px;
}

@media (max-width: 767px) {
  .menu-btn1 {
    right: 0 !important;
  }
}

.icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

/*=========================================== Banner =========================================== */
.banner {
  position: relative;
  min-height: 450px;
}

.banner img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

#owl-demo .owl-wrapper-outer {
  overflow: visible !important;
}

#owl-demo .owl-controls {
  display: none !important;
}

/*=========================================== Catagories =========================================== */
#cat {
  margin: 25px auto;
}

.head-main {
  text-align: right;
  margin: 10px auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.head-main p {
  margin: 10px auto;
}

.head-main h2 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  color: #d18e3e;
  text-transform: uppercase;
  margin: 10px auto;
  font-weight: bold;
}

.cat-area {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .cat-area {
    margin: 45px auto;
  }
}

.cat-area .btn-cat {
  position: absolute;
  bottom: -30px;
  right: -50px;
  padding: 5px;
  background: #fff;
  z-index: 999;
}

.cat-area .btn-cat .btn.btn-default {
  padding: 15px 40px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #d18e3e !important;
  border: 2px solid #d18e3e;
  background-color: transparent !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.cat-area .btn-cat .btn.btn-default:hover {
  background: #d18e3e !important;
  color: #fff !important;
}

#about-us {
  background: url(../images/about-bg.jpg) no-repeat right top #e8ebee;
  background-attachment: fixed;
}

#about-us .container {
  position: relative;
  margin-bottom: 40px;
}

#about-us .container::before {
  content: '';
  position: absolute;
  width: 100%;
  left: -98%;
  background: #fff;
  height: 145px;
}

.about-top {
  padding: 30px 100px 30px 15px;
  float: left;
  width: auto;
  background: #fff;
  margin-bottom: 20px;
}

.about-top h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin: 0px auto;
}

.about-top h2 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  color: #d18e3e;
  text-transform: uppercase;
  margin: 10px auto;
  font-weight: bold;
  margin-bottom: 0;
}

.about p {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 24px;
}

.about .btn {
  background: #d18e3e !important;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff !important;
  margin: 10px auto;
}

#feature-products {
  padding: 30px 0;
}

.product {
  border-color: #000;
  border: 15px solid #e8ebee;
  text-align: center;
}

.product h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d18e3e;
  margin: 30px auto 15px auto;
}

.product .btn {
  background: #d18e3e;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 35px;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.feature-head {
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 991px) {
  .feature-head {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-head {
    margin-top: 30tpx;
  }
}

.feature-head h2 {
  font-size: 45px;
  color: #d18e3e;
  font-weight: bold;
  text-transform: uppercase;
}

.feature-head h2 span {
  font-weight: 300;
  font-size: 27px;
}

.feature-head p {
  text-align: right;
}

.newsletter h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #d7d6d6;
  margin: 10px auto;
  margin-left: 20px;
}

.newsletter .col-md-3 {
  border-right: 1px solid #363636;
}

.newsletter .container {
  background: #242424;
  padding: 15px 15px;
}

.newsletter input {
  background: #343434;
  border: none;
  border-radius: 50px;
  color: #6e6d6d;
  padding: 15px 20px;
  height: auto;
  max-height: 100%;
  width: 70%;
  float: left;
}

.newsletter .btn {
  background: #d18e3e;
  color: #262626;
  font-size: 12px;
  border: none;
  border-radius: 50px;
  padding: 15px 25px;
  float: left;
  margin-left: 15px;
}

footer {
  background: #242424;
  padding: 15px 0;
}

.social ul {
  text-align: center;
}

.social ul li {
  display: inline-block;
  margin-right: 10px;
}

.social ul li a {
  background: #313131;
  padding: 10px 15px;
  font-size: 15px;
  color: #878787;
  min-width: 43px;
  display: block;
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.social ul li a:hover {
  color: #fff;
  background: #d18e3e;
}

.footer-panel {
  border-right: 1px solid #353535;
}

.footer-panel .btn {
  background: #d18e3e;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.footer-panel i {
  font-size: 25px;
  color: #d18e3e;
  margin-right: 10px;
}

.footer-panel a {
  color: #fff;
  text-decoration: none;
}

.footer-panel h2 {
  margin: 10px auto 18px auto;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #d18e3e;
  text-transform: uppercase;
}

.footer-panel ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #878787;
  line-height: 26px;
  text-decoration: none;
}

.footer-panel ul li a i {
  color: #d18e3e;
  font-size: 14px !important;
  margin-right: 10px;
}

.copyright {
  background: #d18e3e;
  padding: 15px 0;
  color: #fff;
}

.copyright p {
  margin: 0;
  color: #fff;
}

.pages-d {
  text-align: center;
  padding: 50px 0 90px 0;
}

.pages-d h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #d18e3e;
  margin: 10px auto;
}

.pages-d h3 {
  font-size: 15px;
  color: #6e6e6e;
  margin: 10px auto;
}

#bread {
  padding: 25px 0;
  background: #242424;
}

#bread ul {
  text-align: center;
}

#bread ul li {
  display: inline-block;
  margin-right: 15px;
}

#bread ul li.active a {
  color: #d18e3e;
}

#bread ul li a {
  display: block;
  font-size: 13px;
  color: #fff;
}

#bread ul li a i {
  margin-right: 10px;
}

#welcome {
  text-align: center;
  font-size: 15px;
  color: #6e6e6e;
}

#welcome h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #d18e3e;
  margin: 10px auto;
}

#welcome p {
  font-size: 15px;
  color: #6e6e6e;
  margin: 10px auto;
}

.pagination {
  margin: 0;
  position: relative;
  bottom: 5px;
}

.pagination li.active span {
  background: #d18e3e !important;
  border: none;
  border-radius: 0;
}

.pagination li a {
  background: #414141;
  border: none;
  border-radius: 0;
}

.pagination li a:hover {
  background: #d18e3e !important;
}

.left-menu {
  position: relative;
  bottom: 88px;
  background: #242424;
}

.left-menu .panel {
  border-radius: 0;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

.left-menu .panel .panel-heading {
  background: transparent;
  border-color: #424242;
}

.left-menu .panel .panel-body ul li {
  margin: 10px auto;
}

.left-menu .panel .panel-body ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.left-menu .panel .panel-body ul li a:hover {
  color: #d18e3e;
}

.left-menu .panel .panel-body ul li a i {
  margin-right: 10px;
}

.left-menu .panel .panel-title a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.left-menu .panel .panel-title a:hover {
  color: #d18e3e;
}

.left-menu h2 {
  margin: 0px auto;
  padding: 36px 15px;
  text-align: center;
  background: #414141;
  font-size: 14px;
  text-transform: uppercase;
  color: #d18e3e;
}

.active-s {
  color: #d18e3e !important;
}

.active-main-c {
  color: #d18e3e !important;
}

.product img {
  width: 50%;
  height: 135px;
  padding-top: 15px;
}

.product-view {
  border: 20px solid #e8ecef;
  padding: 0 15px;
}

.product-detail {
  background: #e8ecef;
  padding: 15px 25px;
  padding-bottom: 50px;
}

.product-detail h2 {
  margin: 10px auto;
  font-size: 22px;
  text-transform: uppercase;
  color: #d18e3e;
}

.product-detail h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #6d6d6d;
  margin: 10px auto;
}

.product-detail .dex {
  margin-top: 20px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 27px;
}

.product-detail #quantity_wanted {
  padding: 13px 10px;
}

.product-detail #button-cart {
  background: #d18e3e !important;
  font-size: 14px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  padding: 15px 20px;
}

#inquiry input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px auto;
}

#inquiry select {
  width: 100%;
  padding: 10px 15px;
  margin: 10px auto;
}

#inquiry textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 10px auto;
}

#inquiry .btn {
  background: #d18e3e !important;
  font-size: 14px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  padding: 15px 20px;
}

.btn {
  background: #d18e3e !important;
  font-size: 14px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  padding: 15px 20px;
}

iframe {
  width: 100% !important;
}

.loc {
  color: #6f6e6e;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#feedback input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px auto;
}

#feedback textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 10px auto;
}
