@font-face {
  font-family:Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

.welcome-message h5 {
    color: #044704;
    padding: 10px;
    text-transform: capitalize;
}

.add-to-cart-section .total-section {
    padding: 20px 0;
}

.add-to-cart-section .total-section h3 {
    margin-bottom: 20px;
    font-family: Poppins-Medium;
}

.add-to-cart-section table{
    margin-top: 25px;
    font-family: Poppins-Regular;
}

.cart-icon, .wish-icon, .order-icon {
    color: #000;
    font-size: 20px;
}

.cart-icon:hover, .wish-icon:hover, .order-icon:hover {
    color: #000;
    font-size: 20px;
}

.product__item .product__item__pic .product__hover li a {
    background-color: #00000040;
    padding: 10px;
    border-radius: 4px;
    color: #fff!important;
}

.product__item .product__item__pic .product__hover li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.header__nav__option .cart-icon .cart-count {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px 8px;
    min-width: 20px;
    text-align: center;
}

.offcanvas__nav__option .cart-icon .cart-count {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px 8px;
    min-width: 20px;
    text-align: center;
}

.product .home-shop h2 {
    color: #000;
    list-style: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    font-family: Poppins-SemiBold;
}

.product .gtco-testimonials {
  position: relative;
}

.product .gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}

.product .gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.product .gtco-testimonials .owl-nav {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  color:#ea4817;
}

.product .gtco-testimonials .owl-dots {
  text-align: center;
  display: none;
}

.product .gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.product .gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.product .gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.product .gtco-testimonials .card {
  background: #fff;
  border: 0;
}

.product .gtco-testimonials .card .card-img-top {
  width: 250px;
  margin: 15px auto 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.product .gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}

.product .gtco-testimonials .center {
  opacity: 1;
}

.product .gtco-testimonials .center .card-img-top {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.product .gtco-testimonials .owl-carousel .owl-nav button.owl-next {
  position: relative;
  right: 0;
  left: 1%;
  font-size:30px;
}

.product .gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  right: 1%;
  left: 0;
  font-size:30px;
}



.product .gtco-testimonials .owl-carousel .owl-nav button.owl-next,
.product .gtco-testimonials .owl-carousel .owl-nav button.owl-prev,
.product .gtco-testimonials .owl-carousel button.owl-dot {
  outline: 0;
}


.product-info {
  display: grid;
  grid-template-columns: 75px 5px auto;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  margin: 5px 0;
  font-family: Poppins-Medium;
}

.product-info-sizes {
  display: grid;
  grid-template-columns: 120px 5px auto;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  margin: 5px 0;
  font-family: Poppins-Medium;
}

.label, .colon, .value {
  white-space: nowrap;
}

.nice-select.form-control {
  max-width: 100%;
  width: 100px;
}

.nice-select.form-control span.current {
  position: relative;
  bottom: 20%;
}

.nice-select.form-control ul.list {
  width: 100px;
  max-width: 100%;
}

.add-to-cart-section table tbody td a, .add-to-cart-section table tbody td a:hover {
  color: #000;
}

.product .view-all-button {
  text-align: center;
  margin-top: 25px;
  position: relative;
  left: 7px;
}


.product .view-all-button a {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #f1e038;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: Poppins-SemiBold;
}

.shop__sidebar__categories .active-category {
  color: #ea4817;
  font-weight: 600;
}

button.site-btn {
  font-family: Poppins-Medium;
}

.contact__text ul li a, .contact__text ul li a:hover{
  color: #000;
  margin-top: 10px;
  font-family: Poppins-Medium;
}

.contact__text ul li a i{
  color: #ea4817;
  padding-right: 8px;
}

.add-to-cart-section h2 {
  font-family: Poppins-Medium;
  margin: 20px 0;
}

.order-success h2 {
  font-size: 24px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-family: Poppins-Medium;
}

.order-success .order-card h4 {
  color: #000;
  margin-bottom: 8px;
  font-family: Poppins-Medium;
  font-size: 18px;
}

.dashboard h4 a {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #fff;
}

.dashboard ul li a {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
}

.active_menu {
  color: #f1e038!important;
  font-family: Poppins-Medium;
  font-size: 24px;
}

.add_product_section, .product_list_section {
  padding: 30px 0;
}

.add_product_section h2{
  color: #000;
  list-style: none;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins-Medium;
}

.product_list_section h2,.dashboard_section h2{
  color: #000;
  list-style: none;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: Poppins-Medium;
}

.product_list_section table thead tr th, .dashboard_section table thead tr th{
  font-family: Poppins-Medium;
  font-size: 15px;
  padding: 10px;
}

.product_list_section table tbody tr td, .dashboard_section table tbody tr td{
  font-family: Poppins-Regular;
  font-size: 14px;
  padding: 10px;
}


.dashboard_section h3{
  color: #000;
  list-style: none;
  cursor: pointer;
  margin-bottom: 14px;
  font-family: Poppins-Regular;
}

.about__item  .first-topic-tc h6,.second-topic-tc h6, 
.third-topic-tc h6, .fourth-topic-tc h6, .fivth-topic-tc h6,
.sixth-topic-tc h6, .seventh-topic-tc h6 {
  color: #ec5d17;
  margin-top: 20px;
  font-family: Poppins-SemiBold;
  font-size: 18px;
}

.about__item  .first-topic-tc p,.third-topic-tc p, .fourth-topic-tc p,
.fivth-topic-tc p, .sixth-topic-tc p, .seventh-topic-tc p{
  color: #000;
  margin-bottom: 5px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.about__item .second-topic-tc ul, .sixth-topic-tc ul {
  list-style: disc;
  margin: 8px 0;
  padding-left: 30px;
}

.about__item .second-topic-tc ul li, .sixth-topic-tc ul li {
  color: #000;
  margin-bottom: 5px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.about .about__item__content h4, .our_story_content h4, .our_values_content h4 {
  color: #ec5d17;
  margin: 15px 0;
  font-family: Poppins-SemiBold;
  font-size: 24px;
}

.about .about__item__content p, .our_story_content p, .our_values_content p {
  color: #000;
  margin-bottom: 10px;
  font-family: Poppins-Medium;
  font-size: 14px;
}

.footer .web_view {
  padding-left: 50px;
}

.footer .footer__widget p a {
  padding-right: 10px;
  color:#fff;
  font-size: 22px;
}

.footer .footer__widget p a:hover {
  padding-right: 10px;
  color:#ea4817;
  font-size: 22px;
}

.product__detail__info h2 {
  font-family: Poppins-Medium;
  margin-bottom: 15px;
  font-size: 30px;
  color:#eb5317;
}

.related-products h3 {
  font-family: Poppins-Medium;
  margin-bottom: 15px;
  font-size: 30px;
  color:#000;
}

.related-products p {
  font-family: Poppins-Medium;
  padding-left: 20px; 
}