/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cpb_products {
  overflow: hidden;
  margin-bottom: 30px;
}
.cpb_products_image {
  width: 117px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.cpb_custom_product_title {
  width: 117px;
  display: inline-block;
  float: left;
}
.cpb_products_qty {
    float: left;
    width: 110px;
    top: 20px;
    left: 240px;
}
form.celebration_form.cart h3 {
    font-size: 16px !important;
    font-weight: 600;
        margin: 0px !important;
}
button.mwb_add_more_products {
  margin-top: 0px !important;
  margin-left: 20px !important;
}
.mwb_fixed_single_packing_wrap {
    overflow: hidden;
}
a#cpb_inline {
  float: right !important;
}
.cpb_products_qty input.mwb_cpb_custom_qty {
  padding-left: 5px;
  display: block;
  margin-top: 10px;
  width: 50px;
}
a.mwb_cpb_single_custom {
    margin-top: 38px;
    display: inline-block;
    color: #b2519f;
}
a.mwb_cpb_single_custom {
    margin-top: 0px;
    display: inline-block;
    color: #b2519f;
    position: absolute;
    right: 0px;
    top: 0px;
}

.cpb_products_title a {
    font-size: 17px;
}

.cpb_products_qty input.mwb_cpb_custom_qty {
  float: right;
}
.cpb_products {
    position: relative;
}
.hover-deta_name {
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}
.hover-deta_name h3 {
    font-size: 16px !important;
    text-transform: capitalize !important;
    margin: 10px 0px !important;
    color: #fff;
}
.hover-deta_name p {
  color: #fff;
  text-transform: capitalize;
}
.hover-deta_name {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #3f3f3f;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  padding: 0px 0px;
  z-index: 9;
}

.img-slide:hover .hover-deta_name {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: .8;
  width: 100%;
}
.team .bx-wrapper {
  margin: 0 auto;
  border: 0px;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  background: none;
}
.team .slide {
}
.img-slide img {
  display: inline-block;
}
section#team {
  padding: 80px 0px;
  background: #f3f3f3;
}
.client-title {
  margin-bottom: 60px;
}
/*client end*/

.img-slide:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img-slide img {
  -webkit-transition: all 2s ease-out; 
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.img-slide {
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transform: translateZ(0);
}
.hover-deta_price {
  position: absolute;
  overflow: hidden;
  text-align: center;
  bottom: 0;
  left: 0;
}
.hover-deta_price h3 {
  color: #fff;
  text-transform: uppercase;
}
.hover-deta_price p {
  color: #fff;
  text-transform: capitalize;
}
.hover-deta_price {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #3f3f3f;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  padding: 0px 0px;
}
.hover-deta_price h3 {
    font-size: 16px !important;
    text-transform: capitalize;
    margin: 10px 0px !important;
}

.img-slide:hover .hover-deta_price {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: .8;
  width: 100%;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
a.click_event .hover-deta_price {
  position: absolute;
  overflow: hidden;
  text-align: center;
  bottom: 0;
  left: 0;
}
a.click_event .img-slide .hover-deta_price {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: .8;
  width: 100%;
}
a.click_event .hover-deta_price {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #8b3232;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0px;
}
a.click_event .img-slide img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
a.click_event .img-slide img {
 
}
a.click_event .img-slide {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transform: translateZ(0);
}

a.click_event .hover-deta_price h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0px;
}


/*=============================================
=           added css by atul            =
=============================================*/
.celebration_form.cart .cpb_title_price_wrap .cpb_products_title{
  float: none;
  width: 110px;
}
.celebration_form.cart  .cpb_qty_remove_wrap .cpb_products_qty{
  top: 0;
  width: 99px;
}
.celebration_form.cart .cpb_products_price .woocommerce-Price-amount.amount{
  font-size: 22px;

}
.celebration_form.cart{
  padding: 0 10px !important;
}
.celebration_form.cart .bx-wrapper{
  margin-bottom: 30px;
  z-index: 0!important;
}
.celebration_form.cart  .mwb_cpb_custom_qty{
  margin-right: -20px;
  margin-top: 0;
}
/*=====  End ofadded css by atul  ======*/

/*=============================================
=           added css by Ashish            =
=============================================*/
.cpb_fixed_products_div .cpb_products_qty {
    top: 0px;
}
.cpb_fixed_products_div .cpb_products_title {
    float: none !important;
}
.cpb-fixed-deta_name h3 {
    font-size: 16px;
    color: #fff;
    margin: 6px 0px;
}
.cpb-fixed-deta_price h3 {
    font-size: 16px;
    color: #fff;
    margin: 6px 0px;
}
.cpb-fixed-img-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cpb-fixed-img-slide img {
  -webkit-transition: all 2s ease-out; 
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.cpb-fixed-img-slide {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transform: translateZ(0);
}
.cpb-fixed-deta_name {
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9;
}

.cpb-fixed-deta_name {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #3f3f3f;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  padding: 0px 0px;
}

.cpb-fixed-img-slide:hover .cpb-fixed-deta_name {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: .8;
  width: 100%;
}


.cpb-fixed-deta_price {
  position: absolute;
  overflow: hidden;
  text-align: center;
  bottom: 0;
  left: 0;
}
.cpb-fixed-img-slide .cpb-fixed-deta_price {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: .8;
  width: 100%;
}
.cpb-fixed-deta_price {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #8b3232;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  padding: 0px 0px;
}
.cpb-fixed-img-slide {
  width: 172px;
  float: left;
}
h3.cpb_product-title_rtl {
  display: inline-block;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.cpb_product_fixed_title_image-slide-wrap {
  width: 172px;
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
.qty_num {
    position: absolute;
}
.mwb_pbc-btn {
    overflow: hidden;
}
.cpb-fixed-deta_name h3 {
    font-size: 16px !important;
    margin: 0px;
    line-height: 32px !important;
}
.cpb-fixed-deta_price h3 {
    font-size: 16px !important;
    line-height: 37px !important;
    margin: 0px;
}
input.mwb_cpb_discount_minimum.input-text.wc_input_price {
  width: 100% !important;
}
input.mwb_cpb_discount_current_type.input-text.wc_input_price {
    width: 100%;
}

/*=====  End ofadded css by Ashish  ======*/
.mwb_cpb_add_bundle_single.button.alt {
  display: inline-block;
  float: left;
  text-transform: uppercase;
}
.single_add_to_cart_button.button.alt ,.mwb_cpb_add_bundle_single.button.alt{
  padding-left: 10px;
  padding-right: 10px;
}
.mwb_cpb_add_bundle_single.button.alt{
  margin-left: 10px;
  letter-spacing: 0.046875em;
  font-family: Montserrat,"Helvetica Neue",sans-serif;
}
.mwb_cpb_add_bundle_variable {
  margin-left: 10px !important;
  display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    font-family: Merriweather, Georgia, serif;
    font-size: 14px !important;
    text-transform: capitalize;
}
.img-slide img {
    width: 100%;
    height: 100% !important;
}
form.celebration_form.cart {
    overflow: hidden;
}
.cpb-fixed-deta-image-title-wrap img {
    height: 150px !important;
}
@media only screen and (max-width: 500px) {
.img-slide img {
    height: 150px !important;
}
form.celebration_form.cart .bx-viewport {
    height: 150px !important;
}
}
.mwb_cpb_add_bundle_variable {
  margin-left: 0px !important;
  display: inline-block;
  margin-top: 5px;
}
@media only screen and (max-width: 400px) {
  button.mwb_add_more_products {
    margin-left: 10px !important;
    margin-top: 0 !important;
    padding: 9px !important;
  }
}