@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-primary: #4B2E1E; /* Dark Brown */
  --color-secondary: #D2B48C; /* Tan/Beige */
  --color-accent: #F5F5DC; /* Cream/Off-White */
  --color-highlight: #CC7722; /* Burnt Orange */
}


#blog .product-card {
  margin: 10px;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
}
.main-menu ul li .submenu {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 250px;
  z-index: 9;
  top: 45px;
  color: #030303;
  transition: 0.45s;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li .submenu li {
  position: relative;
  width: 100%;
  line-height: 0;
}
.main-menu ul li .submenu li:hover ul {
  display: block;
}
.main-menu ul li .submenu li a {
  color: #030303;
  display: inline-block;
  padding: 0 0 0 0px;
  font-weight: normal;
  letter-spacing: 0.5px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  text-transform: none !important;
  line-height: 35px;
}
.main-menu ul li .submenu li a:hover {
  color: #030303;
}
.main-menu ul li .submenu li a:hover::after {
  width: 0;
}
.main-menu ul li .submenu li:last-child a {
  border-bottom: none;
}
.main-menu ul li .submenu ul {
  position: absolute;
  left: 250px;
  background: #fff;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li .submenu li.second:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a {
  font-size: 16px;
  color: #030303;
  text-transform: uppercase;
  padding: 0 0px;
  position: relative;
  font-weight: bold;
}
.main-menu ul li a::after {
  position: absolute;
  content: "";
  background-color: #3A1F13;
  width: 0%;
  left: 0;
  bottom: -10px;
  height: 3px;
  transition: 0.45s;
}
.main-menu ul li a:hover::after {
  width: 100%;
}
.main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.certificates-main {
  padding-top: 50px;
}
.certificates-main .heading {
  margin-bottom: 30px;
  text-align: center;
}

.certificates {
  padding: 20px 15px;
  box-shadow: 2px 2px 10px #ddd;
  margin-bottom: 20px;
}
.certificates img {
  width: 100%;
}

body {
  font-family: "Inter Tight", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.custom-container {
  padding: 0 15px;
  margin: 0 auto;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #3A1F13;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #000;
  text-decoration: none;
  background: #D2B48C;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  width: 40px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}
.sidenav .submenu {
  display: none;
}
.sidenav .submenu.active {
  display: block;
}

.top-header {
  background-color: #4B2E1E;
  padding: 15px 0px;
}
.top-header .row {
  align-items: center;
}
.top-header .top-left ul li {
  display: inline-block;
  margin-right: 20px;
}
.top-header .top-left ul li a {
  font-size: 16px;
  color: #fff;
}
.top-header .top-left ul li a i {
  color: #fff;
  padding-right: 10px;
}
.top-header .top-left ul li span {
  font-size: 16px;
  color: #fff;
}
.top-header .top-left ul li span i {
  color: #fff;
  padding-right: 10px;
}
.top-header .socail-menu {
  text-align: right;
}
.top-header .socail-menu ul li {
  display: inline-block;
}
.top-header .socail-menu ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  background-color: #3A1F13;
  text-align: center;
  display: block;
}

table.inq_basket .inq_basket_img img {
  width: 100px;
}

.down-header .row {
  align-items: center;
}
.down-header .basket-icon ul .destop-none {
  display: none;
}

.basket-icon {
  text-align: right;
}
.basket-icon ul li {
  display: inline-block;
  padding: 0 10px;
}
.basket-icon ul li span.call-text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.basket-icon ul li a {
  font-size: 23px;
  color: #fff;
  text-align: right;
  position: relative;
}
.basket-icon ul li a span {
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #4B2E1E;
  border-radius: 50px;
  position: absolute;
  right: -13px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  top: -7px;
  padding: 0;
}

.logo {
  text-align: center;
}
.logo img {
  width: 150px;
  padding: 20px 0;
}

.title-wrapper {
  padding-top: 40px;
}
.title-wrapper .row {
  align-items: center;
}
.title-wrapper .tab-wrap .nav {
  justify-content: center;
}
.title-wrapper .tab-wrap .nav .nav-link {
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 0 18px;
  font-size: 18px;
}
.title-wrapper .tab-wrap .nav .nav-link.active {
  background-color: transparent;
  position: relative;
}
.title-wrapper .tab-wrap .nav .nav-link.active::after {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #D2B48C;
  content: "";
  left: 0;
  bottom: 0;
}

.product-main {
  padding: 40px 0px 60px;
}
.product-main ul {
  display: flex;
  flex-wrap: wrap;
}
.product-main ul li {
  width: calc(20% - 20px);
  margin: 10px;
}
.product-main ul li .product-card {
  border: 1px solid rgba(153, 153, 153, 0.231372549);
}
.product-main ul li .product-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transition: 0.3s;
}
.product-main ul li .product-card .product-thumb img {
  height: 300px;
}

.product-card {
  padding: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-card .product-thumb {
  overflow: hidden;
}
.product-card .product-thumb img {
  transition: 2s;
  width: 100%;
}
.product-card .product-content {
  text-align: center;
}
.product-card .product-content h2 {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}
.product-card .product-content span {
  font-size: 12px;
  color: #978f92;
  text-align: left;
  display: block;
}
.product-card .hover-icons {
  position: absolute;
  top: 0;
  right: -60px;
  transition: 0.45s;
}
.product-card .hover-icons ul {
  display: block;
}
.product-card .hover-icons ul li span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  display: block;
  border: 1px solid rgba(153, 153, 153, 0.231372549);
  transition: all 0.3s ease-in-out;
}
.product-card .hover-icons ul li span i {
  color: #000;
}
.product-card .hover-icons ul li span:hover {
  background-color: #3A1F13;
}
.product-card .hover-icons ul li span:hover i {
  color: #fff;
}
.product-card:hover .hover-icons {
  right: 0;
}
.product-card:hover .product-thumb img {
  transform: scale(1.09);
}

.view-all {
  text-align: right;
}
.view-all a {
  background: #3A1F13;
  line-height: 52px;
  display: inline-block;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #3A1F13;
}
.view-all a i {
  padding-left: 10px;
}

.heading {
  text-align: left;
}
.heading h2 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.category-wrap {
  overflow: hidden;
}
.category-wrap img {
  width: 100%;
  transition: 0.45s;
}
.category-wrap:hover img {
  transform: scale(1.09);
}

.about-main {
  padding: 60px 0px;
}
.about-main .about-thumb {
  padding-right: 40px;
}
.about-main .about-thumb img {
  width: 100%;
}
.about-main .about-content h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-main .about-content p {
  font-size: 18px;
  color: #000;
}
.about-main .about-content a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #D2B48C;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  transition: 0.45s;
}
.about-main .about-content a i {
  padding-left: 10px;
}
.about-main .about-content a:hover {
  background-color: #000;
  color: #fff;
}

