.slider-content{
  position: absolute;
  top:0;
  left: 0;
}
.top-sectionsj {
  background: #ff1744;
  color: #fff;
  overflow: hidden;
  padding: 20px 30px;
  box-sizing: border-box;
  min-height: 148px;
  margin-bottom: 25px;
}
.top-sectionsj .btn{
  background: #fff;
  color: #ff1744;
  font-size: 14px;
  border-radius: 4px;
}
.lefts-sec {
  width: 12%;
  margin-left: auto;
}
.figure-pic {
  width: 100%;
  display: flex;
  align-items: center;
}
.figure-pic figure{
  width: 12%; 
}
.comon-parts-div015 .btn{
  margin-left: auto;
  display: table;
}
.account-bls{
  height: 200px;
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.account-bls::before{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgb(19 23 34) 100%);
}
section.slider-mains.d-inline-block.w-100 {
  position: relative;
  top: -180px;
}
.names-div05 h2 span{
  font-weight: 700;
  color: #ff1744 !important;
}
.comon-parts-div015 h5{
  padding-left: 20px;
  color: #000;
  font-weight: 700;
}
.comon-parts-div015 h5 span{
  color: #bbb !important;
  font-weight: 300;
  margin-top: 5px;
  font-size: 14px;
}
.comon-parts-div015 .btn-comons{
  background:  #ff1744;
  color: #fff;
  font-size: 14px;
}
.notifications-div ul{
  padding: 0;
  margin: 0;
}
.notifications-div h4{
  color: #000;
  font-weight: 700;
}
.notifications-div h5{
  color: #000;
  margin-left: 5px;
  font-size: 15px;
}
.notifications-div li{
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 10px;
}
.notifications-div h5 span{
  color: #bbb !important;
  font-weight: 300;
  margin-top: 2px;
  font-size: 12px;
}

/* cart */
.cart-haedeing h2 {
  font-size: 35px;
  color: #fff;
}
.cart-haedeing h2 span {
  color: #ff1744;
  font-size: 20px;
}
.comon-items-cart {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 25px;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
}
.comon-items-cart .left-section-div {
  display: flex;
  align-items: flex-start;
  width: 67%;
}
.comon-items-cart .crat-linl-pay h4 span {
  text-decoration: line-through;
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 0 15px;
  height: 40px;
  margin: 15px 0;
}
.comon-items-cart .crat-linl-pay h4 {
  color: #ff1744;
  font-weight: 600;
  font-size: 25px;
}

/* details cart */

.img-thumbnail {
  margin-top: 0;
  width: 140px;
  height: 100px;
  border: 1px solid #f2f1f1;
  cursor: pointer;
  transition: .3s ease;
  opacity: .5;
  overflow: hidden;
  margin-bottom: 10px;
}

.img-selection {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.big-img {
  position: relative;
  width: 100%;
  height: 457px;
  border:1px solid #2d2d2d;
  cursor: zoom-in;
  overflow: hidden;
  margin-right: auto;
}

.display-img ,
.img-thumbnail img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.big-img img.zoom {
  position: absolute;
  transition: width .2s ease-out, opacity .2s ease-out .2s;
}
.comon-details-part h2 {
  font-size: 45px;
  font-weight: 700;
}
.price-text span {
  font-weight: 400;
  font-size: 25px;
  text-decoration: line-through;
  color: #bbb !important;
}

.comon-details-part h1{
  font-size: 40px;
}
.price-text {
  font-weight: 600;
  font-size:36px;
  color: #fff !important;
}
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0;
  background: none !important;
  border-radius: 6px;
  padding: 0 15px;
  height: 40px;
  margin: 15px 0;
}
.quantity-btn {
  background:#ff1744;
  color: #fff;
  border: none;
  outline: none;
  margin: 0;
  padding: 3px 11px;
  cursor: pointer;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 90px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: #fff !important; 
  border: none;
  text-align: center;
  height: 35px;
  text-align: center;
  text-indent: 10px;
}
.tabs-details-gn .tab-content{
  background: #fff;
  padding: 0 25px;
}
.tabs-details-gn .nav-link {
  background: #242d46;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 32px;
  border: none !important;
}
.tabs-details-gn .nav-link.active{
  background: #ff1744 !important;
}
.comment-user-div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.user-dsl h6 {
  font-size: 20px;
}
.user-dsl h6 span {
  font-size: 13px;
  color: #ff1744;
  display: block;
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
}
.user-dsl h6 span {
  font-size: 13px;
  color: #ff1744;
  display: block;
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
}
.comment-user-div .us-pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 8px;
}
.comment-user-div .us-pic img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.submit-review .form-control {
  border: none;
  background: #f3f3f3;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
}
.submit-review textarea {
  height: 150px !important;
  resize: none;
}
.sub-re {
  background:#ff1744;
  color: #fff;
  width: 150px;
  height: 45px;
  font-size: 16px;
  margin-left: 18px;
  margin-bottom: 45px;
}

.comon-offer-part {
  height: 370px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  width: 92%;
}
.comon-offer-part .img-box-msn {
  height: 250px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.comon-offer-part .img-box-msn figure {
  height: 250px;
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
}
.comon-offer-part .img-box-msn figure figcaption {
  background: #ff1744;
  color:#fff !important;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  font-size: 16px;
}
.comon-offer-part h5 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}
.comon-offer-part .rating {
  color: #fb0;
  font-size: 14px;
  margin: 7px 0;
}
.comon-offer-part h4 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comon-offer-part h4 span {
  text-decoration: line-through;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 17px;
  margin-right: 10px;
}
.related-produc .bottom-gradient {
  display: none;
}
/* checkout  */

