#banner-section.inner-banner {
    background-image: url(/assets/images/about-bg-overlay.png), url(/assets/images/features-banner-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100% 100%;
    padding: 300px 0 170px;
    background-position-y: bottom;
}
#banner-section {
    position: relative;
    background-color: #280B70;
    background-image: url(../images/banner-bg.png);
    background-size: 117%;
    background-repeat: no-repeat;
    z-index: 0;
}
#banner-section.inner-banner .ani-img {
    position: relative;
    z-index: -1;
}
#banner-section.inner-banner .ani-img .img-1 {
    left: -2%;
    bottom: 0;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

#banner-section.inner-banner .ani-img img {
    position: absolute;
}
#banner-section.inner-banner .ani-img .img-2 {
    left: 10%;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
#banner-section.inner-banner .ani-img .img-3 {
    right: 10%;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.breadcrumb {
    background: transparent;
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    background-image: url(/assets/images/icon/right-arrow.png);
    background-repeat: no-repeat;
    content: '';
    width: 22px;
    height: 15px;
    margin: 12px 6px 0;
}

.main-content h1{
    text-align: center;
}
.breadcrumb-item a{
    color: white;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: white;
}
.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}
.section-header {
    margin-top: -12px;
    margin-bottom: 50px;
}
#featured-products .single-item {
    position: relative;
}

#featured-products .single-item {
    background: #4609C3;
    border-radius: 10px;
    padding: 10px;
}
#featured-products .single-item .img-area {
    background: #3B03AE;
    border-radius: 10px;
}
#featured-products .single-item .img-area img {
    margin: 15px auto;
}
#featured-products .single-item .img-area {
    background: #3B03AE;
    border-radius: 10px;
}
#featured-products .single-item .bottom-item {
    padding: 20px;
    padding-top: 30px;
}
#featured-products .single-item .bottom-item h6 {
    text-transform: uppercase;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}
.text-sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
a{
    text-decoration: none;
}
#featured-products .single-item .bottom-item .text-sm {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}
#featured-products .single-item .review a {
    margin: 0 -2px;
}
#featured-products .single-item .review a i {
    color: #FFE600;
    font-size: 14px;
}
#featured-products .single-item .bottom-item .text-sm {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}
#featured-products .single-item .review span {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    padding-left: 10px;
}
#featured-products .single-item .bottom-area .cmn-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
}
.cmn-btn {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    transition: all 0.5s;
    padding: 11px 32px;
    background: linear-gradient(351.09deg, #F029A0 4.36%, #F0B000 117.5%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    overflow: hidden;
    z-index: 0;
}
#featured-products .single-item .bottom-item {
    padding: 20px;
    padding-top: 30px;
}
#featured-products .single-item .new {
    position: absolute;
    padding: 5px 15px;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--body-color);
    background: #065A45;
    border-radius: 10px 0px 0px 0px;
}

#deal-of-day {
    background: url(/assets/images/deal-of-day-bg.png), #0E063D;
    background-repeat: no-repeat;
    background-position: top;
}
#deal-of-day .main-content {
    background: #4609C3;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
}
#deal-of-day .main-content .offer {
    position: absolute;
    padding: 15px 20px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background: #065A45;
    border-radius: 10px 0px 0px 0px;
    z-index: 1;
}
#deal-of-day .deal-item {
    position: relative;
}
#deal-of-day .img-area {
    background-color: #3B03AE;
    border-radius: 10px;
}
#deal-of-day .draw-counter {
    position: absolute;
    bottom: 0;
    left: calc(50% - 125px);
}
#deal-of-day .draw-counter .head {
    background: rgba(63, 100, 171, 0.5);
    border-radius: 10px;
    padding: 10px 20px;
}
#deal-of-day .draw-counter .head h6 {
    padding: 0 15px;
}
#deal-of-day .draw-counter .time-parameter {
    text-align: center;
}
#deal-of-day .draw-counter .time-parameter span {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #00FADF;
    margin: 0 12px;
}
#deal-of-day .right-item h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
    font-size: 32px;
}
#deal-of-day .right-item .review {
    margin: 25px 0;
}
#deal-of-day .right-item .prize span {
    text-transform: uppercase;
}
#deal-of-day .right-item .bottom-area h5 {
    margin-right: 40px;
    font-size: 24px;
}
#deal-of-day .right-item .bottom-area .cmn-btn.cus-style {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: unset;
    box-shadow: unset;
}
#deal-of-day .right-item .bottom-area .cmn-btn {
    margin-right: 20px;
    font-size: 14px;
    padding: 11px 20px;
    line-height: 20px;
    text-transform: capitalize;
}
#policy-section .single-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 30px 5px;
}
#policy-section .single-box .img-area {
    background: #3B03AE;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#policy-section .single-box p {
    color: rgba(0, 250, 223, 0.8);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
#policy-section .single-box h5 {
    margin: 20px 0 15px;
}



/* Shop details page Css */

