.crsce-slider, .crsce_wrap_title {
    text-align: center;
}

.crsce_title{
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 10px;
    color: #333;
}
.crsce_description{
    font-size: 21px;
    font-weight: 400;
    color: #888;
}
.bold{
    font-weight: 700;
}
.crsce-slider {
    margin-top: -80px;
}
.crsce-slider-origin{
    background-color: #2cbd38;
    border-radius: 50%;
    /*margin-top: 20%;*/
    display: inline-block;
    position: relative;
}
.crsce-slider-inner{
    display: inline-block;
    width: 0px !important;
}
.crsce-slider-item{
    width: 95px;
    height: 150px;
    background-color: rgb(1 35 117);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    position: absolute;
    bottom: 200%;
    left: 50%;
    margin-left: -37px;
		cursor: pointer;
    
    transform-origin: center 175%;
    -webkit-transform-origin: center 175%;
    -ms-transform-origin: center 175%;
    -moz-transform-origin: center 175%;
    
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;

    text-align: left;
    color: #fff;
    padding: 7px;
    box-sizing: border-box;

    -moz-user-select: -moz-none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}
.crsce-slider-item.active{
    background-color: #050c54;
		cursor: default;
}
.crsce-slider-item:not(.active):hover{
	background-color: #050c54;
}

/* new circle */
.crsce-slider-origin::before {
    content: '';
    position: absolute;
    background-color: #050c54;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    left: -26px;
    top: 75px;
}
/* new circle */


/*  */
.crsce_carttitle{
    font-size: 15px;
    font-weight: 700;
    color: white;
}
.crsce_count_cart{
    font-size: 18px;
    display: flex;
    position: absolute;
    color: red;
    top: -2px;
    left: 4px;
}
.crsce-slider-item p{
    font-size: 10px;
}
.crsce-slider-item.active:hover .crsce_count_cart{
    display: none;
}
.crsce-slider-origin {
    /* width: 75px;
    height: 75px; */
    margin-top: 225px;
}

/* Common styles for all devices */

/* Desktop */
@media (min-width: 1200px) {
    /* Add styles specific to desktop here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
  }
  
  /* Laptop */
  @media (min-width: 992px) and (max-width: 1199px) {
    /* Add styles specific to laptop here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
  }
  
  /* Tablet */
  @media (min-width: 768px) and (max-width: 991px) {
    /* Add styles specific to tablet here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
  }
  
  /* Tablet Extra */
  @media (min-width: 600px) and (max-width: 767px) {
    /* Add styles specific to tablet extra here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
    .crsce-slider-item{
        height: 100px;
    }
    .crsce-slider-origin::before{
        top: 40px;
    }
  }
  
  /* Mobile */
  @media (min-width: 480px) and (max-width: 599px) {
    /* Add styles specific to mobile here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
    .crsce-slider-item{
        height: 120px;
    }
    .crsce-slider-origin::before{
        top: 30px;
    }
    .crsce_carttitle{
        font-size: 11px;
    }
  }
  
  /* Mobile Extra */
  @media (max-width: 479px) {
    /* Add styles specific to mobile extra here */
    .crsce_total_wrap {
        margin: 0px 0px 200px 0px;
    }
    .crsce-slider-item{
        height: 90px;
    }
    .crsce-slider-origin::before{
        top: 30px;
    }
    .crsce_carttitle{
        font-size: 11px;
    }
  }
  