.comon-steps-div .form-control, .comon-steps-div .form-select {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  color: #888;
  background-color: #f1f1f1;
  border: none;
  font-size: 16px;
  width: 100%;
}
.ceck-out-right-div {
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}
.price-am, .delivery-am, .discount-am {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.price-am span, .delivery-am span, .discount-am span{
  font-weight: 600;
}
.form-wizard-next-btn {
  width: 100%;
  color: #fff !important;
  text-transform: uppercase;
  background: #ff1744;
  color: #fff;
  padding: 12px 25px;
}
.ceck-out-right-div .domn-list figure {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
}
.ceck-out-right-div .domn-list figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ceck-out-right-div .checkout-table thead {
  background: #00000000;
  color: #fff;
}
.checkout-page-div{
  padding-top: 40px;
  padding-bottom: 80px;
}
.img-pos{
  display: inline-block;
  width: 100%;
}
.end-date, .cvv {
  display: flex;
  place-items: center;
}
.comon-steps-div .form-group label,
.left-sec-d2 h4,
.left-sec-d1 h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}
.left-sec-d2 {
  margin-left: 15px;
}
.img-pos img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cvv .form-control {
  width: 60%;
  margin-right: 8px;
}
.price-am span {
  font-weight: 700;
  font-size: 20px;
  color: #ff1744;
}
/* cart page */

.comon-items-cart .left-section-div figure {
  width: 200px;
  height: 170px;
  overflow: hidden;
  margin: 0;
  display: grid;
  align-content: center;
}
.comon-items-cart .left-section-div figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-items-cart .left-section-div .products-cart1 {
  padding-left: 25px;
  padding-top:0;
  width: 70%;
}
.comon-items-cart .left-section-div .products-cart1 ul {
  margin-top: 12px;
  margin-left: 0;
  padding-left: 0;
}
.comon-items-cart .left-section-div .products-cart1 ul li{
  font-size: 16px;
  margin-bottom: 6px;

}
.comon-items-cart .left-section-div .products-cart1 ul li span:first-child {
  width: 90px;
  display: inline-block;
  color: #ff1744;
}
.comon-items-cart .left-section-div .products-cart1 h5 {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
}
.total-count-div {
  padding: 30px;
  display: inline-block;
  width: 100%;
  border-radius:0;
  background: #fff;
}
.total-count-div .btncheck-btn {
  background: #ff1744;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 16px;
}
.total-count-div h4,
.total-count-div h3 {
  font-size: 24px;
  color: #000;
}
.total-count-div .promo-code1 label {
  font-size: 17px;
  margin-bottom: 5px;
}
.total-count-div .promo-code1 .btn {
  background: #ff1744;
  color: #fff !important;
  margin-top: 10px;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 16px;
}
.total-count-div h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-count-div .pay-listy li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pay-listy {
  margin: 0;
  padding: 0;
}
.price-bn{
  font-weight: 700;
  color: #000;
}
.img-op{
  display: inline-block;
  width: 100%;
  height: 190px;
}
.img-op img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-caard .card-img-overlay{
  position: relative !important;
}
.btn-cart{
  background: #ff1744;
  color: #fff !important;
  margin-top: 10px;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 16px;
}
.new-caard .cart-details-box h4{
  text-transform: capitalize;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow:none !important;
    -webkit-background:none !important;
}

.card .bottom-gradient{
  display: none !important;
}
.related-produc .img-box-msn img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-hover .img-op::before{
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  background: #ca00277d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.new-hover:hover .img-op::before{
  opacity: 1;
  visibility: visible;
}
.new-hover .img-op,
.audio-pric{
  overflow: hidden;
  position: relative;
}
.audio-pric{
  height: 220px;
}
.cart-now img {
  width: 9%;
  margin-bottom: 20px;
}
.comon-offer-part .content-div{
  margin-top: 20px;
}
.new-hover .img-op img,
.audio-pric img{
  transform: scale(1);
  transition: all 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-hover:hover .img-op img{
  transform: scale(1.1);
}
.my-ccount-bn .btn-svae{
  background: #ca0027;
  color: #fff;
}
.comonu-parts{
  font-weight: 600;
}
.comonu-parts .form-control{
  background: #fff !important;
  color: #000;
}
.eitp-profiles{
  padding: 40px;
}
.profiles-parts01 figure{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
}
.profiles-parts01{
  background-color: #ff1744 !important;
    color: #fff !important;
}
.profiles-parts01 h3{
  color: #fff !important;
}
.comonu-parts h4,
.my-ccount-bn h3{
  color: #000;
  font-weight: 700;
}

.comon-items-cart-dj .img-lbox{

}
.img-lbox {
  width: 100px;
  height: 100px;
  border: solid 1px #e7e7e7;
  padding: 5px;
  box-shadow: #bbbbbb82 1px 2px 15px;
}
.table .products-cart1{
  text-align: left;
}
.table .products-cart1 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.table .products-cart1 h5{
  color: #000 !important;
  text-transform: capitalize;
}
.table thead{
  font-size: 17px;
  font-weight: 700;
}

.table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.cart-link-pay h4 span{
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 14px;
}
.img-lbox img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.table .products-cart1 .quantity-input{
  text-indent: 0;
  width: 60px;
  margin-top: 10px;
  border: solid 1px #dbdbdb;
  padding: 0;
  color: #000 !important;
}

.form-float .form-control{
  color: #000 !important;
}
.quantity-input::placeholder,
.quantity-input{
    color:#000 !important;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

@media(max-width:667px){
  .comon-parts-div015 .btn{
    margin-left: 0 !important;
  }
}