@import url(https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=PT+Sans:wght@400;700&display=swap);@font-face {
  font-family: "MinionRegular";
  src: url("../fonts/MinionPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MinionBold";
  src: url("../fonts/MinionPro-Bold.woff") format("woff");
}
body {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #333;
  background: #292627;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

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

.border-red-bottom {
  border-bottom: dashed 2px #901f25;
}

.alert-dismissible .close {
  padding: 0.6rem 1.25rem;
}

.form-control {
  font-size: 13px;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  background: none;
  color: #fff !important;
}

.form-control:focus {
  box-shadow: inset 0 0 0 #ddd;
  background: none;
}

.form-control-xl {
  padding: 25px;
}

.btn {
  font-size: 13px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.btn-default {
  background: none;
  border: solid 1px #9f9e9e;
  color: #555;
}

.btn-primary {
  background: #901f25;
  border: solid 1px #901f25;
}

.btn-primary:hover {
  background: #901f25;
  border: solid 1px #901f25;
  opacity: 0.8;
}

.input-disabled,
.input-disabled:focus {
  background: #f4f4f4;
  border: none;
}

.input-group-disabled .input-group-text {
  background: #f4f4f4;
}

.input-group-text {
  border: none !important;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f9f9f9;
}

.table {
  border: none;
}
.table th {
  color: #999;
  border: none !important;
  vertical-align: middle;
}
.table td {
  vertical-align: middle;
  border-top: solid 1px #eaeaea;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.gray-text {
  color: #b6c6da;
}

.gold-text {
  color: #BDAEA2;
}

.red-text {
  color: #ec1e24;
}

.navbar {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus {
  color: #fff;
}

.breadcrumb {
  background: #fff;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #333;
}

.card {
  border: none;
  box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4);
}

.card-header {
  background: #fff !important;
  border-bottom: solid 1px #eaeaea;
}

.form-check-label {
  line-height: 23px;
}

.form-text {
  color: #999;
  font-size: 12px;
}

.close:focus {
  outline: none !important;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  border: none;
  color: #b6c6da;
}
.pagination .active > .page-link {
  background: #292627 !important;
}

.show-password {
  cursor: help;
}

.body-content {
  background: #fff;
  min-height: 400px;
  padding-top: 100px;
}

.header-container {
  background-image: url("../../images/frontend/el/header-bg.png");
  background-position: center;
  background-repeat: repeat-y;
  color: #fff;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-logo {
  width: 120px;
  padding-bottom: 5px;
}

.header-lang .dropdown > .btn-secondary {
  background: none !important;
  border: none;
}
.header-lang .dropdown-menu {
  min-width: 20px !important;
}
.header-lang .dropdown-item {
  font-size: 14px;
}
.header-lang .flag-lang {
  width: 18px;
}

.header-search {
  color: #fff;
  background: none;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}

.header-search:focus {
  background: none !important;
  color: #fff;
}

.nav-menu-link {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu-link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.camera_next, .camera_prev, .camera_commands {
  display: none !important;
}

.slider-bottom {
  background: #322e2f;
  padding: 15px 0;
  color: #fff;
}
.slider-bottom .fas, .slider-bottom .fab {
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  color: #797375;
}

.home-category-content {
  text-align: center;
  background-image: url("../../images/frontend/el/category-bg.png");
  background-repeat: repeat-y;
  background-position: center;
}

.divider-mod {
  width: 50px;
  height: 10px;
  background: #ec1e24;
  display: inline-block;
  margin-bottom: 10px;
}

.home-featured-product-title h5 {
  color: #901f25;
}

.home-owl-product .owl-navi a {
  font-size: 35px;
  color: #901f25;
  position: absolute;
  z-index: 998;
  width: 40px;
  height: 55px;
}
.home-owl-product .owl-nav-prev {
  top: 45%;
  left: 0;
  margin-left: 40px;
  transform: translate(-50%, -50%);
}
.home-owl-product .owl-nav-next {
  top: 45%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 35px;
}
.home-owl-product .owl-view-detail {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-owl-product .owl-view-detail a {
  display: none;
  background: #901f25;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.home-owl-product .owl-content {
  background-image: url("../../images/frontend/el/product-bg.jpg");
  background-position: center;
  overflow: hidden;
}
.home-owl-product .owl-content:hover .owl-view-detail a {
  display: inline-block;
}
.home-owl-product .owl-content img {
  width: 100%;
  transition: all 1s;
}
.home-owl-product .owl-content:hover img {
  transform: scale(1.1);
}
.home-owl-product .owl-product-name {
  z-index: 1;
  bottom: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.recommended-products-container {
  background-image: url("../../images/frontend/el/product-wrapper-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.recommended-product-content {
  border: solid 2px #9c9c9c;
}
.recommended-product-content a {
  color: #333;
  display: inline-block;
}

.recommended-product-content:hover {
  background: #dcdbdc;
  border: solid 2px #c3c2c2;
}

.recommended-product-content img {
  transition: all 1s;
}

.recommended-product-content:hover img {
  transform: scale(1.1);
}

.products-wrapper {
  overflow: hidden;
}

.products-wrapper a {
  color: #333;
}

.products-wrapper a:hover {
  opacity: 1;
}

.products-wrapper:hover {
  opacity: 1;
  border: solid 2px #901f25;
}

.products-wrapper img {
  transition: all 1s;
}

.products-wrapper:hover img {
  transform: scale(1.1);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav-logo img {
  width: 150px;
  margin-bottom: 10px;
}

.sidenav-btn a {
  color: #fff !important;
  font-size: 40px;
}

.sidenav-menu {
  margin-top: 20px;
}
.sidenav-menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
}

.sidenav-lang {
  color: #fff;
  margin-top: 20px;
}
.sidenav-lang img {
  width: 40px;
  margin: 0 5px;
}

.logo-divider {
  display: inline-block;
  width: 75px;
  height: 5px;
  background: #901f25;
}

.product-name h3 {
  font-weight: 400;
}

.product-option-img {
  border: solid 2px #9d3538;
}

.product-spesification-content .table-bordered td {
  border: none !important;
  padding: 2px 0;
}
.product-spesification-content .table td:first-child {
  width: 150px;
}

.product-image img {
  transition: all 1s;
}

.product-image:hover img {
  transform: scale(1.1);
}

.footer-container {
  color: #fff;
}

.footer-content {
  background: #4d4d4d;
  padding: 30px 0;
}

.footer-copyright {
  border-top: solid 5px #9d3538;
  padding: 20px 0;
  text-align: center;
}

.footer-logo {
  width: 150px;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slide-in {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate-menu {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@media (max-width: 992px) {
  .header-desktop-content {
    display: none;
  }

  .header-mobile-content {
    display: block;
  }

  .header-menu-mobile {
    margin-top: 5px;
  }
  .header-menu-mobile a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border: solid 1px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
  }

  .body-content {
    padding-top: 80px;
  }

  .navbar {
    box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.5);
  }
  .navbar .navbar-brand img {
    width: 42px;
  }
  .navbar .navbar-toggler {
    border: none !important;
    color: #fff;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-item a {
    font-size: 13px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar .navbar-toggler {
    outline: none !important;
  }
  .navbar .menu-toggler {
    transition: all 1s;
  }
  .navbar .dropdown-divider {
    display: none;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0 !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #fff !important;
  }
  .navbar .dropdown-menu .dropdown-item:hover {
    opacity: 0.8;
  }

  .home-category-content {
    background-size: 100%;
    border-bottom: solid 5px #c1272d;
  }
  .home-category-content a {
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 20px 10px;
  }

  .owl-view-detail a {
    padding: 10px;
  }

  .footer-content {
    text-align: center;
  }

  .footer-menu {
    text-align: center;
    padding: 10px 0;
  }
  .footer-menu a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
  }
  .footer-menu a:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }

  .footer-medsoc {
    padding: 10px 0 20px 0;
  }
  .footer-medsoc a {
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 20px;
  }
  .footer-medsoc a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .header-desktop-content {
    display: block;
  }

  .header-mobile-content {
    display: none;
  }

  .navbar {
    box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.5);
    -webkit-box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.5);
    background: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-brand img {
    width: 30px;
  }
  .navbar .nav-link {
    color: #333 !important;
  }
  .navbar .dropdown-item {
    font-size: 14px;
  }
  .navbar .navbar-nav li > .dropdown-menu-left::before {
    position: absolute;
    top: -7px;
    left: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
  }
  .navbar .navbar-nav li > .dropdown-menu-left::after {
    position: absolute;
    top: -6px;
    left: 14px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
  }
  .navbar .navbar-nav li > .dropdown-menu-right::before {
    position: absolute;
    top: -7px;
    right: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
  }
  .navbar .navbar-nav li > .dropdown-menu-right::after {
    position: absolute;
    top: -6px;
    right: 14px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
  }

  .home-category-content {
    height: 60px;
    border-right: solid 5px #c1272d;
    position: relative;
  }
  .home-category-content a {
    font-weight: 600;
    display: block;
    color: #fff;
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .slider-wrapper {
    min-height: 600px;
  }

  .owl-view-detail a {
    padding: 10px 20px;
  }

  .exlore-more-caption {
    position: absolute;
    padding: 40px 30px;
    color: #fff;
    bottom: 0;
    text-align: center;
  }

  .footer-middle {
    border-right: solid 2px #9d3538;
    border-left: solid 2px #9d3538;
    padding: 0 20px;
  }

  .footer-menu {
    text-align: center;
  }
  .footer-menu a {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
  }
  .footer-menu a:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }

  .footer-medsoc {
    margin-top: 30px;
  }
  .footer-medsoc a {
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 20px;
  }
  .footer-medsoc a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}