#navbarmain .nav-link{
	color: #373636 !important;
	text-transform: capitalize;
	padding: 3px 15px;
}
#navbarmain1 .nav-link{
	color: #373636 !important;
	text-transform: capitalize;
	padding: 3px 15px;
	font-weight: 400;
	font-family: "Exo", sans-serif;
	font-size: 16px;
transition: all .25s ease;
}
.subscribe .form-control {
  border-radius: 30px;
  height: 43px;
  padding-left: 25px;
  border-color: #eee;
  background: #f1f1f1;
}
.subscribe .btn {
  position: absolute;
right: 0px;
top: 0px;
padding: 9px 22px 9px 22px !important;
background: #2bb21b;
border-radius: 0px 30px 30px 0px;
color: #fff;
font-weight: 700;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 5px 6px !important;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  transition: all .35s ease;
}


.header_bar ul li {
	position: relative;
}

.header_bar span {
  position: absolute;
  top: -1px;
  right: 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #2bb21b;
  border-radius: 50%;
}
.header_bar span i {
  font-size: 12px;
  font-style: normal;
  line-height: 1em;
  font-weight: 500;
}

.fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.brad_camp{
	padding: 8px 0px;
	background-color: #f1f1f1;
}
.brad_camp a{
	color: #373636;
text-decoration: none;
transition: all .35s ease;
font-size: 12px;
font-weight: 500;
font-family: "Exo", sans-serif;
}

.category_back{
	/*background-color: #f1f1f1;*/
}
.category_back img{
  border-radius: 8px;
  box-shadow: 0 0 20px #e4e4e4;
  border: 1px solid #b9b5b582;
}

.all_shop_page .category{
  background-color: #f1f1f1;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.all_shop_page .category span{
  float: right;
}
.all_shop_page .category span i{
  font-size: 18px;
}


.scrollable-content {
    min-height: 30px;
    max-height: 200px;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0rem;
}

.all_shop_page .count_bar{
  width: 100%;
  position: relative;
  display: block;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
}
.all_shop_page .count_bar .total_count{
  margin: 0px;
  align-items: center;
}
.all_shop_page .count_bar .total_count span{
  font-weight: bold;
}
.all_shop_page .count_bar .short_product {
  font-weight: bold;
}
.all_shop_page .count_bar .short_product select{
  padding: 8px;
color: #46484abd;
border: 1px solid #e0e0e02e;
background: #f1f1f1;
width: 60%;
}

