/*product page*/

/*breadcrum*/

.prod-info-heading1 a {
   font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color:#333;
}

.custom-style{
    background-color: #ffffff00 !important;
    margin: 0 !important;
}

.custom-style li a {
    color: #6c757d !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #0a0a0a !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    line-height: 25px !important;
}

.search-result h5{
 font-family:poppins; 
  text-transform: capitalize;
}

/*product details*/

.product-image {
    margin-bottom: 30px;
}

.product-image img {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-out .4s;
    border: 1px solid #3333331c;
    /*width: 370px; */
    height: 463px;
    object-position: top;
    object-fit: cover;
    background-position: center;
}

.product-heading {
    color: #282c3f;
    padding: 0 20px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.start-yellow {
    color: #ffc107;
}

.product-rating {
    background: #f9f5f6;
    width: 130px;
    color: #333;
    padding: 0 4px;
    text-align: center;
    border: 1px solid #f1eded;
}

.prod-discount {
    font-size: 18px;
    margin-left: 20px;
    color: #ff905a;
    font-weight: 500;
}

.product-price-details {
    font-family: poppins;
    text-transform: capitalize;
}

.product-price{
    font-weight:600;
    font-size:14px;
}

.fw-300{
    font-weight:300;
}

.sizechart-heading{
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
   
}

.sizechart-text a{
    color: #eb155c;
    margin-left: 30px;
    font-size: 16px;
    cursor:pointer;
    text-decoration:none;
}

.text-color-pink{
   color: #eb155c;  
}

.table thead th {
    font-weight: 500 !important;
}

.size-number {
    display: flex;
}


.sizebtn:checked+.size {
    border: 2px solid #ff3f6c;
    box-shadow: none;
}

.size {
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    margin-right:10px;
    color:#333;
    transition: all 200ms linear;
    cursor:pointer;
    font-size:14px;
    margin-bottom:0;
    display: inline-block;
    min-width: 30px;
    height: 30px;
}

.product-btn {
  display:flex; 
}

.cart-btn a {
    padding: 14px 30px;
    background: #eb1960;
    background-image:linear-gradient(to right, #f590b2, #eb145c);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-size:14px;
    transition: all 200ms linear;
}

.cart-btn a:hover {
    background-image:linear-gradient(to right, #eb145c,#f590b2);
}

/*bulk btn*/


.cart-btn-bulk a {
    padding: 14px 30px;
    background: #eb1960;
    background-image:linear-gradient(to right, #eb145c, #f590b2);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-size:14px;
    transition: all 200ms linear;
}

.cart-btn-bulk a:hover {
    background-image:linear-gradient(to right, #f590b2, #eb145c);
}


.wishlist-btn {
    margin-top: 10px;
}

.wishlist-btn a {
    padding: 10px 30px;
    background: #ffffff;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    font-size:14px;
    margin-left:10px;
    transition: all 200ms linear;
}

.wishlist-btn a:hover {
    border: 1px solid #333;
}

.mrgin-auto{
margin: 0 auto;
}

.mtop-30 {
    margin-top: 30px;
}

.ptop-10{
    padding-top:10px;
}

.pbottom-10{
    padding-bottom:15px;
}

.prod-info-heading{
  font-size: 18px;
  text-transform: uppercase;
  color: #333;   
}

.prod-info-para{
    color:#666;
    font-weight:300;
    font-size:14px;
    margin:0;
}


/*quantity*/
.pr-bottom{
 padding-bottom:20px;   
}

.select_box_qty {
        /*float: left;*/
}


.custom-select1 {
  position: relative;
  font-family: poppins;
}

.custom-select1 select {
  display: none; 
}

.select-selected {
  background-color: #fff;
   padding: 8px 16px 8px 77px !important;
   border: 1px solid #ddd;
}



.select-selected:after {
    position: absolute;
    content: "\f107";
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-color: #fff transparent transparent transparent;
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 22px;
    font-weight: 400;
}


.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-selected {
     color: #282c3f;
    padding: 8px 16px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
}

.select-items div{
     color: #282c3f;
    padding: 8px 16px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}


.select-items {
  position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #ddd;
    border-top: 0;
}


.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
   background-color: rgba(0, 0, 0, 0.1);
}

.custom-select1 label {
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0 !important;
    font-size: 14px;
    color: #282c3f;
    z-index: 1;
    
}

.select-items div {
    border: 0;
}



/*readmore*/


#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 4.2rem;
  overflow: hidden;
  line-height: 20px;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed::after {
  content: 'Read More';
}

#module a:not(.collapsed)::after {
  content: 'Less';
}

.read-more {
    color: #00afa1;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: none;
    color: #00afa1;
}


/*product gallery*/


.mySlides img, .product-row img{
  vertical-align: middle;
}

.product-row{
 margin-bottom: 15px;   
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.gal-prev,
.gal-next {
 cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #ffff;
}

.gal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.gal-prev:hover,
.gal-next:hover {
  background-color: #ffff;
  text-decoration:none;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*.row:after {*/
/*  content: "";*/
/*  display: table;*/
/*  clear: both;*/
/*}*/

.product-row {
  width: 100%;
}

.prod-gallery {
  opacity: 0.6;
}

.active,
.prod-gallery:hover {
  opacity: 1;
}

.cross {
    position: absolute;
    right: 0px;
    top: -55px;
    background: #000000;
    color: #ffffff;
    padding: 1px 15px;
    z-index: 3;
    font-size: 12px;
}

.cross.cross-style {
    background: #fff;
}

.prod-info-para h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.close:focus{
    outline:0 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #eb155c !important;
    background-color: #ff7aa6 important;
}

.customer-review {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.customer-rating {
    background: #003a07;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
}

.rating-para{
    color: #666;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.image-thumb-wrapper-thumb img{
    width: 80px;
    margin-right:10px;
}

.rating-title{
   font-size:14px;
   font-weight:500;
   color:#666;
}

.image-thumb-wrapper-container {
    display: flex;
}

.pbottom-20{
    padding-bottom:40px;
}

.dispaly{
  display:flex;  
  
}

.mbottom-5{
    margin-bottom: 5px;
}


.mySlides .zoom {
	background-color: #fff;
	height: 100%;
	margin: auto;
	overflow: hidden;
	width: 100%;
	cursor: zoom-in;
}

.mySlides .zoom .media {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	height: auto;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.zoom.active {
    cursor: grab;
}

.transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms;
}



/*responsive*/


@media (min-width: 1600px){
    
 .wishlist-btn {
    margin-top: 8px;
}   
    
 .product-price {
    font-size: 18px;
}

.size {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
}

.cart-btn a {
    padding: 15px 35px;
    font-size: 18px;
}

.cart-btn-bulk a {
    padding: 15px 35px;
    font-size: 18px;
}

.wishlist-btn a {
    padding: 7.5px 35px;
    font-size: 18px;
}

.prod-info-para {
    font-size: 16px;
}

.rating-para{
    font-size: 16px;
}

.rating-title{
   font-size:18px;
}
  
}

@media (max-width: 1500px){
.size {
    line-height: 30px !important;
} 
}

@media (max-width: 1200px){
.product-heading {
  font-size: 18px;
  line-height: 30px;
}
}



@media (max-width: 767px){

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

@media (max-width: 767px){
.mob-width-2 {
    width: 80%;
}

.mob-width-1 {
    width: 20%;
}
.product-gallery
 {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 8px;
}
}

@media (max-width: 425x){
 .custom-select1 {
    width: 120px !important;
}   
}

@media (max-width: 525x){
 .custom-select1 {
    width: 120px !important;
} 

.gal-prev, .gal-next {
    top: 55% !important;
}

.cart-btn a {
    padding: 12px 20px !important;
}


}

/*size chart tab*/

a.nav-link.sizechart-tab.active {
    background: #4b4b4b  !important;
    color: #fff  !important;
    padding: 5px 15px !important;
    border-radius: 0;
     font-size:14px !important;
}


a.nav-link.sizechart-tab {
    background: #f0f0f0 !important;
    color: #333 !important;
    padding: 5px 15px !important;
    margin-right: 10px !important;
    border-radius: 0;
    font-size:14px !important;
    margin-top: 10px;
}

.sizechart-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ea0f5800 !important;
    opacity: 0;
    transition: all 200ms linear;
}