/*
 * Author: Ikbal Hossain
 * app: Jewellery Planet
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --theme-dark: #151515;
  --theme-main: #c3912f;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: var(--secondary-font);
  transition: ease-in all 0.3s;
	background-color:#f8f4f1 !important;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--black);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-main);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Internet Explorer and Edge */
/* width */
body {
  scrollbar-width: thin;
}

/* Track */
body {
  scrollbar-color: #f1f1f1 #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb {
  background: #555;
}

.row {
  width: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inria", sans-serif;
}

ul {
  padding: 0;
  margin: 0 !important;
}

:focus {
  outline: none !important;
}

li {
  list-style: none;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.nopad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mmt {
  margin-top: -100px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-200 {
  margin-top: 200px;
}

.w-100 {
  width: 100%;
}

.nopad-left {
  padding-left: 0px !important;
}

.ptb-50 {
  padding-top: 50px;
}

.nopad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dark_section {
  color: #fff;
}

.section {
  padding: 60px 0;
}

.theme_btn {
  background-color: var(--theme-dark);
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: ease-in all 0.3s;
  font-family: var(--primary-font);
  text-transform: capitalize;
}

.theme_btn:hover {
  transition: ease-in all 0.3s;
  background-color: var(--theme-main);
}

.theme_btn2 {
  background-color: transparent;
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: ease-in all 0.3s;
  font-family: var(--primary-font);
  text-transform: capitalize;
  border: 2px solid #fff;
}

.theme_btn2:hover {
  transition: ease-in all 0.3s;
  background-color: var(--theme-main);
}

.theme_hr {
  border-color: var(--theme-main);
}

.header_title {
  font-size: 36px;
  font-family: var(--primary-font);
  font-weight: 300;
  text-transform: capitalize;
}

.font-primary {
  font-family: var(--primary-font);
  font-weight: 300;
}

.theme-color {
  color: var(--theme-main);
}

.current-menu-title img {
  height: 50px;
}

.navbar-brand img {
  height: 80px;
}

/**************************************************************************/
/**Home Banner Section**/
/**************************************************************************/

.main_nav_section .navbar-nav li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 20px !important;
  position: relative;
  transition: ease-in all 0.3s;
  font-family: var(--secondary-font);
  text-transform: capitalize;
}

.main_nav_section .navbar-nav li a:hover,
.main_nav_section .navbar-nav li a.active {
  color: var(--theme-main);
}

.main_nav_section .navbar {
  padding: 5px 0;
}

.nav_cart_area {
  gap: 25px;
}

.nav_cart_area li a i {
  color: var(--theme-main);
  margin-right: 5px;
}

.nav_cart_area li a {
  color: #000;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 80%;
  top: 50px;
  left: 10%;
}

.megamenu_category_list button {
  text-align: left;
  color: #000;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 25px !important;
}

.megamenu_category_list button.active {
  background-color: var(--theme-main) !important;
}

.category_mega_menu {
  border-left: 1px solid #ccc;
}

.category_mega_menu ul {
  column-count: 2;
}

.mega_menu_cat_img {
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
}

.mega_menu_cat_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.category_mega_menu ul li {
  font-size: 14px;
  line-height: 33px;
}

.category_mega_menu ul li a {
  font-size: 13px !important;
}

.main_nav_section .mega_menu_single ul li a {
  color: #000 !important;
  padding-left: 0 !important;
}

.main_nav_section .mega_menu_single ul li {
  list-style: disc !important;
  padding: 3px;
  opacity: 0.5;
}

.main_nav_section .mega_menu_single ul {
  padding-left: 20px;
}

/**************Mobile Menu******************************/

/****************************************/

.hero_slider_section span.carousel-control-next-icon,
.hero_slider_section span.carousel-control-prev-icon {
     background-color: rgb(255 255 255 / 29%);
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    background-size: 90% 60% !important;
    background-image: none;
    font-size: 20px;
    color: #000;
}

.hero_slider_section img {
  height: 500px;
}

.hero_slider_section .carousel-caption {
  position: absolute;
  right: inherit;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  text-align: center;
  padding: 35px;
  border-radius: 15px;
  width: 50%;
  bottom: initial;
}

.hero_slider_section .carousel-caption h5 {
  font-size: 60px;
  font-weight: 300;
  font-family: var(--primary-font);
}

.hero_slider_section .carousel-caption p {
  font-size: 18px;
  font-family: var(--secondary-font);
  font-weight: 400;
}

.banner_btn {
  display: inline-block;
  background-color: var(--dark-theme);
  padding: 12px 40px;
  color: #fff;
  margin-top: 15px;
  transition: ease-in all 0.3s;
  font-weight: 500;
  border-radius: 5px;
  font-family: var(--primary-font);
  font-size: 16px;
  text-transform: capitalize;
}

.banner_btn:hover {
  outline-offset: 0px;
  transition: ease-in all 0.3s;
}

.her_btn_group span {
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.carousel-control-next-icon {
  right: 5%;
}

.carousel-control-prev-icon {
  left: 5%;
}

/* ------------------------------------------------------------ *\
	Collection Slider
\* ------------------------------------------------------------ */

.single_collection img {
  width: 100%;
}

.single_collection {
  height: 245px;
  border-radius: 0px;
  overflow: hidden;
}

.single_collection img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease-in all 0.3s;
}

.single_collection:hover img {
  transform: scale(1.1) rotate(-5deg);
  transition: ease-in all 0.3s;
}

.shop_by_collection_inner {
  background: #e5e5e5;
  z-index: 999;
  position: relative;
  padding: 40px;
  border-radius: 0px;
}

.shop_by_collection_header a {
  font-size: 16px;
  font-family: var(--primary-font);
  color: #000;
}

.shop_by_collection_header a i {
  margin-left: 10px;
}

/*************************************************/
/****Diamond Slider Section***/
/*************************************************/
.diamnont_tab_btn ul li button {
  font-family: var(--primary-font);
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  margin-left: 15px;
}

.diamnont_tab_btn ul li button:hover {
  color: #000;
}

.diamnont_tab_btn ul li button.active {
  background-color: var(--theme-dark) !important;
  border-color: transparent;
}

.diamond_img {
  background-color: #eeeeee;
  height: 140px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.diamond_img img {
  height: 100%;
  width: 100%;
  object-fit: none;
}

.single_diamond {
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
}

.nature_diamond_slider_wrapper .navigte {
  position: absolute;
  top: 30%;
  z-index: 99;
  transform: translate(-50%, 0);
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  box-shadow: 0px 2px 22px rgb(0 0 0 / 24%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nature_diamond_slider_wrapper .navigte.nature_diamond_slider_next {
  right: -40px;
}

.nature_diamond_slider_wrapper .navigte.lab_diamond_slider_next {
  right: -40px;
}

.nature_diamond_slider_wrapper .navigte.nature_diamond_slider_prev {
  left: 0px;
}

.single_diamond h5 {
  color: #000;
  font-family: var(--secondary-font);
  font-size: 16px;
}

/*************************************************/
/****Best Seller  Section***/
/*************************************************/

.seller_img {
  border-radius: 0px;
  overflow: hidden;
	min-height:330px;
	height:330px
}

.seller_img img {
  width: 100%;
	height:100%;
	object-fit:cover
}

.box-medium {
  margin-bottom: 30px;
  flex-grow: 1;
}

.box-short {
  flex-grow: 1;
}

.seller_wrapper h5 {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}

.seller_wrapper h5 i {
  margin-left: 10px;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*************************************************/
/****Feature  Section***/
/*************************************************/

.feature_product_section {
  background-color: #f1f1f1;
}

.single_feature {
  text-align: center;
}

.feature_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single_feature img {
  margin-bottom: 20px;
  transition: ease-in all 0.3s;
  width: 30px;
}

.single_feature p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.single_feature_product {
  margin-bottom: 30px;
}

.single_feature_product:hover .feature_product_img img {
  transform: scale(1.1) rotate(-5deg);
  transition: ease-in all 0.3s;
}

.feature_product_img {
  border-radius: 8px;
  overflow: hidden;
  height: 265px;
}

.feature_product_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease-in all 0.3s;
}

.feature_product_name h5,
.feature_product_name span {
  font-size: 16px;
  color: #000;
}

/*************************************************/
/****client_slider_Sec  Section***/
/*************************************************/

.client_slider_Sec {
  background: #ffe6da;
}

.suthor_dp {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
}

.suthor_dp img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}

.single_testimonial p {
  font-style: italic;
  opacity: 0.5;
}

.testimonial_slider_wrapper .navigte {
  position: absolute;
  top: 30%;
  z-index: 99;
  transform: translate(-50%, 0);
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  box-shadow: 0px 2px 22px rgb(0 0 0 / 24%);
  text-align: center;
}

.testimonial_slider_wrapper .navigte.testimonial_slider_next {
  right: -100px;
}

.testimonial_slider_wrapper .navigte.testimonial_slider_prev {
  left: -60px;
}

/*************************************************/
/****Faq Section***/
/*************************************************/

.faq_inner {
  background: #e5e5e5;
  padding: 50px;
  border-radius: 0px;
}

.faq_wrapper .accordion-item {
  margin-bottom: 15px;
  border-bottom: 0;
  border-radius: 8px !important;
}

.faq_wrapper .accordion-item .accordion-button {
  border-radius: 8px !important;
}

/*************************************************/
/****Blog Section***/
/*************************************************/
.blog_img {
  height: 350px;
}

.blog_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog_content p {
  opacity: 0.5;
}

/*************************************************/
/****Contact Section***/
/*************************************************/

.contact_form_inner form input {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 43px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}

.contact_form_inner form textarea {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 115px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}

/*************************************************/
/****footer Section***/
/*************************************************/

.footer_section {
  background-color: var(--theme-dark);
}

.footer_section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.footer_abt p,
.newsletter_sec p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-family: var(--body-font);
  line-height: 25px;
}

.footer_abt p {
  font-size: 16px;
  opacity: 0.5;
}

.footer_abt img {
  height: 90px;
}

.footer_menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  transition: ease-in all 0.3s;
  opacity: 0.5;
}

.footer_menu ul li a:hover {
  padding-left: 5px;
  transition: ease-in all 0.3s;
  color: var(--theme-main);
}

.footer_menu ul {
  padding-left: 0;
}

.footer_menu h4 {
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer_abt ul li a {
  color: var(--theme-main);
  font-size: 25px;
}

.footer_abt ul {
  gap: 15px;
}

.cocpyright_sec_inner {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin-top: 40px;
}

.cocpyright_sec_inner p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.5;
}

.cocpyright_sec ul li a {
  color: #fff;
  font-size: 13px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.8% 2.992em 0;
  width: 23%;
}

h2.woocommerce-loop-product__title {
  color: #000;
  font-size: 18px !important;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  background-color: #bd840a;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .price {
  color: #000;
}

.product-categories li a {
  color: #fff;
}

.woocommerce-product-search button {
  background-color: #bd840a;
  width: 80%;
  padding: 7px;
  color: #fff;
  border: none;
}

.woocommerce-product-search input {
  padding: 7px;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-product-search {
  margin-bottom: 0;
}

/*******************************************************************************************************************************************************************************************************/

/************Product Listing Page*****************/
.product_list_section {
  padding: 60px;
}

.short_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.short_heading h4,
.prodyct_short_filter h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.prodyct_short_filter select {
  border: 1px solid #ccc;
  padding: 8px;
}

.filter_wrapper_sec .accordion-item {
  margin-bottom: 30px;
  border: none;
	border-radius:0px
}

.filter_wrapper_sec .accordion-header a {
  font-size: 20px;
}

.filter_wrapper_sec .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.filter_search_area input {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
}

.single_categoy_checkbox {
  padding: 10px 20px;
  cursor: pointer;
}

.single_categoy_checkbox label {
  cursor: pointer;
}

.single_categoy_checkbox:hover {
  background-color: var(--theme-main);
}

/**********range slider****/
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

.price-input .field input[type="number"]::-webkit-outer-spin-button,
.price-input .field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 100px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.range_slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.range_slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--theme-main);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range_slider_wrapper input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--theme-main);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range_slider_wrapper input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--theme-main);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*************Single Card********/
.single_product_card {
  border: 1px solid #eaeaea;
  text-align: center;
  margin-bottom: 30px;
  transition: ease-in all 0.3s;
}