.new-arival {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.new-arival .product-card {
  border-right: 1px solid #e7e7e7;
  padding-bottom: 0;
  height: 100%;
}
.new-arival .new-banner img {
  width: 100%;
}

.newletter-main {
  padding: 50px 0px 50px 0px;
  background: #4B2E1E;
}
.newletter-main .heading {
  text-align: left;
}
.newletter-main .heading h2 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.newletter-main .heading p {
  font-size: 20px;
  margin: 15px 0px;
  text-align: left;
  color: #fff;
}
.newletter-main form {
  display: flex;
  justify-content: left;
}
.newletter-main form input {
  border: 1px solid #000;
  width: 600px;
  line-height: 46px;
  padding-left: 20px;
}
.newletter-main form button {
  background-color: #D2B48C;
  color: #3A1F13;
  text-transform: uppercase;
  font-size: 20px;
  height: 70px;
  line-height: 50px;
  padding: 0 20px;
  border: none;
}

.insta-main ul {
  display: flex;
  flex-wrap: wrap;
}
.insta-main ul li {
  width: 20%;
}
.insta-main ul li .insta-img {
  position: relative;
}
.insta-main ul li .insta-img img {
  width: 100%;
}
.insta-main ul li .insta-img::after {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.45s;
}
.insta-main ul li .insta-img .insta-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}
.insta-main ul li .insta-img .insta-icon i {
  font-size: 25px;
  color: #fff;
}
.insta-main ul li .insta-img:hover::after {
  opacity: 0.6;
}
.insta-main ul li .insta-img:hover .insta-icon {
  opacity: 1;
}

