a:hover {
  color: #d4be25 !important;
}
.blog_thumb {
  height: 396px;
}
.blog_thumb > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_thumb > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_thumb > img {
  width: 100%;
  height: 100%;
  max-height: 900px;
  object-fit: cover;
}
.about_content h1 {
  font-size: 2rem !important;
}
.about_content p {
  text-align: center;
}
.product_thumb a {
  width: 100%;
  height: auto;
  display: flex;
}
.product_thumb a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_thumb:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.product_thumb:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.product_thumb::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 900ms linear;
}
.product_thumb img {
  transition: 0.3s;
  max-width: 100% !important;
}
.product_thumb::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 900ms linear;
}
.pagination {
  gap: 1rem;
}
.pagination ul li {
  display: inline-block;
  width: auto;
  min-width: 45px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
}
.pagination ul li a {
  display: flex !important;
  justify-content: center;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  align-items: center;
  height: 100%;
}
.pagination ul li a:hover {
  color: white !important;
}
.pagination ul li.PagedList-skipToNext {
  width: auto !important;
}

.product-details-tab img {
  width: 100% !important;
  height: 500px !important;
}

.product-details-tab img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.blog_carousel .owl-nav div:hover {
  background: #232323 !important;
  border-color: #232323 !important;
  color: #fff !important;
}
@media screen and (min-width: 991px) {
  .canvas_open {
    display: none;
  }
}
.canvas_open {
  position: static !important;
}

.main_header .row > div {
  margin: 0px !important;
}
.main_header .row {
  justify-content: space-between !important;
  align-items: center !important;
}
.product_details > .container-fluid {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.img-icon {
  color: #232323;

  font-size: 20px;
}
.img-icon-container {
  background-color: #d9d9d9;
  width: 58px !important;
  border-radius: 50% !important;
  margin-right: 1rem;
  margin-bottom: 1rem;

  transition: 0.15s all linear;
  height: 58px !important;
}
.img-icon-container:hover {
  color: white !important;

  background-color: #232323;
  transition: 0.15s all linear;
}
.img-icon-container:hover .img-icon {
  color: white;
}
@media screen and (max-width: 1500px) {
  .product_details > .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.lg-backdrop {
  background-color: rgba(255, 255, 255, 1) !important;
}
#lg-backdrop,
#lg-outer,
#lg-inner {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-thumb {
  width: 100% !important;
  justify-content: center !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem;
  padding: 2rem;
}

.lg-thumb > div {
  cursor: pointer;
  width: 100px !important;
  height: auto !important;
}

.lg-thumb > div > img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
}

.lg-sub-html {
  color: black !important;
}

.productd_title_nav {
  padding-bottom: 0px !important;
}
#scrollUp {
  z-index: 1039 !important;
}
.lg-next,
.lg-prev {
  color: #d9d9d9 !important;
}
.lg-next:hover {
  color: white !important;
}
.lg-prev:hover {
  color: white !important;
}