.all_shop_page .selected_filter a{
  font-size: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.all_shop_page .selected_filter .btn-col{
  background: #dbdbdbd9;
}

.all_shop_page .selected_filter .btn-col:hover{
  background: #c1c0c0;
}

.all_shop_page .product_background{
  background: #fff;
  padding: 10px;
  position: relative;
  display: block;
  
}
.all_shop_page .product_background .product_box{
  background: #fff;
  padding: 0px;
  height: 100%;
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border: 0.5px solid rgb(232, 232, 232);
  box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
  border-radius: 8px;
}
.all_shop_page .product_background .product_box .wish_box{
  position: absolute;
  top: 0px;
  width: 100%;
}
.all_shop_page .product_background .product_box .wish_box span{
  background: #582c4f;
  color: #fff;
  padding: 7px 7px;
  font-size: 11px;
  border-radius: 10px;
}
.all_shop_page .product_background .product_box .wish_box .wish{
  background: #2BB21B8C;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 100%;
  float: right;
}

.all_shop_page .product_background .product_box .product_img{
  padding: 10px;
  height: 180px;
  width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 0px;
transition: all ease 0.4s;

}
.all_shop_page .product_background .product_box .product_img img{
  width: 100%;
height: 180px;
object-fit: cover;
border-radius: 10px;
}

.all_shop_page .product_background .product_box .product_text{
  padding: 8px;
  padding-bottom: 0px;
}
.all_shop_page .product_background .product_box .product_text h6{
  font-family: "Exo", sans-serif;
  font-weight: 600;
  color: #222222c4;
  font-size: 14px;
}
.all_shop_page .product_background .product_box .product_text .truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.all_shop_page .product_background .product_box .product_text .percent{
font-weight: 500;
color: #27a205;
font-size: 15px;
margin-bottom: 0px !important;
}

.all_shop_page .product_background .product_box .product_text .price{
font-weight: 500;
color: #060606;
font-size: 16px;
margin-bottom: 0px !important;
}
.all_shop_page .product_background .product_box .product_text .price span{
font-weight: 500;
color: #f30;
font-size: 13px;
margin-bottom: 0px !important;
}
.all_shop_page .product_background .product_box .product_text .details{
font-weight: 500;
color: #060606;
font-size: 14px;
margin-bottom: 0px !important;
}
.all_shop_page .product_background .product_box .product_text .details span{
font-weight: 600;
color: #060606;
font-size: 12px;
margin-bottom: 0px !important;
}
.all_shop_page .product_background .product_box .product_button{
bottom: 0;
display: block;
width: 100%;
}
.all_shop_page .product_background .product_box .product_button .btn_col{
background: #fff;
color: #2bb21b;
text-transform: capitalize;
font-weight: 500;
border: 1px solid #2bb21b;
height: 30px;
margin-bottom: 8px;
}
.all_shop_page .product_background .product_box .product_button .btn_col .icofont-cart-alt{
  font-size: 15px;
}
.padding_less{
  padding: 2px;
}




.product_details_page{
  margin: 0;

}
.product_details_page .product_image{
  border: 1px solid #dfdddd;
  position: relative;
  display: block;
  width: 100%;
}
.product_details_page .product_image .wish_box2{
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}
.product_details_page .product_image .wish1{
  background: #2BB21B8C;
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 100%;
  float: right;
}


.product_details_page .cart_button button{
align-items: center;
padding: 10px !important;
width: 100%;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin-top: 8px;
}
.product_details_page .cart_button .color1{
background: #2BB21B;
color: #fff;
}
.product_details_page .cart_button .color2{
background: #ffd249;
color: 000;
}

.product_details_page .product_content .description{
  color: #46484A;
}
.product_details_page .product_content .sku{
  margin-bottom: 0px;
  color: #2BB21B;
}
.product_details_page .product_content .price{
  font-weight: 500;
  color: #212121;
  width: 100%;
  font-size: 20px;
}
.product_details_page .product_content .price del{
  font-weight: 500;
  margin-right: 0;
font-size: 16px;
color: #878787;
}
.product_details_page .product_content .price em{
  color: #388e3c;
font-size: 19px;
font-weight: 500;
font-style: normal;
}
.product_details_page .product_content .price b {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    background: #2BB21B;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 20px;
  }
.table td{
  color: #46484a;
  padding: 10px 10px;
  align-items: center;
}
.table .td_name{
  width: 25%;
}
.table .td_des{
  width: 75%;
}

.product_details_page .product_content .number span {cursor:pointer; }
.product_details_page .product_content .number{
      margin:0px;
      margin-bottom: 10px;
    }
.product_details_page .product_content .number .minus, .plus{
      width:30px;
      height:30px;
      background:#f2f2f2;
      border-radius:4px;
      border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 16px;
    }
.product_details_page .product_content .number input{
      height: 30px;
      width: 60px;
      text-align: center;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
    }



.title-color1{
  font-size: 45px;
  color: #582c4f;
margin-bottom: 20px; 
}


/*Mobile Menu side bar*/
#mySidenav .mobile_menu_header{
  position: relative;
  text-align: ;
  padding: 11px 18px;
  background-color: #fff;
}
#mySidenav .mobile_menu_header a{
  color: #46484ab5;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 70px;
}
.sidenav ul {
    margin: 0px;
    padding: 0px;
}
.sidenav ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidenav .menu_a {
  padding: 10px 12px 10px 21px;
  text-decoration: none;
  font-size: 15px;
  color: #46484A;
  display: block;
  transition: 0.3s;
}
.sidenav .menu_a span{
  float: right;
}
.sidenav .menu_a:hover {
  color: #fff;
  background-color: #2BB21B;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .sub_menu {
    width: 90%;
    margin-left: auto;
}
.sidenav .menu_b {
    padding: 7px 12px 7px 15px;
  text-decoration: none;
  font-size: 15px;
  color: #46484A;
  display: block;
  transition: 0.3s;
}
.sidenav .menu_b:hover {
  color: #fff;
  background-color: #2BB21B;
}



