:root{
    --primary-color: #1466A2;
    --secondary-color: #242122;
    --text-color: #808080;
    --heading-font: "Poppins", sans-serif;
    --paragraph-font: "Source Sans 3", sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style-type: none;
    text-decoration: none;
    margin-bottom: 0;
    padding-left: 0;
}

a{
    text-decoration: none;
    color: var(--primary-color);
}

p{
    font-family: var(--paragraph-font);
    font-size: 15px;
    line-height: 25px;
    color: black;
    margin-bottom: 0;
}

body {
    background-color: white;
    font-family: var(--paragraph-font);
    font-size: 15px;
    line-height: 18px;
    color: var(--text-color); 
}
.help-block {
  color: red;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6{
  margin-bottom: 0px;
  color: var(--secondary-color);
}
p, span {
  color: var(--secondary-color);
}
/* 
===========================================================
Commom CSS
===========================================================
*/
.btn-common {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  background-color:var(--primary-color); 
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 8px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-common:hover {
  background-color: var(--secondary-color);
  color: white;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.fa-indian-rupee-sign {
    margin-right: 5px;
}
/*********************** Form Css ********************/
.custom-form-right-area {
  border: 1px solid #e5e5e5;
  padding: 50px 25px;
  background: white;
  box-shadow: 10px 10px 0px 4px #f1f1f1;
}
.form-group,
.login-remember-area {
  margin-bottom: 1rem;
}
.form-div {
  padding: 30px 20px;
}
label {
  font-size: 15px;
}
.form-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
.custom-control {
  height: 50px;
  border-radius: 0px;
  font-size: 15px;
  color: var(--secondary-color);
  background: #fafaff;
  border: 1px solid #ededed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.coupen-field{
  height: 40px;
  border-radius: 0px;
  font-size: 15px;
  color: var(--secondary-color);
  background: #fafaff;
  border: 1px solid #ededed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.form-control:focus {
  background-color: #fafaff;
  border-color: #ededed;
  outline: 0;
  box-shadow: none;
}
.login-remember-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
}
.link-underlined {
  font-size: 15px;
  font-weight: bold;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.login-btn {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme-form-area {
  margin: 3rem 0;
}
.checkbox-material {
  color: var(--secondary-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  padding-left: 8px;
}
.cart-heading p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  padding: 10px 0px;
}
.product-title .product-name a {
  width: 100px !important;
}
/*********************** Select Input Css ********************/
.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 48px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ededed !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafaff !important;
}
/********************* Owl Carousel ******************/
.testimonial-area .owl-carousel .owl-nav .owl-prev,
.testimonial-area .owl-carousel .owl-nav .owl-next {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.testimonial-area .owl-nav .owl-prev {
  left: -50px;
}
.testimonial-area .owl-nav .owl-next {
  right: -50px;
}

/**************** Headings CSS *****************/
.heading-area h3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 30px;
}
/**************** Margin & Padding *****************/
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-150 {
  margin-bottom: 150px;
}

.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}

/**************** Background *****************/
.grey-bg {
  background-color: rgb(251 251 251);
}

/**************** Table *****************/
.table-areas {
  overflow: auto;
}
.table {
  width: 100%;
  white-space: nowrap;
}
table td {
  vertical-align: middle;
}
table th {
  font-size: 18px;
  color: var(--primary-color) !important;
  font-weight: bold;
  text-transform: capitalize;
}
.cart-table td {
  vertical-align: top;
}
/***********************************************************************************************************
===================================================== Header Css ===========================================
************************************************************************************************************/
/* Top Bar */
.main-header {
  width: 100%;
  position: relative;
}
.main-header .top-bar{
  width: 100%;
  background-color: var(--primary-color);
  padding: 5px 0px;
  color: white;
}
.main-header .top-bar .top-bar-content p{
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.main-header .top-bar .top-bar-content ul li a{
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: white;
}
.main-header .top-bar .top-bar-content ul li a i{
  background-color: var(--secondary-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.main-header .top-bar .top-bar-content ul li a i:hover{
  background-color: white;
  color: var(--primary-color);
}
/* Navbar */
.main-header .header-main {
  background: #ffffff;
  position: relative;
  padding: 10px 20px;
  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}
.stickytop .main-header .header-main {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  z-index: 999;
}
.main-header .header-main .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: var(--heading-font);
  text-transform: capitalize;
  padding: 5px 10px;
  color: black;
}
.main-header .header-main .navbar-nav .nav-item .nav-link.active {
  color: var(--primary-color);
}
.main-header .header-main .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
.main-header .header-main ul li a {
  position: relative;
}
.main-header .header-main ul li a i{
  font-size: 22px;
  padding: 0px 5px;
}
.main-header .header-main ul li a .pro-count {
  position: absolute;
  right: -6px;
  top: -4px;
  color: #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  background-color: #3BB77E;
}
.navbar-toggler {
  border-radius: 50px;
  padding: 6px;
  background-color: white;
  border: 1px solid var(--secondary-color);
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  font-size: 14px;
}
#slide-navbar-collapse .display-hide-mobile li a {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--primary-color);
  font-weight: 600;
}
.nav-btn a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--primary-color);
  color: #ffffff !important;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 8px 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.nav-btn a:hover{
  background-color: var(--secondary-color);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
/***********************************************************************************************************
===================================================== Slider Css ===========================================
************************************************************************************************************/
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: var(--primary-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.shop-item a h6 {
  color: black;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 14px;
}
.carousel-control-prev-icon {
  position: relative;
  left: -50px;
}
.carousel-control-next-icon {
  position: relative;
  right: -50px;
}
/***********************************************************************************************************
===================================================== About Css ============================================
************************************************************************************************************/
.custom-form-left-area {
  width: 70%;
  margin: auto;
}
.about-us-area {
  background: #f7f7f7;
  padding: 50px 0px;
}
.about-image-area{
  width: 75%;
  margin: auto;
}
/************************************************************************************************************
===================================================== Footer Css ===========================================
************************************************************************************************************/
/*********** Footer Upper Case **********/
.upper-part {
  background-color: var(--primary-color);
  padding: 50px 0px;
  margin-top: 3rem;
}
.icon-box {
  display: inline-flex;
  align-items: start;
}
.icon-area i {
  color: white;
  font-size: 31px;
}
.footer-top{
    display: grid;
    grid-template-columns: 18% 21% 23% 20% 20%; 
    gap: 2px;
}
.footer-top .icon-box{
  padding: 0 0 0 5px;
}
.footer-top .icon-text {
  margin-left: 10px;
}
.icon-text {
  margin-left: 15px;
}
.icon-text h5 {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.icon-text p {
  color: white;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
/*************** Footer ****************/
.footer-1 {
    background-color: var(--secondary-color);
    padding: 50px 0px 35px;
  }
 
  .footer-1 .footer-wrap .footer-content p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text-color);
    margin: 10px 0px;
  }
  .footer-1 .footer-wrap .footer-title h4 {
    font-family: var(--heading-font);
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
  }
  
  .footer-1 .footer-wrap .footer-links ul li a {
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--text-color);
  }
  
  .footer-1 .footer-wrap .footer-links ul li a:hover{   
    color: var(--primary-color);
  }

  .footer-1 .footer-wrap .footer-address p,
  .footer-1 .footer-wrap .footer-address ul li a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
  }
  .footer-1 .social-links ul li a i{
    background-color: var(--primary-color);
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .footer-1 .social-links ul li a i:hover{
    background-color: white;
    color: var(--primary-color);
  }
  .copy-right-area {
    border-top: 1px solid var(--text-color);
    margin-top: 2rem;
    padding-top: 20px;
  }
  .copy-right {
    text-align: left;
  }
  .copy-right p, .secure-payment span{
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
  }
  .secure-payment {
    text-align: end;
    display: flex;
    align-items: center;
  }
  .secure-payment img{
      width: 50%;
  }
  span#year {
    color: var(--text-color);
  } 
/***********************************************************************************************************
=================================================== Accordion CSS ==========================================
************************************************************************************************************/
.faq-area .accordion-button {
  background-color: var(--primary-color);
  color: white;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  font-weight: 500;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-area .accordion-item {
  margin-bottom: 10px;
}
.faq-area .accordion-button,
.shop-filter-area .accordion-button {
  border-radius: 0 !important;
}
.faq-area .accordion-button:after,
.shop-filter-area .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-area .accordion-button:not(.collapsed):after,
.shop-filter-area .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-area .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: white;
}
.faq-area .accordion-item {
  background-color: white;
}
.faq-area .accordion-button:focus,
.shop-filter-area .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
/************************************************************************************************************
================================================== Testimonial CSS ==========================================
************************************************************************************************************/
.testimonial-item blockquote {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 20px;
  position: relative;
}
.testimonial-item blockquote::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: -35px;
  top: -10px;
  font-size: 32px;
  color: #e8e8e8;
}
.testimonial-item {
  background-color: #f9f9f9;
  border: 1px solid var(--light-grey);
  padding: 50px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.rating {
  margin: 15px 0px;
}
.rating i {
  font-size: 20px;
  color: #f1c720;
}
.client-image h5 {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-bottom: 0px;
}
.client-image p {
  font-size: 12px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 300;
}
/***********************************************************************************************************
=================================================== Breadcrumbs CSS ========================================
************************************************************************************************************/
.breadcrumbs-area {
  position: relative;
  background-color: var(--primary-color);
  display: block;
  padding: 10px 0 10px;
  z-index: 1;
}
.breadcrumbs-area .page-title-pattern {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.page-heading h1 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
}
.breadcrumbs-links {
  position: relative;
  text-align: end;
}
.breadcrumbs-links li a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.breadcrumbs-links li{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  z-index: 999;
}
/***********************************************************************************************************
==================================================== Wishlist Css ==========================================
************************************************************************************************************/
.wishlist-breadcrumbs h1{
  font-size: 20px;
  color: black;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0px;
}
.wishlist-breadcrumbs span i {
  font-size: 25px;
  color: var(--secondary-color);
}
.custom-card {
  background: white;
  padding: 30px 20px;
  box-shadow: 1px 1px 12px 4px #f3f3f3;
  border: 1px solid #f1f1f1;
}
.wishliat-table .product-shown img {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid #dddddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.wishliat-table .product-name a {
  width: 100px;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wishliat-table .regular-price {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 400;
  margin-bottom: 0;
}

.wishliat-table .regular-price del{
  color: grey;
}

.wishliat-table .regular-price del i{
  color: grey !important;
}

.wishliat-table .regular-price .inr i {
  font-size: 15px;
  color: var(--secondary-color);
}

.wishliat-table .delete {
  border: 1px solid grey;
  color: grey;
  font-size: 15px;
  padding: 10px 15px;
}
.wishliat-table .delete i{
  color: var(--secondary-color);
}
.wishliat-table .delete:hover{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}
.wishliat-table .delete:hover i{
  color: white;
}
.table-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
  font-size: 15px;
  padding: 10px 15px;
}
.table-btn:hover{
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: white;
  font-size: 15px;
  padding: 10px 15px;
}
/***********************************************************************************************************
==================================================== Cart Css ==========================================
************************************************************************************************************/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.big-product-shown {
  width: 80px;
  height: 80px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.quentity .product-qty {
  border: 1px solid #fff9f9;
  width: 20%;
  text-align: center;
}
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}
.btn-rounded {
  border-radius: 50%;
}
.input-rounded {
  border-radius: 50px;
}
.product-qty {
  width: 35%;
}
.qty-count {
  width: 30px;
  height: 34px;
  font-size: 19px;
  border: none;
  color: var(--blue);
  border-radius: 50px;
}
.input-group {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.product-other-details p{
  color: gray;
  font-size: 14px;
}
.cart-heading {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.cart-heading h5 {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
.cart-form__totals {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.total {
  border-top: 1px dashed #a1a1a1;
  border-bottom: 1px dashed #a1a1a1;
  margin: 14px 0px;
  padding: 5px 0px;
}
.cart-right p {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.text-green {
  color: green;
}
.cart-form__totals.total span {
  font-size: 18px;
}
.cart-order {
  background: white;
  bottom: 0px;
  padding: 18px 14px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -18px;
}
.promo-form {
  display: flex;
}
.btn.btn-others {
  background: var(--primary-color);
  color: white;
  font-size: 15px;
  border-radius: 0;
  width: 40%;
  border-radius: 0px 50px 50px 0px;
}

.status-area {
  display: inline-flex;
  align-items: center;
}
.icon i {
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  font-size: 22px;
  color: white;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 20px;
}
.icon-content h6 {
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--primary-color);
}
.icon-content p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-color);
}
.cart-product-shown {
  width: 80px;
  height: 80px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.payment-method-bg {
  border: 1px solid #ccc;
  padding: 15px 10px 5px;
  background: #fafaff;
  border-radius: 0px;
}
.table-areas .price p {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 14px;
}
/************************************************************************************************************
===================================================== Shop CSS =============================================
************************************************************************************************************/
.shop-heading h5 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.shop-filter-area {
  margin-top: 20px;
}
.shop-filter-area .accordion-button{
  background-color: var(--primary-color);
  color: white;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  font-weight: 500;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-area label {
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.product-grid {
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-img img {
  border-radius: 10px 10px 0px 0px;
}
.product-content {
  background: #f9f9f9;
  padding: 20px 10px 20px;
  border-radius: 0px 0px 10px 10px;
}
.product-title h4 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.product-title h4 a{
  color: var(--secondary-color);
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title h4 a:hover{
  color: var(--primary-color);
}

.product-price p span {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
}

.product-price p span i{
  font-size: 16px;
  color: #363636;
}
.product-price p del {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
}

.product-price p del i{
  font-size: 16px;
  color: #ababab;
}
.small-title h5 {
  color: var(--primary-color);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 2px 0px 8px;
}
.star-rating {
  margin: 18px 0px;
}
.star-rating span{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.star-rating span i {
  color: gold;
  font-size: 18px;
}

.size-area .form-select {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.size-guide .btn-primary {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
  border-radius: 50px;
  padding: 4px 12px;
}
.size-guide .btn-primary:hover{
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: white;
}
.product-content p {
  margin: 5px 0px;
}
.form-select:focus {
  border-color: var(--secondary-color);
  outline: 0;
  box-shadow: none;
}
.budge {
  position: absolute;
  top: -1px;
  left: 0px;
  background: var(--primary-color);
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 10px;
  border-radius: 0px 10px 0px 10px;
}
.wishlist-icon i{
  position: absolute;
  top: -1px;
  right: 0px;
  font-size: 18px;
  color: red;
  text-transform: capitalize;
  padding: 10px 10px;
}
.custom-modal {
  border: 0;
  border-radius: 0;
}
.custom-modal .modal-header {
  border-bottom: 0px;
}
.custom-modal .modal-title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--primary-color);
}
.breadcrumbs-list {
  text-align: right;
}
.breadcrumbs-list li{
  color: var(--primary-color);
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
}
.school-name-area h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.school-name-area p {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: red;
}
.category-tree li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 35px;
}
.category-tree ol li {
  padding-left: 20px;
}
/***********************************************************************************************************
=================================================== Dashboard CSS ==========================================
************************************************************************************************************/
.user-profile-sidebar {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.user-profile-sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid  rgba(129, 127, 127, 0.08); */
}

.user-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50px
}

.user-profile-img img {
  border-radius: 50%
}

.profile-img-file {
  display: none
}

.user-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: var(--primary-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}

.user-profile-sidebar-list li {
  margin: 5px 0
}

.user-profile-sidebar-list li a {
  color: #000;
  font-size: 16px;
  padding: 14px 10px;
  display: block;
  font-weight: 500;
  transition: all .5s ease-in-out;
}

.user-profile-sidebar-list li a:hover {
  padding-left: 20px
}

.user-profile-sidebar-list li a i {
  margin-right: 5px;
  color: var(--primary-color)
}

.user-profile-sidebar-list .active i {
  color: #fff;
}

.user-profile-sidebar-list .active {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
}

.user-profile-card {
  background: #fff;;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow)
}

.user-profile-card-title {
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color)
}

.user-profile-card .text-success {
  color: var(--theme-color)!important
}

.user-profile-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color)
}

.user-profile-card-header .user-profile-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.user-profile-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px
}

.user-profile-search .form-group {
  position: relative
}

.user-profile-search .form-control {
  padding: 10px 12px 10px 35px;
  box-shadow: none;
  border-radius: 10px
}

.user-profile-search .form-control:focus {
  border-color: var(--theme-color)
}

.user-profile-search i {
  position: absolute;
  left: 12px;
  top: 15px
}

.user-profile-card-header .theme-btn {
  padding: 8px 15px
}

.profile-info-list li {
  margin: 12px 0;
  font-weight: 500
}

.profile-info-list li span {
  float: right;
  font-weight: 400
}

.user-profile-form .form-group {
  margin-bottom: 20px
}

.user-profile-form .form-group label {
  color: #000;
  margin-bottom: 5px;
}

.user-profile-form .nice-select {
  border-color: #e8e8e8
}

.user-profile-form .nice-select:focus,.user-profile-form .form-control:focus {
  border-color: var(--theme-color)
}

.user-profile-form .theme-btn {
  width: unset
}

.user-profile .badge-success {
  background: #dcfce7;
  color: #22c79c
}

.user-profile .badge-info {
  background: #f3e8ff;
  color: #a855f7
}

.user-profile .badge-primary {
  background: #dbf7fd;
  color: #0dcaf0
}

.user-profile .badge-danger {
  background: #fee2e2;
  color: #ef4444
}

.dashboard-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/3%)
}