.single_product_card:hover {
  box-shadow: 5px 8px 16px rgb(0 0 0 / 10%);
}

.single_product_card .add_to_cart_button {
  background-color: var(--theme-main) !important;
  transition: ease-in all 0.3s;
}

.product_img_wrapper {
  height: 240px;
  overflow: hidden;
}

.product_img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.add_to_cart_button {
  width: 100%;
  background-color: var(--theme-main) !important;
  padding: 5px 15px;
  transition: ease-in all 0.3s;
  font-weight: 500;
  font-family: var(--heading-font);
  border: none;
  color: #fff;
  font-weight: 600;
}
.add_to_cart_wrapper button.button, .add_to_cart_wrapper a.button{
	  background-color: var(--theme-main) !important;
}

.whislist_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  /* background-color: #fff; */
  border: none;
  box-shadow: 5px 8px 16px rgb(0 0 0 / 25%);
  /* color: #d0d0d0; */
}

.product_details p {
  font-size: 15px;
  margin-bottom: 5px;
	min-height:55px
}

.product_details p a {
  color: #000;
  font-size: 16px;
	
}

.product_details {
  padding: 20px;
  text-align: left;
}

.product_details h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-main);
}

/********************************************/
/*******************product_details_section*********************/
/********************************************/

.product_details_section {
  padding: 80px 0;
}

