

@media screen and (max-width: 767px) {
  .slider {
    width: auto;
  }
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 0.25rem;
  }
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 100%;
  background-color: #ccc;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #910548;
}
.slick-dots a {
  width: 22px;
  height: 22px;
  margin: 0 5px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  background: #000;
  font-size: 0.75rem !important;
  color: #fff !important;
}
.slick-dots .slick-active a {
  background: #910548;
  color: #fff;
}
.slick-dots a:hover {
  background: #910548;
}
@media screen and (max-width: 767px) {
  .slick-dots a {
    background: #ccc;
    line-height: 14px;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
}

.owl-nav>div {
    margin-top: -10px;
    position: absolute;
    top: 45%;
    color: #d8d8d8;
    padding: 0px;
    width: 26px;
    display: initial;
    height: 26px;
    border-radius: 3px;
    background: #060606a8;
}
.owl-nav i {
    font-size: 10px;
    margin: 5px 10px;
}
.color-selection .colors {
  padding:0;max-width:76px
}


.collapse-boxy {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%)
 }
 @media screen and (max-width:990px){
  .collapse-boxy {
  margin-bottom: 10px;}
 }

.collapse-header {
  position: relative;
  /*margin-bottom: 10px;*/
  padding: 1.25rem 1.25rem;
  display: block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.collapse-header h4 {
  position: relative;
  /*z-index: 2;*/
  margin: 0;
  /*font-size: 1.25rem;*/
  text-decoration: none;
}
.collapse-header::before {
  content: "";
  position: absolute;
 /* z-index: 1;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.collapse-header::after {
  content: "T";
  font-family: "dripicons-v2";
  position: absolute;
  /*z-index: 3;*/
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1em;
  transition: 0.2s;
}
.collapse-header.collapsed {
  background-color: #fff;
}
.collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.collapse-header:hover::before {
  transform: translateX(0);
}
.collapse.in {
    display: block;
}
.collapse {
    display: none;
}
.content-b {
background-color: #fff;
padding:20px;
border-radius: 10px;  
}


.gallery .desc, .gallery .full {
 max-width: 100%;
}
.gallery .previews, .gallery .full, .gallery .desc {
 float: none; 
 display: flex;
}
.previews {
 max-width:100%;
}
.gallery .previews a, .gallery .full {
 border: none;
} 
.gallery .previews a {
 border: 2px solid #f0f0f0;
 border-radius: 5px;
} 
.gallery .previews a:hover, .gallery .previews a.selected {
    border: 2px solid rgba(157,43,136);
}
.gallery .desc, .gallery .full {
 max-width:100%; 
 font-size: 12px;
}
.gallery .previews, .gallery .full, .gallery .desc {
 float: none;
 margin-right: 0px; 
}
.gallery .previews a {
    display: block;
    margin-bottom: 0px;
    margin-right: 5px;  
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 4.8rem;
}
@media screen and (max-width:990px){
  .sticky {
  top: 3.4rem;
}
}
@media screen and (max-width:768px){
  .sticky {
  position: static
}
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 10px 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 0rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(../img/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}

.offer-detail ul{
    margin: 0rem 0;
    font-size: 0.9rem;
}
.offer-detail ul li{
    margin: 0;
    list-style: none;
    background: url(../img/offer-9678.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.offer-detail ul li span{
    font-weight: 400;
}

.seller-detail ul li span{
    font-weight: 400;
}

.seller-detail ul{
    margin: 0rem 0;
    font-size: 0.9rem;
}
.seller-detail ul li{
    margin: 0;
    list-style: none;
    background: url(../img/5-stars-7240.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.seller-detail ul li span{
    font-weight: 400;
}

.purchase-info{
    margin: 1.5rem 0;
}

 .like__btn {
   padding-top: 15px;
   font-size: 25px;
   color: #fff;
   outline: none !important;
   position: relative;
  }
.btn22 {
  padding: 8px 13px;
  background: #9d2b88;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  display: block;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}
.btn22:hover{
   background: #7f236e;
}
.btn33 {
  padding: 4px 15px;
  background: #9d2b88;
  font-size: 14px;
  color: #fff;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  display: none;
  width:48%;
  z-index: 998;
}
.btn33:hover{
   background: #7f236e;
}
.btn44 {
  padding: 8px 13px;
  background: #fff;
  font-size: 18px;
  border-radius: 5px;
  color: #9d2b88;
  outline: none !important;
  border: 2px solid #9d2b88;
  cursor: pointer;
  display: block;
  box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}
.btn44:hover{
   background: #9d2b88;
    color: #fff;
}
@media screen and (max-width: 766px){
.mt-m-20{margin-top: 20px}
.like__btn2 {display: none;}
.like__btn { font-size: 20px;
padding: 23px 6px 5px 8px;}
}
@media screen and (max-width: 766px){
.like__btn3 {display: block;}
}

/*.fa {
  margin-right: 5px;
}*/

.rating .fa {
/*  font-size: 22px;*/
color:#f0ad4e;
}

.rating-num {
  margin-top: 0px;
  font-size: 45px;
}

.progress {
  margin-bottom: 5px;
}
.progress{
  height: 0.5rem;
}

.progress-bar {
  text-align: left;
}
.rating-desc .fa{
color:#f0ad4e;
}
.rating-desc .col-md-3 {
  padding-right: 0px;
}

.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}

.progress-bar-success {
  background-color: #44bf9d;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.pd-r-0{padding-right: 0}
.pd-l-0{padding-left: 0}
.pd-t-2{padding-top: 2px}
.details {

}

.comment-img {
  width: 3rem;
  height: 3rem;
}
.comment-replies .comment-img {
  width: 1.75rem;
  height: 1.75rem;
}

/* ----- testing ----- */
.app-menu .btn {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.5rem;
}



.link-primary {
  color: #3478b3 !important
}

.link-primary:focus,
.link-primary:hover {
  color: #3478b3 !important
}

.link-secondary {
  color: #878787 !important
}

.link-secondary:focus,
.link-secondary:hover {
  color: #737373 !important
}

.link-success {
  color: #34a853 !important
}

.link-success:focus,
.link-success:hover {
  color: #2c8f47 !important
}

.link-info {
  color: #6ba4ff !important
}

.link-info:focus,
.link-info:hover {
  color: #5b8bd9 !important
}

.link-warning {
  color: #ff9f00 !important
}

.link-warning:focus,
.link-warning:hover {
  color: #d98700 !important
}

.link-danger {
  color: #ea4335 !important
}

.link-danger:focus,
.link-danger:hover {
  color: #c7392d !important
}

.link-light {
  color: #f8f9fa !important
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb !important
}


.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}


.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}