.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
.demo {
    opacity: 0.8;
}
.active, .demo:hover {
    opacity: 1;
}
.mySlides img{
    width: 100%;
}
.single-product .small-img{
 padding: 30px 0 0 0;
}
.single-product .small-img .col-md-4{
	padding: 0 15px;
}
.single-product{
	padding: 92px 0 100px 0;
}
.product-color .pro-color-filter label {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.product-color .single-pro-color li{
	display: inline-block;
	margin: 0 30px 22px 0;
}
.product-color .single-pro-color li input{
	display: none;
}
.single-pro-color li>input:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff!important;
}
.inner-single-pro span{
	font-weight: 400;
}
.single-star svg path {
    fill: #7F7F7F;
}
.single-star .light path {
    fill: #F3F3F3;
}
.single-star i {
    color: #7F7F7F;
}
.single-star .light {
    color: #F3F3F3;
}
.single-star .star-review{
	padding-left: 10px;
}
.side-category .simple-cotton{
	margin: 0!important;
	font-weight: 700;
	padding: 25px 0 10px 0;
}
.side-category .single-dolar{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #7F7F7F;
}
.product-color .col-match{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	padding: 35px 0 25px 0;
}
.colle-size .jio-single-size{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin: 0!important;
	padding: 5px 0 25px 0;
}
.cart-view{
	position: relative;
	clear: both;
	padding: 50px 0 32px 0;
}
.cate-filter-size li{
	display: inline-block;
	margin: 0 15px 20px 0;
}
.cate-filter-size li input[type="checkbox"]:checked+label {
    color: rgb(255, 102, 32);
    border-color: rgb(255, 102, 32)!important;
}
.cate-filter-size li input{
	display: none!important;
}
.cate-filter-size li label:hover {
    color: #FF6620;
    border: 1px solid #FF6620!important;
}
.cate-filter-size li label {
    border: 1px solid #7F7F7F;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7F7F7F;
    cursor: pointer;
}
.add-to-cart a{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;	
	padding: 17px 35px;
	border: 1px solid #000000;
	text-align: center;
}
.cart-view .button{
	display: inline-block;
	vertical-align: middle;
	padding-right: 14px;
}
.cart-view .add-to-cart{
	display: inline-block;
	cursor: pointer;
}
.cart-view .add-to-cart a:hover{
	color: #fff;
	background-color: #000;
}
.brand-icon svg path{
	fill: #7F7F7F;
}
.brand-icon i{
    color: #7F7F7F;
}
.brand-icon i:hover {
    color: rgb(255, 102, 32);
    -webkit-transition: unset!important;
    -o-transition: unset!important;
    transition: unset!important;
}
.brand-icon a{
    padding-left: 20px;
    -webkit-transition: unset!important;
    -o-transition: unset!important;
    transition: unset!important;
    font-size: 18px;
}
.brand-icon svg:hover path{
    fill: rgb(255, 102, 32);
    -webkit-transition: unset!important;
    -o-transition: unset!important;
    transition: unset!important;
}
.share-icon span{
	font-weight: 400;
	color: #000000;
	display: inline-block;
}
.brand-icon{
	display: inline-block;
}
.pro-description{
	padding: 0 0 100px 0;
}
.pro-description .pro-data li button {
	font-family: 'Lato', sans-serif;
    display: block;
    position: relative;
    color: #000;
    border: 1px dashed #eee;
    padding: 13px 30px 13px 48px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.pro-description .pro-data li{
	display: inline-block;
	margin-right: 10px;
}
.pro-description .pro-data li button .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}
.pro-description .pro-data li button .dot::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pro-description .pro-data li button:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.pro-description .pro-data li button:hover .dot {
    border-color: #fff;
}
.pro-description .pro-data li button:hover .dot::before {
    background: #fff;
}
.pro-description .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000;
    border-radius: 0;
}
.pro-description .nav-tabs .nav-link.active .dot {
    border-color: #fff;
}
.pro-description .nav-tabs .nav-link.active .dot::before {
    background: #fff;
}
.pro-description .tab-content{
    border: 1px dashed #eee;
    padding: 30px;
}
.desc-content .pr-detail-tab-content p{
	font-family: 'Josefin Sans', sans-serif;
    color: #7F7F7F;
    margin: 0!important;
    padding-bottom: 15px;
    font-size: 16px;
}
.desc-content .pr-detail-tab-content ul li::before,
.desc-content .pr-detail-tab-content ol li::before{
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FF6620;
    border-radius: 50%;
}
.desc-content .pr-detail-tab-content ul li,
.desc-content .pr-detail-tab-content ol li{
	margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777;
}
.desc-content .pr-detail-tab-content ol{
	padding: 0;
}
.pro-description .jio-table tbody tr td:first-child{
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
.pro-description .jio-table tbody tr td{
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
.rating svg path{
	fill: #7F7F7F;
}
.products-review-form h3{
	margin: 0!important;
	padding-bottom: 20px;
}
.products-review-form p{
	color: #7F7F7F;
	margin: 0!important;
} 
.products-review-form .show-review{
	padding-left: 10px;
}
.products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 80%;
    border-top: 1px dashed #eee;
    padding-top: 30px;
}
.products-review-form .review-comments h3{
	font-size: 22px;
	padding-bottom: 15px;
	line-height: 30px;
}
.products-review-form .review-form{
	padding-top: 30px;
}
.review-form form .form-group{
	margin-bottom: 15px;
}
.review-form .form-control{
	background-color: #f5f5f5;
    height: 48px;
    border-radius: 0;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    padding: 0 0 0 15px;
    border: 1px solid #f5f5f5;
    color: #000;
    font-size: 18px;
    border-radius: 0;
}
.review-form textarea.form-control {
    padding-top: 15px;
    height: auto!important;
}