@media screen and (min-width: 1500px) {
  .shop_area > .container-fluid {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
}

.product_area {
  margin-top: 60px !important;
  margin-bottom: 0px;
}

.sticky-header.sticky {
  position: fixed !important;
}

.row.shop_wrapper {
  row-gap: 2.25rem;
}

.information-table,
tr,
th,
td {
  padding: 10px;
}
.information-table thead {
  background-color: #e7e7e7;
}
.information-table tbody {
  background-color: #f1f1f1;
}
.information-table tbody tr th {
  font-weight: bold;
}
.information-table th {
  text-align: start;
}
.information-table td {
  text-align: start;
}
.product_details .sticky {
  top: 5rem !important;
}
.product_details-project .sticky {
  top: 5rem !important;
}

.pagination .active {
  background-color: #d4be25 !important;
  color: white !important;
}
@media screen and (max-width: 776px) {
  .product_content h4 {
    font-size: 24px;
  }
  .logo img {
    max-width: 150px !important;
  }
  .breadcrumbs_area {
    margin-bottom: 0px !important;
  }
  .header_middle .row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .header_middle .row > * {
    width: auto !important;
  }
  .main_header {
    padding: 20px 0px !important;
  }
  .breadcrumb_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-btn {
    display: none;
  }
  .banner_fullwidth .col-md-5 {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  body {
    overflow-x: hidden !important;
  }
  .sticky-header.sticky {
    background-color: white !important;
  }
  .breadcrumb_content h3 {
    font-size: 24px !important;
    text-align: center;
  }
  .breadcrumb_content ul li {
    font-size: 9px !important;
  }
  .img-icon-container {
    width: 40px !important;
    height: 40px !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .productd_title_nav h1 {
    font-size: 2rem !important;
    width: 100% !important;
    text-align: left !important;
  }
  .sticky-header.sticky {
    padding: 12px !important;
  }
  .mobile-pm-fixed {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .mobile-pm-fixed-shop {
    margin-top: 45px !important;
  }
  .related_products {
    margin-top: 30px !important;
  }
  .productd_title_nav {
    padding-top: 0px !important;
  }
  .product-details-tab {
    margin-bottom: 28px !important;
  }
}

.product_content h4 {
  text-align: center;
}
.information-table tbody tr > td:nth-child(1) {
  width: 15%;
}

.canvas_open {
  width: auto !important;
}

#scrollUp {
  background-color: #d4be25 !important;
}

.mega_menu_inner > li ul li a {
  text-transform: none !important;
}
.canvas_close a:hover {
  background: #d4be25 !important;
  border-color: #d4be25 !important;
}

.breadcrumbs_area {
  margin-bottom: 0px !important;
}
.product_desc {
  font-family: "Lato", sans-serif !important;
}
.breadcrumb_content h3 {
  font-family: "Lato", sans-serif !important;
}
.product_desc p {
  font-family: "Lato", sans-serif !important;
  text-align: left !important;
}
.product_desc a {
  font-family: "Lato", sans-serif !important;
}

.product_desc span {
  font-family: "Lato", sans-serif !important;
}
.row.shop_wrapper {
  justify-content: start !important;
}
.breadcrumb_content h3 {
  text-transform: none !important;
}

.maps-iframe-content {
  height: 25vw;
}
.contact-maps {
  width: 100%;
}
.contact-informations ul li {
  border-top: 1px solid #ededed;
}
.contact-form-content form input {
  border: 1px solid #ededed;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #757575;
}
.contact-form-content form textarea {
  height: 170px;
  border: 1px solid #ededed;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #232323;
}
.contact-form-content form button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: capitalize;
  border: none;
  background: #232323;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-content form button:hover {
  background-color: #d4be25;
}
.map-container {
  margin-bottom: 3rem;
}

.project-btn {
  background-color: #d4be25;
  padding: 12px 12px;
  color: white;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 1rem;
}

.project-btn:hover {
  color: white !important;
  opacity: 0.8;
}

.header_account_list > a:hover {
  color: #d4be25 !important;
  transition: 0.2s all linear;
}
.header_account_list > a i:hover {
  color: #d4be25 !important;
  transition: 0.2s all linear;
}

.color_three .banner_full_text a:hover {
  background: #d4be25 !important;
  border-color: #d4be25 !important;
  color: white !important;
  transition: 0.2s all linear;
}
@media screen and (max-width:1500px) and (min-width:1000px){
  .mega_menu_inner > li > a{
    font-size: 12px !important;
  }
  
  .mega_menu_inner > li ul li a{
    font-size: 12px !important;

  }
}
.dropdown_search{
  padding: 0.5rem;
  border-radius: 6px;
}
#searchinputtext{
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
#searchinputtext:focus{
  border-color: #d4be25;
}


#dropdown_search a{
  display: block;
    width: 100%;
}

@media screen and (max-width:576px) {
  .slider_s_four .single_slider{
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
}
@media screen and (max-width:1400px){
  .blog_section{
    padding-bottom: 70px !important;
  }
  
}