* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
  .tab-button{
      width: 215px;
  }
  
  .tabcontainer{
      width: 630px;
      margin-left: 39px
  }
  
  .addvertise ul li{
      width:221px;
  }
}
.custom-divider {
  width: 100%;
  height: 1px;
  background-color: white;
  position: relative;
}

.image-heading {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
}

.sidebar-image {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.content-section {
  display: none;
}

.custom-divider::before,
.custom-divider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-divider::before {
  top: -2px;
}

.custom-divider::after {
  bottom: -2px;
}

.top-bar {
  background-color: #862919;
  color: white;
  padding: 5px 15px;
}

.top-bar .icon {
  margin-right: 15px;
  color: white;
}

.top-bar .sample-text {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: white;
}

.top_details {}

.top_details ul {
  margin: 0;
  padding: 0;
}

.top_details ul li {
  list-style-type: none;
  float: left;
  padding-right: 28px;
  line-height: 38px;
}

.top_details ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 3px 3px #000;
  transition: 0.9s;
}

.top_details ul li a:hover {
  color: #f7b800;
}

.top_details ul li a span {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  padding-left: 10px;
  transition: 0.9s;
}

.top_details ul li a span:hover {
  color: #f7b800;
}

.top_details ul li:last-child {
  padding-right: 0;
}

.navbar {
  background-color: #832b1a;
  /* Background color */
}

.navbar-nav .nav-link {
  color: #ffd700 !important;
  font-weight: bold;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffffff !important;
}

.navbar-nav .nav-link:active {
  color: #ffffff !important;
}

.navbar-brand img {
  width: 289px;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}

.logo-icon img {
  width: 89px;
  height: 120px;
  margin-top: -20px;
}

.dropdown-menu {
  background-color: #832b1a;
}

.dropdown-menu a {
  color: #ffd700;
  transition: color 0.3s ease;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: #ffffff;
  background: none;
  text-shadow: 1px 3px 3px #000;
}

.dropdown-menu a:active {
  color: #ffffff;
}

.tabcontainer {
  height: auto;
  /*width: 100%;*/
  /*border: 1px solid black;*/
}

.tab-button {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 5px;
}

.tab-heading {
  background-color: #8b0000;
  color: #fde802;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}

.tab-button img {
  width: 100%;
  border-top: 1px solid #ccc;
  display: inline-block;
}

/* Add custom styles for pagination */
.pagination .page-item {
  margin: 0 2px;
}

.pagination .page-item .page-link {
  border-color: #dee2e6 !important;
  padding: 6px 12px;
  background-color: #f8f9fa;
  color: #7b2b1d;
  transition: background-color 0.3s;
  font-weight: 600;
}

.clicked {
  background-color: #8b0000;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

@media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination .page-item {
    margin: 2px;
    width: 36px;
    height: 36px;
  }

  .pagination .page-link {
    font-size: 0.9rem;
    padding: 4px 8px;
  }

  #click-previous i,
  #click-next i {
    font-size: 1rem;
  }
}