/*Mobile Filter Menu*/
#mySidenav1 .mobile_menu_header1{
  position: relative;
  text-align: ;
  padding: 11px 18px;
  background-color: #fff;
}
#mySidenav1 .mobile_menu_header1 a{
  color: #067135;
}
.sidenav1 {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav1 .nav-tabs{
  border-bottom: 0px solid #fff;
}
.sidenav1 .tab-pane p{
  padding: 5px;
padding-left: 12px;
background: #f4b802;
color: #fff;
}
.sidenav1 .tab-pane .list-unstyled{
  padding-left: 12px;
}
.sidenav1 .tab-pane .form-group{
  margin-bottom: 4px;
}
.sidenav1 .tab-pane .price_tab{
  padding-left: 12px;
}
.sidenav1 .tab-pane .price_t1{
  width: 45%;
height: 34px;
margin-bottom: 7px;
border: 1px solid #d7d0d0c4;
}
.sidenav1 .tab-pane button{
  color: #fff;
background: #582c4f;
padding: 5px 16px;
font-size: 10px;
border: 1px solid #582c4f;
border-radius: 4px;
}


.sidenav1 .nav-tabs .nav-item{
  width: 100%;
}
.sidenav1 .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #01b550;
}
.sidenav1 .nav-tabs .nav-link{
  border: 0px !important;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}

.sidenav1 .menu_a {
  padding: 10px 12px 10px 21px;
  text-decoration: none;
  font-size: 15px;
  color: #46484A;
  display: block;
  transition: 0.3s;
}



.mobile_filter{
  background: #f1f1f1;
  padding: 10px 0px;
  position: relative;
  top: 0;
width: 100%;
left: 0;
text-align: center;
justify-content: space-between;
align-items: center;
}
.mobile_filter .filter_men{
  border-right: 1px solid #ccc;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-size: 16px;
  color: #46484ABA;
}
.mobile_filter .filter_men .icofont-filter{
  margin-right: 10px;
font-size: 17px;
color: #46484ABA;
font-weight: 300;
}
.mobile_filter .filter_men .icofont-simple-down{
  margin-left: 10px;
font-size: 20px;
color: #46484ABA;
}


.short_by_men{
cursor: pointer;
letter-spacing: 1.5px;
text-align: left;
text-align: center;
}
.short_by_men .short_filter{
  width: 60%;
  border:none;
  background: #f1f1f1;
font-family: "Roboto", sans-serif;
font-size: 17px !important;
color: #46484ABA;
font-weight: 300;
}
.short_by_men .icofont-download{
  margin-left: 10px;
font-size: 20px;
color: #46484ABA;
}

.section-title {
  margin-bottom: 20px;
}

.section {
    padding: 30px 0 35px 0px;
  }


/*Cart page*/
.cart_section .cart_details .card{
  border: none;
  margin-bottom: 20px;
}
.cart_section .cart_button .color1{
  background: #2BB21B;
  color: #fff;
}
.cart_section .cart_button .color2 {
  background: #ffd249;
  color: 000;
}
.cart_section .cart_button button {
  align-items: center;
  padding: 10px !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 8px;
}
.cart_section .cart_details .card-body{
  padding: 7px;
  border:1px solid #dbd8d8;
  margin-top: 10px;
}
.cart_section .cart_details .card-body img{
    width: 70%;
}
.cart_section .cart_details .card-body .right_tab h2{
  font-size: 16px;
  font-weight: 500;
color: #46484A;
line-height: 1.2;
}
.cart_section .cart_details .card-body .stock{
  font-size: 10px;
  font-weight: 500;
color: #fff;
background: #582C4F;
border:1px solid #;
border-radius: 5px;
padding: 4px 8px;
margin-bottom: 5px;
float: left;
}
.cart_section .cart_details .card-body .right_tab span{
  font-size: 9px;
  font-weight: 500;
color: #46484A;
background: #ddd;
border:1px solid #;
border-radius: 5px;
padding: 4px 8px;
margin-right: 2px;
}
.right_tab .price{
  margin-top: 7px;

}
.right_tab .price b{
  margin-right: 8px;
font-size: 15px;
font-weight: 600;
}
.right_tab .price em{
color: #127105;
font-size: 13px;
}
.right_tab p{
  margin-top: 4px;
padding: 0px;
margin-bottom: 0px;
line-height: 20px;
}
.right_tab p a{
color: #46484A;
font-size: 12px;
margin-right: 15px;
text-transform: uppercase;
}
.cart_section .cart_details .number span {cursor:pointer; }
.cart_section .cart_details .number{
      margin:0px;
      margin-bottom: 10px;
      margin-top: 5px;
    }
