.right-block-listing {
  padding-left: 24px;
  padding-top: 20px;
  padding-right: 24px; 
  max-width: calc(100% - 304px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 304px);
  flex: 0 0 calc(100% - 304px);
}

.addthis_inline_share_toolbox {
  padding-bottom: 0px;
  padding-top: 0px !important;
  display: flex !important;
}

.addthis_inline_share_toolbox button {
  padding:0px 5px !important;
}

.copy_to_clipboard{
  border-radius: 50%;
  border: 0px;
  background: none;
}
.copy_to_clipboard img{
    width:30px;
    height: auto;
}

.more-details-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 13px;
  vertical-align: middle;
  color: #2a2e35;
  letter-spacing: .4px;
  text-align: left;
  font-weight: 600;
}

.breadcrumb-ui {
  display: block;
}

.breadcrumb-ui ul {
  display: inline-block;
}

.breadcrumb-ui ul li {
  float: left;
  padding-right: 16px;
  position: relative;
  margin-right: 10px;
}

.breadcrumb-ui ul li a,
.breadcrumb-ui ul li span {
  color: rgba(74, 77, 84, 0.8);
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumb-ui ul li a:hover {
  color: #000;
}

.breadcrumb-ui ul li span {
  color: rgba(74, 77, 84, 0.6);
  font-size: 13px;
  line-height: 13px;
}

.breadcrumb-ui ul li:after {
  content: "\e902";
  position: absolute;
  right: 0;
  top: 8px;
  font-family: "icomoon" !important;
  font-size: 10px;
  opacity: 0.6;
  color: #000;
}

.breadcrumb-ui ul li:last-child:after {
  content: none;
}

.breadcrumb-ui {
  padding: 10px 0;
}

.productConHead {
  padding-top: 0px;
  padding-bottom: 30px;
}
.category-page-banner{
  padding-bottom: 10px;
}
.category-page-banner img {
  max-height: 420px;
  /* width: 100%; */
  object-fit: cover;
}
.left-product {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6c717a;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
}

.left-product h1 {
  display: block;
  color: #6c717a;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #252931;
}

.left-product label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #252931;
}

.left-product span {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.pagination-ui {
  display: inline-block;
  width: 100%;
  padding: 40px 0 120px 0;
}

.pagination-ui ul {
  display: block;
}

.pagination-ui ul li {
  display: inline-block;
  margin-right: 4px;
}

.pagination-ui ul li a {
  color: #252932;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border: 1px solid transparent;
  padding: 0 4px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  min-width: 30px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagination-ui ul li a:hover {
  background-color: #f6f6f6;
}

.pagination-ui ul li.active a {
  border-color: #E6284B;
  color: #E6284B;
}

.pagination-ui ul li.next-pagination a {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 0 8px;
}

.pagination-ui ul li.next-pagination a span,
.pagination-ui ul li.next-pagination a i {
  display: inline-block;
  vertical-align: middle;
}

.pagination-ui ul li.next-pagination a span {
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.pagination-ui ul li.next-pagination a i {
  font-size: 10px;
  margin-left: 3px;
}

i.accordion-filter-sign {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
}

i.accordion-filter-sign:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #808286;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.activeFilter .accordion-filter-sign {
  top: 8px;
  right: 19px;
}

.activeFilter .accordion-filter-sign:before {
  content: "+";
  width: 28px;
  height: 20px;
  color: #808286;
  background: transparent;
  line-height: 20px;
  font-size: 28px;
  text-align: center;
}

.mob-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ebebec;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}

.mob-filter .blockinnerfilter {
  width: 50%;
  float: left;
  padding: 0 10px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  border: none;
  background-color: #fff;
  outline: none;
}

.mob-filter .blockinnerfilter:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #d0d0d2;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}

.mob-filter .blockinnerfilter:last-child:after {
  content: none;
}

.mob-filter .blockinnerfilter i {
  color: #31343b;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.mob-filter .blockinnerfilter span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #ef3c4c;
}

.mob-filter .blockinnerfilter .icon-sorting {
  font-size: 18px;
}

.style-select-block {
  margin: 0 !important;
  width: auto !important;
}

.style-select-block .selectpicker {
  height: 40px;
  width: 200px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 10px;
  position: relative;
  opacity: 0.8;
  color: #2a2e35;
  font-size: 13px;
  font-weight: 500;
}

.style-select-block .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
  height: auto;
}

.style-select-block .dropdown-menu {
  padding: 0;
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e7e7e7;
  border-top: none;
}

.style-select-block .dropdown-menu ul.dropdown-menu {
  display: inline-block;
  height: auto;
  position: relative;
  left: 0;
  width: 100%;
}

.style-select-block .selectpicker {
  outline: none;
}

.style-select-block .selectpicker:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.style-select-block .selectpicker li {
  display: block;
}

.style-select-block .selectpicker li.selected a {
  background-color: #ecedef;
  outline: none;
}

.style-select-block .selectpicker li a {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  color: #252931;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.style-select-block .selectpicker li a:hover {
  background-color: #ecedef;
  outline: none;
}

.sort-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sort-block {
    display: none;
  }
}

.sort-block label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  opacity: 0.7;
  color: #2a2e35;
  font-size: 13px;
}

.sort-block .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.modal-bottom {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 767px) {
  .modal-bottom {
    display: none;
  }
}

.modal-bottom.sortactive {
  opacity: 1;
  visibility: visible;
}

.modal-bottom.sortactive .filter-modal {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.filter-modal {
  padding: 30px 16px 4px;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

.filter-modal h3 {
  color: #252931;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 18px;
  margin-bottom: 16px;
}

.filter-modal ul {
  display: block;
}

.filter-modal ul li {
  display: block;
  margin: 0px 0;
  border-bottom: 1px solid #efeeee;
}

.filter-modal ul li a {
  display: block;
  padding: 14px 0;
  color: #3e4152;
  font-size: 15px;
}

.filter-modal ul li a:hover {
  background-color: #d6d6d6;
}

.filter-modal {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.action-filter {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  border-top: 1px solid #ebebec;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.action-filter button {
  width: 50%;
  float: left;
  height: 50px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  border: none;
  outline: none;
  background-color: #fff;
}

.action-filter button.appyfilter {
  color: #E6284B;
}

.action-filter button:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #d0d0d2;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}

.action-filter button:last-child:after {
  content: none;
}

.block-listing .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 1025px) {
  .block-ui ul li.size-block-ui {
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .aside-filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
    max-width: 264px;
  }

  .right-block-listing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 264px);
    flex: 0 0 calc(100% - 264px);
    max-width: calc(100% - 264px);
  }
}

@media screen and (max-width: 767px) {
  .rating-star {
    padding-top: 5px;
  }

  .aside-filter {
    padding-bottom: 50px;
  }

  .head-list-block {
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .right-block-listing {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }

  .breadcrumb-ui {
    padding: 2px 0;
  }

  .productConHead {
    padding-top: 6px;
    padding-bottom: 20px;
  }

  .block-listing .grid-block-product {
    margin-left: -15px;
    margin-right: -15px;
  }

  .block-listing .grid-block-product .row {
    border-top: none;
  }

  .pagination-ui {
    padding: 20px 0 60px 0;
  }

  .breadcrumb-ui ul li span,
  .breadcrumb-ui ul li a {
    font-size: 12px;
  }

  .left-product {
    font-size: 14px;
  }

  .breadcrumb-ui ul li:after {
    font-size: 8px;
    top: 9px;
  }

  .aside-filter {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #fff;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    /*transform: translateZ(0);*/
    /*will-change: transform;*/
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aside-filter .filter-block {
    width: 100%;
  }

  .aside-filter.filteractive {
    display: block;
  }

  .head-filter {
    padding: 13px 0;
  }

  .filter-list-block {
    padding: 12px 0;
  }

  .block-ui ul li {
    margin-bottom: 10px;
  }

  .mob-filter,
  .action-filter {
    display: block;
  }

  .freezbody {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    height: 100vh;
  }

  .right-block-listing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-item figure {
    border-radius: 0px;
  }

  .block-listing .container {
    padding-left: 15px;
  }

}

.product-preview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.product-preview ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}

.product-preview ul.product-main-slider {
  margin: 0;
}

.product-preview ul.product-main-slider.single {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-preview ul.product-main-slider.single li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-preview ul.product-main-slider .video_for_listing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
  padding: 0 5px 10px;
  position: relative;
  width: 100%;
  min-height: 440px;
  flex-basis: 100%;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .product-preview ul.product-main-slider .video_for_listing .list_video{
    max-height: 385px;
    min-height: 385px;
  }
  .product-preview ul.product-main-slider .video_for_listing iframe {
    min-height: 385px;
}
}


.product-preview ul.product-main-slider .video_for_listing iframe{
   width: 100%;
  height: 100%;
  display: block;
  border: 0; 
  outline:none;
}

.product-preview ul.product-main-slider .video_for_listing .img-ui{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 0 5px 10px;
}


.product-preview .img-ui {
  width: 100%;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media screen and (min-width: 1024px) {
  .product-preview .img-ui:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.product-preview .img-ui img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-preview {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.product-detail-block {
  padding: 20px 0 60px;
  border-top: 1px solid rgba(219, 219, 219, 0.6);
}

.product-detail-block [class*="col-"].product-preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 1210px) {
  .product-detail-block [class*="col-"].product-preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product-detail-block [class*="col-"].product-detail-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 1210px) {
  .product-detail-block [class*="col-"].product-detail-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.block-action-product {
  display: block;
}

#specifications .specifications-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}

#specifications .specifications-list .specification {
  padding-bottom: 6px;
  margin: 0;
  border-bottom: 1px solid #eaeaec;
}

#specifications .specifications-list .specification h6 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #2a2e35;
  font-weight: 500;
}

#specifications .specifications-list .specification p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  color: #2a2e35;
  font-weight: 600;
}

.first-info-block {
  display: block;
}

.first-info-block label {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252931;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 12px;
  display: block;
}

.first-info-block h3 {
  line-height: 22px;
  font-weight: 400 !important;
  font-size: 22px;
  color: #252931;
  letter-spacing: -0.24px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 12px;
}

.first-info-block h1 {
  line-height: 22px;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #252931;
  letter-spacing: -0.24px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 12px;
}

.first-info-block .rating-star {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.first-info-block .rating-star img {
  vertical-align: initial;
}

.first-info-block .product-sku {
  display: inline-block;
  overflow: hidden;
  padding-top: 0px;
  margin-bottom: 0px !important;
  vertical-align: middle;
}

.value-price {
  display: inline-block;
  margin-bottom: 20px;
}

.value-price .price-new,
.value-price .mrp-tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #252931;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-right: 8px;
}

.value-price span.old-price {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  font-weight: 300;
  font-size: 16px;
  color: #252931;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  text-decoration: line-through;
  margin-right: 8px;
}

.value-price .discount-price-percentage {
  margin-left: 0px;
}

.discount-price-percentage {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #009662;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  margin-left: 6px;
}

.rating-info .reviews-block {
  font-size: 14px;
  color: #252931;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.rating-info .reviews-block:hover {
  color: #d63342;
}

.rating-block-sm {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dfe4ee;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 7px 9px 7px 7px;
}

.rating-block-sm .icon-ic_star {
  color: #008000;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 6px;
}

.rating-block-sm .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #252931;
  letter-spacing: 0.52px;
  text-align: center;
  font-weight: 800;
  float: left;
}

.title-sm {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #2a2e35;
  letter-spacing: 0.4px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.select-size {
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
}

.select-size .title-sm {
  margin-bottom: 16px;
}

.select-size .view-size-chart {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.6px;
  text-align: left;
  text-transform: capitalize;
  margin-left: 15px;
  color: #E6284B;
  font-size: 13px;
  line-height: 13px;
}

.select-size .view-size-chart:hover {
  text-decoration: underline;
}

.select-size .size-block-ui input.option-input+span {
  width: 56px;
  height: 56px;
  line-height: 54px;
  font-size: 16px;
  border-radius: 4px;
}

.select-size .size-block-ui input.option-input[disabled="disabled"]+span {
  color: #d3d4d6;
  pointer-events: none;
  border-color: #dbdbdb;
  position: relative;
}

.select-size .size-block-ui input.option-input[disabled="disabled"]+span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  height: 1px;
  background-color: #dbdbdb;
  width: 100%;
  margin-top: -1px;
}

.quantity-block .quanity-block {
  display: block;
  width: auto;
  margin-bottom: 0px;
  margin-top: 10px;
}

@media screen and (min-width: 1125px) {
  .quantity-block .title-sm {
    margin-bottom: 0px;
  }

  .quantity-block .quanity-block .quantity-v2.quantity-input {
    width: 136px;
  }

  .quanity-block .lg-quantity.quantity-v2.quantity-input {
    width: 120px;
  }

  .quanity-block .lg-quantity.quantity-v2.quantity-input .quty-btn {
    width: 48px;
    height: 48px;
    border-radius: 2px;
  }

  .quanity-block .lg-quantity.quantity-v2.quantity-input input[type="number"] {
    height: 48px;
    padding: 0 32px;
    font-size: 16px;
  }
}

.product-detail-right .sizeblock {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .product-detail-right .sizeblock {
    vertical-align: top;
  }

  .product-detail-right .select-size .view-size-chart {
    margin-top: 0px;
    margin-left: 10px;
  }
}

.product-detail-right .more-colours-product .more-colours-products {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.product-detail-right .more-colours-product .more-colours-products li {
  max-width: 70px;
  flex: unset;
  padding: 0;
}

.product-detail-right .sizeblock .size-block-ui-v2 {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0px;
  margin-right: 6px;
}

.product-detail-right .sizeblock .size-block-ui-v2:last-child {
  margin-right: 1px;
}

@media screen and (max-width: 1500px) {
  .product-detail-right .sizeblock .size-block-ui-v2 {
    margin-right: 10px;
  }
}

.product-detail-right .sizeblock .size-block-ui-v2 label {
  /*margin:0px 22px 0 0;*/
  width: auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}

.product-detail-right .sizeblock .size-block-ui-v2 label span {
  color: #252931;
  font-size: 14px;
  min-width: 48px;
  height: 48px;
  /*background-color: rgba(148, 149, 154, 0.1);*/
  border: 1px solid #d6d7da;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.product-detail-right .sizeblock .size-block-ui-v2.out-of-stock label span {
  background-color: #eceeef;
}

.product-detail-right .sizeblock .size-block-ui-v2.out-of-stock label span:before {
  content: "";
    position: absolute;
    width: 1px;
    height: 140%;
    background-color: #c6c9c8;
    rotate: 45deg;
    top: 30%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail-right .sizeblock .size-block-ui-v2.out-of-stock {
  opacity: 1;
}

.product-detail-right .sizeblock .size-block-ui-v2 label:hover span {
  /*background-color: rgba(148, 149, 154, 0.4);*/
  background-color: rgba(148, 149, 154, 0.2);
}

.product-detail-right .sizeblock .size-block-ui-v2 label .option-input:checked+span {
  color: #ffffff;
  background-color: #E6284B;
}

.product-detail-right .sizeblock .size-block-ui-v2 label .option-input:after {
  content: none;
}

.product-detail-right .sizeblock .size-block-ui-v2 label input.option-input[disabled="disabled"]+span {
  opacity: 0.6;
  /*background-color: rgba(148, 149, 154, 0.1);*/
}

.product-detail-right .sizeblock .size-block-ui-v2 label input.option-input[disabled="disabled"]+span:before {
  width: 28px;
  height: 1px;
  background-color: #b2b3b2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  bottom: 0;
  right: 0;
  margin: auto;
}

.product-detail-right .sizeblock .size-block-ui-v2 label:hover input.option-input[disabled="disabled"]+span {
  color: #252931;
  opacity: 0.6;
  font-weight: normal;
}

.select-size .block-ui ul li.size-block-ui {
  margin-right: 16px;
  padding-bottom: 17px;
  position: relative;
}

.product-detail-right .title-sm {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  width: auto;
}



.select-color {
  margin-bottom: 26px;
}

.select-color .color-product-sign {
  width: 26px;
  height: 26px;
}

.left-item {
  display: block;
  font-size: 12px;
  color: #E6284B;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.quantity-block {
  margin-bottom: 32px;
  margin-top: 24px;
}

.quantity-input {
  border: 1px solid #dedede;
  display: inline-block;
  position: relative;
  width: 148px;
  height: 48px;
  margin: 0;
}

.quantity-input .quty-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  float: left;
  background-color: #f3f3f3;
  border: none;
  position: absolute;
  top: 0;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  /*&:before{
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        height: -webkit-calc(100% + 16px);
        height: calc(100% + 16px);
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    }*/
}

.quantity-input .quty-btn:hover {
  background-color: #e6e5e5;
}

.quantity-input .quty-btn.sub {
  left: 0;
}

.quantity-input .quty-btn.sub .icon-negative {
  font-size: 16px;
  width: 16px;
  height: 2px;
  background-color: #94959a;
  display: inline-block;
  vertical-align: middle;
}

.quantity-input .quty-btn.sub .icon-negative:before {
  content: none;
}

.quantity-input .quty-btn.add {
  right: 0;
}

.quantity-input .quty-btn:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.quantity-input .quty-btn:active .icon-postive {
  color: #E6284B !important;
}

.quantity-input .quty-btn:active .icon-negative {
  background-color: #E6284B;
}

.quantity-input .quty-btn:active:before {
  top: -6px;
  left: -6px;
  height: -webkit-calc(100% + 12px);
  height: calc(100% + 12px);
  width: -webkit-calc(100% + 12px);
  width: calc(100% + 12px);
}

.quantity-input input[type="number"] {
  height: 48px;
  border: none;
  text-align: center;
  padding: 0 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-size: 16px;
  color: #252931;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quantity-input input[type="number"]::-webkit-inner-spin-button,
.quantity-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail-action {
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
  /*&.btn-block .btn-fil-primary{
    padding:0 20px;
  }*/
}

.product-detail-action .btn-fil-primary,
.product-detail-action .btn-fill-block,
.product-detail-action .border-btn-primary {
  min-width: inherit;
  padding: 0 36px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  margin-right: 16px;
  font-size: 12px;
  float: left;
  letter-spacing: 0.92px;
  font-weight: bold;
  min-width: 155px;
}

.product-detail-action .border-btn-primary {
  line-height: 52px;
}

.product-detail-action .heart-btn {
  height: 54px;
  line-height: 64px;
}

.product-detail-action a:last-child {
  margin-right: 0px;
}

.sm-discription {
  padding-bottom: 18px;
}

.sm-discription p {
  color: #2a2e35;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.sm-discription p:last-child {
  margin-bottom: 0px;
}

.like-dislike-block-detail {
  display: block;
}

.like-dislike-block-detail ul {
  display: block;
}

.like-dislike-block-detail ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.like-dislike-block-detail ul li a {
  padding: 10px 0;
  display: inline-block;
  color: #7d7d7d;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.like-dislike-block-detail ul li a:hover,
.like-dislike-block-detail ul li a.liked {
  color: #252931;
}

.like-dislike-block-detail ul li a:hover *,
.like-dislike-block-detail ul li a.liked * {
  opacity: 1;
}

.like-dislike-block-detail ul li a i {
  font-size: 14px;
  opacity: 0.6;
}

.like-dislike-block-detail ul li a i,
.like-dislike-block-detail ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.other-reviews {
  display: none;
}

.other-reviews .list-ui-comment:first-child {
  padding-top: 22px;
}

.block-link-review {
  display: block;
  padding: 15px 0;
}

.block-link-review a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #E6284B;
  text-transform: uppercase;
}

.block-link-review a i {
  margin-left: 8px;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block-link-review a .less-text {
  display: none;
}

.block-link-review a * {
  display: inline-block;
  vertical-align: middle;
}

.block-link-review a.all-review-show .less-text {
  display: inline-block;
}

.block-link-review a.all-review-show .allcomment-text {
  display: none;
}

.block-link-review a.all-review-show i.icon-arrow-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-detail {
  padding: 12px 0 12px;
}

.list-detail .title-sm {
  margin: 0;
  padding: 9px 20px 9px 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  .head-block-detail {
    padding-bottom: 0px !important;
  }

  .list-detail .title-sm {
    font-size: 14px;
    letter-spacing: 0;
  }

  .at-resp-share-element.at-mobile .at-share-btn {
    padding: 8px 8px;
    border-radius: 4px !important;
  }

  .deskmobo-checkouttxt {
    display: none;
  }

  .deskmobo-payment-opt {
    display: block;
    /* font-weight: bold; */
  }
}

.list-detail .title-sm.toggle-info .arrow-rounded {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
}

.list-detail .title-sm.toggle-info.collapsed .arrow-rounded {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-detail .title-sm.toggle-info .arrow-rounded:before {
  content: "\e909";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 30px;
  left: 0;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.list-detail .title-sm.toggle-info.collapsed:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 768px) {
  .list-detail .title-sm.toggle-info:hover {
    color: #E6284B;
  }

  .list-detail .title-sm.toggle-info:hover .arrow-rounded:before {
    color: #E6284B;
  }

  .deskmobo-checkouttxt {
    display: block;
    /* font-weight: bold !important; */
  }

  .deskmobo-payment-opt {
    display: none;
  }
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.best-offers {
  display: block;
}

.offer-list {
  display: block;
}

.offer-list li {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #2a2e35;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.offer-list li strong {
  font-weight: 600;
}

.offer-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #2a2e35;
}

.discription-product-ui .title-sm {
  font-size: 18px;
  text-transform: inherit;
}

.promotion-offers {
  display: block;
  padding-bottom: 14px;
  background-color: #e5f7ec;
  padding: 18px 15px;
  border-radius: 4px;
  border: 1px dashed #b6cfc0;
}

.promotion-offers h3 {
  padding: 0 7px;
  color: #088c3a;
  font-size: 13px;
  font-weight: 600;
  background-color: #e5f7ec;
  margin-bottom: 16px;
  display: block;
  line-height: normal;
  height: auto;
}

.promotion-offers ul {
  display: block;
}

.promotion-offers ul li {
  display: inline-block;
  width: 100%;
  color: #141619;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.promotion-offers ul li:last-child {
  margin-bottom: 0px;
}

.promotion-offers ul li:before {
  width: 4px;
  height: 4px;
  background-color: #2a2e35;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block-pin-ui {
  display: inline-block;
  width: 100%;
}

.block-pin-ui .pass {
  height: 44px;
  width: 44px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #ffffff;
  float: left;
  margin-right: 12px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-pin-ui .pass:focus {
  border-color: #cecccc;
}

.pincode-blocking h4 {
  opacity: 0.8;
  color: #2a2e35;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 12px;
}

.detail-list {
  display: block;
  padding-top: 15px;
}

.detail-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
}

.detail-list label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
  color: #2a2e35;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  width: 145px;
}

.detail-list span {
  font-size: 13px;
  color: #2a2e35;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.met-care-info {
  padding-top: 4px;
}

.met-care-info li {
  font-size: 13px;
  color: #2a2e35;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.block-pin-location {
  width: 260px;
  display: block;
  position: relative;
  margin-bottom: 7px;
}

.block-pin-location .pincode-code {
  height: 44px;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
  padding-right: 60px;
  opacity: 0.8;
  font-size: 14px;
  color: #2a2e35;
  letter-spacing: 0;
  -webkit-appearance: none;
}

.block-pin-location .pincode-button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  font-size: 13px;
  color: #E6284B;
  letter-spacing: 0;
  text-align: center;
  line-height: 13px;
  font-weight: 600;
  height: 44px;
  padding: 10px 12px;
  outline: none;
  cursor: pointer;
}

.pincode-enterPincode {
  opacity: 0.9;
  font-weight: 300;
  font-size: 11px;
  color: #2a2e35;
  letter-spacing: 0;
  line-height: 17px;
  text-align: left;
  margin-bottom: 33px;
}

.product-delivery-return .title-sm {
  margin-bottom: 8px;
}

.product-similar [class*="col-"] {
  padding: 0;
}

.product-similar {
  padding: 22px 0;
}

.product-similar .heading-block {
  margin-bottom: 35px;
}

.product-similar .heading-block h2 {
  font-size: 26px;
}

.product-similar .heading-block .head-line {
  margin-top: 24px;
}

.product-similar.style-gallery .bx-wrapper .bx-controls-direction a {
  margin-top: -50px;
}

.product-similar .bx-wrapper {
  margin: 0 auto;
}

.product-similar .bx-wrapper .bx-controls-direction a {
  /*margin-top: -100px;*/
}

.product-similar .bx-wrapper .bx-controls-direction a.bx-next {
  /*right: -30px;*/
}

.product-similar .bx-wrapper .bx-controls-direction a.bx-prev {
  /*left: -30px;*/
}

.refund-love-it {
  display: block;
}

.refund-love-it p {
  color: #2a2e35;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
}

.refund-love-it p span {
  color: #ff4031;
  font-size: 18px;
}

.buyer-rating {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media screen and (min-width: 1125px) {
  .buyer-rating .buyer-head {
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 43px;
  }

  .buyer-rating .buyer-head .rating-info {
    margin-bottom: 0px;
  }

  .buyer-rating .buyer-head:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E6284B;
    width: 36px;
    height: 3px;
  }

  .buyer-rating .buyer-head .rating-block-sm {
    padding: 4px 9px 7px 7px;
    height: 48px;
    line-height: 48px;
  }

  .buyer-rating .buyer-head .rating-block-sm .icon-ic_star {
    font-size: 28px;
    margin-top: 4px;
  }

  .buyer-rating .buyer-head .rating-block-sm span.text {
    font-size: 32px;
  }
}

.list-rating {
  display: block;
  max-width: 314px;
}

.list-rating ul {
  display: block;
}

.list-rating ul li {
  width: 100%;
  display: inline-block;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}

.list-rating ul li .rating-no-left {
  position: absolute;
  left: 0;
  top: -5px;
}

.list-rating ul li .rating-no-left span {
  display: inline-block;
  vertical-align: middle;
  color: #a8afbb;
  font-size: 16px;
  letter-spacing: 0.6px;
  float: left;
}

.list-rating ul li .rating-no-left .icon-ic_star {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 3px 0 0 10px;
}

.list-rating ul li .rating-no-left .icon-ic_star:before {
  font-size: 11px;
  color: #a8afbb;
  float: left;
}

.list-rating ul li .raging--status--progress {
  width: 100%;
  background-color: rgba(168, 175, 187, 0.3);
  position: relative;
  height: 8px;
  max-width: calc(100% - 70px);
  float: left;
}

.list-rating ul li .raging--status--progress span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #008000;
}

.list-rating ul li .counter-rating {
  float: left;
  font-size: 16px;
  color: #252931;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: -3px;
  padding-left: 7px;
}

.list-rating ul li.rate-4 .raging--status--progress span {
  background-color: #2d942e;
}

.list-rating ul li.rate-3 .raging--status--progress span {
  background-color: #71b374;
}

.list-rating ul li.rate-2 .raging--status--progress span {
  background-color: #ffdc4a;
}

.list-rating ul li.rate-1 .raging--status--progress span {
  background-color: #E6284B;
}

.rating-count-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.star-ratings {
  font-size: 18px;
  font-weight: 600;
  color: #252931;
}

.rating-count-wrapper .rating-img span {
  font-size: 18px;
  font-weight: 700;
  color: #252931;
}

.rating-count-wrapper {
  display: flex;
  align-items: center;
}

.rating-info {
  color: #252931;
  opacity: 0.5;
  margin: 0 0 2px 6px;
  display: inherit;
}

.rating-info .reviews-block {
  font-size: 12px;
}

.outstock-block {
  border: 1px solid #f3f3f3;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 18px 20px;
  display: none;
  margin-top: 16px;
  margin-bottom: 16px;
}

.outstock-block h2 {
  color: #E6284B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.51px;
  line-height: 23px;
  margin-bottom: 10px;
}

.outstock-block .field-block-subscribe {
  display: inline-block;
  width: 100%;
  position: relative;
}

.outstock-block .field-block-subscribe input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0 110px 0 16px;
  font-size: 14px;
  color: #252931;
}

