a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
a:hover {
  text-decoration: unset;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.greybg {
  background-color: #545454;
  width: 225px !important;
  float: left;
  margin-bottom: 50px;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.font25 {
  font-size: 25px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font15 {
  font-size: 15px;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.colord4d4d4 {
  color: #d4d4d4;
}
.color545454 {
  color: #545454 !important;
}
a.color545454:hover {
  color: #ff3a59 !important;
}
.colorff3a59 {
  color: #ff3a59;
}
.coloraaaaaa {
  color: #aaaaaa;
}
.color44910a {
  color: #44910a !important;
}
.user_image_box .user_image_fix {
  position: relative;
  width: 54px;
  max-height: 54px;
  border-radius: 100%;
  background-color: lightgray;
}
.mb-20 {
  margin-bottom: 20px;
}
/* .border-707070 {
  border: 1px solid #707070;
} */
.all_heding {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff3159;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.bg-white {
  background: #ffffff;
  box-shadow: 0px 1px 7px 1px #ccc;
}
.form-control {
  /* border: 1px solid #707070;
  border-radius: 0px !important; */
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff3a59;
}
.left_menu .active {
  color: #ff3a59 !important;
}
.form-icon {
  position: absolute;
  top: 9px;
  left: 25px;
  z-index: 5;
}
.my_address_div .table td,
.my_address_div .table th {
  padding: 28px 10px;
}
.pink_btn {
  display: block;
  background: #ff3a59;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 7px 7px;
  color: #fff !important;
}
.my_address_div input[type="radio"].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.my_address_div input[type="radio"].css-radio + label.css-label-rad {
  padding-left: 33px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 10px;
}
.my_address_div label.css-label-rad {
  background-image: url(../images/radio-btn.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 18px;
}
.my_address_div input[type="radio"].css-radio:checked + label.css-label-rad {
  background-position: 0 -18px;
}
.custom_select {
  padding: 8px 10px;
  float: left;
  margin: 0 10px 0 0;
  display: block;
  line-height: 1.3;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.left_menu .text-white:hover {
  color: #ff3a59 !important;
}
.account_tab {
  border-bottom: 2px solid #ccc !important;
  background: white;
  box-shadow: 0px 1px 7px 1px #ccc;
}
.account_tab .nav-item .nav-link {
  border: none;
  margin: 0;
  padding: 10px;
}
.account_tab .active {
  border-bottom: 3px solid #ff3a59;
}
.account_tab.nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.account_tab.nav-tabs .nav-link.active {
  border-bottom: 3px solid #ff3a59 !important;
}
.account_tab .color545454.active {
  color: #ff3a59 !important;
}
.form-calendar-icon {
  position: absolute;
  top: 11px;
  left: 25px;
  z-index: 5;
}
.border-bottom-707070 {
  border-bottom: 1px solid #707070;
}
.img_fix {
  height: 30px;
  width: 70px;
}
.tbl_invoice {
  border: 1px solid #fbfbfb;
  padding: 0 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 1px 0px 5px #ccc;
}
.tbl_invoice .table td,
.tbl_invoice .table th {
  border-top: none !important;
}
.tbl_invoice .table th {
  padding: 1rem 0.75rem 0.5rem 0.75rem !important;
}
.tbl_invoice .table td {
  padding: 0.5rem 0.75rem 1rem 0.75rem !important;
}
.btn-blue {
  background: #01a2e8;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
}
.product_image_fix {
  position: relative;
  height: 105px;
  width: 105px;
}
.border-bottom-ebebeb {
  border-bottom: 1px solid #ebebeb;
}
.w-12 {
  width: 12%;
}
.bg-f5f5f5 {
  background: #f5f5f5;
}
.profile_image_fix {
  position: relative;
  height: 130px;
  width: 130px;
  border-radius: 100px;
}
.profile_image_fix img {
  position: absolute;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.w-33 {
  width: 38%;
}
.w-67 {
  width: 66%;
}
.my_profile_form textarea {
  min-height: 94px;
}
.pl-33 {
  padding-left: 33px !important;
}

/* icon alignments */
ul.list-unstyled li i {
  width: 16px;
  text-align: center;
}


/**  custom style by jay */
.group-list, .panel-collapse .panel-body{max-height: 200px;overflow: auto;}
.select-box.form-control{    border: none;padding: 0;}
.modal-body {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
}
.size-check li a.active {
  background: #ff3a59;
  color: #fff;
}
.color-check li a.active {
  border: 1px solid #ff3a59;
  background: none;
  color: inherit;
}
.ending li{
  margin-right: 5px;
  min-width: 25px;
}

.sliderImage img{height: 400px;}
.fav{left: 15px; right:unset;}
.collection-slider .product-grids .product-offer-label{top:10px; right:10px}
.color-check li{
    margin-bottom: 10px;
}
.slick-list .slick-track .slick-slide{
   padding-left: 5px;
    padding-right: 5px;
}
.r-defaul-address{
    width: 24px;
    float: left;
    margin-top: 2px;
}
.address-edit-delete{
    float: right;
}

.relatedProduct h2 {
  font-size: 20px;
}
  
.relatedProduct .top-collections{ padding: 0px;}
.owl-carousel .owl-item img{height: 150px;}