.cart_section .cart_details .number .minus, .plus{
      width: 23px;
      height: 26px;
      background:#f2f2f2;
      border-radius:4px;
      border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 16px;
    }
.cart_section .cart_details .number input{
      height: 26px;
      width: 40px;
      text-align: center;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
    }

.cart_section .cart_price .price_list{
  font-size: 17px;
  font-weight: 500;
  color: #46484A;
  margin-top: 8px;
}
.cart_section .cart_price .price_list span{
  font-size: 17px;
  font-weight: 500;
  color: #46484A;
  float: right;
}



/*Address Section */ 
.address_section .address_details .card{
  border: none;
  margin-bottom: 20px;
}
.address_section .address_details .color1{
  background: #582C4F;
  color: #fff;
}
.address_section .address_details .color2 {
  background: #f4b802;
  color: 000;
}
.address_section .address_details button {
  align-items: center;
  padding: 10px !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 8px;
}
.address_section .address_details .card-body{
  padding: 7px;
  border:1px solid #dbd8d8;
  margin-top: 10px;
}
.address_section .address_details .card-body .right_tab p{
  font-size: 14px;
  font-weight: 500;
color: #46484A;
}
.address_section .address_details .card-body .bottom_tab p a{
  font-size: 16px;
  font-weight: 500;
color: #46484A;
text-transform: capitalize;
}


/*Thank you page*/
.thankyou{
  text-align: center;
}
.thankyou img{
  width: 50%;
}
.thankyou h1{
  font-size: 32px;
color: #2BB21B;
font-weight: 600;
}
.thankyou a{
  font-size: 15px;
color: #fff;
font-weight: 500;
padding: 8px 28px !important;
background: #582c4f;
margin-top: 10px;
text-transform: capitalize;
border-radius: 29px;
}
.thankyou a:hover{
  font-size: 17px;
color: #fff;
background: #609f0f;
}



/*My Dassboard*/
.my_dassboard{
  background: #f1f1f1;
  height: 100%;
}
.my_dassboard .profile{
  padding: 10px;
  background: #2bb21b;
  text-align: center;
}
.my_dassboard .profile img{
  width: 70px;
  height: 70px;
  box-shadow: 0 0 3px #e4e4e4;
  border-radius: 100%;
}
.my_dassboard .profile h5{
  font-size: 16px;
margin-top: 10px;
font-weight: 500;
color: #fff;
}
.my_dassboard .profile .icofont-telephone{
font-size: 20px;
}
.my_dassboard .profile p{
font-size: 15px;
margin: 0px;
margin-top: -4px;
color: #fff;
}
.profile_menu{
  margin:0px;
  padding: 0px;
}
.profile_menu li{
  margin:0px;
  list-style: none;
}
.profile_menu li a{
  text-decoration: none;
  margin:0px;
  color: #000;
  display: block;
  line-height: 47px;
  padding-left: 24px;
  border-bottom: 1px solid #a6a4a470;
}
.profile_menu li a:hover{
  color: #fff;
  background: #f4b802;
  border-bottom: 1px solid #fff;
}
.profile_menu li a i{
  margin-right: 10px;
}



.profile_body_menu {
  margin-bottom: 10px;
}
.profile_body_menu .card-header h2{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000000c9;
}
.profile_body_menu .dash_box{
  border: 1px solid #2bb21b;
padding: 10px;
border-radius: 5px;
text-align: center;
background: #2bb21b;
margin-bottom: 15px;
}
.profile_body_menu .img1{
  width: 33%;
  margin-bottom: 15px;
}
.profile_body_menu .dash_box .dash_icon1{
  font-size: 55px;
  font-weight: 500;
  color: #fff;
}
.profile_body_menu .dash_box h6{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}
.profile_body_menu .dash_box:hover{
  background: #a40ba1;
}