.site-footer {
  background-color: #000;
}

.border-right {
  border-right: 1px solid #232323;
}

.footer-links {
  padding: 70px 30px;
}
.footer-links h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-links p {
  font-size: 15px;
  color: #fff;
}
.footer-links ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 2;
  display: block;
  transition: 0.45s;
}
.footer-links ul li a i {
  color: #fff;
  width: 20px;
}
.footer-links ul li a:hover {
  color: #fff;
}
.footer-links .d-flex .icon {
  padding-right: 10px;
  color: #fff;
}

.bottom-footer {
  background-color: #000;
  padding: 40px 0px;
}
.bottom-footer p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer-text {
  padding-left: 20px;
}

.footer-logo {
  text-align: center;
  padding: 70px 0px 0 0;
}
.footer-logo img {
  width: 30%;
}
.footer-logo p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0px;
}
.footer-logo h3 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.middle-footer {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 50px 0;
}
.middle-footer .d-flex .icon {
  width: 20%;
}
.middle-footer .d-flex .icon img {
  width: 80%;
}
.middle-footer .d-flex .text {
  width: 100%;
}
.middle-footer .d-flex .text h2 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.middle-footer .d-flex .text p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.mobile-header {
  display: none;
}

@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .custom-container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (min-width: 1550px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .custom-container {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .custom-container {
    max-width: 1750px;
  }
}
@media screen and (max-width: 1700px) {
  .title-wrapper .tab-wrap .nav .nav-link {
    margin: 0 13px;
  }
}
@media screen and (max-width: 1600px) {
  .product-main ul li .product-card .product-thumb img {
    height: 218px;
  }
}
@media screen and (max-width: 1399px) {
  .main-menu ul li {
    padding: 0 7px;
  }
  .title-wrapper .tab-wrap .nav .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .main-menu ul li a {
    font-size: 15px;
  }
  .logo img {
    width: 190px;
  }
  .top-header .top-left ul li {
    margin-right: 10px;
  }
  .top-header .top-left ul li span {
    font-size: 14px;
  }
  .product-card .product-content h2 {
    font-size: 13px;
  }
  .footer-links {
    padding: 45px 10px;
  }
  .middle-footer .d-flex .text h2 {
    font-size: 18px;
  }
  .middle-footer .d-flex .text p {
    font-size: 17px;
  }
  .middle-footer .d-flex .icon {
    width: 30%;
  }
  .middle-footer .d-flex .icon img {
    width: 100%;
  }
  .about-main .about-thumb {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .down-header .search-bar {
    display: none;
  }
  .down-header .basket-icon ul img {
    padding-left: 20px;
    width: 47px;
  }
  .down-header .basket-icon ul .destop-none {
    display: inline-block;
    padding-left: 25px;
  }
  .down-header .basket-icon ul li a.basket img {
    width: 42px;
  }
}
@media screen and (max-width: 992px) {
  .top-header .top-left ul li span.address {
    display: none;
  }
  .top-header .top-left ul li .mail-text {
    display: none;
  }
  .basket-icon {
    text-align: right;
  }
  .basket-icon ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .basket-icon ul li a {
    color: #000;
  }
  .basket-icon ul li:last-child {
    margin-left: 5px;
  }
  .logo {
    text-align: left;
  }
  .mobile-header {
    display: block;
    padding: 10px 0px;
  }
  .mobile-header .row {
    align-items: center;
  }
  .down-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-content {
    margin-top: 40px;
  }
  .footer-logo {
    text-align: left;
    padding: 30px 0px 0 0;
  }
  .border-right {
    border-right: none;
  }
  .about-main .about-content span {
    font-size: 16px;
  }
  .about-main .about-content p {
    font-size: 16px;
  }
  .about-main .about-content h2 {
    font-size: 35px;
  }
  .middle-footer .d-flex .icon {
    width: 20%;
  }
  .middle-footer .d-flex .icon img {
    width: 60%;
  }
  .view-all a {
    padding: 0 10px;
    font-size: 12px;
  }
  .footer-newsletter .inner-content form input {
    margin-bottom: 20px;
    border: none;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .footer-text {
    padding-left: 0px;
  }
  .col-lg-8.col-md-2 {
    display: none;
  }
  .message {
    text-align: center;
  }
  .top-header .top-menu {
    text-align: center;
    margin-top: 10px;
  }
  .product-main ul li {
    width: 50%;
  }
  .new-arival .product-card {
    border-right: 1px solid #000;
    border-left: 1px solid;
    border-bottom: 1px solid;
  }
  .footer-links {
    padding: 45px 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .footer-logo img {
    width: auto;
    width: 100%;
  }
  .down-header .basket-icon ul li a {
    font-size: 19px;
  }
  .down-header .basket-icon ul li a span {
    font-size: 13px;
  }
  .down-header .basket-icon ul li a.basket img {
    width: 28px;
    padding-left: 7px;
  }
  .down-header .basket-icon ul .destop-none {
    display: inline-block;
    padding-left: 10px;
  }
  .bottom-footer {
    padding: 20px 0px;
  }
  .top-header .message p {
    font-size: 14px;
  }
  .top-header .top-left ul li {
    margin-right: 0px;
  }
  .main-menu ul li a {
    font-size: 14px;
    padding: 0 5px;
  }
  .sale-banner .sale-content {
    padding-left: 0;
  }
  .logo img {
    width: 150px;
  }
}
.product-tabs .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-tabs .nav.nav-tabs .nav-link {
  color: #4B2E1E;
  font-size: 18px;
}
.product-tabs .nav.nav-tabs .active {
  color: #4B2E1E;
}
.product-tabs .tab-content {
  border: 1px solid #dee2e6;
  margin-top: -1px;
}

.form_update {
  display: flex;
  width: 200px;
}
.form_update .up_qty {
  background: url(../images/update-icon.png) no-repeat center center transparent;
  text-indent: -9999rem;
  border: none;
  width: 45px;
  height: 45px;
  margin: 0 10px;
}
.form_update input {
  border: 1px solid rgba(153, 153, 153, 0.231372549);
  text-align: center;
}

.deleteForm .delete-button {
  background: url(../images/delete-icon.png) no-repeat center center transparent;
  text-indent: -9999rem;
  border: none;
  width: 45px;
  height: 46px;
  margin: 0 10px;
}

.basket-table .table-bordered h4 {
  position: relative;
}

.art-no::before {
  float: left;
  margin-right: 10px;
  content: url(../images/tag-dark.png);
}

.submit-inquiry {
  background-color: #4B2E1E;
  border: 1px solid #4B2E1E !important;
  width: 210px !important;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  height: 55px !important;
}

.inquiry-btn {
  background-color: #4B2E1E;
  border: 1px solid #4B2E1E !important;
  width: 250px !important;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  height: 55px !important;
  line-height: 55px !important;
  text-align: center;
}

.table-responsive {
  overflow: hidden;
  -webkit-overflow-scrolling: inherit;
}

.inquiry-form .submit-inquiry {
  background-color: #4B2E1E !important;
  border: 1px solid #4B2E1E !important;
  width: 260px !important;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 55px !important;
}/*# sourceMappingURL=main.css.map */