.outstock-block p {
  font-size: 12px;
  font-weight: 500;
  color: #33333a;
  padding-top: 5px;
  margin-bottom: 0px;
}

.loading-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 253, 253, 0.94);
}

.loading-block:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  bottom: auto;
  left: auto;
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #ffeded;
  border-top: 5px solid rgba(214, 51, 66, 0.75);
  border-right: 5px solid rgba(214, 51, 66, 0.75);
  background: transparent;
  -webkit-animation: 0.7s rotate linear infinite;
  animation: 0.7s rotate linear infinite;
  vertical-align: top;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
}

.item-out-of-stock {
  position: relative;
}

.item-out-of-stock .btn-block.product-detail-action {
  display: none;
}

.item-out-of-stock .quantity-block {
  display: none;
}

.item-out-of-stock .outstock-block {
  display: block;
}

.item-out-of-stock .promotion-offers {
  display: none;
}

.item-out-of-stock .pdp-action-buttons {
  display: none;
}

input.btn-block-sumbmit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 30px;
  height: 100%;
  border: none;
  background-color: #33333a;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.customer-reviews-right {
  display: block;
}

.customer-reviews-right .rating-star {
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 1px;
  width: auto;
}

.customer-reviews-right .rating-star img {
  float: left;
  margin: 0;
}

.customer-reviews-right .user-comment h3 {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.56px;
  font-size: 15px;
  font-weight: 600;
  color: #252931;
  margin-bottom: 0px;
  margin-left: 12px;
}

.customer-reviews-right .heading-block h3 {
  font-size: 22px;
  color: #252931;
  letter-spacing: -0.47px;
  text-align: left;
  font-weight: 600;
  margin: 0;
}

.customer-reviews-right .heading-block a.btn-fil-primary {
  margin-top: -13px;
  text-align: center;
}

.customer-reviews-right .user-comment .rating-star {
  vertical-align: middle;
}

.customer-reviews-right .user-comment .rating-star .rating-outer {
  margin-top: 0px;
  padding: 2px 4px;
}

.customer-reviews-right .user-comment h3 {
  font-size: 14px;
  vertical-align: sub;
}

.user-comment .star-ratings {
  font-size: 16px;
}

.less-text {
  display: none;
}

.list-ui-comment {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}

.list-ui-comment:first-child {
  padding-top: 0px;
  border-top: none;
}

.rating-and-comments {
  padding-top: 48px;
  /*border-top: 1px solid rgba(151, 151, 151, 0.2);*/
  margin-top: 0px;
  padding-bottom: 60px;
}

.user-comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.user-comment figure {
  float: left;
  margin: 5px 0 0;
  display: none;
}

.user-comment figure img {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50px;
}

.user-comment figcaption .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #252931;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
}

.user-comment figcaption time {
  opacity: 0.66;
  font-size: 10px;
  color: #252931;
  letter-spacing: 0;
  text-align: left;
  padding-top: 2px;
  display: block;
  vertical-align: middle;
}

.user-comment figcaption .full-block {
  padding-top: 8px;
}

.user-comment figcaption .rating-block-sm {
  height: 30px;
  padding-top: 6px;
}

.product-in-comment {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
}

.product-in-comment ul {
  display: inline-block;
}

.product-in-comment ul li {
  float: left;
  font-size: 12px;
  color: #252931;
  letter-spacing: 0;
  text-align: left;
  padding: 0 15px;
  position: relative;
}

.product-in-comment ul li:after {
  opacity: 0.2;
  content: "|";
  font-size: 14px;
  color: #252931;
  letter-spacing: 0;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
}

.product-in-comment ul li:last-child:after {
  content: none;
}

.product-in-comment ul li:first-child {
  padding-left: 0px;
}

.product-in-comment ul li label {
  font-weight: 600;
  margin: 0 3px 0 0;
}

.comment-desc {
  display: block;
  margin-bottom: 6px;
  padding-top: 8px;
}

.comment-desc h3 {
  font-size: 15px;
  color: #252931;
  letter-spacing: 0.56px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 6px;
}

.comment-desc p {
  font-size: 14px;
  color: #252931;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

.comment-blocks .btn-block {
  display: block;
}

.border-btn-black {
  display: inline-block;
  border: 1px solid rgba(37, 41, 49, 0.6);
  height: 36px;
  line-height: 34px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 13px;
  color: #252931;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.border-btn-black:hover {
  background-color: #f2f5f7;
  color: #252931;
}

.helpful-note {
  display: block;
  color: #969696;
  font-size: 12px;
  margin-bottom: 7px;
  font-weight: 600;
}

.detail-small-discription {
  display: block;
  margin-bottom: 28px;
}

.detail-small-discription p {
  opacity: 0.8;
  color: #2a2e35;
  font-size: 14px;
  line-height: 22px;
}

.share-product-mob {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .share-product-mob {
    display: inline-block;
  }
}

.share-product-mob a {
  border: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 16px 15px;
  background: #f7f7f7;
  border-radius: 2px;
}

.share-product-mob a .left-block-share {
  display: inline-block;
  vertical-align: middle;
}

.share-product-mob a h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}

.share-product-mob a p {
  font-size: 14px;
  margin-bottom: 0px;
}

.share-product-mob a .share-btn {
  display: inline-block;
  vertical-align: middle;
  float: right;
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  color: #676263;
}

.share-product-mob a .share-btn .icon-share {
  margin-right: 8px;
}

.star-rating-custom {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 2em;
  -webkit-box-pack: auto;
  -ms-flex-pack: auto;
  justify-content: auto;
  text-align: left;
  width: auto;
  float: left;
  clear: both;
}

.star-rating-custom input {
  display: none;
}

.star-rating-custom label {
  color: #babfc9;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: 14px;
  line-height: 30px;
}

.star-rating-custom :checked~label {
  color: #f2b041;
}

.star-rating-custom :hover~label {
  color: #f2b041;
}

.write-comment-block .block {
  width: 100%;
  display: inline-block;
  margin-bottom: 22px;
}

.write-comment-block .block label.title {
  color: #252931;
  font-size: 16px;
  letter-spacing: -0.18px;
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}

.write-comment-block .btn-block {
  display: block;
  text-align: right;
  padding-bottom: 40px;
}

.upload-img {
  position: relative;
}