#content-wrapper {
    display: flex;
  }
  
  .column {
    flex: 1;
  }
  
  #featured-container {
    margin-bottom: 20px;
  }
  
  #featured {
    width: 90%
  }
  
  #slide-wrapper {
    position: relative;
    height: 100%;
    margin-top: -20px;
  }
  
  #slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  
  .thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .thumbnail.active {
    border: 2px solid black;
  }
  
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: gray;
    cursor: pointer;
  }
  
  #slideLeft {
    left: 0;
  }
  
  #slideRight {
    right: 0;
  }
  
  
  /* #duplicate {
    width: 100%;
    transition: transform 1.4s;
    display: none;
  }
  
  #duplicate:hover {
    transform: scale(1);
  } */
  
  #duplicate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  #duplicate-overlay:hover {
    opacity: 1;
  }
  
  #duplicate-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
   /* .producu-complex .container, .tabs-section{
    max-width: 1150px!important;
  } */

  .producu-complex-bg{
    background-color:#4609C3;
    position: relative;
    padding: 35px;
    margin-top: -102px;
  
  }
  #duplicate-container {
    position: absolute;
    width: 605px;
    overflow: hidden;
    right: 40px;
    height: 353px;
    top: 35px;
  }
  .data-right h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
    font-size: 32px;
    line-height: 38px;
    padding-top: 15px;
}
.data-right .comfirt{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 30px;
}
.review a {
    margin: 15px -2px;
}
.review i {
    color: #FFE600;
    font-size: 14px;
}
.review span {
    color: rgba(255, 255, 255, 0.85);
    margin-left: 10px;
}
.prize span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.bottom-area h5 {
    margin-right: 40px;
    font-size: 24px;
    line-height: 29px;
}
.qtySelector {
    width: 135px;
    height: 50px;
    margin: 0;
    background-color: rgb(242, 242, 242);
    border-radius: 50px;
    display: inline-block;
    background: rgba(38, 8, 101, 1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 25px;
}
.qtySelector .increaseQty, .qtySelector .decreaseQty {
    width: 45px;
    height: 100%;
    float: left;
    cursor: pointer;
    line-height: 3.1;
    color: white;
    transition: all 0.3s;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 25px;
}
.qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 35px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #260865;
}
.qtySelector .increaseQty {
    float: right;
}
.cmnbtn{
    background: linear-gradient(351.09deg, #F0B000 4.36%, #F029A0 117.5%);
    color: white;
    margin-left: 30px;
    padding: 12px 15px;
    border-radius: 29px;
}
.social {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 30px;
    padding-top: 30px;
}
.social ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.social ul li a i {
    color: rgba(255, 255, 255, 1);
}
/* #featured:before{
    position: absolute;
    overflow: hidden;
    opacity: 1;
    width: 181.451px;
    height: 121.703px;
    top: 218.76px;
    left: 100.274px;
} */
#featured{
    cursor: crosshair;
    position: relative;
}
.buttons{
   
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.buttons .active{
    color: #00FADF;
    border-bottom: 3px solid #00FADF;
    background-color: transparent;
}
.tablinks{
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 25px;
}
.single {
    margin-bottom: 50px;
}
.single h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
}
.single p {
    color: rgba(255, 255, 255, 0.85);
    width: 65%;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.single .single-side h6 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
}
.single .single-side ul {
    background: #110644;
    border-radius: 10px;
}
.single .single-side ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-side ul li span {
    color: rgba(255, 255, 255, 0.85);
}
.information {
    width: 100%;
}
.single .single-side ul li:last-child {
    border-bottom: none;
}
.single .single-side ul li span a {
    color: rgba(0, 250, 223, 0.85);
}

.comments {
    width: 100%;
}
.comments .comment-single {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.comments .comment-single .avatar img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background: #FFC28F;
    max-width: unset;
    border-radius: 50px;
}
.comments .comment-single .comnt-text .reply-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 15px;
}
.review {
    margin-left: 20px;
}
.comments .comment-single .comnt-text .reply-icon img {
    margin-left: 5px;
}
.comments .comment-single .comnt-info .review a i {
    color: #FFE600;
    margin: 0 -2px;
    font-size: 14px;
}
.comments .comment-single .comnt-info .date {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.comments .comment-single .comnt-info p {
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
}
.comments .comment-single.mid {
    width: 90%;
    margin-left: auto;
}
.comments .comment-single {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.comments .comment-form {
    background: #4609C3;
    border-radius: 10px;
    padding: 40px 30px;
}
.comments .comment-form .top-area {
    margin-bottom: 50px;
}
.comments .comment-form .top-area ul li {
    position: relative;
    margin-left: 30px;
}
.comments .comment-form .top-area ul li::before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 15px;
    right: -15px;
    bottom: 5px;
}
.comments .comment-form .top-area ul li a i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.comments .comment-form .form-group {
    margin-bottom: 30px;
}
.comments .comment-form form label {
    color: white;
    margin-bottom: 10px;
}
.comments .comment-form form textarea {
    padding: 15px 20px;
    height: auto;
    background: #370898;
    border-radius: 10px;
    border: none;
    color: white;
}
.comments .comment-form form input {
    padding: 15px 20px;
    height: auto;
    background: #370898;
    border-radius: 10px;
    border: none;
    color: white;
}



@media(max-width:500px){

#slide-wrapper{
    max-width: 310px;
}
.thumbnail {
    width: 58px;
    height: 62px;
}
.bottom-area {
    display: flex!important;
    flex-direction: column!important;
    margin-top: 30px!important;
    align-items: flex-start!important;
    gap: 20px;
}
.qtySelector{
   margin-left: -10px;
}
.cmnbtn{
    margin-left: 0px;
}
.social{
    display: flex!important;
    justify-content: center!important;
    align-items: flex-start!important;
    flex-direction: row;
    
}
.mobile-set{
    display: flex;
    flex-direction: column;
}
.name-review{
    flex-direction: column;
    display: flex!important;
    align-items: flex-start!important;
    margin-top: 15px;
}
}