.dashboard-widget-info span {
  font-weight: 500
}

.dashboard-widget-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px
}

.dashboard-widget-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px
}

.dashboard-widget-color-1 {
  background: rgba(98,89,202,.15);
  color: #6259ca
}

.dashboard-widget-color-1 h1 {
  color: #6259ca
}

.dashboard-widget-color-1 .dashboard-widget-icon {
  background: #6259ca;
  color: #fff
}

.dashboard-widget-color-2 {
  background: rgba(14,198,198,.15);
  color: #29bf6c
}

.dashboard-widget-color-2 h1 {
  color: #29bf6c
}

.dashboard-widget-color-2 .dashboard-widget-icon {
  background: #29bf6c;
  color: #fff
}

.dashboard-widget-color-3 {
  background: rgba(255,179,0,.15);
  color: #ffb300
}

.dashboard-widget-color-3 h1 {
  color: #ffb300
}

.dashboard-widget-color-3 .dashboard-widget-icon {
  background: #ffb300;
  color: #fff
}

.table-list-info a {
  display: flex;
  align-items: center;
  gap: 10px
}

.table-list-info h6 {
  transition: all .5s ease-in-out
}

.table-list-info p {
  color: #000;
}

.table-list-info:hover h6 {
  color: var(--primary-color);
}