@media screen and (max-height: 498px) {
  .sidenav {padding-top: 15px;}
  .sidenav .menu_a {font-size: 18px;}
}
@media (min-width: 992px) {
  .mobile{
    display: none;
  }
  .mobile_filter{
    display: none;
  }
}
@media (max-width: 498px) {
    .mobile .navbar-brand img{
    width: 125px !important;
  }
  .mobile ul li .nav-link{
    display: block;
    padding: 10px 7px !important;
  }
  .product_details_page .cart_button button{
    font-size: 16px;
  }
 
}
@media (min-width: 768px){

  .mobile_slider {
    display: none;
  }
  .profile_mob_menu{
    display: none;
  }
  .profile_desk_menu{
      display: block;
    }
  
}
@media (max-width: 767px) {
  .all_shop_page .product_background {
      background: #fff;
      padding: 5px 2px;
      position: relative;
      display: block;
    }
    .padding_button_left{
      padding-left: 0px !important;
    }
    .tablet_search{
        display: none;
    }
    .profile_mob_menu{
      display: block;
    }
    .profile_desk_menu{
      display: none;
    }
    .profile_body_menu .img1{
      width: 80%;
      margin-bottom: 15px;
    }
    .subscribe .form-control {
      border-radius: 0px;
      height: 39px;
      padding-left: 0px;
      border-color: #eee;
    }
    .subscribe .btn {
      position: absolute;
right: 0px;
top: 0px;
padding: 9px 15px !important;
background: #fff;
color: #8a8a8a;
font-weight: 700;
border-radius: 0px 0px 0px 0px;
font-size: 17px;
    }
    .subscribe .micke {
      position: absolute;
      
      top: 5px;
      padding: 5px 12px !important;
      color: #8a8a8a;
      font-size: 21px;
    }
    .mobile_slider {
      display: block;
      padding: 7px;
    }
    .desktop_slider {
      display: none;
    }
    .all_shop_page .product_background .product_box .wish_box span {
      background: #582c4f;
      color: #fff;
      padding: 7px 7px;
      font-size: 9px;
      border-radius: 10px;
    }
    .section-title h2{
    color: #1a930c !important;
font-size: 22px !important;
font-weight: 500 !important;
font-family: "Roboto", sans-serif !important;
      }

.cart_section .cart_button .padding_zero{
    padding: 0px !important;
}
.cart_section .cart_button{
  position: fixed; bottom: 0px; z-index: 999; width: 100%; 
}
    .cart_section .cart_button .color1{
    background: #2BB21B;
    color: #fff;
  }
  .cart_section .cart_button .color2 {
    background: #ffd249;
    color: 000;
  }
  .cart_section .cart_button button {
    align-items: center;
    padding: 10px !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
  }

  .thankyou img{
    width: 60%;
  }
  .thankyou h1{
    font-size: 18px;
  color: #609f0f;
  font-weight: 500;
  }
}
@media (max-width: 991px) {
  .mobile_filter{
    display: block;
  }
  .padding_less{
    margin-bottom: 10px;
  }
  .total_count{
    line-height: 15px !important;
    font-size: 14px;
  }
  .desktop{
    display: none;
  }
  .menu_list{
    display: none;
  }
  .shop_side_hide{
    display: none;
  }
  .short_product{
    display: none;
  }
  .title-color1 {
      font-size: 40px !important;
      text-align: center;
    }
  .mobile .icofont-navigation-menu{
    font-size: 25px;
    color: #7d7d7d;
  }
  .mobile .navbar-brand img{
    width: 80%;
  }
  .mobile ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .mobile ul li{
    float: left;
  }
  .mobile ul li{
    display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  }
  .mobile ul li .nav-link{
    display: block;
    padding: 10px 11px;
  }
  .header_bar span{
    top: 4px;
    right: 3px;
  }
  .section {
    padding: 20px 0;
  }

  .product_content{
    margin-top: 15px;
  }
  .product_content h4{
    font-size: 17px;
    font-weight: 600;
    color: #222222d4;
  }
  .product_content .sku{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #519c54;
  }
  .product_details_page .product_content .price{
    font-weight: 500;
    color: #212121;
    width: 100%;
    font-size: 17px;
  }
  .product_details_page .product_content .price del {
    font-weight: 500;
    margin-right: 0;
    font-size: 16px;
    color: #777474;
  }
  .product_details_page .product_content .price em {
    color: #388e3c;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .product_details_page .product_content .price b {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    background: #2BB21B;
    padding: 2px 10px;
    border-radius: 20px;
    float: right;
  }


}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.new_description{
  padding: 0.8rem !important;
}
.new_description p{
  margin-bottom: 0px !important;
  color: #46484a !important;
}





/*Out of stock button animation*/
.button_blink
{
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 1;}
    50% {transform: scale(1.2, 1.2); opacity: 1;}
    100% {transform: scale(0.9, 0.9); opacity: 1;}
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 1;}
    100% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
}