.sidebar img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .top_menu .col-xs-12 {
    width: 32%;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .logo_icon {
    display: none;
  }

  .nav>li>a {
    font-size: 16px;
    padding: 8px 6px;
  }

  .archives_nav {
    display: none;
  }

  .archives_nav_mo {
    position: absolute;
    top: 50px;
    margin-left: 38%;
    z-index: 99999;
    display: block;
  }

  .stMain ul.tabAnchor {
    margin-top: 0 !important;
  }

  .stMain ul.tabAnchor li a span {
    width: 150px !important;
  }

  .stMain ul.tabAnchor li a small img {
    width: 150px;
    height: 190px;
  }

  .addvertisement {
    margin-top: 13px;
  }

  .addvertise ul {
    margin-top: 17px;
  }

  .addvertise ul li {
    float: left;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top_details h6 {
    font-size: 14px;
  }

  .addvertise ul {
    float: none;
    text-align: center;
  }

  .addvertise ul li {
    float: none;
    padding-right: 20px;
    display: inline-block;
  }

  .addvertisement {
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .top_details ul li {
    padding-right: 10px;
  }

  .top_details ul li a {
    font-size: 16px;
  }

  .top_details h6 {
    font-size: 10px;
    line-height: 15px;
  }

  .top_details ul li a span {
    font-size: 12px;
  }

  .tab_paper .col-lg-9 {
    width: 96%;
  }

  .stMain {
    padding: 0px;
  }

  .addvertisement {
    width: 96%;
  }

  .tab_paper .col-lg-3 {
    width: 100%;
  }

  .stMain ul.tabAnchor {
    float: none !important;
  }

  .stMain ul.tabAnchor li a small img {
    width: 100%;
    height: 200px;
  }

  .stMain ul.tabAnchor li a span {
    width: 100% !important;
  }

  .stMain div.tabContent {
    position: relative !important;
  }

  .stContainer {
    height: auto !important;
  }

  .inner_paper {
    margin-top: 0px;
  }

  .contact_form ul {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .contact_frm_btn {
    position: absolute;
    margin-top: 75%;
    z-index: 99;
  }

  /*.addvertise ul {*/
  /*  margin-top: 56px !important;*/
  /*}*/
}

.addvertise {}

.addvertise ul {
  padding: 0 0 0 7px;
  float: left;
}

.addvertise ul li {
  list-style-type: none;
  padding-bottom: 18px;
}

.addvertise ul li a {
  box-shadow: 0px 2px 6px 1px #ccc;
  display: block;
}

.addvertisement {
  border: 1px solid #862919;
  box-shadow: 0px 2px 8px rgb(234, 234, 234);
  float: right;
  width: 70%;
  /*margin-top:-70px; clear: both;*/
}

.addvertisement ul {
  padding: 0;
  margin: 0;
}

.addvertisement ul li {
  list-style-type: none;
}

.heading {
  font-size: 35px;
  text-align: center;
  margin: 20px;
  font-weight: 500;
  /* color: #862919;*/
  color: #ffff00;
  background: #990100;
  box-shadow: 0px 4px 6px 1px #ccc;
}

.headlink {
  margin-bottom: 40px;
}

.headlink ul {
  padding: 0;
  margin: 10px 0;
  display: block;
  text-align: center;
}

.headlink ul li {
  list-style-type: none;
  padding: 8px 15px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 30px;
  border-bottom: 4px solid #420f06;
  transition: 0.9s;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  background: -webkit-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  background: -webkit-linear-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  background: -o-linear-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  background: -ms-linear-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  background: linear-gradient(to right,
      rgb(134, 41, 25) 0%,
      rgb(187, 68, 48) 47%,
      rgb(134, 41, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}

.headlink ul li:hover {
  border-bottom: 4px solid #420f06;
  display: inline-block;
  background: linear-gradient(to right,
      rgb(184, 66, 47) 0%,
      rgb(134, 41, 25) 47%,
      rgb(187, 68, 48) 100%);
}

.headlink ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.paper_link {}

.paper_link ul {
  text-align: center;
}

.paper_link ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 15px 30px 15px;
}

.paper_link ul li a {
  color: #862919;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.9s;
}

.paper_link ul li a:hover {
  color: #fc6600;
}

.contact_form {
  margin-top: 50px;
}

.contact_form ul {
  width: 47%;
  float: left;
}

.form-control {
  margin-bottom: 15px;
  border: 1px solid #862919;
  border-radius: 0;
  /*height: 44px !important;*/
  box-shadow: 0px 0px 8px 0px #cecece;
}

.contact-form-textarea {
  height: 140px !important;
  resize: none;
}

.contact_form label {
  font-size: 15px;
  margin-bottom: 10px;
  color: #ffff00;
  background: #990100;
  padding: 5px 10px;
  width: 100%;
}

.contact_frm_btn {
  padding: 8px 40px;
  background: #862919;
  color: #fff;
  outline: none;
  border: none;
  transition: 0.9s;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.footer {
  background-color: #8b2d1a;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer a {
  color: #ffd700;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .feedback-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.footer .feedback-input input {
  border: none;
  padding: 8px;
  width: 320px;
  margin-right: 10px;
  border-radius: 5px;
}

.footer .feedback-input button {
  background-color: #a84433;
  border: none;
  color: yellow;
  padding: 8px 20px;
  border-radius: 5px;
}

.footer .copyright {
  margin-top: 10px;
  font-size: 14px;
}

.social {}

.social ul {
  text-align: center;
}

.social ul li {
  margin: 10px 6px;
  display: inline-block;
  padding: 4px 0px;
  list-style-type: none;
  background: #bb4430;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.9s;
}

.social ul li a {
  color: #fff;
  padding: 0px;
  font-size: 30px;
}

.social ul li:hover {
  background-color: #6d1708;
}

@media (max-width: 576px) {
  .footer .feedback-input {
    flex-direction: column;
  }

  .footer .feedback-input input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .feedback-input button {
    width: 50%;
  }
}

/*--------------------------------------------------------------<Product> CSS</product>--------------------------------------------------------------------------*/

a {
  text-decoration: none;
}

.asp-title {
  font-size: 30px;
  font-weight: 600;
  font-family: Red Hat Display;
}

.border-red {
  border-bottom: 3px solid #1f4f60;
  padding-bottom: 7px;
}

.products-single {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.products-single .box-img-hover {
  overflow: hidden;
  position: relative;
}

.box-img-hover img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.type-lb {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 8;
}

.type-lb .sale {
  background: #1f4f60;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.type-lb .new {
  background: #000000;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-text {
  background: #f5f5f5;
  padding: 15px;
  margin-top: -80px;
  text-align: center;
}

.why-text h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #1f4f60;
}

.why-text .price {
  background-color: #1f4f60;
}

.why-text h5 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 4px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}

.mask-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.mask-icon ul {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mask-icon ul li {
  background: #1f4f60;
}

.mask-icon ul li a {
  color: #ffffff;
  padding: 5px 5px;
  display: block;
}

.mask-icon a.cart {
  background: #1f4f60;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
}

.mask-icon a.cart:hover {
  background: #000000;
  color: #ffffff;
}

.mask-icon ul li a:hover {
  background: #000000;
  color: #ffffff;
}

.products-single .mask-icon {
  background: rgba(1, 1, 1, 0.5);
  top: -100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

.products-single:hover .mask-icon {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}

@keyframes bounceY {
  0% {
    transform: translateY(-205px);
  }

  40% {
    transform: translateY(-100px);
  }

  65% {
    transform: translateY(-52px);
  }

  82% {
    transform: translateY(-25px);
  }

  92% {
    transform: translateY(-12px);
  }

  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px);
  }

  40% {
    -moz-transform: translateY(-100px);
  }

  65% {
    -moz-transform: translateY(-52px);
  }

  82% {
    -moz-transform: translateY(-25px);
  }

  92% {
    -moz-transform: translateY(-12px);
  }

  55%, 75%, 87%, 97%, 100% {
    -moz-transform: translateY(0px);
  }
}

@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
  }

  40% {
    -webkit-transform: translateY(-100px);
  }

  65% {
    -webkit-transform: translateY(-52px);
  }

  82% {
    -webkit-transform: translateY(-25px);
  }

  92% {
    -webkit-transform: translateY(-12px);
  }

  55%, 75%, 87%, 97%, 100% {
    -webkit-transform: translateY(0px);
  }
}

.asp-navigation {
  padding: 10px;
}

.swiper-navigation {
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #1f4f60;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}
/*--------------------------------*/
.tab-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
    opacity: 1;
    position: static;
}

.slide-up {
    animation: slideUp 0.5s forwards;
}

.slide-down {
    animation: slideDown 0.5s forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}