.Product_details_wrapper h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  font-weight: 400;
  margin-right: 30px;
}

.review i {
  font-size: 12px;
  color: #ccc;
  margin-right: 1px;
}

.review i.active {
  color: var(--theme-main);
}

.Product_details_wrapper h4 {
  font-size: 30px;
  font-weight: 600;
}

.product_incremnt {
  gap: 15px;
}

.product_incremnt .increment {
  background-color: #eeeeee;
  border-radius: 50px;
  padding: 8px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prouct_sep_info h6 {
  font-weight: 500;
}

.prouct_sep_info .check_single input {
  display: none;
}

.check_single label {
  border: 1px solid #ccc;
  padding: 3px 10px;
  font-size: 14px;
  cursor: pointer;
}

.check_single input:checked + label {
  background-color: var(--theme-main);
  color: #fff;
}

.product_incremnt .increment button {
  height: 35px;
  width: 35px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 35px;
  border: none;
}

.cart_btn button {
  background-color: #000;
  color: #fff;
  padding: 10px 70px;
  font-weight: 600;
  transition: ease-in all 0.3s;
  border: none;
}

.cart_btn button:hover {
  transition: ease-in all 0.3s;
  background-color: var(--theme-main);
  color: #fff;
}

.buy_now_btn button {
  background-color: var(--theme-main);
  color: #fff;
  padding: 10px 70px;
  font-weight: 500;
  border: none;
  transition: ease-in all 0.3s;
  font-weight: 600;
}

.buy_now_btn button:hover {
  transition: ease-in all 0.3s;
  background-color: #000;
  color: var(--theme-main);
}

.product_details_extra_message li {
  margin-bottom: 10px;
}

.sku_category_sec {
  justify-content: space-between;
}

.show_payment_option {
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 80%;
  margin: 0px auto;
}

.whislist_icon button {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.14);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  border: none;
  color: #ccc;
  font-size: 20px;
}