.table-list-info span {
  color: #000;
  font-size: 14px;
}

.table-list-info img {
  width: 90px;
  border-radius: 8px
}

.user-profile-card .table>:not(caption)>*>* {
  vertical-align: middle;
  padding: .8rem
}

.profile-setting .form-check {
  margin-bottom: 10px
}

.profile-setting .form-check-input {
  margin-top: 6.5px;
  box-shadow: none
}

.table-list-content {
  margin-right: 80px;
}

.user-profile-card-title {
  color: #111111;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.user-profile-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
label {
  font-size: 16px;
  font-weight: 600;
  color: black;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.details {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.img-view {
  width: 80px;
}
.title-heading h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0px 0px;
  padding-bottom: 0px;
}
.offer-close {
  outline: none;
  border: none;
  padding: 5px 20px;
  background: #08bf08;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-bottom: 1.5rem;
}
.inputs input {
  width: 40px;
  height: 40px
}
.user-profile-card-title {
  color:var(--primary-color);
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.user-details-area h3{
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 30px;
  margin-bottom: 10px;
}
.user-details-area p {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.details-small-area h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 25px;
  margin-bottom: 10px;
}
.details-small-area h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.details-small-area {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}
/***********************************************************************************************************
=============================================== Product Details CSS ========================================
************************************************************************************************************/
/* product page left area */
.gallery {
  width: 100%;
  max-width: 620px;
  margin: 0px auto 40px;
  
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 500px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
/* arrows color */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  text-align: center;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 20px;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--blue);
}
/*.swiper-button-next{*/
/*    left: 42%;*/
/*}*/
/*.swiper-button-prev{*/
/*    left: 3%;*/
/*}*/

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 20;
  top: 60%;
}
.product-details-area {
  margin: 5rem 0;
  background-color: #fff;
  overflow-x: hidden;
}
.product-left-area .product-image {
  border: 1px solid #f9f9f9;
  width: 80%;
  margin: 0 auto;
}
.product-left-area .product-image img{
  width: 500px;
  height: 500px;
  object-fit: cover;
}
.swiper-wrapper{
    z-index: 0;
}
.stock-budge {
  margin: 10px 0px;
}
.product-right-area{
    background-color: #fff;
    border: 2px solid #1466a2;
    padding: 4% 5%;
    border-radius: 25px;
    position: relative;
    z-index: 20;
    top:5%;
}
.product-right-area .stock-budge span {
  background: green;
  padding: 5px 15px;
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.product-name {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 1.2;
  margin: 0px 0px 0px;
}
.price p{
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
}
.price del {
  color: var(--text-color);
  font-weight: 300;
  font-size: 20px;
}
.description p {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 20px 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.buttons-area .quentity .product-qty {
  width: 50%;
}

.buttons-area .form-select {
  height: 45px;
  border-radius: 50px;
}

.buttons-area .btn-primary {
  padding: 11px 12px;
}
.buttons-area .btn-area {
  margin: 20px 0px;
}
.btn-green {
  background: green;
  border-radius: 50px;
  padding: 12px 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid green;
}
.btn-green:hover{
  background: transparent;
  color: green;
  border: 2px solid green;
}
.btn-black {
  background: black;
  border-radius: 50px;
  padding: 12px 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid black;
}
.btn-black:hover{
  background: transparent;
  color: black;
  border: 2px solid black;
}

/*.buttons-area .row:first-child{
	background: #ffffff;
    margin: 20px 0px;
    border-radius: 50px;
    padding: 15px 0px;
    border: 1px solid #efefef;
}*/
.wishlist-area {
  margin: 20px 0px 0px;
}
.wishlist {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.another-details ul li{
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.my-accordion .accordion-item:first-child {
  border-top: 1px solid #e7e7e7;
  margin-top: 2rem;
}
.custom-accordion .accordion-item:last-child,
.my-accordion .accordion-item:last-child {
  border-bottom: none;
}
.my-accordion .accordion-button {
  color: var(--secondary-color);
  background-color: transparent;
  box-shadow: unset;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 5px 5px;
  text-transform: capitalize;
}
.my-accordion .accordion-body {
  padding: 5px;
}
.my-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.commentlist {
  list-style: none;
}
.commentlist > li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.comment_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px 0;
}
.avatar {
  margin-right: 20px;
  max-width: 60px;
  border-radius: 50%;
}
.woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-family: "Cormorant Upright";
  padding-top: 15px;
}
.checked {
  color: yellow;
  font-size: 18px;
  line-height: 30px;
}
.comment-two h6 {
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.comment-two p {
  color: #000;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0px;
}
.submit-btns {
  background: var(--blue);
  border: none;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comment-form-cookies-consent,
.comment-form-img-message {
  color: #000;
  margin-bottom: 0px;
}
.labels {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black-one);
}
.form-control {
  border-radius: 0px !important;
}
.review-form h6 {
  color: black;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.review-form {
  margin-top: 20px;
}
.video-pop {
  background: var(--primary-color);
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
}
.user-profile-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.product-details-area .container-fluid{
    padding: 0;
}
.product-details-area .qty-count {
    height: 45px;
}
.product-details-area .btn-area {
    margin-left: .5rem !important;
}
.size-area {
    margin-bottom: 10px;
}