div#primary {
  width: 100%;
  margin: 0 !important;
  margin-right: 0;
}
.dashicons, .dashicons-before:before{
  line-height: 1.3 !important;
}
div#secondary{
  display: none;
}
ul.msb-row {
  list-style: none;
  margin-bottom: 0;
}
.msb-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.msb-col-3,.msb-col-4,.msb-col-5,.msb-col-6{
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.msb-col-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.msb-col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.msb-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.msb-col-6 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.msb_product_title{
  text-transform: capitalize;
}
.msb_all_steps{
	width: 100%;
  cursor: pointer;
}
.msb_all_steps li .msb-inner figure{
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: capitalize;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
li.msb_show_icon .msb-inner figure{
  top: 0;
}
.msb_steps_data ul li.product{
  margin-right: 2.882353% !important;
}
.msb_all_steps ul li .msb-inner:before {
  content: '';
  display: block;
  height: 100%;
  padding-top: 100%;
}
.msb-row span.woocommerce-Price-amount.amount {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
}
.msb-row p.product_title {
  margin: 1rem 0;
}
.msb-row .msb-inner {
  position: relative;
}
.msb_all_steps ul li:hover .msb_remove_prod{
  cursor:pointer;
  display: block;
}
.msb_remove_prod {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  display: none;
}
span.msb_remove_prod:after {
   content: ' ';
   background-image: url(../images/icon-2.png);
   z-index: 9;
   background-position: center 45%;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   display: block;
}
.box_product_thumbnail{
  position: absolute;
  top: 0%;
}
.msb_button_area h4{
  float: left;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  line-height: 45px;
}
.msb_button_area{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
   clear: both;
   padding: 7px 0;
}
.msb_button_area button{
  margin:0 5px;
}
.msb_reset_box{
  float: right;
}
/*ajax loader*/
.msb_ajax_loader{
  position: fixed;
  display:none;
  width: 64px;
  height: 64px;
  top: 260px;
  left: 50%;
  z-index: 28;
}
.msb_ajax_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: msb_ajax_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #dc8a8a transparent transparent transparent;
}
.msb_ajax_loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.msb_ajax_loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.msb_ajax_loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes msb_ajax_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.msb-box-col-3{
  width: 32.3%;
  margin-right: 1.8%;
}
.msb-box-col-4{
  width: 24.05%;
  margin-right: 1.8%;
}
.msb-box-col-5{
  width: 19%;
  margin-right: 1.8%;
}
.msb-box-col-6{
  width: 15.7%;
  margin-right: 1%;
}
.msb_pagination{
  clear: both;
}
.msb-inner figure img {
  width: 100%;
  height: 100%;
}
/*disable screen*/
.msb_overlay {
  background-color:#EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: .2;
}
.msb_load_more{
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  ul.products li.product{
    height: 100%;
  }
  .msb_button_area h4 {
    font-size: 30px;
	  margin:0;
  }
  .msb-box-col-3,.msb-box-col-4,.msb-box-col-5,.msb-box-col-6{
    width: 31%;
    margin-right: 1.8%;
  }
  .msb_button_area button{
    width: 132px;
    margin-left: 0;
  }
  .msb-col-4,.msb-col-5,.msb-col-6{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  ul.products li.product{
    height: 100%;
  }
  
  .msb_button_area button{
    margin-left:0;
  }
   .msb_button_area h4{
	  float:none;
   }
  .msb_reset_box{
    float: none;
    margin-right: -38px;
  }
  .msb-col-4,.msb-col-5,.msb-col-6{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 667px) {
  ul.products li.product{
    height: 100%;
  }
  .msb_button_area h4 {
    margin:0;
    text-align: center;
  }
  span.msb-btns {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .msb_button_area button{
    width: 132px;
    margin-left: 0;
  }
  .msb-col-3, .msb-col-4,.msb-col-5,.msb-col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
}