.whislist_icon button.active {
  color: var(--theme-main);
}

.single_product_thumb .swiper-slide {
}

.single_product_main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_product_main .swiper-slide {
  height: 450px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.single_product_thumb .swiper-slide {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.single_product_thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Product_details_wrapper {
  padding-left: 40px;
}

.shop_page_bradcamb {
  font-size: 16px;
}

.product_description_adiotional_info .nav li button {
  background-color: #ececec;
  color: #000;
  margin-right: 10px;
  padding: 10px 40px;
  border-radius: 0;
}

.product_description_adiotional_info .nav li button.active {
  background-color: var(--theme-main);
  color: #fff;
}

.single_product_main_next {
  position: absolute;
  bottom: 10px;
  z-index: 9;
  right: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  text-align: center;
}

.single_product_main_prev {
  position: absolute;
  bottom: 10px;
  z-index: 9;
  left: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%);
  text-align: center;
}

.single_product_slider_wrapper {
  position: relative;
}

.single_product_slider_wrapper .swiper-button-disabled {
  opacity: 0.5;
}

.shop_page_bradcamb a {
  color: #000;
}

.product_details_tab {
  box-shadow: 14px 11px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.inner_banner_section {
  padding: 20px 0;
}

.inner_banner_content h2, .inner_banner_content h1 , .inner_banner_section h1, .inner_banner_section h2{
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: var(--primary-font);
}


.inner_banner_content h2 span {
  color: var(--theme-main);
  margin-bottom: 20px;
}

.inner_banner_content p {
  color: #fff;
}

.inner_banner_content {
  padding: 30px 0;
}

.recomd_title h4 {
  font-family: var(--primary-font);
  font-size: 40px;
  font-weight: 600;
}

.recomend_product_sec {
  padding-bottom: 80px;
}

.image-zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-zoom-container img {
  width: 100%;
  transition: transform 0.1s ease-out;
}

.price-switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-main);
  transition: 0.4s;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--theme-main);
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.usd-icon {
  font-size: 14px;
  color: white;
  position: absolute;
  left: 8px;
}

.inr-icon {
  font-size: 14px;
  color: white;
  position: absolute;
  right: 8px;
}


.woocommerce button.button, .woocommerce a.button{
	background-color:#b8860b  !important;
	border-radius:0px !important;
	font-weight:300
}
.product_details a.added_to_cart {
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    color: #000;
    margin-top: 10px;
    padding: 8px;
    font-weight: 700;
    border-radius: 4px;
}

.woocommerce-cart, .woocommerce-checkout, .woocommerce-account{
	padding:0 !important;
}