.upload-img input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.upload-img label {
  width: 80px;
  height: 80px;
  border: 2px dashed #d1d3dc;
  background-color: #ffffff;
  line-height: 74px;
  text-align: center;
  font-size: 35px;
  color: #d1d3dc;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
label.error-upload{
  border: 2px dashed #ee5136;
  background-color: #e96851b7;
}
.error-text{
  color: #ff0000;
}
.upload-img label:hover {
  border-color: #c0c1c5;
  color: #c0c1c5;
}

.block-comment-name {
  display: inline-block;
  width: 100%;
}

.write-review-content {
  width: 100%;
  display: block;
}

.write-review-content .text-field {
  border: 1px solid #d7d9e1;
  width: 100%;
  margin-top: -1px;
  padding: 15px 17px;
  font-size: 14px;
  color: #252931;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}

.write-review-content .text-field:focus {
  border-color: #c0c1c5;
  position: relative;
  outline: none;
}

.write-review-content input.text-field {
  border-radius: 2px 2px 0 0;
}

.write-review-content textarea.text-field {
  min-height: 124px;
  resize: none;
  border-radius: 0 0 2px 2px;
}

.uploaded-review-images {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.uploaded-review-images li {
  float: left;
  margin-right: 10px;
  width: auto;
}

.uploaded-review-images li a {
  display: inline-block;
}

.uploaded-review-images li img {
  width: 60px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 3px;
}

@media screen and (max-width: 1025px) {

  .product-detail-block [class*="col-"].product-preview,
  .product-detail-block [class*="col-"].product-detail-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .product-preview ul.product-main-slider {
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow-x: scroll;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .product-preview ul.product-main-slider li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 290px;
    max-width: 100%;
    padding: 0;
  }

  .product-preview ul.product-main-slider::-webkit-scrollbar {
    display: none;
  }

  .product-preview {
    position: relative;
    top: 0;
  }

  .simlar-products {
    white-space: nowrap;
    width: auto;
    display: block;
    overflow-x: scroll;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    overflow-y: hidden;
    margin: 0 -10px;
    padding: 0 0px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .simlar-products li {
    width: 300px;
    display: inline-block;
    margin-right: 15px;
    width: 200px;
  }

  .simlar-products.other-color-slider li {
    width: 165px;
  }

  .product-similar .other-color-slider.simlar-products [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .simlar-products img {
    height: 238px;
  }

  .simlar-products.other-color-slider img {
    object-fit: cover;
  }

  .simlar-products::-webkit-scrollbar {
    display: none;
  }

  /*.product-similar .bx-wrapper .bx-controls-direction a{
    margin-top: -58px;
  }
  .product-similar .bx-wrapper .bx-controls-direction a.bx-next{
    
  }
  .product-similar .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 10px;
  }*/
}

.pdp-action-buttons {
  display: none;
}

@media screen and (max-width: 575px) {
  .quantity-block .quanity-block {
    display: inline-block;
    width: auto;
  }

  .quantity-block .quanity-block .left-option {
    display: inline-block;
    width: auto;
    padding-top: 0px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .product-detail-right .sizeblock .size-block-ui-v2:last-child {
    margin-right: 4px;
  }

  .outstock-block .btn-primary {
    background: none;
    border: none;
    color: #d63342;
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: normal;
    vertical-align: text-bottom;
    text-decoration: underline;
  }

  .product-detail-block [class*="col-"].product-preview {
    padding: 8px 0 0;
  }

  .product-detail-block [class*="col-"].product-preview .bx-wrapper .bx-pager {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 12px;
  }

  .breadcrumb-ui ul li span,
  .breadcrumb-ui ul li a {
    font-size: 10px;
  }

  .first-info-block label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: normal;
  }

  .first-info-block h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .first-info-block h1 {
    font-size: 16px !important;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .value-price .price-new {
    font-size: 16px;
    margin-right: 6px;
  }

  .value-price .discount-price-percentage {
    font-size: 14px;
  }

  .value-price span.old-price {
    font-size: 14px;
    margin-right: 8px;
  }

  .value-price {
    margin-bottom: 16px;
  }

  .select-size .size-block-ui input.option-input+span {
    width: auto;
    height: 36px;
    line-height: 34px;
  }

  .product-detail-right .sizeblock .size-block-ui-v2 label span {
    font-size: 15px;
  }

  .product-detail-right .sizeblock .size-block-ui-v2 {
    margin-right: 4px;
  }

  .product-detail-right .select-size .title-sm {
    display: block;
    margin-bottom: 4px;
  }

  .product-detail-right .select-size .view-size-chart {
    vertical-align: middle;
  }

  .product-detail-right .sizeblock .size-block-ui-v2 label span {
    font-size: 13px;
    line-height: 37px;
    width: auto;
    height: 38px;
    min-width: 38px;
    padding: 0 6px;
  }

  .select-size .block-ui ul li.size-block-ui {
    margin-right: 8px;
  }

  .title-sm,
  .select-size .view-size-chart {
    letter-spacing: normal;
    font-weight: 600;
  }



  .product-detail-action .btn-fil-primary,
  .product-detail-action .btn-fill-block {
    min-width: 0;
    font-size: 12px;
  }

  .pdp-action-buttons {
    display: block;
  }

  .select-size,
  .select-color {
    margin-bottom: 18px;
  }

  .product-detail-action {
    position: -webkit-sticky;

    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 2;
    padding: 10px 0;
  }

 
  .react-share__ShareButton svg {
   
  }



  .tab-collapse {
    padding-top: 5px;
  }

  .product-similar .heading-block h2 {
    font-size: 18px;
  }

  .product-similar .heading-block .head-line {
    margin-top: 10px;
  }

  .product-similar .heading-block {
    margin-bottom: 6px;
  }

  .product-detail-block {
    padding-bottom: 10px;
    padding-top: 45px;
    border-top: none;
  }

  .buyer-rating {
    margin-bottom: 20px;
  }

  .list-rating ul li {
    margin-bottom: 6px;
  }

  .list-rating ul li .counter-rating {
    font-size: 12px;
  }

  .rating-and-comments {
    padding-top: 28px;
  }

  .buyer-rating .btn-fil-primary {
    background: #fff;
    border: 1px solid #E6284B;
    width: 100%;
    height: 38px;
    color: #E6284B;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 12px;
    margin: 24px 0 0;
  }

  .buyer-rating .btn-fil-primary:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: translateY(0px);
    color: #E6284B;
  }

  .customer-reviews-right .heading-block [class*="col-"] {
    position: inherit;
  }

  .customer-reviews-right .heading-block a.btn-fil-primary {
    position: absolute;
    bottom: 20px;
    left: 13px;
  }

  .product-in-comment ul li {
    padding: 0 12px;
  }

  .comment-desc h3 {
    letter-spacing: normal;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .comment-desc p {
    font-size: 13px;
    line-height: 1.6;
  }

  .customer-reviews-right .heading-block {
    margin-bottom: 24px;
  }

  .helpful-note {
    font-size: 10px;
  }

  .product-similar .product-ui-card {
    border-radius: 4px;
    overflow: hidden;
  }

  .product-detail-block .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    line-height: 17px;
    font-size: 12px;
    z-index: 2;
  }

  .product-detail-block .bx-wrapper .bx-controls-direction a:before {
    line-height: 38px;
  }

  .product-detail-block .bx-wrapper .bx-controls-direction a.bx-prev:before {
    left: -2px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }

  .quantity-input .quty-btn {
    width: 38px;
    height: 36px;
  }

  .quantity-input {
    height: 38px;
  }

  .quantity-input input[type="number"] {
    height: 38px;
  }

  .quantity-input {
    width: 128px;
  }

  .offer-list li {
    padding-left: 15px;
  }

  .bx-wrapper img {
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  .select-color .title-sm {
    margin-bottom: 8px;
  }

  .quantity-block {
    margin-bottom: 10px;
  }

  .title-sm {
    font-size: 12px;
  }

  .product-detail-action {
    margin-bottom: 10px;
  }

  .detail-list li {
    margin-bottom: 5px;
  }

  .pincode-enterPincode {
    margin-bottom: 13px;
  }

  .offer-list li {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .product-similar {
    padding: 10px 0;
  }

  .product-similar .product-item figcaption {
    padding-bottom: 8px;
  }

  .product-similar .heading-block .head-line {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
  }

  .simlar-products li {
    margin-right: 8px;
  }

  .first-info-block .rating-info {
    display: none;
  }

  .product-in-comment ul li {
    font-size: 12px;
  }

  .signup-form .submit-btn {
    width: 100px;
  }

  .sm-discription p {
    font-size: 12px;
  }

  .detail-list span,
  .detail-list label {
    font-size: 12px;
  }

  .action-btn-container {
    position: relative;
    margin: 0 -15px;
  }

  .action-btn-container .product-detail-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    background-color: #fff;
    z-index: 2;
    margin: 0;
    visibility: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .action-btn-container .product-detail-action.fixed {
    position: fixed;
  }

  .action-btn-container .product-detail-action.visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .rating-and-comments {
    padding-bottom: 20px;
  }

  .discription-product-ui {
    padding-top: 0px;
  }

  .discription-product-ui .title-sm {
    font-size: 15px;
    width: auto;
    display: block;
  }

  .action-btn-container .product-detail-action.fixed {
    padding: 0px;
  }

  .action-btn-container .product-detail-action.fixed a {
    width: 50%;
    margin: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .product-detail-action.btn-block .btn-fil-primary {
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }

  .product-detail-action .border-btn-primary {
    width: 47%;
    margin-left: 0%;
    margin-right: 3%;
    font-size: 12px;
  }

  .product-detail-action .btn-fil-primary,
  .product-detail-action .btn-fill-block,
  .product-detail-action .border-btn-primary {
    min-width: 152px;
    padding: 0 24px;
  }

  .item-out-of-stock .outstock-block {
    display: block;
    margin: 30px 15px 0;
  }

  .star-rating-custom {
    font-size: 20px;
  }

  .star-rating-custom label {
    margin-right: 6px;
  }

  .write-comment-block .block label.title {
    margin-bottom: 8px;
  }

  .write-review-content .text-field {
    font-size: 12px;
    padding: 12px 10px;
  }

  .product-detail-right .product-detail-action {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .breadcrumb-ui ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }

  .breadcrumb-ui ul li span,
  .breadcrumb-ui ul li a {
    white-space: nowrap;
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .block-pin-location {
    width: 100%;
  }

  .left-item {
    font-size: 10px;
    bottom: 3px;
    letter-spacing: normal;
  }

  .user-comment figcaption time {
    padding-top: 2px;
    font-size: 12px;
  }

  .action-btn-container .product-detail-action {
    padding: 7px 10px;
  }

  .product-detail-right .sizeblock .size-block-ui-v2 label input.option-input[disabled="disabled"]+span:before {
    width: 24px;
  }

  .select-size .view-size-chart {
    vertical-align: bottom;
    font-size: 12px;
    padding: 3px 0;
  }

  .detail-list {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .block-pin-ui .pass {
    height: 40px;
    width: 32px;
    margin-right: 2px;
  }

  .inlinebutton-base-actions .btn-action.itemContainer-wishlist {
    padding-right: 0px !important;
  }

  input.btn-block-sumbmit {
    padding: 0 15px;
  }

  .title-sm {
    font-size: 10px;
  }

  .promotion-offers {
    margin-top: 20px;
  }

  .like-dislike-block-detail ul li {
    margin-right: 20px;
  }

  .write-comment-block .btn-block .border-btn-primary {
    width: 100%;
    font-size: 12px;
    color: #E6284B;
  }

  .customer-reviews-right .heading-block a.btn-fil-primary {
    padding: 0 20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .quanity-block .quantity-v2 .quty-btn.sub .icon-negative {
    margin-top: -3px;
  }

  .select-color .title-sm {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 380px) {

  .product-detail-action .btn-fil-primary,
  .product-detail-action .btn-fill-block,
  .product-detail-action .border-btn-primary {
    min-width: 134px;
    padding: 0 14px;
  }
}

@media screen and (max-width: 359px) {

  .product-detail-action .btn-fil-primary,
  .product-detail-action .btn-fill-block {
    padding: 0 12px;
  }

  .breadcrumb-ui ul li span,
  .breadcrumb-ui ul li a {
    max-width: 130px;
  }
}

.product-preview ul.product-main-slider li.bx-clone {
  display: none;
}

.sizechart-slide-wrapper{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 9999;
}

.sizechart-slide-wrapper.slide{
  display: block;
  opacity: 1;
}

.sizechart-slide-wrapper .sizechart-slide {
  transform: translateX(0%);
}

.sizechart-slide {
  margin: 0 -24px;
  border-top: 1px solid #e1e1e1;
  padding: 30px 24px 0;
  /*.header{
    padding:15px 18px;
    border-bottom: 1px solid #E1E1E1;
    display: inline-block;
    width: 100%;

    h5{
      font-weight: 500;
      font-size: 18px;
      letter-spacing: -0.47px;
      line-height: 18px;
      color: #252931;
      float: left;
      margin: 0px;
    }

     .close-slide {
        float: right;
        border: none;
        background: none;
        font-size: 22px;
        height: auto;
        line-height: 18px;
        margin: 0;
        cursor: pointer;
        padding: 0;
        width: 32px;
        text-align: center;
        color: #8f8f94;

        &:hover{
        color: #E6284B;
        }
    }
  }*/
}

.sizechart-slide p {
  color: #272b33;
  margin: 0 0 24px 0;
}

.sizechart-slide .size-table {
  margin: 0px 0px 0px;
  padding: 0px 0px 0;
}

.sizechart-slide .size-table table {
  border: 1px solid #e3e3e3;
  width: 100%;
}

.sizechart-slide .size-table table .thead td {
  background-color: #f5f5f5;
  text-align: center;
  height: 40px;
  font-size: 14px;
  letter-spacing: 0.23px;
  font-weight: 500;
  vertical-align: middle;
}

.sizechart-slide .size-table table tbody td {
  text-align: center;
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.27px;
  font-weight: 500;
  vertical-align: middle;
  color: #252931;
  border-top: 1px solid #e3e3e3;
}

.sizechart-slide .size-table .custom-radio-ui {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 4px 0 0 0;
}

.sizechart-slide .size-table .custom-radio-ui label {
  vertical-align: top;
}

.size-img {
  text-align: center;
  margin: 30px 0 0px;
}

.size-img img {
  max-width: 100%;
}

.lg-outer .lg-thumb {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .lg-outer .lg-thumb {
    width: 100% !important;
  }
}

.text-field {
  background-clip: padding-box;
  -webkit-appearance: none;
}

input {
  outline: none;
}

.cart-block-container {
  border-top: 1px solid rgba(219, 219, 219, 0.6);
  /*padding-top: 32px;*/
  padding-bottom: 100px;
}

.cart-total-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  vertical-align: top;
}

.cart-total-head h3 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.53px;
  margin: 0;
  float: left;
  font-family: "Jost";
}

.cart-total-head h1 {
  color: #252931;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: -0.53px;
  margin: 0;
  float: left;
  font-family: "Jost";
}

.cart-total-head .total-main {
  float: right;
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  float: right;
}

.cart-total-head p {
  opacity: 0.6;
  color: #252931;
  font-size: 13px;
  line-height: 16px;
  margin-top: 9px;
}

.deliver-to-block label {
  width: auto;
  color: #252931;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 4px 0 0 0;
}

.deliver-to-block address {
  opacity: 0.76;
  color: #252931;
  font-size: 14px;
  padding-left: 75px;
  line-height: 24px;
}

.cart-item-block {
  display: block;
}

.item-base-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ececec;
  background-color: #fff;
  position: relative;
  margin-bottom: 16px;
  /*.quanity-block .quantity-v2 .quty-btn{
    border: none;
    background-color: #F3F3F3;
  }*/
}

.itemContainer-base-itemLeft {
  width: 20%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
  padding: 8px;
}

.itemContainer-base-itemLeft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.itemContainer-base-itemRight {
  padding-left: 10px;
  padding-top: 22px;
  padding-right: 180px;
  width: 100%;
  max-width: 81%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 81%;
  flex: 0 0 81%;
  padding-bottom: 62px;
  position: relative;
}

.itemContainer-base-itemName {
  display: block;
  margin-bottom: 14px;
}

.itemContainer-base-itemName a {
  color: #252931;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
}

.itemComponents-base-sellerData {
  margin-bottom: 13px;
}

.itemComponents-base-sellerData label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #2a2e35;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-right: 6px;
  text-transform: uppercase;
}

.itemComponents-base-sellerData .quantity-ui-fields {
  display: inline-block;
  vertical-align: middle;
}

.itemComponents-base-sellerData .quantity-ui-fields .quantity-input {
  height: 32px;
  width: 94px;
  z-index: 0;
  vertical-align: top;
}

.itemComponents-base-sellerData .quantity-ui-fields .quantity-input .quty-btn {
  height: 32px;
  width: 32px;
  font-size: 16px;
}

.itemComponents-base-sellerData .quantity-ui-fields .quantity-input .quty-btn .icon-negative {
  width: 12px;
  margin-top: -3px;
}

.itemComponents-base-sellerData .quantity-ui-fields .quantity-input input[type="number"] {
  height: 32px;
  padding: 0 28px;
}

.itemComponents-base-availabilityMessage {
  margin-bottom: 16px;
}

.itemComponents-base-availabilityMessage span {
  color: #ec892e;
  font-size: 12px;
  font-weight: 600;
}

.cart-item-block .quanity-block .quantity-v2 .quty-btn.sub .icon-negative {
  margin-top: -3px;
}

.inlinebutton-base-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
}

.inlinebutton-base-actions .btn-block {
  border-top: 1px solid #ececec;
  padding-top: 2px;
}

.inlinebutton-base-actions .btn-action {
  padding: 12px 0;
  display: inline-block;
  margin-right: 42px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inlinebutton-base-actions .btn-action.itemContainer-remove {
  color: #96999b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  /*&:before{
        content:"";
        position: absolute;
        left: 0;
        bottom: 0;
        width:0%;
        background: #96999B;
        height: 2px;
        transition: 0.3s all;
        top: auto;

        @media screen and(max-width: 767px) {
          display: none;
        }
      }*/
}

.inlinebutton-base-actions .btn-action.itemContainer-remove:hover {
  color: #252931;
}

.inlinebutton-base-actions .btn-action.itemContainer-remove:hover:before {
  width: 100%;
}

.inlinebutton-base-actions .btn-action.itemContainer-wishlist {
  color: #E6284B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  /*&:before{
        content:"";
        position: absolute;
        left: 0;
        bottom: 0;
        width:0%;
        background: #E6284B;
        height: 2px;
        transition: 0.3s all;
      }*/
}

.inlinebutton-base-actions .btn-action.itemContainer-wishlist:hover {
  color: #ff0019;
}

.inlinebutton-base-actions .btn-action.itemContainer-wishlist:hover:before {
  width: 100%;
}

.itemContainer-price {
  position: absolute;
  right: 16px;
  top: 20px;
}

.itemContainer-price .value-price .price-new {
  display: block;
  text-align: right;
  margin-right: 0px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
}

.itemContainer-price .value-price span.old-price {
  font-size: 14px;
  margin-right: 6px;
}

.itemContainer-price .value-price .discount-price-percentage {
  font-size: 14px;
}

.desktop-base-right-cart {
  display: block;
  width: auto;
  margin-top: 50px;
  padding-left: 66px;
  margin-left: 38px;
  border-left: 1px solid #efefef;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .desktop-base-right-cart {
    padding-left: 41px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-base-right-cart {
    padding-left: 25px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .desktop-base-right-cart {
    border-left: none;
    padding-left: 0px;
    margin-top: 30px;
  }
}

.desktop-base-right-cart.stick-right-price {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.desktop-base-right-cart .priceBlock-base-container {
  display: block;
}

.desktop-base-right-cart .priceBlock-base-container .priceBlock-base-priceHeader {
  margin-bottom: 24px;
}

.priceBlock-base-priceHeader {
  display: block;
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}

.priceBreakUp-base-orderSummary {
  display: block;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  font-size: 14px;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row span.s-title {
  color: #252931;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row .priceDetail-base-value {
  color: #252931;
  float: right;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row .priceDetail-base-value.priceDetail-base-discount {
  color: #009662;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row .priceDetail-base-value.priceDetail-base-action a {
  color: #E6284B;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row.order-total-v span.s-title {
  color: #252931;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row.order-total-v .priceDetail-base-value {
  color: #252931;
}

.button-base-button {
  width: 100%;
  padding-top: 6px;
}

.button-base-button a {
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  -webkit-box-shadow: 0 14px 24px 0 rgba(37, 41, 49, 0.16);
  box-shadow: 0 14px 24px 0 rgba(37, 41, 49, 0.16);
  font-size: 14px;
  letter-spacing: 0.53px;
}

.itemBlock-base-leftBlock {
  padding-right: 44px;
  padding-top: 36px;
  max-width: 72%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
}

@media screen and (max-width: 1500px) {
  .itemBlock-base-leftBlock {
    max-width: 72%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
  }
}

.itemBlock-base-leftBlock .cart-total-head .add-btn {
  margin-top: -10px;
}

.desktop-base-right-block {
  padding-left: 38px;
  border-left: 1px solid #efefef;
  padding-top: 36px;
  max-width: 28%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .desktop-base-right-block {
    max-width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
}

.priceDetail-base-total {
  border-top: 1px solid #ececec;
  width: 100%;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.priceDetail-base-total .s-title {
  color: #252931;
  font-size: 18px;
  font-weight: 500;
}

.priceDetail-base-total .priceDetail-base-value {
  color: #252931;
  font-size: 18px;
  font-weight: 800;
}

@media screen and (max-width: 1150px) {
  .desktop-base-right-block {
    padding-left: 25px;
  }

  .itemBlock-base-leftBlock {
    padding-right: 25px;
  }

  .priceBreakUp-base-orderSummary .priceDetail-base-row {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .itemContainer-base-itemRight {
    padding-right: 190px;
  }
}

@media screen and (min-width: 1025px) {
  .total-mob {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .itemContainer-price .value-price .price-new {
    font-size: 18px;
  }

  .itemContainer-price .value-price span.old-price,
  .itemContainer-price .value-price .discount-price-percentage {
    font-size: 14px;
  }

  .itemContainer-base-itemRight {
    padding-right: 150px;
  }

  .itemBlock-base-leftBlock {
    padding-right: 15px;
  }

  .desktop-base-right-block {
    padding-left: 15px;
  }

  .itemBlock-base-leftBlock {
    max-width: 62%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
  }

  .desktop-base-right-block {
    max-width: 38%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }

  .desktop-base-right-cart {
    top: 70px;
  }

  .itemContainer-base-itemRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .itemContainer-base-itemLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .cart-total-head {
    margin-bottom: 40px;
  }

  .button-base-button {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    background-color: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .button-base-button .btn-fil-primary {
    width: auto;
    float: right;
  }

  .button-base-button .total-mob {
    width: auto;
    float: left;
    font-size: 20px;
    padding: 2px 0 0 10px;
    font-weight: 600;
  }

  .button-base-button .total-mob span {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #868383;
    margin-bottom: 2px;
  }

  .button-base-button .btn-fil-primary {
    width: auto;
    float: right;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {

  .cart-total-head .total-main,
  .cart-total-head h3 {
    font-size: 16px;
  }

  .cart-total-head h1 {
    font-size: 16px !important;
  }

  .priceBlock-base-priceHeader {
    margin-bottom: 22px;
    background: #f4f4f5;
    padding: 16px 16px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .free-deliver-offer {
    margin-bottom: 16px;
  }

  .priceDetail-base-total {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .priceDetail-base-total {
    padding: 24px 0 6px;
  }

  .priceDetail-base-total .s-title {
    font-size: 15px;
  }

  .priceDetail-base-total .priceDetail-base-value {
    font-size: 15px;
  }

  .priceBreakUp-base-orderSummary {
    /* padding: 0 15px; */
  }

  .cart-total-head {
    margin-bottom: 18px;
  }

  .itemBlock-base-leftBlock,
  .desktop-base-right-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desktop-base-right-cart {
    position: relative;
    top: 0px;
  }

  .itemContainer-base-itemRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 150px);
  }

  .itemContainer-base-itemLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .cart-block-container {
    border-top: none;
  }

  .priceBreakUp-base-orderSummary .priceDetail-base-row {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .cart-total-head {
    margin: 6px -15px 8px;
    padding: 16px 10px 0px 10px;
    width: auto;
    display: block;
    height: auto;
  }

  .cart-total-head h3 {
    color: inherit;
    font-size: 14px;
    float: none;
  }

  .cart-total-head h1 {
    color: inherit;
    font-size: 14px !important;
    float: none;
  }

  .cart-total-head .total-main {
    color: rgba(255, 255, 255, 0.8);
  }

  .item-base-item {
    display: block;
    width: auto;
    margin: 6px -15px 0;
    border-width: 0 0 1px 0;
  }

  .itemContainer-base-itemName,
  .itemComponents-base-sellerData,
  .itemComponents-base-availabilityMessage {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .inlinebutton-base-actions .btn-action {
    margin-right: 16px;
  }

  .itemContainer-price {
    position: relative;
    left: 0;
    top: 0;
  }

  .itemContainer-base-itemRight {
    padding-left: 75px;
    padding-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-bottom: 54px;
    /*min-height: 210px;*/
    min-height: 190px;
  }

  .itemContainer-base-itemLeft {
    width: 74px;
    height: 85px;
    margin: 2px 0 0 2px;
  }

  .itemContainer-base-itemName a {
    font-size: 13px;
  }

  .itemContainer-price .value-price .price-new {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 4px;
    font-size: 14px;
  }

  .itemContainer-price .value-price span.old-price,
  .itemContainer-price .value-price .discount-price-percentage {
    font-size: 12px;
  }

  .itemContainer-price .value-price {
    margin-bottom: 0px;
  }

  .inlinebutton-base-actions .btn-action {
    margin: 0;
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }

  .inlinebutton-base-actions .btn-action.itemContainer-remove {
    padding-right: 0px !important;
  }

  .inlinebutton-base-actions .btn-action.itemContainer-remove.loader:before {
    right: 8px;
  }

  .inlinebutton-base-actions .btn-action:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 18px;
    width: 1px;
    background-color: #d8d8d8;
    margin: auto;
  }

  .inlinebutton-base-actions .btn-action:last-child:after {
    content: none;
  }

  .itemComponents-base-sellerData .quantity-ui-fields .quantity-input input[type="number"] {
    font-size: 14px;
  }

  .cart-block-container {
    padding-bottom: 0;
  }

  .itemComponents-base-sellerData label {
    font-size: 12px;
  }
}

.icon-info-border {
  color: #9d9d9d;
}

.priceDetail-base-row .icon-info-border {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.free-deliver-offer {
  display: block;
  background-color: #f6f8fb;
  border-radius: 2px;
  border: 1px solid #eaeef3;
  padding: 4px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.free-deliver-offer span {
  height: 28px;
  line-height: 28px;
  padding: 0 11px;
  background-color: #00d396;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 10px;
  float: left;
}

.free-deliver-offer p {
  color: #798293;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0 0px;
}

.apply-coupon-cart {
  display: block;
  padding-top: 24px;
  border-top: 1px solid #ececec;
  padding-bottom: 25px;
}

.apply-coupon-cart a {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #ffffff;
  height: 44px;
  line-height: 42px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.apply-coupon-cart a:hover {
  background-color: #f1fff6;
}

.apply-coupon-cart a .icon-discount-percentage {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.apply-coupon-cart a .icon-discount-percentage:before {
  color: #009662;
}

.apply-coupon-cart a span.text {
  color: #009662;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.apply-coupon-cart a .caret-right {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 10px;
  color: #7a7f84;
}

.heading-block .sm-title {
  font-weight: 400;
}

.sort-cart-option {
  display: inline-block;
  width: 100%;
  padding-top: 11px;
}

.sort-cart-option a {
  float: left;
  width: 50%;
  border-top: 1px solid #e5e5e6;
  border-bottom: 1px solid #e5e5e6;
  height: 46px;
  line-height: 46px;
  color: #96999b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sort-cart-option a.cls-remove {
  color: #96999b;
  padding-left: 16px;
  text-align: left;
}

.sort-cart-option a.cls-remove:hover {
  color: #4c5052;
}

.sort-cart-option a.cls-move-bag {
  color: #E6284B;
  padding-right: 16px;
  text-align: right;
}

.sort-cart-option a.cls-move-bag:hover {
  color: #ff0f26;
}

.mob-cart-header-step {
  display: none;
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #292d34;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .mob-cart-header-step {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .apply-coupon-cart {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {

  .sort-cart-option a.cls-remove,
  .sort-cart-option a.cls-move-bag {
    padding: 0 4px;
    text-align: center;
    font-size: 10px;
  }

  .sort-cart-option a {
    height: 36px;
    line-height: 36px;
  }
}

.modal-style .modal-header {
  padding: 15px 20px;
  position: relative;
}

.modal-style .modal-header .modal-title {
  color: #252931;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 18px;
}

.modal-style .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 12px 20px;
  font-weight: 400;
  opacity: 0.6;
}

.modal-style .modal-header .close:hover {
  opacity: 1;
}

.inner-content-modal {
  display: block;
}

.inner-content-modal .apply-coupon {
  margin-bottom: 30px;
}

.apply-coupon {
  width: 100%;
  display: inline-block;
  position: relative;
}

.apply-coupon .text-field {
  height: 44px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #f2f5f8;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0 110px 0 16px;
  color: #2a2e35;
  font-size: 13px;
}

.apply-coupon .btn-black {
  border: 1px solid #000000;
  border-radius: 0 4px 4px 0;
  background-color: #000000;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.apply-coupon .btn-black:hover {
  background-color: #333333;
}

.available-coupons {
  display: block;
}

.available-coupons h3 {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.available-coupons ul {
  display: block;
}

.available-coupons ul li {
  padding: 14px 0 21px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.available-coupons ul li:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}

.available-coupons .apply-coupon-link {
  float: right;
  padding: 8px 0;
  color: #37a000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.available-coupons .apply-coupon-link:hover {
  color: #45ca00;
}

.available-coupons .block-coupon-disc {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

.available-coupons .block-coupon-disc p {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 5px;
}

.available-coupons .block-coupon-disc span {
  opacity: 0.5;
  color: #252931;
  font-size: 12px;
  font-weight: 500;
}

.coupon-code {
  border: 1px dashed #dcb674;
  background-color: #ffe7be;
  color: #252931;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 30px;
  padding: 0 14px;
}

.modal-500 {
  max-width: 500px;
}

.modal-600 {
  max-width: 600px;
}

.modal-body {
  padding: 20px;
}

.add-new-address a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px dashed #cfc3c3;
  border-radius: 2px;
}

.add-new-address a * {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.add-new-address a:hover {
  border-color: #5fd497;
}

.add-new-address a:hover * {
  color: #5fd497 !important;
}

.add-new-address .block-new {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0.7;
}

.add-new-address .block-new .icon-add {
  display: block;
  font-size: 32px;
  color: #252931;
  margin-bottom: 8px;
}

.add-new-address .block-new span {
  display: block;
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.container-inner-address {
  display: block;
  position: relative;
  height: 100%;
}

.address-block {
  display: block;
  border: 1px solid #f3f1f1;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 1024px) {
  .address-block {
    /*&:active{
      border-color:#00D397;
      background-color: rgba(95, 212, 151, 0.15);
    }*/
  }
}

.address-block .main-addess {
  color: #252931;
  font-size: 14px;
  max-width: 287px;
}

.address-block .main-addess span,
.address-block .main-addess address,
.address-block .main-addess .contact-info {
  display: block;
  margin: 0;
  line-height: 1.6;
}

.head-address-in {
  margin-bottom: 12px;
}

.head-address-in h4 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}

.head-address-in .address-type-view {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(37, 41, 49, 0.09);
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  border-radius: 15px;
  margin-left: 8px;
  color: rgba(37, 41, 49, 0.6);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 60px;
  text-align: center;
}

.action-address {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e5e5;
}

.action-address a {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  color: #E6284B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.action-address a:hover {
  background-color: rgba(113, 113, 113, 0.04);
}

.action-address a.remove-link {
  color: #96999b;
}

.action-address a.remove-link:hover {
  color: #717171;
  background: rgba(113, 113, 113, 0.04);
}

.add-new-address,
.added-address-container {
  margin-bottom: 30px;
}

.mark-right {
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 3px;
  width: 55px;
  height: 55px;
  background: #e8e5e5;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.mark-right .icon-check-sign {
  position: absolute;
  right: 6px;
  top: 8px;
}

.mark-right .icon-check-sign:before {
  color: #9fa3a6;
}

.address-selected .address-block {
  background-color: rgba(232, 250, 244, 0.6);
  border-color: #00d397;
}

.address-selected .action-address {
  border-color: #00d397;
}

.address-selected .mark-right {
  background-color: #00d397;
}

.address-selected .mark-right .icon-check-sign:before {
  color: #fff;
}

.address-block .main-addess .contact-info {
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.addnewaddress-container {
  max-width: 570px;
  padding-top: 30px;
}

.address-head {
  margin-bottom: 20px;
}

.address-head h3 {
  color: #252931;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.53px;
  line-height: 24px;
  margin-bottom: 6px;
}

.address-head p {
  opacity: 0.6;
  color: #252931;
  font-size: 14px;
  line-height: 16px;
}

.addAddressContainer {
  padding-bottom: 14px;
}

.address-fields [class^="col-"] {
  margin-bottom: 24px;
}

.fields-block .title {
  color: #8c8a8a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.fields-block .form-control {
  display: inline-block;
  height: 44px;
  width: 100%;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0 12px;
  color: #1b2d3f;
  font-size: 14px;
}

.fields-block .form-control:focus {
  /*outline:none;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a8c5ff;
  background-color: #fff;
}

.fields-block textarea.form-control {
  height: 74px;
  resize: none;
  padding-top: 10px;
}

.default-address-field {
  padding-top: 10px;
}

.default-address-field .custom-checkbox-ui label span {
  color: rgba(37, 41, 49, 0.7);
}

@media screen and (min-width: 1024px) {
  .dismiss-address {
    display: none;
  }
}

.multiple-fields {
  padding-top: 8px;
}

.multiple-fields .custom-radio-ui {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.multiple-fields .custom-radio-ui .option-input+span {
  color: rgba(37, 41, 49, 0.7);
}

.example-field {
  font-size: 14px;
  font-weight: 400;
}

.optional {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
  text-transform: none;
}

.address-fields .bootstrap-select {
  min-width: 100%;
}

.address-fields .style-select-block .selectpicker {
  width: 100%;
  height: 44px;
  border: 1px solid #d7d9e1;
}

.address-fields .style-select-block .selectpicker:focus {
  border-color: #a8c5ff;
}

.address-fields .style-select-block .dropdown-toggle::after {
  top: 17px;
}

.style-select-block .selectpicker {
  padding-right: 30px;
}

.style-select-block .disabled {
  display: none !important;
}

.addnewaddress-container .btn-block {
  padding-top: 20px;
}

.addnewaddress-container .btn-block .btn-fil-primary {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 34px;
}

.delivery-block-modal {
  display: block;
}

.delivery-block-modal p {
  color: #252931;
  font-size: 14px;
  line-height: 20px;
}

.table-ui-style {
  display: block;
  margin-bottom: 24px;
}

.table-ui-style:last-child {
  margin-bottom: 0px;
}

.table-ui-style table {
  width: 100%;
  border-collapse: collapse;
}

.table-ui-style table tr {
  border: 1px solid #e3e3e3;
}

.table-ui-style table thead {
  background-color: rgba(235, 235, 235, 0.5);
}

.table-ui-style table thead th {
  padding: 9px 12px;
  color: #252931;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 12px;
}

.table-ui-style table tbody td {
  padding: 9px 12px;
  color: #252931;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 12px;
}

.table-ui-style table tbody td:last-child {
  width: 40%;
}

.completeOrderContainer {
  display: block;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 86px 20px 26px;
}

.completeOrderContainer .icon-border-check {
  font-size: 62px;
  margin-bottom: 18px;
  display: block;
}

.completeOrderContainer .order-name {
  color: #252931;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 14px;
}

.completeOrderContainer h1 {
  color: #252931;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 29px;
}

.completeOrderContainer p {
  color: #252931;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}

.completeOrderContainer .order-id {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 27px;
}

.btn-fil-primary.empty-cart-btn {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 40px;
}

.cart-total-head p {
  display: inline-block;
  width: 100%;
  opacity: 0.6;
  color: #252931;
  font-size: 14px;
  line-height: 16px;
}

.paymentContainerBlock .custom-radio-ui label {
  min-height: 22px;
  width: 20px;
  float: left;
}

.powerlook-pay {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding-left: 44px;
  padding-top: 17px;
  padding-bottom: 22px;
}

.powerlook-pay .custom-radio-ui {
  position: absolute;
  left: 10px;
  top: 17px;
}

.powerlook-pay .content-wallent-block {
  display: block;
}

.powerlook-pay .content-wallent-block h4 {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.42px;
  margin-bottom: 3px;
}

.powerlook-pay .content-wallent-block h4 strong {
  color: #0ed59c;
  font-weight: bold;
  margin-left: 6px;
}

.powerlook-pay .content-wallent-block p {
  color: #7c7f83;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.saved-cards {
  display: block;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 27px;
}

.saved-cards .title-payment {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.42px;
  padding: 16px 22px;
  margin: 0;
}

.check-action-block {
  cursor: pointer;
}

.check-action-block:hover {
  background-color: #fbfbfb;
}

.cards-list-container {
  display: inline-block;
  width: 100%;
}

.cards-list-container .cards-list {
  display: block;
}

.cards-list-container .list-row {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  vertical-align: top;
}

.cards-list-container .list-head {
  background-color: rgba(222, 222, 222, 0.2);
}

.cards-list-container .th-list {
  float: left;
  min-height: 32px;
  opacity: 0.6;
  color: #454f5b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  padding: 10px 10px;
}

.cards-list-container .td-list {
  float: left;
  min-height: 30px;
  color: #2e3239;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px;
  min-height: 32px;
}

.cards-list-container .check-pay {
  width: 56px;
  padding-bottom: 5px;
  padding-top: 7px;
}

.cards-list-container .check-pay .custom-radio-ui label {
  padding-left: 18px;
}

.cards-list-container .type-pay {
  width: 20%;
}

.cards-list-container .card-pay {
  width: 26%;
}

.cards-list-container .name-pay {
  width: 24%;
}

.cards-list-container .expire-pay {
  width: 20%;
}

.cards-list-container .check-pay {
  text-align: center;
}

.cards-list-container .check-pay .custom-radio-ui {
  display: inline-block;
}

.cards-list-container .card-type img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.cards-list-container .card-no {
  letter-spacing: 2.04px;
}

.cards-list-container .card-no label,
.cards-list-container .card-no span {
  display: inline-block;
  vertical-align: middle;
}

.cards-list-container .card-no label {
  margin: 0 0 0 5px;
}

.cards-list-container .card-list-hide {
  width: 100%;
  float: left;
  padding-left: 66px;
}

.cards-list-container .card-list-hide .cvv-title {
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  color: #454f5b;
}

.cards-list-container .card-list-hide .cvv-title a {
  color: #454f5b;
}

.cards-list-container .card-list-hide .cvv-title a span {
  color: #d7384a;
}

.cards-list-container .card-list-hide .text-field {
  display: inline-block;
  vertical-align: middle;
  width: 69px;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  height: 32px;
  margin-left: 6px;
  font-size: 12px;
  padding: 0 10px;
}

.cards-list-container .enter-cvv {
  display: inline-block;
  vertical-align: middle;
}

.cards-list-container .recommended-cards {
  color: #adb5ba;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}

.cards-list-container .recommended-cards a {
  color: #2f96f7;
}

.cards-list-container .list-body {
  padding-bottom: 10px;
  padding-top: 10px;
}

.hide-toggle {
  display: none;
}

.list-row.card-active {
  background-color: #f1fcf8;
}

.card-active .hide-toggle {
  display: inline-block;
}

.other-payement-mathod {
  display: block;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  margin-bottom: 27px;
}

.other-payement-mathod .other-section {
  display: inline-block;
  width: 100%;
  padding: 18px 20px;
  border-bottom: 1px solid #dde3e8;
}

.other-payement-mathod .other-section:last-child {
  border-bottom: none;
}

.head-other-mathod {
  display: inline-block;
  width: 100%;
}

.head-other-mathod .custom-radio-ui {
  display: inline-block;
  vertical-align: middle;
}

.head-other-mathod .title-other {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.head-other-mathod .disc {
  display: inline-block;
  width: 100%;
  color: rgba(37, 41, 49, 0.55);
  font-size: 14px;
  line-height: 21px;
  padding-left: 36px;
  margin: 0px;
}

.head-other-mathod figure {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.cards-accepted {
  width: auto;
  float: right;
}

.cards-accepted img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.new-card-block-fields {
  padding: 18px 20px 0 36px;
  margin: 0 -5px;
}

.new-card-block-fields .fields-new {
  float: left;
  padding: 0 5px;
}

.new-card-block-fields .fields-new label {
  opacity: 0.8;
  color: #252931;
  font-size: 14px;
  margin-bottom: 6px;
}

.new-card-block-fields .fields-new.card-no-new {
  width: 33%;
}

.new-card-block-fields .fields-new.card-no-new .form-control {
  letter-spacing: 1px;
}

.new-card-block-fields .fields-new.card-no-new,
.new-card-block-fields .fields-new.card-name-new {
  width: 33%;
}

.new-card-block-fields .fields-new.card-expiry-new {
  width: 15%;
}

.new-card-block-fields .fields-new.card-cvv-new {
  width: 19%;
}

.new-card-block-fields .fields-new .form-control {
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  height: 44px;
  background-color: #ffffff;
  color: #1b2d3f;
  font-size: 14px;
}

.submit-card-action {
  width: 100%;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 21px;
}

.submit-card-action .btn-block {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 26px;
}

.toggle-btn {
  display: inline-block;
  vertical-align: middle;
}

.toggle-btn span.title {
  display: inline-block;
  vertical-align: middle;
  color: #454f5b;
  font-size: 13px;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 20px;
  margin: 0;
  border: 1px solid #c4cdd5;
  border-radius: 50px;
  background-color: #f4f6f8;
  overflow: hidden;
  /* The slider */
  /* Rounded sliders */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f6f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  left: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  border: 1px solid #c4cdd5;
  background-color: #fff;
}

.switch input:checked+.slider {
  background-color: #2196f3;
}

.switch input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.title-payemnt-head {
  display: block;
  margin-bottom: 15px;
}

.title-payemnt-head h3 {
  color: #252931;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.53px;
}

.check-action-shipping {
  cursor: pointer;
}

.netbacking-block .head-other-mathod {
  width: auto;
}

.netbacking-block .dropdown {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.netbacking-block .style-select-block .selectpicker {
  opacity: 1;
}

.delivery-address-payment {
  padding-top: 64px;
}

.delivery-address-payment .priceBlock-base-priceHeader {
  margin-bottom: 26px;
}

.delivery-address-payment .address-block {
  border: none;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.delivery-address-payment .btn-block {
  display: block;
  margin: 0;
  padding-top: 20px;
}

.delivery-address-payment .btn-block a {
  color: #E6284B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  pading: 10px 0;
  display: inline-block;
}

.foot-payement {
  display: inline-block;
  width: 100%;
}

.foot-payement .btn-fil-primary {
  float: right;
}

.go-back {
  float: left;
  color: #30343c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 10px 0;
}

.go-back i {
  color: #abacb0;
  margin-right: 4px;
}

/*.btn-fil-primary{
  float: right;
  height: 48px;
  line-height: 48px;
  padding:0 52px;
  font-size: 14px;
}*/
.delivery-options {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.delivery-options a {
  border: 1px solid #00d397;
  border-radius: 2px;
  padding: 9px 12px;
  display: inline-block;
  width: 100%;
  background-color: rgba(232, 250, 244, 0.6);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.delivery-options a:hover {
  background-color: rgba(232, 250, 244, 0.9);
}

.delivery-options a label {
  display: inline-block;
  width: 100%;
  color: #252931;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 1px;
  cursor: pointer;
}

.delivery-options a p {
  color: #252931;
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 0px;
}

.delivery-options-fields .radioblockFilter ul li {
  margin-bottom: 20px;
}

.delivery-options-fields .radioblockFilter ul li label {
  width: auto;
  display: inline-block;
}

.delivery-options-fields .radioblockFilter ul li label span {
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.delivery-options-fields .radioblockFilter ul li label p {
  color: #252931;
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 0px;
}

.delivery-option-action {
  padding-top: 10px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .address-block .main-addess {
    font-size: 14px;
  }

  .address-block .main-addess .contact-info {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .addnewaddress-container {
    display: block;
    max-width: 570px;
    padding-top: 54px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    padding: 50px 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .addnewaddress-container {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) and (max-width: 550px) {
  .addnewaddress-container {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .addnewaddress-container.newAddressshow {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
  }

  .address-head {
    padding-right: 70px;
    position: relative;
  }

  button.dismiss-address {
    position: absolute;
    right: -10px;
    top: -30px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    font-weight: 200;
    opacity: 0.5;
    border: none;
    background-color: transparent;
    outline: none;
  }

  .address-block {
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  .modal-style.modal {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    height: 100%;
  }

  .modal-style.modal .modal-dialog {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .modal-style.modal .modal-dialog .modal-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    border-radius: 0px;
    border: none;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .modal-style.modal .modal-body-block {
    padding: 0 12px;
  }

  .modal-style.modal .modal-head-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .modal-style.modal .modal-head-block p {
    line-height: 18px;
  }

  .modal-style.modal .modal-body {
    height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-overflow-scrolling: touch;
  }

  .btn-block-form.btn-modal-section a {
    padding: 0 12px;
    font-size: 12px;
  }

  /*.btn-block-form.btn-modal-section {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 10px !important;
  }*/
  .apply-coupon .text-field {
    -webkit-appearance: none;
  }

  .powerlook-pay .content-wallent-block h4 {
    font-size: 13px;
  }

  .powerlook-pay .content-wallent-block p {
    font-size: 12px;
  }

  .powerlook-pay {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cards-list-container .list-head {
    display: none;
  }

  .cards-list-container .list-row {
    position: relative;
    padding-left: 40px;
  }

  .cards-list-container .check-pay.td-list {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
  }

  .cards-list-container .td-list {
    width: 100%;
    padding: 0;
    min-height: 0px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
  }

  .cards-list-container .name-pay {
    margin-bottom: 5px;
  }

  .cards-list-container .card-no {
    letter-spacing: normal;
  }

  .cards-list-container .recommended-cards {
    display: none;
  }

  .cards-list-container .card-list-hide {
    padding-left: 0px;
  }

  .cards-list-container .card-list-hide .cvv-title {
    letter-spacing: normal;
    font-size: 10px;
  }

  .cards-list-container .type-pay {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .cards-accepted {
    display: none;
  }

  .other-payement-mathod .other-section {
    padding: 18px 20px 18px 12px;
  }

  .other-payement-mathod .other-section .custom-radio-ui label {
    padding-left: 22px;
  }

  .other-payement-mathod .other-section .head-other-mathod .disc {
    padding-left: 26px;
    font-size: 12px;
    line-height: 16px;
  }

  .new-card-block-fields {
    padding: 10px 0 0 0;
  }

  .new-card-block-fields .fields-new.card-no-new,
  .new-card-block-fields .fields-new.card-name-new {
    width: 100%;
    margin-bottom: 10px;
  }

  .new-card-block-fields .fields-new.card-cvv-new,
  .new-card-block-fields .fields-new.card-expiry-new {
    width: 50%;
  }

  .new-card-block-fields .fields-new label {
    display: none;
  }

  .submit-card-action .toggle-btn {
    display: none;
  }

  .submit-card-action .btn-block {
    margin-left: 0;
    width: 100%;
  }

  .submit-card-action .btn-block .btn-black-primary {
    width: 100%;
    text-align: center;
  }

  .head-other-mathod .title-other {
    font-size: 14px;
  }

  .option-netbanking {
    width: 100%;
  }

  .option-netbanking .dropdown {
    margin-left: 0px;
    padding: 10px 0 0 26px;
    width: 100%;
  }

  .option-netbanking .dropdown .bootstrap-select {
    width: 100% !important;
    min-width: 100%;
  }

  .option-netbanking .dropdown .bootstrap-select .selectpicker {
    width: 100%;
  }

  .foot-payement {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .foot-payement .go-back {
    padding: 12px 0;
    /*span{
          display: none;
        }*/
  }

  .foot-payement .btn-fil-primary {
    width: auto;
    float: right;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }

  .cart-total-head p {
    margin-bottom: 0px;
    padding-top: 8px;
  }

  .desktop-base-right-cart .delivery-address-payment {
    padding-top: 30px;
  }

  .delivery-address-payment .priceBlock-base-priceHeader {
    margin-bottom: 10px;
  }

  .fields-block .title,
  .form-fields-block fieldset label {
    /*color: #423e3e;*/
    font-weight: 500;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 575px) {
  .add-new-address a {
    min-height: 0px;
  }

  .add-new-address .block-new {
    position: relative;
    padding: 10px 10px;
  }

  .add-new-address .block-new .icon-add {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
  }

  .add-new-address .block-new span {
    display: inline-block;
    vertical-align: middle;
  }

  .address-block {
    min-height: 0px;
  }

  .address-block h4 {
    margin-bottom: 10px;
  }

  .address-block .main-addess {
    font-size: 13px;
  }

  .address-block .main-addess span,
  .address-block .main-addess address,
  .address-block .main-addess .contact-info {
    line-height: 1.6;
  }

  .address-block .main-addess .contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .add-new-address,
  .added-address-container {
    margin-bottom: 20px;
  }

  .action-address a {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
  }

  .address-block h4 {
    font-size: 16px;
  }

  .address-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .add-new-address .block-new .icon-add {
    font-size: 24px;
  }

  .add-new-address .block-new span {
    font-size: 14px;
  }

  .addAddressContainer {
    padding-bottom: 10px;
  }

  .addnewaddress-container .btn-block .btn-fil-primary {
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .addnewaddress-container .btn-block {
    padding-top: 20px;
  }

  .fields-block .title {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .address-fields [class^="col-"] {
    margin-bottom: 20px;
  }

  .apply-coupon-cart a {
    line-height: 38px;
  }

  .apply-coupon .btn-black {
    font-size: 12px;
    padding: 0 20px;
  }

  .apply-coupon .text-field {
    font-size: 12px;
    padding-right: 90px;
  }

  .coupon-code {
    font-size: 12px;
    line-height: 28px;
    height: 30px;
  }

  .itemComponents-base-availabilityMessage span {
    font-size: 10px;
  }
}

@media screen and (max-width: 359px) {
  .inlinebutton-base-actions {
    padding: 5px;
  }

  .itemComponents-base-availabilityMessage {
    margin-bottom: 5px;
  }

  .itemComponents-base-availabilityMessage span {
    font-size: 10px;
  }
}

.block-profile-tabs {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid rgba(219, 219, 219, 0.6);
}

.block-profile-tabs .container {
  max-width: 1170px;
}

.left-section-tabs {
  width: 260px;
  float: left;
  padding-left: 0px;
  padding-top: 55px;
  padding-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.left-section-tabs ul {
  width: 100%;
}

.left-section-tabs ul li {
  width: 100%;
  margin-bottom: 8px;
}

.left-section-tabs ul li a {
  width: auto;
  display: block;
  color: #252931;
  font-size: 14px;
  padding: 12px 22px;
  position: relative;
  cursor: pointer;
}

.left-section-tabs ul li a:before {
  content: "";
  width: 3px;
  background-color: #E6284B;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.left-section-tabs ul li a:hover {
  color: #E6284B;
}

.left-section-tabs ul li a.active {
  font-weight: 600;
}

.left-section-tabs ul li a.active:before {
  height: 100%;
}

.btn-block-product a {
  min-width: 144px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 16px;
}

.btn-block-product a.border-btn-arrow {
  padding-right: 30px;
}

.sort-right-block {
  width: auto;
  float: right;
}

.tabs-content-ui {
  margin-left: 260px;
  border-left: 1px solid #f3f3f3;
  min-height: 400px;
  padding-left: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 991px) {
  .tabs-content-ui {
    padding-right: 50px;
  }
}

.tabs-blocks-content-ui {
  display: block;
}

.head-tabs {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.head-tabs h2 {
  color: #252931;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
  display: inline-block;
}

.head-tabs h1 {
  color: #252931;
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 9px;
  display: inline-block;
}

.head-tabs p {
  color: rgba(37, 41, 49, 0.55);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
}

.profile-view-content {
  display: block;
  max-width: 718px;
  width: 100%;
}

.view-fields {
  margin-bottom: 32px;
}

.view-fields label {
  color: #aeaeae;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  opacity: 1;
}

.view-fields p {
  color: #252931;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
}

.btn-block-form {
  padding-top: 30px;
}

.btn-block-form .large-btn {
  min-width: 160px;
  text-align: center;
  margin-right: 18px;
}

.checkbox-fields-gender .custom-radio-ui {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 58px;
}

@media screen and (max-width: 767px) {
  .checkbox-fields-gender .custom-radio-ui {
    margin-right: 18px;
  }
}

.checkbox-fields-gender .custom-radio-ui label {
  padding-left: 25px;
  font-weight: 400;
  text-transform: inherit;
  line-height: 19px;
}

.edit-profile-view {
  max-width: 660px;
  display: none;
}

.sections-edit-profile h4 {
  color: #252931;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 28px;
}

.sections-edit-profile .form-fields-block fieldset {
  margin-bottom: 30px;
}

.sections-edit-profile .form-fields-block .checkbox-fields-gender {
  padding-top: 6px;
}

.sections-edit-profile .btn-block-form {
  padding-top: 0px;
}

.sections-edit-profile .checkbox-fields-gender .custom-radio-ui label {
  line-height: 22px;
}

.sections-edit-profile {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  margin-bottom: 38px;
}

.sections-edit-profile:last-child {
  border-bottom: 0px;
}

.sections-edit-profile .edit-fields {
  max-width: 385px;
}

.pt-20 {
  padding-top: 20px;
}

.tab-style {
  display: block;
  margin-bottom: 21px;
}

.tab-style ul.nav {
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.tab-style ul.nav li {
  margin-right: 38px;
}

.tab-style ul.nav li a {
  padding: 14px 4px;
  color: rgba(37, 41, 49, 0.6);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.88px;
  line-height: 14px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.tab-style ul.nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #E6284B;
  width: 0px;
  margin: auto;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab-style ul.nav li a.active {
  color: #E6284B;
}

.tab-style ul.nav li a.active:before {
  width: 100%;
}

.orders-list-container {
  display: block;
}

.orders-list {
  display: inline-block;
  width: 100%;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  background-color: #ffffff;
}

.order-head-block {
  display: inline-block;
  width: 100%;
  border-radius: 3px 3px 0 0;
  background-color: #f7f7f7;
  padding: 16px;
}

.order-head-block ul.order-detail-head {
  width: auto;
  display: inline-block;
  float: left;
}

.order-head-block ul.order-detail-head li {
  width: auto;
  float: left;
  margin-right: 90px;
}

.order-head-block ul.order-detail-head li.order-no-space p {
  color: #2e8e47;
  font-size: 14px;
  font-weight: 500;
}

.order-head-block ul.order-detail-head li.order-no-space p.status-warning {
  color: #f4a946;
}

.order-head-block ul.order-detail-head li.order-no-space p.status-danger {
  color: #ff3a36;
}

.order-head-block ul.order-detail-head li.order-place-space {
  margin-right: 52px;
}

.order-head-block ul.order-detail-head li.order-item-space {
  margin-right: 0px;
}

.order-head-block ul.order-detail-head li .title-order {
  opacity: 0.87;
  color: #3b3e46;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.26px;
  margin-bottom: 4px;
  display: block;
}

.order-head-block ul.order-detail-head li p {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12px;
  margin-bottom: 0px;
}

.order-head-block ul.order-detail-link {
  float: right;
  padding-top: 5px;
}

.order-head-block ul.order-detail-link li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 12px;
}

.order-head-block ul.order-detail-link li:last-child {
  padding-right: 0px;
}

.order-head-block ul.order-detail-link li:last-child:after {
  content: none;
}

.order-head-block ul.order-detail-link li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 12px;
  width: 1px;
  background-color: #252931;
  margin: auto;
}

.order-head-block ul.order-detail-link li a {
  color: #E6284B;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 0px;
  display: inline-block;
}

.order-product-detail {
  padding: 16px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-product-detail .left-block-product {
  width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.order-product-detail .left-block-product figure {
  margin: 0px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.order-product-detail .left-block-product figure img {
  width: 112px;
  height: 130px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.order-product-detail .left-block-product .track-status-v {
  /*max-width: 570px;*/
  padding: 8px 66px 48px 66px;
}

.order-product-detail .left-block-product figcaption {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  /*span{
        display: block;
        color: #E6284B; 
        font-size: 16px;  
        font-weight: 600;
      }*/
}

.order-product-detail .left-block-product figcaption h3 {
  color: #252931;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  display: block;
  max-width: 100%;
}

.order-product-detail .left-block-product figcaption h3 a {
  color: inherit;
}

.order-product-detail .left-block-product .btn-block-form {
  padding-top: 24px;
}

.order-product-detail .left-block-product .btn-block-form .btn-fil-primary {
  padding: 0 24px;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
}

.order-product-detail .left-block-product .return-option-text {
  display: block;
  margin-bottom: 8px;
  color: #7a7d81;
  font-size: 14px;
  font-weight: 500;
}

span.write-review-offer {
  text-align: center;
  font-size: 12px;
  color: #565c65;
  margin-top: -8px;
  width: auto;
  display: inline-block;
  min-width: 180px;
  float: right;
  clear: both;
}

.right-block-product {
  float: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
  max-width: 30%;
}

.right-block-product a {
  display: inline-block;
  min-width: 16px;
  height: 42px;
  min-width: 180px;
  float: right;
  clear: both;
  margin-bottom: 12px;
  text-align: center;
}

.right-block-product a.btn-border-secondary {
  line-height: 40px;
}

.grey-btn-primary {
  border-radius: 4px;
  background-color: #565c65;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grey-btn-primary:hover {
  background-color: #333;
  color: #fff;
}

.orders-list {
  margin-bottom: 30px;
}

.alert-danger-ui {
  background-color: #ffe7e7;
  border-radius: 4px;
  padding: 18px 18px;
  margin-bottom: 20px;
}

.alert-danger-ui h4 {
  color: #ff3b35;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.88px;
}

.alert-danger-ui p {
  color: #835a57;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px;
}

a.remove-product {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 18px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  color: #000;
  font-size: 22px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.09);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

a.remove-product:hover {
  background-color: #E6284B;
  border-color: #E6284B;
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-saved-cards {
  display: block;
}

.cards-container .card-list {
  margin-bottom: 16px;
  height: auto;
}

.card-list {
  display: inline-block;
  width: 100%;
  border: 1px solid #f3f1f1;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
}

.card-list .card-name-type {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.card-list .card-name-type .card-name {
  float: left;
}

.card-list .card-name-type .card-name img {
  display: inline-block;
  vertical-align: middle;
}

.card-list .card-name-type .card-name label {
  color: #252931;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 10px;
  margin: 0px;
}

.card-list .card-name-type .card-type {
  float: right;
  text-align: right;
}

.card-list .card-name-type .card-type img {
  display: block;
  float: right;
}

.card-list .card-name-type .card-type label {
  display: inline-block;
  width: 100%;
  opacity: 0.6;
  color: #252931;
  font-size: 14px;
  line-height: 16px;
  padding-top: 4px;
}

.card-list .card-inner-top {
  padding: 24px 24px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  height: 100%;
}

.card-list .card-heading {
  color: #808797;
  font-weight: 600;
  letter-spacing: 0.49px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 2px;
  margin-bottom: 6px;
}

.card-list .card-disc {
  color: #252931;
  font-size: 15px;
  line-height: 24px;
  display: block;
  margin-bottom: 0px;
  line-height: 16px;
}

.card-list .action-address a {
  width: 100%;
}

.card-detail {
  padding-top: 24px;
  display: table;
  width: 100%;
}

.card-detail .card-fields {
  display: table-cell;
  width: 30%;
}

/*.cards-container{
  .row{
    margin: 0 -10px;
    [class*="col-"]{
      margin-bottom: 30px;
    }
  }
}*/
.content-saved-address .container-inner-address {
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  margin-bottom: 16px;
}

.head-tabs .add-btn {
  margin-top: -8px;
}

.add-btn {
  float: right;
  height: 48px;
  line-height: 48px;
}

.add-btn span {
  display: inline-block;
  vertical-align: middle;
  color: #E6284B;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.53px;
}

.add-btn span.icon-add {
  font-size: 24px;
  margin-right: 10px;
  font-weight: 800;
}

.btn-block-form.btn-modal-section {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 24px;
  padding-left: 24px;
}

.btn-block-form.btn-modal-section .row {
  margin: 0 -6px;
}

.btn-block-form.btn-modal-section .row [class*="col-"] {
  padding: 0 6px;
}

.btn-block-form.btn-modal-section a {
  /*width: 100%;
    margin:0px;*/
}

.note-green {
  color: #3abf94;
  font-size: 12px;
  opacity: 0.8;
  margin: -6px 0 20px 0;
}

.action-modal-link {
  position: relative;
}

.modal-head-block p {
  opacity: 0.8;
  color: #33373e;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

.no-pad {
  padding: 0px;
}

.wallet-balance {
  display: inline-block;
  width: 100%;
  background-color: #1a3a62;
  border-radius: 4px;
  padding: 19px 20px;
  vertical-align: top;
}

.left-block-wallet {
  width: auto;
  float: left;
}

.left-block-wallet .icon-wallet {
  font-size: 42px;
  float: left;
  margin-top: 5px;
}

.left-block-wallet .balance-counter {
  padding-left: 60px;
}

.left-block-wallet .balance-counter label {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 2px;
}

.left-block-wallet .balance-counter p {
  opacity: 0.6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.right-block-wallet {
  width: auto;
  float: right;
  max-width: 60%;
  width: 431px;
}

.right-block-wallet .form-control {
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  color: #252931;
  font-size: 14px;
}

.wallet-note {
  opacity: 0.5;
  color: #252931;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 5px;
}

.add-money-block {
  padding-top: 34px;
}

.add-money-block h4 {
  color: #252931;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 18px;
}

.add-money-block .btn-block-form {
  padding-top: 4px;
}

.pull-right {
  float: right;
}

.hyperlink-btn {
  display: inline-block;
  vertical-align: middle;
  color: #E6284B;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.53px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid;
}

.modal-405 {
  max-width: 405px;
}

.block-order-container .head-tabs {
  margin-bottom: 16px;
}

.block-order-container-list {
  display: block;
}

.block-order-container-list .block-list-order-v {
  display: inline-block;
  border: 1px solid #dde3e8;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 25px;
  background-color: #ffffff;
}

.block-order-container-list .block-list-order-v:last-child {
  margin-bottom: 0px;
}

.block-order-container-list .block-list-order-v .head-block-order {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.block-order-container-list .head-block-order {
  border-radius: 3px 3px 0 0;
  background-color: #f7f7f7;
  padding: 18px 15px;
  display: inline-block;
  width: 100%;
}

.block-order-container-list .head-block-order .order-head-devide {
  width: 25%;
  float: left;
}

.block-order-container-list .head-block-order .order-head-devide.order-type {
  width: 35%;
}

.block-order-container-list .head-block-order .order-head-devide.quantity-head {
  width: 15%;
}

.block-order-container-list .head-block-order.return-exchange-head .order-head-devide {
  width: 50%;
}

.block-order-container-list .head-block-order.return-exchange-head .order-head-devide.order-type {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .block-order-container-list .head-block-order.return-exchange-head .order-head-devide.order-type {
    width: auto;
    margin-bottom: 20px;
  }

  .block-order-container-list .head-block-order.return-exchange-head .order-head-devide.order-id-block {
    text-align: left;
  }
}

.block-order-container-list .head-block-order .order-type label {
  color: #09793e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12px;
  margin-bottom: 4px;
}

.block-order-container-list .head-block-order .order-type p {
  opacity: 0.87;
  color: #3b3e46;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 16px;
  margin-bottom: 0px;
}

.block-order-container-list .head-block-order .info-order label {
  opacity: 0.87;
  color: #3b3e46;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.26px;
  margin-bottom: 4px;
  display: block;
}

.block-order-container-list .head-block-order .info-order p {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12px;
  margin-bottom: 0px;
}

.block-order-container-list .head-block-order .order-id-block {
  text-align: right;
}

.block-order-container-list .head-block-order .order-id-block label {
  opacity: 0.87;
  color: #252931;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.22px;
  margin-bottom: 4px;
  display: block;
}

.block-order-container-list .head-block-order .order-id-block p {
  opacity: 0.72;
  color: #252931;
  font-size: 12px;
  letter-spacing: -0.2px;
  display: block;
  margin-bottom: 0px;
}

.sm-head-tab .style-select-block .selectpicker {
  width: 160px;
}

.sm-head-tab .sort-right-block {
  margin-top: -5px;
}

.sm-head-tab .sort-block label {
  font-size: 11px;
  font-weight: 600;
}

.product-in-list-v {
  padding: 20px 17px;
}

.block-sec-product {
  margin-bottom: 28px;
  width: 100%;
  display: inline-block;
}

.block-sec-product:last-child {
  margin-bottom: 0px;
}

.block-sec-product figure {
  float: left;
  margin-bottom: 0px;
}

.block-sec-product figure img {
  width: 66px;
  height: 66px;
  border-radius: 2px;
  background-color: #e1e2e6;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.block-sec-product figcaption {
  padding-left: 80px;
}

.block-sec-product figcaption a {
  display: inline-block;
  vertical-align: top;
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 8px;
}

.block-sec-product figcaption p {
  width: 100%;
}

.block-sec-product figcaption .all-product-disc {
  opacity: 0.72;
  color: #252931;
  font-size: 12px;
  font-weight: 500;
}

.block-order-container-list .cancel-order .head-block-order .order-type label {
  color: #252931;
}

.block-order-container-list .payment-order-failed .head-block-order .order-type label {
  color: #bd3a3a;
}

.block-order-container-list .in-progress-order .head-block-order .order-type label {
  color: #b88d03;
}

.block-wishlist-ui .product-item figcaption {
  text-align: center;
}

@media screen and (min-width: 991px) {
  .block-wishlist-ui .grid-block-product [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  /*.cards-container{
    .row{
      [class*="col-"]{
        flex: 0 0 50%;  
        max-width: 50%;
      }
    }
  }*/
  .backprofile-btn {
    display: none;
  }
}

.wallet-money-left {
  width: auto;
  float: left;
  margin-top: 0px;
}

.wallet-money-left .icon-wallet {
  font-size: 42px;
  float: left;
  margin-top: 3px;
}

.wallet-money-left .icon-wallet:before {
  color: #252931;
}

.wallet-money-left .balance-counter {
  padding-left: 60px;
}

.wallet-money-left .balance-counter label {
  color: #009662;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 2px;
}

.wallet-money-left .balance-counter p {
  opacity: 0.6;
  color: #252931;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 15px;
}

.add-money-field {
  float: right;
}

@media screen and (max-width: 767px) {
  .add-money-field {
    width: 100%;
    margin: 26px 0 0px;
    margin-bottom: 0px;
  }
}

.add-money-field .form-control {
  width: 315px;
  height: 48px;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  color: #252931;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
}

.add-money-field .btn-fil-primary {
  display: inline-block;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}

.wallet-statement {
  /*display: none;*/
  padding-top: 48px;
  border-top: 1px solid rgba(215, 217, 225, 0.3);
}

.wallet-statement .head-tabs {
  margin-bottom: 32px;
}

.wallet-statement .head-tabs h3 {
  font-size: 16px;
  font-weight: 600;
  color: #252931;
  margin-bottom: 0px;
}

.statement-block-list {
  display: table;
  width: 100%;
  border: 1px solid #dde3e8;
  border-radius: 4px;
}

.statement-block-list .table-tr {
  display: table-row;
}

.statement-block-list .table-tr .table-td {
  display: table-cell;
  border-bottom: 1px solid #dde3e8;
  vertical-align: middle;
  padding: 10px 26px;
}

.statement-block-list .table-tr .table-td.wallet-deduction {
  text-align: right;
  color: #252931;
  font-size: 16px;
  font-weight: 600;
}

.statement-block-list .table-tr .table-td.wallet-deduction.credit {
  color: #4bd3c3;
}

.statement-block-list .table-tr .table-td.date-statement {
  color: #252931;
  font-size: 16px;
}

.discription-wallet h6 {
  color: #252931;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 3px;
}

.discription-wallet p {
  color: #7e8188;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.discription-wallet p strong {
  font-weight: 600;
}

@media screen and (min-width: 1500px) {
  /*.block-wishlist-ui{
    .grid-block-product [class*="col-"]{
      flex:0 0 25%;
      max-width: 25%;
    }
  }
  .cards-container{
    .row{
      [class*="col-"]{
        flex: 0 0 33.3%;  
        max-width: 33.3%;
      }
    }
  }
  .addAddressContainernew{
    .row{
      [class*="col-"]{
        flex: 0 0 33.3%;  
        max-width: 33.3%;
      }
    }
  }*/
}

@media screen and (max-width: 1100px) {
  .left-section-tabs {
    width: 192px;
  }

  .tabs-content-ui {
    margin-left: 192px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .head-tabs h2 {
    font-size: 20px;
  }

  .head-tabs h1 {
    font-size: 20px !important;
  }

  .head-tabs p {
    font-size: 14px;
  }

  .view-fields p {
    font-size: 16px;
  }

  .sections-edit-profile .form-fields-block fieldset {
    margin-bottom: 20px;
  }

  .order-head-block ul.order-detail-head li {
    margin-right: 20px;
  }

  .order-head-block ul.order-detail-head li.order-place-space {
    margin-right: 20px;
  }

  .right-block-product a {
    clear: none;
    padding: 0 15px;
    min-width: 0px;
    margin-left: 10px;
  }

  .tabs-content-ui {
    margin-left: 0;
    padding-left: 15px;
    border: none;
    white-space: normal;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0.59, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0, 0.59, 0.25, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0.59, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0, 0.59, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0, 0.59, 0.25, 1),
      -webkit-transform 0.4s cubic-bezier(0, 0.59, 0.25, 1);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 60px;
    background-color: #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    scroll-behavior: smooth;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .tabs-content-ui .tab-pane {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    padding: 20px 15px;
  }

  .profile-toggle-active-body {
    overflow: hidden;
  }

  .profile-toggle-active .tabs-content-ui {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .left-section-tabs {
    padding-top: 60px;
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }

  .left-section-tabs ul li a {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 14px 18px;
    font-weight: 600;
    position: relative;
  }

  .left-section-tabs ul li a:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    right: 20px;
  }

  .left-section-tabs ul li a:before {
    content: none;
  }

  .block-profile-tabs {
    white-space: nowrap;
    /*&.profile-toggle-active{
      transform: translateX(-100%);
    }*/
  }

  .nav--scroll .left-section-tabs {
    pointer-events: none;
  }

  .wallet-money-left {
    position: relative;
    top: 10px;
  }
}

.panel-order {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dde3e8;
  padding-bottom: 22px;
  padding-top: 22px;
}

.panel-order:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.panel-order:first-child {
  padding-top: 0px;
}

.backprofile-btn {
  display: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
}

.backprofile-btn .go-back {
  padding: 14px 15px;
  background-color: #f2f4ff;
  width: 100%;
}

@media screen and (max-width: 991px) {

  /*.block-wishlist-ui{
    .grid-block-product [class*="col-"]{
      flex:0 0 33.3%;
      max-width: 33.3%;
    }
  }*/
  .backprofile-btn {
    display: block;
  }

  /*.cards-container{
    .row{
      [class*="col-"]{
        flex: 0 0 50%;  
        max-width: 50%;
      }
    }
  }*/
  .tabs-content-ui .tab-pane {
    padding: 0px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
  }

  .profile-toggle-active .tabs-content-ui {
    padding-right: 15px;
  }

  .left-section-tabs {
    padding-top: 30px;
  }

  .tabs-content-ui .tab-pane {
    display: none;
  }

  .tabs-content-ui .tab-pane.active-mob-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .order-product-detail .left-block-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .order-product-detail .left-block-product figcaption {
    max-width: 60%;
  }

  .right-block-product {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .left-section-tabs ul li a {
    font-size: 14px;
  }

  .tab-style ul.nav li {
    margin-right: 18px;
  }

  .view-fields {
    margin-bottom: 15px;
  }

  .btn-block-form {
    padding-top: 10px;
  }

  .btn-block-form .large-btn {
    margin-right: 8px;
    min-width: 120px;
  }

  .sections-edit-profile h4 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }

  .tab-style ul.nav li a {
    font-size: 12px;
    padding: 12px 2px;
    letter-spacing: normal;
  }

  .order-head-block ul.order-detail-head li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }

  .order-head-block ul.order-detail-head li .title-order {
    letter-spacing: normal;
  }

  .order-head-block ul.order-detail-head li.order-place-space {
    width: 70%;
    margin-right: 0px;
  }

  .order-head-block ul.order-detail-head li.order-item-space {
    width: 30%;
  }

  .order-detail-link {
    display: none;
  }

  .order-head-block {
    padding: 8px 8px 4px 8px;
  }

  .order-product-detail {
    padding: 8px;
  }

  .order-product-detail .left-block-product figcaption h3 {
    font-size: 14px;
  }

  .order-product-detail .left-block-product .return-option-text {
    font-size: 12px;
  }

  .order-product-detail .left-block-product figcaption span {
    font-size: 14px;
  }

  .right-block-product {
    border: 1px solid #d6d6d6;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 4px;
  }

  .right-block-product a {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    float: left;
    margin: 0;
    background: transparent;
    color: #252932;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    letter-spacing: normal;
  }

  .right-block-product a:hover {
    background: transparent;
    color: #252932;
  }

  .right-block-product a:last-child,
  .right-block-product a.btn-border-gray {
    border-bottom: none;
  }

  span.write-review-offer {
    margin-top: -8px;
    margin-bottom: 9px;
    width: 100%;
    text-align: center;
  }

  .order-product-detail .left-block-product .btn-block-form {
    padding-top: 4px;
  }

  .order-product-detail .left-block-product .btn-block-form a.btn-fil-primary {
    background: transparent;
    color: #797979;
    padding: 8px 0;
    height: auto;
    line-height: normal;
    letter-spacing: normal;
  }

  .panel-order:last-child {
    padding-bottom: 0px;
  }

  .block-wishlist-ui .grid-block-product .row [class*="col-"] {
    border-left: 1px solid #f5efef;
    padding: 5px;
    margin: 0 0px 0 -1px;
  }

  /*.cards-container .row [class*="col-"]{
    flex: 0 0 100%;
      max-width: 100%;
  }*/
  .card-detail {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .card-fields {
    margin-bottom: 18px;
  }

  .card-list .card-disc {
    font-size: 16px;
  }

  .action-modal-link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .modal-body-block .action-address a {
    height: 48px;
    line-height: 48px;
  }

  .head-tabs {
    margin-bottom: 12px;
  }

  .head-tabs h2 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .head-tabs h1 {
    font-size: 16px !important;
    margin-bottom: 4px;
  }

  .add-btn {
    height: 42px;
    line-height: 42px;
  }

  .add-btn span {
    font-size: 12px;
  }

  .add-btn span.icon-add {
    font-size: 18px;
    margin-right: 5px;
  }

  .left-block-wallet .icon-wallet {
    display: none;
  }

  .left-block-wallet .balance-counter {
    padding-left: 0px;
  }

  .left-block-wallet .balance-counter label {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0px;
    float: right;
  }

  .left-block-wallet .balance-counter p {
    font-size: 16px;
  }

  .statement-block-list .table-tr .table-td {
    padding: 4px 8px;
  }

  .statement-block-list .table-tr {
    border-bottom: 1px solid #dde3e8;
    display: block;
    padding: 10px 100px 10px 12px;
    position: relative;
  }

  .statement-block-list .table-tr .table-td {
    display: block;
    border-bottom: none;
    text-align: left !important;
    padding: 0px;
  }

  .statement-block-list .table-tr .table-td.date-statement {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .statement-block-list .table-tr .table-td.discription-wallet {
    margin-bottom: 0px;
  }

  .statement-block-list .table-tr .table-td.wallet-deduction {
    position: absolute;
    right: 14px;
    top: 14px;
  }

  .content-my-wallet .hyperlink-btn {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
  }

  .add-money-block {
    padding-top: 24px;
  }

  .add-money-block h4 {
    font-size: 18px;
  }

  .block-order-container-list .head-block-order .order-head-devide {
    width: 50%;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
  .block-order-container-list .head-block-order .order-head-devide.order-id-block {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .add-money-field {
    position: relative;
  }

  .add-money-field .form-control {
    width: 100%;
    padding-right: 120px;
  }

  .content-my-wallet .head-tabs h2 {
    padding-top: 10px;
  }

  .content-my-wallet .head-tabs h1 {
    padding-top: 10px !important;
  }

  .wallet-money-left .balance-counter label {
    font-size: 22px;
    line-height: 24px;
  }

  .wallet-money-left .balance-counter p {
    font-size: 10px;
  }

  .wallet-money-left .icon-wallet {
    font-size: 34px;
    margin-top: 3px;
  }

  .wallet-money-left .balance-counter {
    padding-left: 46px;
  }

  .add-money-field .form-control {
    font-size: 12px;
  }

  .add-money-field .btn-fil-primary {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 0 4px 4px 0;
  }

  .wallet-statement {
    padding-top: 28px;
  }

  .wallet-statement .head-tabs {
    margin-bottom: 16px;
  }

  .block-order-container .sm-head-tab .sort-right-block {
    display: block;
  }

  .block-order-container .sm-head-tab .sort-right-block label {
    display: none;
  }

  .info-order.order-head-devide {
    display: none;
  }

  .block-order-container-list .head-block-order .order-head-devide {
    width: 40%;
  }

  .block-order-container-list .head-block-order .order-head-devide.order-type {
    width: 60%;
    margin-bottom: 0px;
  }

  .block-order-container-list .block-list-order-v {
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    border: none;
    width: 100%;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 15px;
  }

  .block-order-container .block-order-container-list {
    margin: 0 -15px;
  }

  .product-in-list-v {
    padding: 10px 0;
  }

  .block-order-container-list .block-list-order-v .head-block-order {
    background-color: transparent;
    padding: 0px;
  }

  .block-order-container-list .head-block-order .order-head-devide.order-id-block {
    width: 40%;
  }

  .block-order-container-list .head-block-order .order-id-block label {
    font-size: 12px;
  }

  .btn-block-product {
    padding-top: 12px;
  }

  .block-sec-product {
    margin-bottom: 8px;
  }

  .btn-block-product {
    width: 100%;
  }

  .btn-block-product a {
    width: auto;
    text-align: center;
    border: none;
  }

  .block-order-container-list .head-block-order .order-type label {
    font-size: 16px;
  }

  .block-order-container-list .head-block-order .order-type p,
  .block-order-container-list .head-block-order .order-id-block p {
    font-size: 10px;
  }

  .block-wishlist-ui .grid-block-product {
    margin: 0 -15px;
  }

  .block-wishlist-ui .sort-cart-option a.cls-move-bag,
  .block-wishlist-ui .sort-cart-option a.cls-remove {
    border: none;
  }

  .block-wishlist-ui .sort-cart-option {
    display: block;
    width: auto;
    margin: 0 -15px;
  }
}

@media screen and (max-width: 575px) {
  .block-order-container-list .head-block-order .order-head-devide {
    width: 26%;
  }

  .block-order-container-list .head-block-order .order-head-devide.quantity-head {
    width: 20%;
  }

  .block-order-container-list .block-list-order-v .head-block-order {
    padding-bottom: 0px;
  }

  .discription-wallet h6 {
    font-size: 13px;
  }

  .statement-block-list .table-tr .table-td.date-statement {
    font-size: 10px;
    margin-bottom: 0px;
  }

  .discription-wallet p {
    font-size: 10px;
  }

  .statement-block-list .table-tr .table-td.wallet-deduction {
    font-size: 13px;
  }

  .order-product-detail .left-block-product .track-status-v {
    padding: 8px 36px 48px 40px;
  }

  .order-product-detail .left-block-product figcaption span {
    font-size: 12px;
    max-width: 60px;
    white-space: normal;
    top: 17px;
  }

  .block-order-container-list .head-block-order {
    padding: 12px 12px;
  }

  .order-id-block .text-btn {
    float: right;
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 3px;
    margin-top: 3px;
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .right-block-wallet {
    width: 100%;
    max-width: 100%;
  }

  .left-block-wallet {
    width: 100%;
    margin-bottom: 10px;
  }

  .wallet-note {
    text-align: left;
  }

  .content-saved-address .hyperlink-btn {
    height: auto;
    line-height: normal;
  }

  .modal-body-block .row [class^="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-radio-ui label span {
    line-height: 18px;
  }

  .product-in-list-v figcaption a {
    font-size: 12px;
  }

  .product-in-list-v figcaption .all-product-disc {
    font-size: 11px;
  }

  .block-order-container-list .head-block-order .order-id-block label {
    white-space: nowrap;
    /*float: right; */
  }

  .order-product-detail .left-block-product figcaption span {
    text-align: center;
    font-size: 10px;
  }
}

.edit-remove {
  float: right;
}

.edit-remove .btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 0px;
  color: #96999b;
}

.edit-remove .btn+.btn {
  padding: 0px 0 0 24px;
  margin-left: 22px;
}

.edit-remove .btn+.btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 16px;
  background: #979797;
}

.edit-remove .remove {
  color: #E6284B;
}

.wallet-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 24px 0px;
}

.statement-table {
  overflow: auto;
}

.statement-table table {
  width: 100%;
  border: 1px solid #dde3e8;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .statement-table table {
    width: 600px;
  }
}

.statement-table table th {
  background-color: #f2f5f8;
  height: 46px;
  padding: 10px 15px;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
}

.statement-table table td {
  height: 46px;
  padding: 10px 15px;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #dde3e8;
}

.statement-table table a {
  font-size: 14px;
  color: #008cfb;
}

.statement-table table a:hover {
  text-decoration: underline;
  color: #008cfb;
}

.statement-table table .status {
  font-size: 15px;
}

.statement-table table .applied {
  color: #009662;
}

.go-back-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
}

.head-single {
  display: block;
  margin-bottom: 28px;
}

.head-single h4 {
  display: block;
  font-size: 18px;
  color: #252931;
}

.list-block-check {
  display: block;
}

.return-block-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid rgba(219, 219, 219, 0.6);
  position: relative;
  padding-bottom: 100px;
}

.return-block-container .refund-amount-alert {
  margin-bottom: 5px;
}

.return-product-list .order-product-detail {
  padding-right: 37px;
  position: relative;
}

.return-product-list .order-product-detail .left-block-product {
  max-width: 58%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

.return-product-list .order-product-detail .left-block-product figure {
  vertical-align: middle;
}

.return-product-list .order-product-detail .left-block-product figure img {
  width: 132px;
  height: 168px;
}

.return-product-list .order-product-detail .left-block-product figcaption {
  max-width: calc(100% - 138px);
  vertical-align: middle;
}

.return-product-list .order-product-detail .left-block-product .btn-block {
  padding-top: 14px;
}

.return-product-list .order-product-detail .left-block-product .btn-block a {
  padding: 0 16px;
  background-color: #f2f5f8;
}

.return-product-list .order-product-detail .right-block-product-return {
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  text-align: left;
  padding-left: 30px;
}

.return-product-list .order-product-detail .right-block-product-return .style-select-block {
  width: 100% !important;
}

.return-product-list .order-product-detail .right-block-product-return .style-select-block button.selectpicker {
  height: 44px;
  width: 100%;
}

.return-product-list .order-product-detail .right-block-product-return .style-select-block button.dropdown-toggle::after {
  top: 16px;
}

.return-product-list .form-fields-block fieldset:last-child {
  margin-bottom: 0px;
}

.return-product-list .form-fields-block fieldset textarea.text-field {
  height: 70px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.return-product-list.selected {
  border-color: #00d397;
}

.return-product-list.selected .mark-right {
  background-color: #00d397;
}

.return-product-list.selected .mark-right .icon-check-sign:before {
  color: #fff;
}

.return-items {
  display: block;
  margin-bottom: 20px;
}

.return-items h3 {
  font-size: 16px;
  color: #252931;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}

.return-items ul {
  display: inline-block;
  width: 100%;
}

.return-items ul li {
  width: auto;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}

.return-items ul li img {
  width: 50px;
  height: 58px;
  border-radius: 3px;
}

.refund-amount-alert {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
  background-color: #edf5fd;
  padding: 20px 14px;
}

.refund-amount-alert .block {
  display: block;
  margin-bottom: 26px;
}

.refund-amount-alert .block:last-child {
  margin-bottom: 0px;
}

.refund-amount-alert .block h3 {
  font-size: 14px;
  color: #252931;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.refund-amount-alert .block p {
  opacity: 0.9;
  font-size: 12px;
  color: #252931;
  letter-spacing: 0;
  text-align: left;
}

.refund-amount-alert .block ul {
  display: block;
}

.refund-amount-alert .block ul li {
  opacity: 0.9;
  font-size: 12px;
  color: #252931;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 6px;
}

.return-continue .return-date {
  font-size: 16px;
  color: #4b515d;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

.orders-right-block-desktop {
  padding-top: 82px;
}

.orders-right-block-desktop .priceBlock-base-priceHeader {
  margin-bottom: 30px;
}

.reason-return {
  display: block;
  padding: 16px 18px 20px;
  background-color: #f2f8ff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.reason-return h3 {
  color: #7a7d81;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.reason-return p {
  color: #252931;
  font-size: 14px;
  margin-bottom: 0px;
}

.block-content-mode {
  display: inline-block;
  width: 100%;
}

.block-content-mode figure {
  float: left;
}

.block-content-mode figure img {
  width: 178px;
  height: 206px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 3px;
}

.block-content-mode figcaption {
  padding-left: 202px;
}

.block-content-mode figcaption .title {
  color: #252931;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

.block-content-mode .mode-options {
  display: block;
}

.block-content-mode .mode-options .mode-block-option {
  display: block;
  margin-bottom: 26px;
}

.block-content-mode .mode-options .mode-block-option .custom-radio-ui label span {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
}

.block-content-mode .mode-options li.size-block-ui {
  margin-bottom: 0px;
}

.block-content-mode .mode-options .card-active-mode {
  margin-bottom: 16px;
}

.card-active-mode .view-mode-result {
  display: block;
}

.view-mode-result {
  display: none;
  padding-left: 33px;
  padding-top: 16px;
}

.view-mode-result .select-size {
  margin-bottom: 0px;
}

.view-mode-result .form-fields-block {
  max-width: 316px;
}

.view-mode-result .form-fields-block .style-select-block {
  min-width: 100%;
}

.view-mode-result .form-fields-block .style-select-block .selectpicker {
  width: 100%;
}

.view-mode-result .size-block-ui input.option-input:checked+span {
  font-weight: 600;
}

.view-mode-result .select-size .title-sm {
  color: #2a2e35;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.66;
  margin-bottom: 10px;
}

.view-mode-result .select-size .block-ui ul .size-block-ui {
  margin-right: 12px;
}

.view-mode-result .select-size .block-ui ul .size-block-ui input.option-input+span {
  width: 39px;
  height: 39px;
  line-height: 37px;
  font-size: 12px;
  padding: 0 4px;
}

.view-mode-result .left-item {
  font-size: 10px;
}

.saved-bank-accounts {
  display: none;
}

.saved-bank-accounts .title-payment {
  width: auto;
  display: inline-block;
}

.saved-bank-accounts .add-btn {
  margin-right: 18px;
}

.saved-bank-accounts .add-btn .icon-add {
  font-size: 20px;
  font-weight: 400;
}

.saved-bank-accounts .add-btn span.text {
  font-size: 12px;
}

.saved-bank-accounts .cards-list-container .check-pay {
  width: 36px;
}

.saved-bank-accounts .cards-list-container .check-pay .custom-radio-ui label {
  width: 18px;
  height: 18px;
}

.saved-bank-accounts .cards-list-container .type-pay {
  width: 38%;
}

.saved-bank-accounts .cards-list-container .card-pay {
  width: 24%;
}

.saved-bank-accounts .cards-list-container .name-pay {
  width: 30%;
}

.fields-view {
  color: #252931;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
}

.fields-view.sm-field-view {
  font-size: 16px;
}

.form-fields-block .icon-info-border {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 4px;
  font-size: 18px;
}

fieldset.accountholder-fields {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 22px;
}

.ifse-fields-block .custom-radio-ui {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}

.ifse-fields-block .custom-radio-ui label {
  padding-left: 24px;
  line-height: 22px;
}

.ifse-fields-list {
  padding-top: 6px;
}

.fluid-select {
  min-width: 100%;
}

.fluid-select button.selectpicker {
  min-width: 100%;
  height: 48px;
}

.fluid-select button.selectpicker:after {
  top: 17px;
}

.bank-layout {
  display: none;
}

.order-product-detail.return-exchange-status .panel-order {
  padding-top: 0px;
}

.order-product-detail.return-exchange-status .left-block-product {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}

.order-product-detail.return-exchange-status .left-block-product figure img {
  width: 98px;
  height: 110px;
}

.order-product-detail.return-exchange-status .left-block-product figcaption {
  display: block;
  padding-left: 0px;
}

.order-product-detail.return-exchange-status .left-block-product figure {
  float: left;
}

.order-product-detail.return-exchange-status .left-block-product .refund-detail-ui {
  margin-bottom: 0;
  max-width: 450px;
}

.refund-detail-ui {
  padding-top: 7px;
  max-width: 590px;
  display: block;
  margin-bottom: 20px;
}

.refund-status-product h3 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.refund-status-product p {
  font-size: 16px;
  line-height: 24px;
  color: #252931;
}

.trackorderrefund {
  display: block;
  max-width: 456px;
  height: 33px;
  position: relative;
  margin-left: 37px;
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

.trackorderrefund .line-track {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 16px;
}

.trackorderrefund .block-track-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trackorderrefund .block-track-info ul {
  width: 100%;
  float: left;
  white-space: nowrap;
}

.trackorderrefund .block-track-info ul li {
  height: 33px;
  width: 30%;
  text-align: center;
  line-height: 33px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.trackorderrefund .block-track-info ul li.done .icon-check-sign {
  background-color: #4bd3c3;
  border-color: #4bd3c3;
}

.trackorderrefund .block-track-info ul li.done:before {
  border: 1px solid #4bd3c3;
}

.trackorderrefund .block-track-info ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px dashed rgba(151, 151, 151, 0.4);
  height: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}

.trackorderrefund .block-track-info ul li:last-child {
  margin-right: 0px;
}

.trackorderrefund .block-track-info ul li:first-child:before {
  content: none;
}

.trackorderrefund .block-track-info ul li .icon-check-sign {
  float: left;
  font-size: 12px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  background-color: #d5d5d5;
  position: relative;
  z-index: 2;
}

.trackorderrefund .block-track-info ul li label.text-track {
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  color: #252931;
  font-size: 13px;
  font-family: "Jost";
  text-align: left;
}

.trackorderrefund .block-track-info ul li label.text-track strong {
  color: #252931;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.trackorderrefund .block-track-info ul li label.text-track a {
  display: inline-block;
  color: #2fa093;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.discription-refund {
  display: inline-block;
  vertical-align: middle;
  color: #252931;
  font-size: 14px;
  margin-bottom: 28px;
}

.discription-refund label {
  display: block;
  vertical-align: middle;
  margin: 0 0 6px 0px;
  color: #3b3e46;
  opacity: 0.87;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.26px;
}

.discription-refund small {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #252931;
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: 16px;
}

.agree-replacement {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}

.agree-replacement h4 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
}

.agree-replacement .custom-checkbox-ui label span {
  color: rgba(42, 46, 53, 0.71);
  font-size: 14px;
}

.ui-datepicker.ui-corner-all {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  background: #0d1321;
  padding: 15px 0;
  border-width: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 15px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
  width: 0px;
  height: 0px;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0;
  top: 32%;
}

.ui-datepicker .ui-datepicker-prev span {
  left: 59%;
  border-right-color: #fff;
  border-left-width: 0;
}

.ui-datepicker .ui-datepicker-next span {
  left: 67%;
  border-left-color: #fff;
  border-right-width: 0;
}

.ui-datepicker .ui-datepicker-title {
  text-shadow: none;
}

.ui-datepicker .ui-datepicker-title select {
  border: 0;
  height: 27px;
  width: 45%;
  width: calc(49% - 5px);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #414141;
  padding-left: 5px;
}

.ui-datepicker .ui-datepicker-title select:focus {
  outline: none;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  margin-left: 5px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #fff;
  border: 0px;
  font-weight: 600;
  margin: 10px 5px;
  padding: 5px 12px;
  font-size: 16px;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"]:hover,
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"]:active {
  opacity: 1;
  color: #4f4f4f;
}

.ui-datepicker .ui-datepicker-buttonpane button[data-handler="hide"]:hover,
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="hide"]:active {
  color: #dd5044;
}

.ui-datepicker table {
  margin-top: 0.625rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ui-datepicker th {
  font-weight: 600;
  text-transform: uppercase;
}

.ui-datepicker th.ui-datepicker-week-end * {
  color: #747474;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.4em 0.2em;
  font-size: 14px;
  text-align: center;
}

.ui-datepicker td .ui-state-default.ui-state-hover {
  border-color: transparent;
  text-shadow: none;
  background: #ededed;
  font-weight: normal;
  color: inherit;
}

.ui-datepicker td .ui-state-highlight {
  border: none;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active.ui-state-highlight,
.ui-datepicker td .ui-state-active.ui-state-hover {
  text-shadow: none;
  font-weight: 400;
  background: #0d131f;
  border-color: #0d1320;
  color: #fff;
}

.ui-datepicker td.ui-datepicker-week-end * {
  color: #949494;
}

.ui-datepicker td.ui-datepicker-week-end .ui-state-active {
  color: #fff;
}

.ui-datepicker .ui-datepicker-today {
  border: solid 1px #dbdbdb;
}

.ui-datepicker .ui-widget-content {
  border-color: #e3e3e3;
}

.ui-datepicker .ui-widget-content [type="button"] {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.ui-datepicker-trigger {
  margin: 10px;
}

.datepicker.sample {
  margin-left: 50px;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  padding: 10px 4px;
}

body .ui-datepicker .ui-datepicker-title {
  marign-top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  marign-top: -7px;
}

.block-pickup {
  width: 100%;
  display: inline-block;
}

.block-pickup figure {
  float: left;
}

.block-pickup figure a {
  display: inline-block;
  width: 100%;
}

.block-pickup figure img {
  width: 178px;
  height: 206px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.block-pickup .pick-detail-content {
  padding-left: 202px;
  padding-top: 9px;
}

.block-pickup .pick-detail-content h2 {
  color: #252931;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}

.block-pickup .pick-detail-content h2 a {
  color: inherit;
}

.block-pickup .pick-detail-content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 350px;
  opacity: 1;
  color: #252931;
}

.block-pickup .pick-detail-content .fields-date-time {
  padding-top: 19px;
  max-width: 515px;
}

.block-pickup .pick-detail-content .fields-date-time .style-select-block {
  width: 100%;
  min-width: 100%;
}

.block-pickup .pick-detail-content .fields-date-time .style-select-block .selectpicker {
  width: 100%;
}

.block-pickup .delivery-address-payment {
  padding-top: 0px;
}

.block-pickup .form-fields-block fieldset {
  margin-bottom: 24px;
}

@media screen and (min-width: 991px) {
  .structure-order .trackorderrefund {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
  }

  .structure-order .trackorderrefund .block-track-info {
    position: relative;
  }

  .structure-order .trackorderrefund .block-track-info ul li {
    width: 40px;
    height: 100px;
    display: block;
  }

  .structure-order .trackorderrefund .block-track-info ul li:before {
    width: 0px;
    height: 100%;
    left: 0px;
    right: 0;
    top: -160px;
    bottom: 0;
  }

  .structure-order .trackorderrefund .block-track-info ul li .icon-check-sign {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .structure-order .trackorderrefund .block-track-info ul li .text-track {
    left: 54px;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.track-order-container {
  border-top: 1px solid rgba(219, 219, 219, 0.6);
  padding: 27px 0;
}

.track-order-container .container {
  max-width: 1170px;
}

.left-block-track {
  width: 100%;
  display: inline-block;
}

.left-block-track h2 {
  color: #2fa093;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 42px;
}

.left-block-track .trackorderrefund {
  padding-bottom: 110px;
}

.expected-delivery-block {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: calc(100% + 90px);
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.expected-delivery-block:before {
  content: "";
  position: absolute;
  right: 57px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d6d6d6;
}

.expected-delivery-block h3 {
  opacity: 0.6;
  color: #252931;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.right-block-track .delivery-address-payment {
  padding-top: 40px;
  margin-bottom: 38px;
}

.right-block-track .delivery-address-payment .priceBlock-base-priceHeader {
  margin-bottom: 15px;
}

.track-id-sec {
  display: block;
  color: #252930;
  font-size: 14px;
  margin-bottom: 15px;
}

.track-id-sec span {
  display: inline-block;
  vertical-align: middle;
}

.track-id-sec strong {
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.detail-order-track {
  display: inline-block;
  width: 100%;
}

.detail-order-track figure {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.detail-order-track figure img {
  width: 164px;
  height: 192px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 4px;
}

.detail-order-track figcaption {
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.detail-order-track figcaption .size {
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.detail-order-track figcaption h4 {
  color: #252931;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.detail-order-track figcaption .price-track {
  display: block;
  color: #E6284B;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cancel-delivery-block a {
  display: inline-block;
  opacity: 0.56;
  color: #656565;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 46px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cancel-delivery-block a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .right-block-track {
    padding: 20px;
  }

  .left-block-track {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .right-block-track {
    margin-left: 0px;
  }

  .structure-order .trackorderrefund {
    max-width: 546px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .left-section-tabs ul li a {
    font-size: 14px;
  }

  .order-head-block ul.order-detail-head li {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .return-continue .return-date {
    margin-bottom: 0px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  .orders-right-block-desktop {
    padding-top: 20px;
  }

  .orders-right-block-desktop .priceBlock-base-priceHeader {
    margin-bottom: 20px;
  }

  .return-items h3 {
    font-size: 14px;
  }

  .refund-amount-alert .block h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .return-product-list .order-product-detail .left-block-product {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }

  .return-product-list .order-product-detail .right-block-product-return {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 14px;
  }

  .return-product-list .order-product-detail .left-block-product figure img {
    width: 100px;
    height: 164px;
  }

  .return-product-list .order-product-detail .left-block-product figcaption {
    max-width: calc(100% - 105px);
    vertical-align: top;
    padding-right: 26px;
  }

  .refund-amount-alert {
    margin-bottom: 0px;
  }

  .return-product-list .order-product-detail {
    padding-right: 10px;
  }

  .return-continue .return-date {
    font-size: 14px;
  }

  .block-content-mode figcaption .title {
    font-size: 16px;
    padding-top: 14px;
  }

  .block-content-mode figcaption {
    padding-left: 0;
    display: block;
    width: 100%;
  }

  .block-content-mode .mode-options {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 4px 20px;
    border: 1px solid #f3f0f0;
    background: #f9f9f9;
  }

  .block-content-mode figure {
    margin-right: 8px;
  }

  .saved-bank-accounts .title-payment {
    padding: 12px 12px;
    font-size: 14px;
  }

  .return-block-container {
    padding-bottom: 0px;
  }

  .order-product-detail.return-exchange-status .left-block-product figcaption {
    max-width: 100%;
  }

  .order-product-detail.return-exchange-status .left-block-product figure img {
    width: 88px;
    height: 120px;
  }

  .order-product-detail.return-exchange-status .left-block-product figcaption {
    padding-left: 102px;
  }

  .discription-refund label,
  .discription-refund small {
    display: block;
  }

  .discription-refund label {
    margin-bottom: 5px;
  }

  a {
    color: #252931;
  }

  .trackorderrefund .block-track-info ul li label.text-track {
    font-size: 11px;
    text-align: center;
  }

  .trackorderrefund .block-track-info ul li label.text-track strong {
    font-size: 11px;
  }

  .trackorderrefund .block-track-info ul li label.text-track a {
    font-size: 10px;
  }

  .trackorderrefund .block-track-info ul li label.text-track {
    min-width: 80px;
    white-space: normal;
  }

  .desktop-base-right-block {
    /* padding: 0; */
  }
}

@media screen and (max-width: 575px) {
  .right-block-track {
    padding: 20px 16px;
  }

  .detail-order-track figure img {
    width: 84px;
    height: 120px;
  }

  .detail-order-track figure {
    float: left;
  }

  .detail-order-track figcaption {
    display: block;
    padding-left: 98px;
  }

  .detail-order-track figcaption .size {
    font-size: 12px;
  }

  .detail-order-track figcaption h4 {
    font-size: 13px;
  }

  .detail-order-track figcaption .price-track {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .right-block-track .btn-border-secondary {
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .right-block-track .delivery-address-payment {
    margin-bottom: 8px;
  }

  .block-pickup figure img {
    width: 118px;
    height: 148px;
  }

  .block-pickup figure {
    margin-right: 10px;
  }

  .block-pickup .pick-detail-content {
    padding-left: 0px;
  }

  .block-pickup .pick-detail-content h2 {
    font-size: 14px;
  }

  .block-pickup .pick-detail-content p {
    font-size: 12px;
    line-height: 1.6;
  }

  .block-pickup .pick-detail-content .fields-date-time {
    display: inline-block;
    width: 100%;
  }

  .delivery-address-payment .btn-block {
    padding-top: 0px;
  }

  .refund-status-product h3 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .refund-status-product p {
    line-height: 1.5;
    font-size: 12px;
  }

  .expected-delivery-block {
    width: calc(100% + 40px);
    left: -20px;
  }

  .right-block-track {
    padding: 20px 0;
  }

  .bootstrap-select.btn-group .dropdown-menu {
    max-height: 200px !important;
  }
}

@media screen and (max-width: 550px) {
  .saved-bank-accounts .cards-list-container .check-pay {
    width: 24px;
  }

  .saved-bank-accounts .cards-list-container .card-pay,
  .saved-bank-accounts .cards-list-container .name-pay,
  .saved-bank-accounts .cards-list-container .type-pay {
    width: 100%;
  }

  .block-content-mode .mode-options .mode-block-option .custom-radio-ui label span {
    font-size: 14px;
  }

  .view-mode-result {
    padding-left: 0px;
  }

  .saved-bank-accounts .add-btn span.text {
    width: 62px;
    white-space: nowrap;
    overflow: hidden;
  }

  /*.modal-style.modal .modal-body-block{
    height: 100vh;
    scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      overflow-y: scroll;
    overflow-x: hidden;
  }*/
  .itemBlock-base-leftBlock {
    padding-top: 0px;
  }

  .block-content-mode figure img {
    width: 68px;
    height: 86px;
  }

  .block-content-mode .mode-options .mode-block-option {
    margin-bottom: 15px;
  }

  .order-product-detail.return-exchange-status .left-block-product figcaption {
    padding-left: 0px;
  }

  .order-product-detail.return-exchange-status .left-block-product figure {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .trackorderrefund .block-track-info ul li .icon-check-sign {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 8px;
  }

  .order-product-detail.return-exchange-status .left-block-product figure img {
    width: 68px;
    height: 50px;
    -o-object-position: top;
    object-position: top;
  }

  .refund-detail-ui {
    display: inline-block;
    width: 100%;
  }

  .refund-detail-ui .row {
    margin: 0;
  }

  .refund-detail-ui .row [class^="col-"] {
    padding: 0px;
  }

  .discription-refund {
    font-size: 12px;
  }

  .trackorderrefund {
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    float: none;
    max-width: 80%;
  }

  .trackorderrefund .block-track-info ul li {
    height: 24px;
    line-height: 24px;
  }

  .trackorderrefund .block-track-info ul li label.text-track {
    font-size: 10px;
    top: 32px;
  }

  .trackorderrefund .block-track-info ul li label.text-track strong {
    margin-bottom: 2px;
  }

  .trackorderrefund .block-track-info {
    left: -7px;
  }

  .order-product-detail.return-exchange-status .left-block-product figcaption h3 {
    padding-top: 3px;
  }

  .refund-detail-ui .row [class^="col-"] {
    margin-bottom: 6px;
  }

  .view-mode-result .select-size .block-ui ul .size-block-ui {
    margin-right: 4px;
  }

  .discription-refund label,
  .discription-refund small {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .discription-refund {
    margin-bottom: 0px;
  }

  .order-head-block ul.order-detail-head li p {
    font-size: 12px;
  }

  .order-head-block ul.order-detail-head li .title-order {
    margin-bottom: 2px;
  }

  .track-order-container .trackorderrefund .block-track-info ul li label.text-track {
    font-size: 10px;
    text-align: center;
  }

  .track-order-container .trackorderrefund .block-track-info ul li label.text-track strong {
    font-size: 10px;
  }

  .track-order-container .trackorderrefund .block-track-info ul li label.text-track a {
    font-size: 9px;
  }

  .track-order-container .left-block-track h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .modal-head-block h4 {
    font-size: 16px;
    padding-right: 30px;
  }

  .btn-block-form.btn-modal-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .go-back-container {
    margin-top: -18px;
  }

  .order-head-block ul.order-detail-head li.order-no-space p {
    font-size: 12px;
  }
}

.breadcrumb-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 33px;
}

.breadcrumb-block ul {
  display: inline-block;
  width: 100%;
}

.breadcrumb-block ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: rgba(48, 52, 60, 0.7);
  font-size: 12px;
  line-height: 16px;
  padding-right: 14px;
  margin-right: 6px;
}

.breadcrumb-block ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(48, 52, 60, 0.7);
  border-bottom: 1px solid rgba(48, 52, 60, 0.7);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb-block ul li:last-child:before {
  content: none;
}

.breadcrumb-block ul li a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.breadcrumb-block ul li a:hover {
  color: #000;
}

.price-in {
  display: block;
  padding-top: 8px;
  color: #252931;
  font-weight: 600;
  font-size: 14px;
}

.trackorder-block-v .block-sec-product {
  margin-bottom: 28px;
}

.trackorder-block-v .block-sec-product figure img {
  width: 66px;
  height: 66px;
  border-radius: 2px;
}

.trackorder-block-v .block-sec-product .block-sec-product figcaption {
  padding-left: 100px;
}

.tracking-section-v {
  border: 1px solid #dde3e8;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 24px;
}

.tracking-section-v .tracking-head-v {
  margin-bottom: 20px;
}

.tracking-section-v .tracking-head-v h3 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.tracking-section-v .tracking-head-v p {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
}

.cancel-block-v .tracking-section-v .tracking-head-v h3 {
  margin-bottom: 6px;
}

.track-status-v {
  display: inline-block;
  width: 100%;
  padding: 8px 36px 48px 26px;
}

@media only screen and (max-width: 767px) {
  .track-status-v {
    padding: 8px 0px 30px 10px;
  }

  .track-status-v ul {
    display: block;
    position: relative;
  }

  .track-status-v ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 4px;
    width: 2px;
    background-color: #d6d6d6;
    background-image: url(../images/bg-dash-verticle.png);
    background-repeat: repeat-y;
  }

  .track-status-v ul li {
    display: block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 30px;
    margin: 20px 0;
  }

  .track-status-v ul li span {
    color: #676666;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .track-status-v ul li:first-child {
    margin-top: 0;
  }

  .track-status-v ul li:first-child:after {
    content: none;
  }

  .track-status-v ul li:last-child {
    margin-bottom: 0;
  }

  .track-status-v ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #d6d6d6;
    top: 50%;
    z-index: 2;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: -8px;
    margin-left: -7px;
  }

  .track-status-v ul li:after {
    content: "";
    position: absolute;
    left: 0%;
    width: 2px;
    height: 100%;
    top: -100%;
    /*background-color: #d6d6d6;*/
    z-index: 1;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .track-status-v ul li.done:first-child:before {
    background-color: #2e8e47;
  }

  .track-status-v ul li.done.checked:after {
    background-color: #2e8e47;
  }

  .track-status-v ul li.done.checked:before {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #2e8e47;
  }

  .track-status-v ul li.done.checked span {
    color: #2e8e47;
  }

  .track-status-v ul li.done.checked.cancelled:before {
    background-color: #E6284B;
  }

  .track-status-v ul li.done.checked.cancelled:after {
    background: #2e8e47;
  }

  .track-status-v ul li.done.checked.cancelled span {
    color: #E6284B;
  }
}

@media only screen and (min-width: 768px) {
  .track-status-v ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #d6d6d6;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
  }

  .track-status-v ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background-color: #d6d6d6;
    background-image: url(../images/bg-dash.png);
    background-repeat: repeat-x;
  }

  .track-status-v ul li {
    /*width: calc(33.3% - 4px);*/
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .track-status-v ul li span {
    position: absolute;
    left: 50%;
    bottom: -30px;
    color: #676666;
    font-size: 13px;
    font-weight: 500;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .track-status-v ul li:first-child:after {
    content: none;
  }

  .track-status-v ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #d6d6d6;
    top: -7px;
    z-index: 2;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-left: -8px;
  }

  .track-status-v ul li:after {
    content: "";
    position: absolute;
    left: -50%;
    right: 50%;
    width: auto;
    height: 2px;
    /*background-color: #d6d6d6;*/
    z-index: 1;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .track-status-v ul li.done:first-child:before {
    background-color: #2e8e47;
  }

  .track-status-v ul li.done.checked:after {
    background-color: #2e8e47;
    /*width: 100%;*/
  }

  .track-status-v ul li.done.checked:before {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #2e8e47;
  }

  .track-status-v ul li.done.checked span {
    color: #2e8e47;
  }

  .track-status-v ul li.done.checked.cancelled:before {
    background-color: #E6284B;
  }

  .track-status-v ul li.done.checked.cancelled:after {
    background: #2e8e47;
  }

  .track-status-v ul li.done.checked.cancelled span {
    color: #E6284B;
  }

  .track-status-v ul li:first-child {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
  }

  .track-status-v ul li:first-child:before {
    left: 0;
  }

  .track-status-v ul li:first-child span {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .track-status-v ul li:last-child {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
  }

  .track-status-v ul li:last-child:before {
    left: auto;
    right: 0;
  }

  .track-status-v ul li:last-child:after {
    right: 0;
    left: -100%;
  }

  .track-status-v ul li:last-child span {
    left: auto;
    right: 0;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}

.status-track-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
  background-color: #f2f5f8;
  padding: 10px 18px;
}

.status-track-content h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.12px;
  color: #1d2127;
  margin-bottom: 4px;
}

.status-track-content p {
  color: #252931;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}

.address-payement-info {
  padding-top: 30px;
}

.address-payement-info .delivery-address-payment {
  padding-top: 0px;
}

.address-payement-info .priceBlock-base-priceHeader {
  margin-bottom: 17px;
}

.address-payement-info .main-addess {
  max-width: 100%;
}

.address-payement-info .main-addess span {
  font-weight: 600;
}

.address-payement-info.p-t0 {
  padding-top: 0px;
}

.address-payement-info .exchange-details {
  margin: 40px 0 0 0px;
}

.address-payement-info .exchange-details .priceBlock-base-priceHeader {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #252931;
}

.address-payement-info .exchange-details p {
  font-size: 14px;
  line-height: 24px;
  color: #252931;
  margin: 0px;
}

.payment-mathed-info p {
  color: #252931;
  font-size: 14px;
  line-height: 24px;
}

.priceBreakUp-base-orderSummary .priceDetail-base-row.order-total-v span.s-title,
.priceBreakUp-base-orderSummary .priceDetail-base-row.order-total-v .priceDetail-base-value {
  font-weight: 600;
}

.action-v-right {
  padding-top: 10px;
}

.action-v-right a {
  margin-bottom: 16px;
}

.action-v-right .btn-fil-primary {
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

.action-v-right .btn-fil-primary img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.cancel-block {
  text-align: center;
}

.cancel-link {
  display: inline-block;
  color: #a5a5a5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cancel-link:hover {
  color: #252931;
}

.address-payement-info .address-block {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .payment-mathed-info {
    padding-top: 30px;
    margin-bottom: 0px;
  }

  .address-payement-info .priceBlock-base-priceHeader {
    margin-bottom: 5px;
  }

  .tracking-section-v {
    padding: 14px;
  }

  .track-order-container {
    padding-top: 12px;
  }
}

@media screen and (max-width: 575px) {

  /*.track-status-v ul li:before {
    width: 10px;
    height: 10px;
    top: -4px; }*/
  .order-product-detail .left-block-product .track-status-v {
    padding: 8px 26px 48px 25px;
  }
}

/*vis*/
.inner-heading h4 {
  color: #252931;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.return-exchange-block .inner-heading {
  margin-top: 20px;
}

.tab-nav-sec .tab {
  display: inline-block;
  width: auto;
  margin-right: 80px;
}

@media screen and (max-width: 579px) {
  .tab-nav-sec .tab {
    margin-right: 30px;
  }
}

.custom-radio-ui.outline-btn label {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
}

.custom-radio-ui.outline-btn label span:before {
  border: 2px solid #a5aeb5;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-radio-ui.outline-btn label span:after {
  width: 10px;
  height: 10px;
  left: 6px;
  top: 6px;
}

.custom-radio-ui.outline-btn label .option-input:checked+span:before {
  border: 1px solid #E6284B;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-radio-ui.outline-btn label .option-input:checked+span:after {
  background-color: #E6284B;
}

.custom-radio-ui.outline-btn label span {
  color: #252931;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  top: -2px;
  position: absolute;
  left: 0;
}

.tab-nav-sec {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
}

.tab-content-sec {
  display: inline-block;
  width: 100%;
  border: 1px solid #dde3e8;
  padding: 20px 22px;
  border-radius: 4px;
  background: #fff;
}

.check-box-block {
  display: inline-block;
  width: 22px;
  margin-right: 15px;
  vertical-align: top;
}

.check-box-block .check-ui {
  border: 2px solid #a5aeb5;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.check-box-block label input {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}

.check-box-block label {
  position: relative;
  display: inline-block;
}

.check-box-block .check-ui:before {
  content: "\e915";
  position: absolute;
  font-family: "icomoon" !important;
  left: 1px;
  top: 3px;
  color: #E6284B;
  font-weight: 600;
  font-size: 10px;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.exchange-wrapper .check-box-block {
  float: left;
}

.exchange-wrapper .product-img-ui {
  float: left;
  margin-right: 16px;
}

.tab-panel-ui .check-box-block {
  position: relative;
  top: 20px;
}

.check-box-block input:checked+.check-ui:before {
  opacity: 1;
}

.check-box-block input:checked+.check-ui {
  /*background: #E6284B;*/
  border-color: #E6284B;
}

.product-img-ui {
  width: 66px;
  display: inline-block;
}

.product-img-ui figure {
  width: 66px;
  height: 66px;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 2px;
}

.product-img-ui figure img {
  width: 100%;
}

.tab-panel-ui {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.tab-panel-ui:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.tab-panel-ui figcaption {
  width: auto;
  overflow: hidden;
  vertical-align: top;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .tab-panel-ui figcaption {
    overflow: visible;
  }
}

.exchange-wrapper .tab-panel-ui .block-sec-product {
  display: block;
  overflow: hidden;
  width: auto;
  margin-bottom: 8px;
}

.exchange-wrapper .tab-panel-ui .block-sec-product figure {
  margin-right: 16px;
}

.exchange-wrapper .tab-panel-ui .product-detail-right .in {
  display: none;
}

.exchange-wrapper .tab-panel-ui.active .product-detail-right .in {
  display: block;
}

.tab-panel-ui .product-detail-right .in {
  margin: 0px 0 0 118px;
  /*.sizeblock .size-block-ui-v2 label span{
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height:34px;
  }*/
}

@media screen and (max-width: 991px) {
  .tab-panel-ui .product-detail-right .in {
    margin: 0px 0 0 0px;
    clear: both;
    padding-top: 24px;
  }
}

.tab-panel-ui .product-detail-right .in p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 16px;
  color: #6c6e74;
}

.tab-panel-ui .product-detail-right .in .title-sm {
  font-size: 12px;
  letter-spacing: 0.37px;
}

.tab-panel-ui .product-detail-right .in .quantity-block {
  margin-bottom: 26px;
}

.tab-panel-ui .product-detail-right .in .lg-quantity.quantity-v2.quantity-input {
  width: 120px;
}

.tab-panel-ui .product-detail-right .in .lg-quantity.quantity-v2.quantity-input input[type="number"] {
  font-size: 14px;
}

.tab-panel-ui .product-detail-right .in .select-color {
  margin-bottom: 18px;
}

.tab-panel-ui .product-detail-right .in .select-color .color-product-sign {
  width: 22px;
  height: 22px;
}

.tab-panel-ui .product-detail-right .in .select-box-ui {
  margin-top: 26px;
}

.tab-panel-ui .product-detail-right .in .select-size {
  margin-bottom: 0px;
}

.tab-panel-ui figcaption h4 {
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .tab-panel-ui figcaption h4 {
    overflow: hidden;
  }
}

.tab-panel-ui figcaption .price {
  color: #252931;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 19px;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tab-panel-ui figcaption .price {
    overflow: hidden;
  }
}

.tab-panel-ui figcaption .all-product-disc {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #787b7f;
}

.tab-panel-ui figcaption p {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

@media screen and (max-width: 479px) {
  .select-box-ui .style-select-block {
    width: 100% !important;
  }
}

.select-box-ui .dropdown .selectpicker {
  width: 290px;
}

@media screen and (max-width: 479px) {
  .select-box-ui .dropdown .selectpicker {
    width: 100%;
  }
}

.tab-panel-ui .product-detail-right {
  padding-top: 5px;
}

.select-box-ui h5 {
  color: #3f434a;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 8px;
}

.tab-panel-ui figcaption .select-box-ui p {
  color: #3f434a;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}

.tab-content-sec {
  min-height: 300px;
}

.confirmation-block {
  margin-top: 30px;
}

.confirmation-block h4 {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 12px;
}

.confirmation-block .check-box-block {
  width: 100%;
}

.confirmation-block .check-box-block label {
  padding-left: 30px;
  color: rgba(42, 46, 53, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.confirmation-block .check-box-block .check-ui {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e7e7e7;
  background-color: rgba(242, 245, 248, 0.46);
  border-radius: 4px;
}

.confirmation-block .check-box-block .check-ui:before {
  top: 4px;
}

.address-block-ui {
  display: block;
  width: auto;
  margin-top: 50px;
  padding-left: 66px;
  margin-left: 38px;
  border-left: 1px solid #efefef;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .address-block-ui {
    padding-left: 41px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .address-block-ui {
    padding-left: 25px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .address-block-ui {
    border-left: none;
    padding-left: 0px;
  }
}

.address-block-ui .heading-title {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 26px;
}

.address-block-ui .form-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: 14px;
  text-transform: uppercase;
  color: #8c8a8a;
  display: block;
  margin-bottom: 6px;
}

.address-block-ui .dropdown {
  margin-bottom: 39px;
}

.address-content p {
  color: #252931;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.text-btn {
  color: #E6284B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
}

.address-block-ui .btn-fil-primary {
  text-align: center;
}

.address-block-ui .address-content {
  margin-bottom: 40px;
}

.address-block-ui .bootstrap-select,
.address-block-ui .btn-fil-primary,
.address-block-ui .bootstrap-select button {
  width: 100% !important;
}

.exchange-content,
.return-content {
  display: none;
}

.exchange-content.active,
.return-content.active {
  display: block;
}

.order-details-title {
  margin-bottom: 40px;
}

.order-details-title h4 {
  margin: 0px;
  font-weight: 600;
}

.order-details-title h1 {
  margin: 0px !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 991px) {
  .order-details-title h4 {
    font-size: 24px;
  }

  .order-details-title h1 {
    font-size: 24px !important;
  }
}

.order-details-title .invoice-link {
  color: #008cfb;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 17px;
}

.order-details-title .invoice-link:hover {
  text-decoration: underline;
  color: #0078d8;
}

.order-details-title ul {
  padding: 0px;
  margin: 10px 0px 0px;
  font-size: 0px;
}

.order-details-title ul li {
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  color: #75777d;
}

@media screen and (max-width: 420px) {
  .order-details-title ul li {
    padding-left: 8px;
    margin-left: 8px;
  }
}

.order-details-title ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  background: #75777d;
  width: 1px;
}

.order-details-title ul li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.order-details-title ul li:first-child:before {
  display: none;
}

.exchange-radio {
  margin: 18px 0 0 0px;
}

.exchange-radio .custom-radio-ui {
  display: inline-block;
  min-width: 72px;
}

.exchange-radio .custom-radio-ui label {
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #373b42;
}

.exchange-radio .custom-radio-ui input {
  position: absolute;
  top: 0;
  width: auto;
}

.exchange-radio .custom-radio-ui+.custom-radio-ui {
  margin-left: 54px;
}

.divider {
  border-top: 1px solid #efefef;
}

.tab-inner-block .style-select-block .selectpicker {
  height: 48px;
  width: 269px;
  font-size: 14px;
}

@media screen and (max-width: 400px) {
  .tab-inner-block .style-select-block .selectpicker {
    width: 100%;
  }
}

.tab-inner-block .style-select-block .selectpicker:after {
  top: 17px;
}

@media screen and (min-width: 991px) {
  .lg-btns.btn-block-form .large-btn {
    min-width: 240px;
    margin-right: 0px;
  }

  .lg-btns.btn-block-form .large-btn.btn-fil-primary {
    margin-right: 45px;
  }
}

.conversation-wrapper {
  border: 1px solid #dde3e8;
  border-radius: 4px;
  margin-top: 0px;
}

.conversation-wrapper .title {
  margin-bottom: 0px;
  padding: 13px 16px;
  border-bottom: 1px solid #dde3e8;
}

.conversation-wrapper .title h6 {
  font-size: 16px;
  margin: 0px;
}

.conversation-wrapper .start-chat {
  padding: 45px 50px;
  text-align: center;
}

.conversation-wrapper .start-chat p {
  font-size: 13px;
  color: #252931;
  opacity: 0.8;
  line-height: 24px;
  margin: 0;
}

.conversation-wrapper .start-chat .btn-border-secondary {
  height: 48px;
  line-height: 46px;
  width: 100%;
}

.conversation-wrapper .message-box {
  padding-bottom: 4px;
}

.conversation-wrapper .message-box .chatbox {
  height: 260px;
  overflow: hidden;
}

.conversation-wrapper .message-box .message {
  padding: 18px 18px 8px;
  font-size: 13px;
  color: #65686d;
  line-height: 19px;
}

.conversation-wrapper .message-box .message .name {
  display: table;
  width: 100%;
  padding: 0 0 8px 0px;
}

.conversation-wrapper .message-box .message .name h6 {
  display: table-cell;
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
}

.conversation-wrapper .message-box .message .name .date {
  display: table-cell;
  text-align: right;
  color: #929498;
  font-size: 13px;
}

.conversation-wrapper .priceBreakUp-base-orderSummary {
  padding: 16px 16px 8px;
}

.conversation-wrapper .chat-input-wrapper {
  border-top: 1px solid #dde3e8;
  padding: 16px 18px 8px;
  margin: 20px 0 0 0px;
  position: relative;
}

.conversation-wrapper .chat-input-wrapper .attachment-ic {
  /*position: absolute;
        width:24px;
        height:24px;*/
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #a6a8ab;
  margin: 16px 0px 0 0px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  /*top: 30px;*/
  z-index: 5;
  /*left: 26px;*/
}

.conversation-wrapper .chat-input-wrapper .attachment-ic:before {
  content: "";
  background: url("../images/attach-file.svg") no-repeat;
  width: 15px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0px;
  background-size: 100% auto;
  opacity: 0.5;
}

.conversation-wrapper .chat-input-wrapper .attachment-ic input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  opacity: 0;
  padding: 0px;
  cursor: pointer;
}

.conversation-wrapper .chat-input-wrapper .chat-input-field .field {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0px;
  background-color: #f2f5f8;
  border: 1px solid #dde3e8;
  font-size: 16px;
  height: 50px;
  padding: 0 40px 0 14px;
  color: #181c2f;
  font-size: 13px;
}

.conversation-wrapper .chat-input-wrapper .chat-input-field .msg-send-btn {
  position: absolute;
  right: 0px;
  top: -1px;
  background: #ff6600;
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.18);
  border: none;
  height: 52px;
  width: 52px;
  font-size: 22px;
  padding: 0px;
  text-align: center;
}

.conversation-wrapper .chat-input-wrapper .chat-input-field .msg-send-btn .icon-Send {
  position: relative;
  display: inline-block;
  top: 1px;
}

.conversation-wrapper .chat-input-wrapper .msg-send-btn {
  position: absolute;
  right: 0px;
  top: -1px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border: none;
  height: 50px;
  width: 50px;
  padding: 0px;
  text-align: center;
}

.return-method {
  margin: 27px 0 0 0px;
}

.return-method .custom-radio-ui label {
  margin: 0 0 6px 0px;
}

.return-method .custom-radio-ui h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #373b42;
  margin: 1px 0 0 0px;
}

.return-method .custom-radio-ui>p {
  padding-left: 33px;
  color: #6e7176;
  font-size: 13px;
  line-height: 16px;
}

.return-method .custom-radio-ui .note {
  padding-left: 33px;
  display: block;
}

.return-method .custom-radio-ui .note .title {
  color: #252931;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  margin: 0 3px 0 0px;
}

.return-method .custom-radio-ui .note p {
  font-size: 12px;
  color: #6e7176;
  line-height: 18px;
  overflow: hidden;
}

.help-block-wrapper {
  position: relative;
  border-top: 1px solid #d7d7d7;
  /*margin-bottom: -102px;*/
  z-index: 9;
}

.help-sidebar {
  height: 100%;
  /*background:#F9FAFC;*/
  border-right: 1px solid #f3f3f3;
  padding: 22px 0px 30px;
}

.help-sidebar ul {
  padding: 0px;
  margin: 0px;
}

.help-sidebar ul li {
  padding: 0px;
  margin: 0px;
}

.help-sidebar ul li a {
  font-size: 14px;
  padding: 12px 24px;
  margin: 5px 0px;
  line-height: normal;
  color: #252931;
  position: relative;
  display: block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.help-sidebar ul li a:hover {
  /*background-color: #F2F5F8;*/
  text-decoration: none;
  color: #E6284B;
}

.help-sidebar ul li a:focus {
  text-decoration: none;
}

.help-sidebar ul li a.active {
  /*background-color: #F2F5F8;*/
  font-weight: 700;
}

.help-sidebar ul li a.active:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background-color: #E6284B;
  right: 0;
}

.help-content-wrapper {
  padding-bottom: 100px;
}

.help-content-wrapper .head-single {
  margin: 34px 0 12px 0px;
}

.help-content-wrapper .help-content-list {
  color: #252931;
  font-size: 15px;
  line-height: 1.8;
}

.help-content-wrapper .help-content-list p {
  color: #252931;
  font-size: 15px;
  line-height: 1.8;
}

.help-content-wrapper .help-content-list ul {
  padding: 0 0 16px 0;
}

.help-content-wrapper .help-content-list ul li {
  display: block;
}

.help-content-wrapper .help-content-list ul li a {
  display: block;
  position: relative;
  padding: 18px 32px 18px 0px;
  position: relative;
  color: #252931;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #eaeaea;
}

.help-content-wrapper .help-content-list ul li a:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\e902";
  font-family: "icomoon";
  font-weight: 300;
  font-size: 11px;
  color: #a4a6a9;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.help-content-wrapper .help-content-list ul li a:hover {
  color: #E6284B;
}

.help-content-wrapper .help-content-list ul li a:hover:before {
  right: -3px;
  color: #E6284B;
}

.help-content-wrapper .help-content-list ul li:last-child a {
  border-bottom: none;
}

.help-content-inner {
  margin: 32px 0 0 0px;
}

.help-content-inner .tag {
  font-size: 16px;
  color: #252931;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 6px 0px;
}

.help-content-inner .tag ul {
  padding: 0px;
  margin: 0px;
}

.help-content-inner .tag ul li {
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  font-weight: inherit;
  list-style: decimal;
  padding: 0 0 10px 12px;
  margin: 0 0 20px 15px;
  line-height: 23px;
}

.help-content-inner .tag ul li p {
  font-size: inherit;
  color: inherit;
}

.help-content-inner .tag ul li span {
  display: block;
  padding: 0px;
  color: #66696e;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 7px 0 0 0;
  line-height: 19px;
}

.query-wrapper {
  border-top: 1px solid #eaeaea;
  margin: 40px 0 0;
  padding: 0 0 0px 0px;
}

.query-wrapper .head-single {
  margin: 25px 0 0 0px;
}

.query-wrapper .head-single h4 {
  margin: 0 0 16px 0px;
}

.query-wrapper .head-single p {
  color: #252931;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.query-wrapper .form-fields-block {
  margin: 24px 0 0 0px;
}

.query-wrapper .form-fields-block textarea {
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px;
  font-size: 14px;
  color: #252931;
  width: 100%;
  height: 157px;
}

.block-payment {
  display: block;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 17px -4px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 17px -4px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
}

.block-payment .block-link-review {
  padding-left: 74px;
}

.head-block-detail {
  display: inline-block;
  width: 100%;
  padding: 18px;
  vertical-align: top;
  cursor: pointer;
}

.head-block-detail .counter-payment {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  border-radius: 44px;
  text-align: center;
  background-color: #252931;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  float: left;
}

.head-block-detail .title-payment {
  float: left;
  color: #252931;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 13px;
  margin: 0px;
  padding: 3px 0 0 10px;
  text-transform: uppercase;
}

.head-block-detail .right-block-detail {
  width: auto;
  float: right;
  margin-top: -6px;
}

.head-block-detail .right-block-detail .add-new-address-block {
  display: inline-block;
}

.head-block-detail .right-block-detail .add-btn {
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
}

.head-block-detail .right-block-detail .add-btn .icon-add {
  font-size: 17px;
  margin-right: 4px;
}

.head-block-detail .right-block-detail .add-btn .text {
  font-size: 13px;
}

.head-block-detail .change-option-ui {
  display: none;
}

.head-block-detail .change-option-ui .change-option-text {
  color: #E6284B;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 4px 0px;
  border-bottom: 1px dashed #E6284B;
  text-transform: uppercase;
}

.content-block-detail {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  display: none;
  border-top: 1px solid #ececec;
}

.content-block-detail.active-state .btn-one-state {
  display: block;
  padding-left: 70px;
  padding-bottom: 20px;
}

.content-block-detail .list-check-options-block {
  display: inline-block;
  width: 100%;
}

.content-block-detail .check-action-block-payment {
  padding-left: 42px;
  padding-right: 20px;
  cursor: pointer;
}

.content-block-detail .check-action-block-payment:hover {
  background-color: #f2f3f3;
}

.content-block-detail .check-action-block-payment.card-active {
  background-color: #e1ebf5;
}

.content-block-detail .check-action-block-payment.card-active .edit-remove-btn {
  display: block;
}

.content-block-detail .check-action-block-payment.card-active .address-btn {
  display: inline-block;
}

.content-block-detail .check-action-block-payment.card-active .enter-cvv {
  display: block;
}

.content-block-detail .check-action-block-payment.card-active .add-card-v2 {
  display: inline-block;
}

.content-block-detail .check-action-block-payment.card-active .d-none {
  display: block !important;
  clear: both;
}

.content-block-detail .check-action-block-payment .head-other-mathod {
  padding-left: 30px;
  position: relative;
  padding-top: 13px;
  padding-bottom: 16px;
}

.content-block-detail .check-action-block-payment .head-other-mathod .custom-radio-ui {
  position: absolute;
  left: 0;
  top: 4px;
}

.payment-method-blocks-ui .check-action-block-payment {
  cursor: pointer;
}

.payment-method-blocks-ui .check-action-block-payment:hover {
  background-color: #f2f3f3;
}

/*  .payment-method-blocks-ui .check-action-block-payment.card-active {
    background-color: #F6F8FB; }*/

.check-action-block-payment.wallet-payment-block.wallet-card-active {
  background: #fbfdff;
}

.payment-method-blocks-ui .check-action-block-payment.card-active .edit-remove-btn {
  display: block;
}

.payment-method-blocks-ui .check-action-block-payment.card-active .address-btn {
  display: inline-block;
}

.payment-method-blocks-ui .check-action-block-payment.card-active .enter-cvv {
  display: block;
}

.payment-method-blocks-ui .check-action-block-payment.card-active .add-card-v2 {
  display: inline-block;
}

.address-block-detail h3 {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

.address-block-detail .address-for {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: rgba(216, 216, 216, 0.3);
  color: rgba(37, 41, 49, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.address-block-detail address {
  opacity: 0.9;
  color: #252931;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 7px;
  margin-bottom: 12px;
}

.address-block-detail .phone-no {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0px;
}

.address-block-detail .btn-block a {
  display: inline-block;
  vertical-align: middle;
}

.address-block-detail .btn-block .btn-fil-primary {
  font-size: 13px;
}

a.text-btn-edit {
  color: #252932;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  margin-left: 10px;
  letter-spacing: 0.5px;
  border: 1px solid #d6d6d6;
  height: 48px;
  line-height: 46px;
  border-radius: 4px;
}

.address-btn {
  display: none;
  padding-top: 16px;
}

.block-result-detail {
  width: 100%;
  float: left;
  clear: both;
  padding-top: 12px;
  display: none;
  padding-left: 28px;
}

.block-result-detail address {
  max-width: 100%;
  color: #252931;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}

.block-payment.done-block .block-result-detail {
  display: block;
}

.block-payment.done-block .head-block-detail .right-block-detail .add-new-address-block {
  display: none;
}

.block-payment.done-block .head-block-detail .right-block-detail .change-option-ui {
  display: block;
}

.block-payment.done-block .head-block-detail .counter-payment {
  background-color: #00d396;
  text-indent: -999999px;
  position: relative;
}

.block-payment.done-block .head-block-detail .counter-payment:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.block-payment:first-child .content-block-detail {
  display: block;
}

.block-payment .product-item:hover {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.delivery-options-fields .block-delivery-option span {
  color: #252931;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.delivery-options-fields .block-delivery-option span:before {
  top: 4px;
}

.delivery-options-fields .block-delivery-option span:after {
  top: 8px;
}

.delivery-options-fields .block-delivery-option p {
  color: #252931;
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 0px;
}

.delivery-options-fields .head-other-mathod {
  padding-bottom: 12px !important;
}

.delivery-view label {
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.delivery-view p {
  opacity: 0.9;
  color: #252931;
  font-size: 13px;
  margin-bottom: 0px;
}

.item-summery-option {
  padding-left: 0px;
  padding-top: 12px;
  vertical-align: top;
  width: 100%;
}

.product-list-v2 {
  margin: 0px 0px 0;
  padding: 12px 16px 12px 46px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.product-list-v2:last-child {
  border-bottom: none;
}

.product-list-v2 figure {
  position: relative;
  width: 142px;
  float: left;
  z-index: 2;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.product-list-v2 figure img {
  height: 165px;
}

.product-list-v2 figcaption.product-deatil-v2 {
  width: auto;
  padding-left: 158px;
  padding-top: 9px;
  position: relative;
  z-index: 0;
  z-index: 1;
}

.product-list-v2 figcaption.product-deatil-v2 h3 {
  color: #252931;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 21px;
  font-weight: normal;
}

.product-list-v2 figcaption.product-deatil-v2 h3 a {
  color: inherit;
}

.product-list-v2 .price-discription {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 8px;
}

.product-list-v2 .price-discription .price {
  font-weight: 500;
}

.product-list-v2 .remove-option .cls-remove {
  color: #888f9f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}

.product-list-v2 .remove-option .cls-remove:hover {
  color: #000;
}

.product-list-v2 .delivery-option-info-date {
  width: 100%;
  text-align: right;
  padding-right: 18px;
  color: #252931;
  font-size: 12px;
}

.product-list-v2.product-item:before {
  display: none;
}

.product-deatil-v2 .quanity-block .quantity-v2 .quty-btn.sub .icon-negative {
  position: relative;
  top: -2px;
  height: 2px;
}

.product-deatil-v2 .quanity-block .quantity-v2 .quty-btn.add .icon-postive {
  position: relative;
  top: -1px;
}

.quanity-block {
  display: inline-block;
  margin-bottom: 16px;
}

.quanity-block .quantity-ui-fields {
  width: auto;
  display: inline-block;
}

.quanity-block .quantity-ui-fields label {
  display: inline-block;
  margin-bottom: 0px;
  color: #2a2e35;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-right: 8px;
}

.quanity-block .quantity-ui-fields .quantity-input {
  display: inline-block;
  vertical-align: middle;
}

.quanity-block .quantity-v2 {
  border: none;
  height: auto;
}

.quanity-block .quantity-v2 .quty-btn {
  width: 26px;
  height: 26px;
  border-radius: 2px;
  line-height: 26px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}

.quanity-block .quantity-v2 .quty-btn:hover {
  background: #e7e7e7;
}

.quanity-block .quantity-v2 .quty-btn.sub .icon-negative {
  width: 12px;
  height: 2px;
}

.quanity-block .quantity-v2 .quty-btn.add .icon-postive {
  font-size: 12px;
  color: #94959a;
}

.quanity-block .quantity-v2.quantity-input {
  width: 92px;
}

.quanity-block .quantity-v2.quantity-input input[type="number"] {
  height: 26px;
  padding: 0 25px;
  font-size: 16px;
}

.quanity-block .left-option {
  margin-left: 22px;
  font-size: 14px;
}

.left-option {
  color: #f97802;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.btn-summery-order {
  padding-left: 45px;
  padding-top: 18px;
  background-color: #fff;
  padding-bottom: 28px;
}

.btn-summery-order .btn-fil-primary {
  vertical-align: middle;
}

.btn-summery-order .note-summery-order {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  color: #252931;
  font-size: 13px;
  letter-spacing: 0.2px;
  opacity: 1;
  padding-left: 26px;
}

.btn-summery-order .note-summery-order strong {
  font-weight: 500;
}

.product-preview-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.product-preview-container figure {
  width: 54px;
  height: 55px;
  border-radius: 2px;
  float: left;
  margin-bottom: 0px;
}

.product-preview-container figure img {
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 2px;
}

.product-preview-container figcaption {
  padding-left: 70px;
  padding-top: 6px;
}

.product-preview-container figcaption label {
  color: #252931;
  font-size: 15px;
  margin-bottom: 8px;
}

.product-preview-container figcaption p {
  font-weight: 600;
  color: #2a2e35;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.payment-method-blocks-ui .money-color {
  color: #0ed59c;
  font-size: 800;
}

.payment-method-blocks-ui.delivery-options-fields .block-delivery-option span {
  font-weight: 500;
}

.block-bank-account-detail .card-name img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  max-width: 28px;
}

.block-bank-account-detail .card-name label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}

.block-bank-account-detail .card-name span {
  opacity: 0.6;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
}

.block-bank-account-detail .enter-cvv {
  display: block;
  padding-left: 40px;
  padding-top: 20px;
  display: none;
}

.block-bank-account-detail .enter-cvv .cvv-title {
  color: #454f5b;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.block-bank-account-detail .enter-cvv .cvv-title span {
  color: #d7384a;
}

.block-bank-account-detail .enter-cvv .cvv-title a {
  color: inherit;
}

.block-bank-account-detail .enter-cvv .text-field {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 109px;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
  background-color: #ffffff;
  margin-left: 10px;
  padding: 10px;
}

.block-bank-account-detail .enter-cvv .btn-fil-primary {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin-left: 20px;
  cursor: pointer;
}

.block-content-smple .title {
  margin-bottom: 0px;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-top: 5px;
}

.block-content-smple .option-netbanking {
  display: none;
  margin-top: -5px;
  margin-left: 20px;
}

.check-action-block-payment.card-active .option-netbanking {
  display: inline-block;
}

.payment-method-blocks-ui .list-payment-methods {
  /*border-bottom: 1px solid #ececec;*/
}

.payment-method-blocks-ui .check-action-block-payment .head-other-mathod {
  padding-top: 20px;
  padding-bottom: 20px;
}

.payment-method-blocks-ui .custom-radio-ui label span:before {
  top: 5px;
}

.payment-method-blocks-ui .custom-radio-ui label span:after {
  top: 10px;
}

.discription-method {
  display: inline-block;
  width: 100%;
  opacity: 0.9;
  color: #252931;
  font-size: 13px;
  line-height: 20px;
  padding-top: 5px;
}

.desktop-base-right-block {
  position: relative;
  z-index: 2;
}

.add-card-v2 {
  width: 100%;
  max-width: 602px;
  padding-top: 31px;
  display: none;
}

.add-card-v2 .sm-title-card {
  margin-bottom: 16px;
  color: #454f5b;
  font-size: 12px;
}

.new-card-block-fields-v2 {
  display: inline-block;
  width: 100%;
}

.new-card-block-fields-v2 .fields-new {
  float: left;
  padding-right: 16px;
}

.new-card-block-fields-v2 .fields-new label {
  color: #454f5b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.new-card-block-fields-v2 .fields-new .form-control {
  height: 48px;
  border: 1px solid #d7d9e1;
  border-radius: 4px;
}

.new-card-block-fields-v2 .fields-new.card-no-new {
  width: 33%;
}

.new-card-block-fields-v2 .fields-new.card-name-new {
  width: 40%;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new {
  padding-right: 0px;
  width: 27%;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider {
  float: left;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider .style-select-block {
  max-width: 100%;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider .style-select-block button.selectpicker {
  max-width: 100%;
  height: 48px;
  border: 1px solid #d7d9e1;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider .style-select-block button.selectpicker:after {
  top: 18px;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider.month-select {
  width: 65px;
  margin-right: 8px;
}

.new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider.year-select {
  width: 85px;
}

.new-card-block-fields-v2 .submit-card-action .custom-checkbox-ui {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.new-card-block-fields-v2 .submit-card-action .btn-block .btn-fil-primary {
  font-size: 13px;
}

.btn-block-form.btn-modal-section.btn-auto a {
  width: auto;
  margin-right: 10px;
}

.edit-remove-btn {
  float: right;
  display: none;
}

@media screen and (max-width: 767px) {
  .content-block-detail {
    border-top: none;
  }

  .edit-remove-btn {
    float: none;
    margin: 8px 0 8px 0;
  }
}

.edit-remove-btn .btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 12px;
  color: #888f9f;
  text-transform: uppercase;
  padding: 0px;
  border-radius: 0px;
  background: none;
  cursor: pointer;
}

.edit-remove-btn .btn:hover {
  text-decoration: underline;
}

.edit-remove-btn .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.edit-remove-btn .btn+.btn {
  border-left: 1px solid #979797;
  padding: 0 0 0 11px;
  margin-left: 8px;
}

.edit-remove-btn .btn.edit {
  color: #E6284B;
}

@media screen and (max-width: 767px) {
  .content-block-detail .check-action-block-payment {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-list-v2 {
    padding-left: 15px;
  }

  .head-block-detail .title-payment {
    letter-spacing: normal;
  }

  .head-block-detail .right-block-detail .add-new-address-block {
    width: 53px;
    white-space: nowrap;
    overflow: hidden;
  }

  .head-block-detail .right-block-detail .add-new-address-block .add-btn {
    float: left;
  }

  .address-block-detail address {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 4px;
  }

  .address-block-detail .phone-no {
    font-size: 12px;
  }

  .block-payment .btn-block .btn-fil-primary {
    padding: 0px 10px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    font-size: 11px;
  }

  .address-block-detail .btn-block a {
    padding: 0px 20px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    font-size: 11px;
  }

  .content-block-detail.active-state .btn-one-state {
    padding-left: 43px;
  }

  .new-card-block-fields-v2 .submit-card-action .btn-block {
    width: auto;
  }

  .new-card-block-fields-v2 .submit-card-action .custom-checkbox-ui {
    margin-right: 10px;
  }

  .new-card-block-fields-v2 .fields-new {
    padding-right: 8px;
  }

  .new-card-block-fields-v2 .fields-new.card-no-new {
    width: 50%;
  }

  .new-card-block-fields-v2 .fields-new.card-name-new {
    width: 50%;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new {
    width: 100%;
    padding-top: 15px;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider.month-select {
    width: 50%;
    margin-right: 0px;
    padding-right: 8px;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider.year-select {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .head-block-detail .title-payment {
    font-size: 11px;
  }

  .head-block-detail .change-option-ui .change-option-text {
    width: 57px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }

  .product-list-v2 figure {
    width: 82px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product-list-v2 figcaption.product-deatil-v2 {
    padding-left: 0px;
    padding-top: 0px;
  }

  .product-list-v2 figcaption.product-deatil-v2 h3 {
    margin-bottom: 11px;
    font-size: 13px;
    display: block;
  }

  .product-list-v2 figcaption.product-deatil-v2 h3 a {
    line-height: 18px;
  }

  .product-list-v2 figure img {
    height: 95px;
  }

  .quanity-block {
    display: block;
    margin-bottom: 6px;
  }

  .quanity-block .quantity-v2.quantity-input {
    width: 80px;
  }

  .quanity-block .left-option {
    margin-left: 0px;
    font-size: 10px;
    padding-top: 6px;
    display: block;
    width: 100%;
  }

  .product-list-v2 .price-discription {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .remove-option {
    display: inline-block;
  }

  .product-list-v2 .delivery-option-info-date {
    display: inline-block;
    float: right;
    width: auto;
  }

  .btn-summery-order {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-summery-order .note-summery-order {
    display: inline-block;
    max-width: 60%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .block-result-detail {
    padding-left: 0px;
  }

  .product-preview-container figcaption label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .product-preview-container figcaption {
    padding-left: 64px;
    padding-top: 2px;
  }

  .product-preview-container:last-child {
    margin-bottom: 0px;
  }

  .block-bank-account-detail .card-name label {
    font-size: 11px;
    margin-right: 4px;
  }

  .block-bank-account-detail .card-name img {
    margin-right: 2px;
  }

  .block-bank-account-detail .card-name span {
    font-size: 12px;
  }

  .wallet-amount {
    margin-left: 4px;
  }

  .block-bank-account-detail .enter-cvv {
    padding-left: 0px;
  }

  .block-bank-account-detail .enter-cvv .text-field {
    height: 38px;
    width: 60px;
    font-size: 14px;
  }

  .block-bank-account-detail .enter-cvv .btn-fil-primary {
    padding: 0 16px;
    font-size: 12px;
    line-height: 38px;
    height: 38px;
    margin-left: 10px;
  }

  .content-block-detail .check-action-block-payment .head-other-mathod {
    padding-left: 30px;
  }

  .option-netbanking .dropdown {
    padding-left: 0px;
  }

  .check-action-block-payment.card-active .option-netbanking {
    margin-top: 0px;
    margin-left: 0px;
  }

  .discription-method {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 18px;
  }

  .delivery-options-fields .block-delivery-option span {
    font-size: 12px;
  }

  .delivery-options-fields .block-delivery-option p {
    font-size: 11px;
  }

  /*.head-block-detail {
    background-color: #f4f6f7; }*/
  .select-color .color-product-sign {
    width: 22px;
    height: 22px;
  }

  .quanity-block .quantity-v2 .quty-btn {
    width: 28px;
    height: 28px;
  }

  .quanity-block .quantity-v2.quantity-input input[type="number"] {
    height: 28px;
    font-size: 15px;
  }

  .quanity-block .quantity-v2.quantity-input {
    width: 90px;
  }

  .new-card-block-fields-v2 .fields-new {
    padding-right: 0px;
    margin-bottom: 8px;
  }

  .new-card-block-fields-v2 .fields-new.card-no-new {
    width: 100%;
  }

  .new-card-block-fields-v2 .fields-new.card-name-new {
    width: 100%;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new {
    padding-top: 0px;
  }

  .new-card-block-fields-v2 .fields-new label {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .new-card-block-fields-v2 .fields-new .form-control {
    height: 40px;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider .style-select-block button.selectpicker {
    height: 40px;
  }

  .new-card-block-fields-v2 .fields-new.card-expiry-new .expiry-devider .style-select-block button.selectpicker:after {
    top: 14px;
  }

  .new-card-block-fields-v2 .submit-card-action .btn-block .btn-fil-primary {
    font-size: 11px;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
  }

  .new-card-block-fields-v2 .submit-card-action .btn-block {
    vertical-align: middle;
  }

  .quanity-block .quantity-v2 .quty-btn {
    width: 26px;
    height: 26px;
    line-height: 25px;
  }

  .item-summery-option .product-deatil-v2 .quanity-block .quantity-v2 .quty-btn.sub .icon-negative {
    top: 0px;
  }

  .product-item figcaption .price {
    font-size: 13px;
  }
}

@media screen and (max-width: 370px) {
  .block-bank-account-detail .enter-cvv {
    margin-left: -30px;
  }

  .block-bank-account-detail .enter-cvv .btn-fil-primary {
    margin-left: 2px;
    letter-spacing: normal;
    padding: 0 12px;
  }

  .btn-summery-order .note-summery-order {
    max-width: 58%;
  }

  .content-block-detail .check-action-block-payment.card-active .address-btn {
    display: block;
    margin-left: -30px;
    width: auto;
  }

  .content-block-detail.active-state .btn-one-state {
    padding-left: 18px;
  }

  .block-payment .btn-block .btn-fil-primary {
    padding: 0 12px;
  }

  .address-block-detail .btn-block a {
    padding: 0 12px;
  }

  .content-block-detail .check-action-block-payment.card-active .add-card-v2 {
    width: auto;
    display: block;
    padding-top: 40px;
  }

  .content-block-detail .product-item .discount-price-percentage {
    display: inline-block;
  }
}

.wallet-payment {
  border: 1px solid #ececec;
  border-radius: 4px;
}

.wallet-payment .head-other-mathod {
  position: relative;
  padding-left: 56px;
  padding-right: 16px;
}

.wallet-payment .head-other-mathod .custom-radio-ui {
  position: absolute;
  top: 5px;
  left: 16px;
}

.btn-one-state {
  padding-left: 42px;
  padding-right: 20px;
}

.customer-review p {
  color: #252931 !important;
}

.customer-review {
  text-align: center;
  padding: 41px 0px;
}

.no-review-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 24px;
}

.brdr-none {
  border-top: none !important;
}

.cstm-review-padding {
  padding-top: 18px !important;
  margin-top: 12px;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .customer-review {
    width: 100%;
  }

  .customer-review {
    text-align: left;
  }

  .customer-review {
    text-align: center;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 480px) {
  .customer-review {
    width: 100%;
  }
}

.profile-content span {
  color: #252931 !important;
  font-family: "Jost" !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-transform: none !important;
  font-weight: 400 !important;
  padding-left: 0px !important;
}

.profile-content a {
  color: #E6284B;
  font-family: "Jost";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.53px;
  line-height: 16px;
  display: block;
  padding-top: 17px;
}

.profile-dropdown {
  width: 100%;
  min-width: 446px;
  float: left;
  padding: 24px;
}

.prfl-img {
  width: 20%;
  float: left;
}

.prfl-img img {
  height: 60px !important;
  width: 60px !important;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-content {
  width: 80%;
  float: left;
}

.cstm-width {
  width: auto !important;
}

.header-profile-alignment {
  top: 30px !important;
  left: -197px !important;
}

.empty-heading {
  padding: 26px 0px 11px;
}

.empty-cart-btn {
  margin-top: 14px !important;
}

.padding-cntnr {
  padding: 137px 0px 50px !important;
}

.search-block-width {
  display: block;
  vertical-align: top;
  position: relative;
  margin: 0 auto 24px;
  max-width: 457px;
  z-index: 1;
}

.search-block-width .search-block,
.search-block-width .react-autosuggest__container {
  display: block;
  margin: 0;
}

.search-block-width .react-autosuggest__suggestions-container {
  height: 193px;
}

.search-block-width input {
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #f2f5f8;
  height: 44px;
  /* width: 251px; */
  width: 100%;
  padding-left: 36px;
  padding-right: 15px;
  font-size: 13px;
}

.search-block-width .icon-search {
  position: absolute;
  left: 12px;
  top: 14px;
}

.empty-headr-paragraph {
  opacity: 0.8;
  color: #252931;
  font-family: "Jost";
  font-size: 14px;
  letter-spacing: -0.16px;
  line-height: 24px;
  padding-bottom: 19px;
}

.empty-headr-heading {
  color: #252931;
  font-family: "Jost";
  font-size: 28px;
  letter-spacing: -0.31px;
  line-height: 24px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .empty-headr-heading {
    font-size: 22px;
  }
}

.link {
  color: #dc0a1e;
  position: relative;
  padding: 0 2px 6px;
}

.link:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px dashed #E6284B;
  width: 100%;
}

.link:hover {
  text-decoration: none;
  color: #dc0a1e;
}

.empty-product {
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
}

.empty-product p {
  font-size: 12px;
}

.empty-product .completeOrderContainer {
  padding-bottom: 0px;
}

.mrg-t44 {
  margin-top: 44px;
}

.mb-108 {
  margin-bottom: 108px;
}

.pad-tp-60 {
  padding-top: 60px !important;
}

.contactWrapper {
  border-top: 1px solid #d7d7d7;
  padding: 50px 0 120px 0px;
}

.contactWrapper .pageTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  margin: 0 0 0 0px;
}

.contactDetail {
  margin: 100px 0 0px;
}

.contactDetail .img {
  margin: 0 0 16px 0px;
  min-height: 34px;
}

.contactDetail .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  color: #252931;
  position: relative;
  padding: 0 0 18px 0px;
  margin: 0 0 12px 0px;
}

.contactDetail .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #E6284B;
}

.contactDetail p {
  color: #5b5e63;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  max-width: 270px;
  font-weight: 400;
  margin: 0 0 0px 0px;
}

.linkCap {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: #E6284B;
  text-transform: uppercase;
  margin: 16px 0 0 0px;
  display: inline-block;
  vertical-align: top;
}

.phNo {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #E6284B;
  margin: 0 0 14px 0px;
  display: inline-block;
  vertical-align: top;
}

.timing {
  color: #63666b;
  font-size: 14px;
  line-height: 24px;
}

/*responsive css start*/
@media only screen and (max-width: 991px) {
  .padding-cntnr {
    padding: 90px 0px 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  .padding-cntnr {
    padding: 80px 0px 50px !important;
  }

  .completeOrderContainer h1 {
    font-size: 18px !important;
  }
}

.store-blck-heading {
  color: #252931;
  font-family: "Jost";
  font-weight: 600;
  line-height: 29px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .store-blck-heading {
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .store-blck-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.store-locator-block {
  border-top: 1px solid #ececec;
  padding: 49px 0px 99px;
}

@media screen and (max-width: 767px) {
  .store-locator-block {
    padding: 25px 0px 0px;
  }
}

.store-blck-lft-align .num-of-stores {
  color: #2a2e35;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding-bottom: 17px;
  display: block;
}

.store-address {
  border-top: 1px solid #ececec;
  padding: 19px 33px 16px 0;
}

.store-address span {
  color: #E6284B;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.store-address p {
  color: #2a2e35;
  font-family: "Jost";
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.stores-list {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .stores-list {
    max-width: 303px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 303px;
    flex: 0 0 303px;
    margin-top: 54px;
    padding-right: 0px;
    -webkit-box-shadow: 7px 0 14px -16px rgba(0, 0, 0, 0.37);
    box-shadow: 7px 0 14px -16px rgba(0, 0, 0, 0.37);
  }
}

.store-map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
  margin-top: 45px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .store-map {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.map-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .map-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.map-wrapper iframe {
  width: 100%;
  height: 580px;
}

@media screen and (max-width: 767px) {
  .map-wrapper iframe {
    height: 260px;
  }
}

/*responsive css*/
@media only screen and (max-width: 480px) {
  .map-wrapper iframe {
    height: 250px;
  }
}

.about-us-content {
  max-width: 102px;
  margin: 0 auto;
}

.about-us-content h4 {
  color: #252931;
  font-family: "Jost";
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.about-us-rytcontent {
  max-width: 485px;
  margin: 0 0;
}

.about-us-rytcontent p {
  color: #252931;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0px;
}

.about-us-rytcontent span {
  color: #252931;
  font-family: "Jost";
  font-size: 18px;
  padding-top: 39px;
  display: block;
  font-weight: 500;
  line-height: 30px;
}

.abt-imges img {
  width: 100%;
}

.abt-imges {
  padding-bottom: 95px;
}

.internal-imges {
  padding: 30px 14px 0px;
}

.quick-custmr h4 {
  color: #252931;
  font-family: "Jost";
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.quick-custmr-grid h5 {
  color: #E6284B;
  font-family: "Jost";
  font-size: 24px;
  font-weight: 800;
  line-height: 22px;
}

.quick-custmr-grid span {
  opacity: 0.7;
  color: #252931;
  font-family: "Jost";
  font-size: 14px;
  line-height: 19px;
  padding-top: 11px;
  padding-right: 0px;
  display: block;
}

.quick-cstmr-contnt {
  padding: 79px 0px 180px;
}

.quick-cstmr-contnt p {
  color: #252931;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  padding-top: 20px;
  line-height: 30px;
}

.quick-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-start .title {
  max-width: 230px;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.quick-start .quick-custmr-grid {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  padding: 0 70px 0 0px;
}

.quick-start .quick-custmr-grid:last-child {
  padding-right: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 201px;
  flex: 0 0 201px;
}

/*responsive css*/
@media only screen and (max-width: 992px) {
  .quick-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    font-size: 0;
  }

  .quick-start .title {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
  }

  .quick-start .quick-custmr-grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0;
    padding: 18px 20px 0 0px;
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
  }

  .about-us-content {
    max-width: none;
    margin: 0;
  }
}

@media only screen and (max-width: 576px) {
  .quick-start .quick-custmr-grid {
    display: block;
  }

  .quick-start .quick-custmr-grid {
    padding: 18px 0px 0 0px;
    width: 40.3%;
  }

  .quick-custmr-grid h5 {
    font-size: 20px;
    padding: 10px 0px 0px;
  }

  .quick-custmr-grid span {
    padding-top: 0px;
  }

  .quick-cstmr-contnt p {
    font-size: 17px;
  }

  .quick-cstmr-contnt {
    padding: 30px 0px 80px;
  }
}

@media only screen and (max-width: 480px) {
  .quick-cstmr-contnt {
    padding: 40px 0px 70px;
  }

  .quick-cstmr-contnt p {
    font-size: 14px;
  }

  .quick-custmr-grid h5 {
    font-size: 20px;
  }

  .quick-custmr h4 {
    font-size: 25px;
  }

  .about-us-content {
    max-width: none;
    margin: 0;
  }

  .quick-start {
    display: block;
  }
}

.subcategory {
  position: absolute;
  width: 262px;
  left: 0;
  top: 100%;
  margin: 0px 0 0 -90px;
  padding: 36px 0 16px;
  background-color: #ffffff;
  box-shadow: 0 24px 25px -19px rgba(0, 0, 0, 0.17);
  -webkit-transform: translate3d(0px, 38px, 0px);
  transform: translate3d(0px, 38px, 0px);
  opacity: 0;
  display: none;
}

.subcategory ul {
  padding: 0px;
  margin: 0px;
}

.subcategory ul li {
  margin: 10px 0px;
  padding: 0 18px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.subcategory ul li a {
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
  vertical-align: top;
  color: #252931;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #252931;
  text-align: left;
  text-transform: none;
}

.subcategory ul li a:hover,
.subcategory ul li a:hover span {
  color: #d73242;
}

.subcategory ul li a .img {
  padding: 0px;
  float: none;
  margin: 0 10px 0 0px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
  display: table-cell;
}

.subcategory ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.subcategory ul li a span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #252931;
  margin: 0 0 0 0;
  display: table-cell;
  padding: 0 0 0 10px;
  text-transform: none;
}

.subcategory .link {
  display: block;
  text-align: left;
  padding: 0px 0px 10px;
  position: relative;
  margin: 10px 18px 0;
  color: #d73242;
}

.subcategory .link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #d73242;
  height: 1px;
  bottom: 0px;
}

.navigation-main ul li a.active {
  color: #E6284B;
}

.navigation-main ul li a.active:before {
  opacity: 1;
  visibility: visible;
}

.app-nav .nav-ul ul li a.active {
  color: #E6284B;
}

.subNav:hover .subcategory {
  display: block;
  -webkit-animation: show-navdrop-dropdown 0.25s ease forwards;
  animation: show-navdrop-dropdown 0.25s ease forwards;
}

@media(min-width: 1024px) and (max-width: 1400px) {
  .subNav:hover .subcategory {
    max-height: 480px;
    overflow: auto;
  }
}

@keyframes show-navdrop-dropdown {
  0% {
    -webkit-transform: translate3d(0px, 38px, 0px);
    transform: translate3d(0px, 38px, 0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes show-navdrop-dropdown {
  0% {
    -webkit-transform: translate3d(0px, 38px, 0px);
    transform: translate3d(0px, 38px, 0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

.mobileDrop-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transform: translate(0%, 100%);
  display: none;
  visibility: hidden;
  opacity: 1;
}

.mobileDrop-down.active {
  -webkit-animation: mobileNav-sub 0.25s ease forwards;
  animation: mobileNav-sub 0.25s ease forwards;
  display: block;
  visibility: visible;
  opacity: 1;
}

@keyframes mobileNav-sub {
  0% {
    -webkit-transform: translate3d(0px, 38px, 0px);
    transform: translate3d(0px, 38px, 0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes mobileNav-sub {
  0% {
    -webkit-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

.closeSubNav-Btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  background: #eceeef;
  border-radius: 2px;
  border: none;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  padding: 0 0 34px 0;
  float: right;
  outline: none;
}

.mobileDrop-down-in {
  padding: 17px 18px;
}

.mobileDrop-down-in .title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.37px;
  line-height: 24px;
}

.mobileDrop-down-in .title .count {
  color: #6c717a;
}

.mobileDrop-down-in ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  margin: 20px 0 20px;
}

.mobileDrop-down-in ul li {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  margin: 0px 0 20px;
}

.mobileDrop-down-in ul li a {
  padding: 0px;
  margin: 0px;
  display: block;
  vertical-align: top;
  color: #252931;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #252931;
  text-align: center;
  text-transform: none;
}

.mobileDrop-down-in ul li a:hover,
.mobileDrop-down-in ul li a:hover span {
  color: #d73242;
}

.mobileDrop-down-in ul li a .img {
  padding: 0px;
  float: none;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
}

.mobileDrop-down-in ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mobileDrop-down-in ul li a span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #252931;
  margin: 0 0 0 0;
  display: block;
  padding: 0 0 0 0px;
  text-transform: none;
  text-align: center;
}

.mobileDrop-down-in .link {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  color: #E6284B;
  border: 1px solid #E6284B;
  padding: 14px 10px;
  text-align: center;
}

.mobileDrop-down-in .link:before {
  display: none;
}

.desktop-base-right-cart p {
  background: #f4f4f4;
  padding: 10px;
  font-size: 14px;
  color: #ff0000;
}

.page-loader-min-height {
  min-height: 500px;
}

.hero-section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .single-banner-ad .grid-product .row [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-banner-ad .grid-product .row [class*="col-"] .row {
    margin-left: 0;
    padding: 0;
    margin-right: 0;
  }

  .single-banner-ad .grid-product .row [class*="col-"]>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .single-banner-ad .grid-product.layout-2 .row [class*="col-"]>.row>[class*="col-"] a {
    padding-bottom: 0;
  }

  .single-banner-ad .grid-product.layout-2 .row [class*="col-"]>.row>[class*="col-"] a img {
    height: auto;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .map-wrapper {
    height: auto !important;
  }

  .mobile-mBag .icon-cart1:before {
    /*content: "";
        background: url('../images/shopping-bag.svg') no-repeat;
        width: 19px;
        height: 21px;
        background-size: 100% auto;
        display: inline-block;
        margin: -4px 0 0 0;
        vertical-align: middle;*/
    font-size: 20px;
  }
}

.non-rma-text {
  color: red;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
}

.product-more-information {
  margin: 16px 0 0 0;
  position: relative;
}

.product-more-information p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.payment-ic-img {
  width: 32px;
  height: 24px;
  display: inline-block;
  align-items: center;
  opacity: 1 !important;
}

.payment-ic-img img {
  width: 20px;
  height: auto;
  margin: 0px !important;
}

.wallet-payment-block .payment-ic-img img {
  width: 19px;
}

.check-action-block-payment.banking-ui .head-other-mathod .custom-radio-ui label .filter-input {
  padding-left: 0 !important;
}

.list-payment-methods .head-other-mathod {
  border-bottom: 1px solid #f4f4f5;
  /*height: 50px;*/
}

.list-payment-methods .card-active .head-other-mathod,
.list-payment-methods .wallet-card-active .head-other-mathod {
  border-bottom: none;
  height: auto;
}

.list-payment-methods:last-child .head-other-mathod {
  border-botton: none;
}

@media only screen and (min-width: 767px) {
  .sizePopup-mobile {
    display: none;
  }
}

.sizePopup-mobile .popupBody {
  background: #fff;
  padding: 16px;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  visibility: hidden;
  transition: 0.25s ease-out;
  z-index: 99999;
}

.sizePopup-mobile.visible .popupBody {
  -webkit-animation: slideTop 0.25s ease-out both;
  animation: slideTop 0.25s ease-out;
  bottom: 0%;
  visibility: visible;
}

@-webkit-keyframes slideTop {
  0% {
    bottom: -100%;
    opacity: 0.8;
  }

  100% {
    bottom: 0%;
    opacity: 0.8;
  }
}

@keyframes slideTop {
  0% {
    bottom: -100%;
    opacity: 0.8;
  }

  100% {
    bottom: 0%;
    opacity: 0.8;
  }
}

.sizePopup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.25s ease-out;
}

.sizePopup-mobile.visible .sizePopup-overlay {
  opacity: 1;
  visibility: visible;
  display: block;
}

.sizePopup-mobile .headerArea .view-size-chart {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #E6284B;
  font-weight: 600;
  text-decoration: underline;
  margin: 0px;
}

.sizePopup-mobile .product-detail-right {
  text-align: center;
  margin: 24px 0 20px 0;
}

.error-text {
  padding: 0px;
}

.sizePopup-mobile .btn-fil-primary {
  min-width: 160px;
  height: 42px;
  line-height: 42px;
}

.product-detail-right .select-size .sizePopup-mobile .title-sm {
  display: inline-block;
}

.mobile-mBag span.icon-cart1 {
  color: #252931;
  font-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
}

.bxslider-product.simlar-products {
  margin: 0;
}

.mobile-mUser .icon-search {
  position: relative;
  top: -1px;
  color: #5b5e63;
}

.email-base-row {
  display: none;
}

@media only screen and (max-width: 991px) {
  .priceBlock-base-priceHeader {
    background: #fff;
    margin-bottom: 0;
    padding: 20px 0px 10px;
  }
}

.product-detail-right .sizeblock .size-block-ui-v2.out-of-stock label .option-input:checked+span {
  color: #E6284B;
  background: rgba(148, 149, 154, 0.1);
  border-color: #E6284B;
}

@media only screen and (max-width: 767px) {
  .first-info-block h3 {
    margin-bottom: 2px;
  }

  .first-info-block h1 {
    margin-bottom: 2px;
  }

  .value-price {
    margin-top: 5px;
  }

  .product-detail-right .quantity-block .title-sm {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .quanity-block .quantity-v2.quantity-input {
    width: 136px;
  }

  .quanity-block .quantity-v2 .quty-btn {
    width: 38px;
    height: 38px;
    line-height: 25px;
    min-width: 38px;
  }

  .quanity-block .quantity-v2.quantity-input input[type="number"] {
    height: 38px;
    font-size: 18px;
    font-weight: 500;
  }

  .product-detail-right .popupBody .error-text.pl80 {
    padding-left: 0 !important;
  }

  .product-detail-right .popupBody .outstock-block {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }

  .product-detail-right .popupBody .outstock-block h2 {
    margin-bottom: 0;
  }

  .popupBody .border-btn-primary.addtobagbtn {
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }

  .email-base-row {
    border-top: 1px solid #ececec;
    margin-top: 5px;
    padding: 15px 0 0;
    display: block;
  }

  .email-base-row .form-ui input {
    width: 100%;
    display: inline-block;
    height: 44px;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
  }

  .email-base-row h4 {
    font-size: 15px;
  }

  .email-base-row .form-ui {
    margin-bottom: 15px;
  }

  .email-base-row .form-ui input.btn-fil-primary {
    height: 42px;
    line-height: 42px;
    max-width: inherit;
    float: right;
    font-size: 12px;
    width: auto;
    padding: 0 20px;
    border: none;
  }

  .buyer-head .heading-block h4 {
    margin-bottom: 0;
  }

  .email-base-row strong {
    margin-bottom: 20px;
    display: block;
    color: #498eea;
    text-decoration: underline;
  }

  .sizeWrapper+.outstock-block {
    margin: 0 -15px;
  }
}

.error-text.pl80 {
  padding-left: 80px !important;
}

.search-img.icon-search:before {
  content: "\e903";
  color: #121111;
  font-size: 21px;
}

.rating-outer {
  display: inline-block;
  min-height: 22px;
  min-width: 44px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  vertical-align: middle;
  padding: 3px 6px;
  margin-right: 1px;
  font-size: 14px;
}

.modal-bottomOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loginpage p {
  margin: 4px 0 0 0;
  color: rgba(60, 63, 70, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.loginpage p a {
  color: #E6284B;
  font-size: 14px;
  font-weight: 600;
  padding-left: 3px;
  text-transform: uppercase;
}

.shippingTip-base-deliveryTip {
  border-top: 6px solid #eef0f3;
  border-bottom: 6px solid #eef0f3;
  margin: 8px 0px 0px;
  padding: 10px 0px 14px;
  position: relative;
}

.sprite-ship-free.shippingTip-base-tipIcon {
  position: absolute;
  left: 0px;
  top: 9px;
  background: url(../images/delivery.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
}

.shippingTip-base-tipMessage {
  padding-left: 28px;
  color: #3e4152;
  font-size: 14px;
  margin-top: 2px;
}

.shippingTip-base-tipBold {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .net-banking-list li {
    width: 33%;
  }

  .search-img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0;
  }
}

.price-rating-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 16px;
}

.price-rating-section .value-price {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.price-rating-section .rating-star {
  display: inline-block;
  vertical-align: middle;
}

#login-modal .modal-content {
  transform: translate(0px, 0px);
  padding-bottom: 24px;
}

.loginpage{
  padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.otherlogin .page-loader {
  position: fixed;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  transform: none;
  width: auto !important;
  height: auto !important;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.otherlogin .page-loader:before {
  display: none;
}

.otherlogin .page-loader svg {
  width: 50px;
  height: 50px;
  margin: 0px auto;
}

@media only screen and (max-width: 767px) {
  .otherlogin .page-loader {
    left: 0px;
    right: 0px;
  }

  .value-price .price-new {
    font-size: 16px;
    font-weight: 500;
  }

  .mobileblock-action-product .attributes-block {
    padding: 0px 0px 0;
    margin-top: 0px;
    margin-bottom: 8px !important;
  }

  .mobileblock-action-product .attributes-block .title-sm {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
  }

  .mobileblock-action-product .quantity-block {
    background: #fff;
    border-bottom: 6px solid #f1f1f1;
    margin: 0 -15px;
    padding: 20px 15px 20px;
  }

  .first-info-block {
    border-bottom: 6px solid #f1f1f1;
    margin: 0 -15px;
    padding: 0 15px 20px;
  }

  .sizeWrapper {
    border-bottom: 6px solid #f1f1f1;
    margin: 0 -15px;
    padding: 20px 15px 20px;
  }

  .first-info-block h3 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 8px;
    color: #252931;
    font-size: 16px;
    letter-spacing: -0.14px;
  }

  .first-info-block h1 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 8px;
    color: #252931;
    font-size: 16px !important;
    letter-spacing: -0.14px;
  }

  .select-size .view-size-chart {
    float: right;
  }

  .first-info-block .product-sku {
    padding-top: 0px;
    margin-bottom: 0px !important;
    vertical-align: middle;
  }

  .first-info-block .rating-star {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    /* margin-left: 10px; */
    float: right;
    margin: -4px 0 -5px 0;
  }

  .rating-outer {
    font-size: 12px;
  }

  .rating-star .star-counter {
    font-size: 12px;
  }

  .price-rating-section {
    margin-top: 8px;
  }

  .customer-reviews-right .heading-block h3 {
    font-size: 16px;
  }

  .m-box-white {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .edit-remove .btn+.btn {
    padding: 0px 0 0 10px;
    margin-left: 8px;
    font-size: 12px;
  }

  .itemContainer-base-details .quanity-block .quantity-v2.quantity-input {
    width: 100px;
  }

  .itemContainer-base-details .quanity-block .quantity-v2 .quty-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .itemContainer-base-details .quanity-block .quantity-v2.quantity-input input[type="number"] {
    height: 32px;
    font-size: 15px;
  }

  .m-box-whiten {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);*/
  }

  .payment-method-blocks-ui .check-action-block-payment .head-other-mathod {
    vertical-align: top;
    height: auto;
  }

  .address-block-detail {
    position: relative;
    padding: 0 0 25px 0;
  }

  .address-block-detail .edit-remove {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .edit-remove .btn+.btn:before {
    height: 13px;
    background: #dadbdc;
  }

  .shippingTip-base-tipMessage {
    font-size: 13px;
  }

  .list-ui-comment {
    padding: 16px 0 14px;
  }

  .block-link-review {
    padding: 0px 0;
  }
}

/* pyment section css */

.block-bank-account-detail .card-name .payment-ic-img {
  display: none;
}

.list-payment-methods .block-content-smple .title>img {
  display: none;
}

.check-action-block-payment.banking-ui .head-other-mathod .custom-radio-ui label .filter-input>img {
  display: none;
}

.net-banking-list label .filter-input>img {
  display: inline-block !important;
  max-width: 20px;
  margin: 0 4px 0 0;
}

.add-new-card .submit-card-action .btn-block {
  margin-bottom: 12px;
}

.payment-method-block {
  padding: 16px;
  border-bottom: 4px solid #f1f1f1;
}

.payment-bottom {
  border-bottom-width: 39px;
  padding-bottom: 30px;
}

.content-block-detail .payment-method-block .check-action-block-payment {
  border: 1px solid #d8d8d8;
  padding: 0px 14px;
  border-radius: 4px;
}

.payment-method-block .list-payment-methods .head-other-mathod {
  border: none;
}

.payment-method-block .head-other-mathod>.custom-radio-ui label span.filter-input:before,
.payment-method-block .head-other-mathod>.custom-radio-ui label span.filter-input:after,
.payment-method-block .custom-radio-ui label span.filter-input img {
  display: none;
}

.payment-method-blocks-ui .payment-method-block .list-payment-methods+.list-payment-methods {
  margin-top: 12px;
}

.payment-method-blocks-ui .payment-method-block.radioList .check-action-block-payment .head-other-mathod {
  padding-left: 0px;
}

.payment-method-blocks-ui .payment-method-block.radioList .custom-radio-ui label {
  padding-left: 0px;
}

.content-block-detail .payment-method-block .check-action-block-payment.card-active {
  background-color: transparent;
}

.list-payment-methods .block-content-smple .title {
  float: none;
  display: block;
  position: relative;
}

.payment-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.payment-wrapper img{
  display: block !important;
}

.payment-method-blocks-ui .payment-method-block.radioList .check-action-block-payment.banking-ui .custom-radio-ui label {
  display: block;
  position: relative;
}

.payment-method-blocks-ui .payment-method-block.radioList .check-action-block-payment.banking-ui .custom-radio-ui label:after {
  content: "\e909";
  border: none;
  font-family: "icomoon";
  width: auto;
  height: auto;
  font-size: 7px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  color: #2b2f36;
  top: 5px;
  opacity: 0.6;
}

.list-payment-methods .block-content-smple .title:after {
  content: "\e909";
  border: none;
  font-family: "icomoon";
  width: auto;
  height: auto;
  font-size: 7px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  color: #2b2f36;
  top: 5px;
  opacity: 0.6;
}

.content-block-detail .payment-method-block .check-action-block-payment.card-active .add-card-v2 {
  border: 1px solid #76c5f5;
  padding: 14px 14px 0;
  border-radius: 4px;
  margin: 12px 0 0 0;
  background: #f9fdff;
}

.payment-method-block .new-card-block-fields-v2 .fields-new.card-expiry-new {
  width: 49%;
}

.payment-method-block .banking-ui .block-bank-account-detail {
  border: 1px solid #76c5f5;
  padding: 14px 14px 14px;
  border-radius: 4px;
  margin: 12px 0 0 0;
  background: #f9fdff;
}

.payment-method-block .net-banking-list {
  margin-top: 0;
}

.check-action-block-payment.banking-ui .head-other-mathod .net-banking-list label .filter-input {
  padding-left: 34px !important;
}

.check-action-block-payment.card-active .option-netbanking.gpay-block {
  border: 1px solid #76c5f5;
  padding: 14px 14px 14px;
  border-radius: 4px;
  margin: 12px 0 0 0;
  background: #f9fdff;
}

.check-action-block-payment.card-active .option-netbanking.upi-block {
  border: 1px solid #76c5f5;
  padding: 14px 14px 14px;
  border-radius: 4px;
  margin: 12px 0 0 0;
  background: #f9fdff;
}

.payment-method-block .option-netbanking.upi-block .dropdown {
  padding-top: 0;
  margin-top: 0px;
}

.style-select-block .dropdown-toggle::after {
  top: 18px;
}

.payment-method-block.cashdeliver .head-other-mathod>.custom-radio-ui label span.filter-input:before,
.payment-method-block.cashdeliver .head-other-mathod>.custom-radio-ui label span.filter-input:after {
  display: block;
}

.payment-method-blocks-ui .payment-method-block .banking-ui .net-banking-list .custom-radio-ui label:after {
  display: none !important;
}

.onDeliverContent {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #252931;
  opacity: 0.7;
}

span.icon-quality:before {
  content: "";
  background: url(/assets/images/quality.svg) no-repeat;
  width: 28px;
  height: 33px;
  display: block;
  background-size: contain;
}

.alertBlock {
  background: #f1f7fe;
  padding: 10px 26px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 32px 0px;
  /*display: none;*/
}

.alertBlock .icon {
  float: left;
  font-size: 20px;
  margin: 1px 8px 0 0px;
}

.alertBlock .content-overflow {
  overflow: hidden;
}

.alertBlock .content-overflow h6 {
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  color: #252931;
  margin: 0px;
}

.alertBlock .content-overflow p {
  color: #252931;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 20px;
  opacity: 0.7;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .alertBlock {
    padding: 12px 16px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .alertBlock .content-overflow h6 {
    font-size: 14px;
  }

  .alertBlock .content-overflow p {
    font-size: 12px;
  }
}

.contactWrapper .pageTitle {
  text-align: center !important;
}


.rating-progress-flex p {
  min-width: 32px;
}

.star {
  fill: #009662;
}

.applied {
  border: 1px solid rgba(219, 219, 219, 0.6);
  border-radius: 20px;
  padding: 4px 8px;
}

.productConHead ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.productConHead ul .applied button {
  border: 0;
  background-color: transparent;
  width: auto;
  padding: 0;
  margin: 0 0 0 4px;
  border-radius: 0;
  opacity: 0.5;
}

li.cat-filter {
  list-style-type: none;
  margin: 0 8px 6px 0;
}

.applied .shape {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
}

#login-modal .nav-tabs {
  border-bottom: 0;
  width: 100%;
}

#login-modal .nav-tabs .nav-item {
  flex-basis: 50%;
  text-align: center;
}

#login-modal .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 18px;
  color: #252931;
  text-transform: uppercase;
  transition: all 0.4s ease;
  margin: 0 auto 24px auto;
  opacity: 0.5;
}

#login-modal .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #E6284B;
  opacity: 1;
}

.modal.show .nav-tabs {
  border-bottom: 0;
  width: 100%;
}

.modal.show .nav-tabs .nav-item {
  flex-basis: 50%;
  text-align: center;
}

.modal.show .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #252931;
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  opacity: 0.5;
  margin: 0 auto 24px auto;
}

.modal.show .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #E6284B;
  opacity: 1;
}

.with-otp button {
  border: 0;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 25px;
  transform: translateY(-50%);
  color: #5f656a;
  font-size: 12px;
  line-height: 14px;
}

.review-submit-btn {
  color: #E6284B;
}

.review-submit-btn:hover {
  cursor: pointer;
}

.with-otp button:hover {
  color: #000;
}

.loginpage .nav-tabs {
  border-bottom: 0;
  width: 100%;
}

.loginpage .nav-tabs .nav-item {
  flex-basis: 50%;
  text-align: center;
}

.loginpage .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #252931;
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  opacity: 0.5;
  margin: 0 auto 24px auto;
}

.loginpage .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #E6284B;
  opacity: 1;
}

.with-otp button {
  border: 0;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 25px;
  transform: translateY(-50%);
  color: #5f656a;
  font-size: 12px;
  line-height: 14px;
}

.with-otp button:hover {
  color: #000;
}

.return-label p {
  background: #f4f4f4;
  padding: 10px;
  font-size: 13px;
  color: #ff0000;
}

.policy-link-checkout{
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.policy-link-checkout ul li a{
  font-size: 12px;
  color: #53565a;
  line-height: 1.2;
  display: inline-block;
  font-family: "Jost", sans-serif
}

.freeshipping-tip-tip {
  padding: 8px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #eaeaec;
  border-radius: 4px;
}
.freeshipping-tip-message {
  display: inline-block;
  vertical-align: middle;
  color: #3e4152;
  font-size: 14px;
  margin-top: 5px;
  width: 80%;
}
.freeshipping-tip-bold {
  display: inline-block;
  margin-left: 1px;
  color: #E6284B;
  font-weight: 700;
}
.freeshipping-old-price{
  text-decoration: line-through;
}
.freeshipping-text{
  color: #E6284B !important;
  font-weight: 600;
}
.p-in{
  padding: 12px 16px 12px 12px;
}

.snap-emi-slogan {
  font-family: "Jost" !important;
  font-size: 12px !important;
  letter-spacing: 0px;
  font-weight: 400 !important;
}
.snap_emi_txt.mt-2 .snap-emi-inst {
  font-family: "Jost" !important;
  font-size: 15px !important;
  letter-spacing: 0px;
  font-weight: bold !important;
}

@media screen and (max-width: 767px){
  .snap-emi-slogan{
    font-size: 11px !important;
  }
  .snap_emi_txt.mt-2 .snap-emi-inst{
    font-size: 11px !important;
  }
}