
/*--shop--*/
.shop_top{
	padding:5% 0;
	background:#fff;
}

/*--single--*/
.single_image{
	width:36.5%;
	float: left;
	margin-right: 2.6%;
}
.single_right{
	width: 60.5%;
	float: left;
}

.box-info-product{
	background: #FFF;
	border: 1px solid #eee;
	padding:7%;
	height:300px;
	
}

.box-info-product .exclusive {
	border:none;
	outline: none;
	position: relative;
	display: block;
	background:#E25050;
}
.box-info-product .exclusive span {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	padding: 12px 36px 14px 60px;
	color: #FFF;
	display: block !important;
}
.box-info-product .exclusive:after {
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2;
}
.box-info-product .exclusive:before {
	background: url(../images/img-sprite.png)no-repeat -401px -308px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 25px;
	line-height: 47px;
	content: "";
	z-index: 2;
	width: 51px;
	text-align: center;
}
.box-info-product .exclusive:hover {
	background: #303030;
	background-position: 0 0;
}


/*---new styling--*/
p.m_10{
	color: #333;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin-bottom:5%;
}
a.get-latest-price,
a.add-to-cart-btn {
	font-size: 1.05em;
	font-weight:500;
	margin: 0 0 11px;
	color: #2a80b9;
	font-weight: bold !important;
    text-decoration: underline;
	 cursor:pointer;
	
}
 a.get-latest-price:after,
 a.add-to-cart-btn::after {
	font-size: 14px;
	font-weight:500;
	margin: 0 0 11px;
	color: #2a80b9;
	font-weight: bold !important;
     text-decoration: none;
}

a.add-to-cart-btn {
	font-size: 1.1em;
}


.product-contact {
	border-radius: 10px;
	padding: 7px;
	display: inline-block;
	margin: 0 0 15px;
	font-size: 0.99em;
	text-align: center;
	transition: all 0.2s;
	text-transform: lowcase;
	color: #fff;
	background: #36454F;
	position: relative;
	width:200px;
	
	
}

.product-contact:hover {
	background-color: #FFA500;
	color:#fff;
}


.product-buy {
	border-radius: 10px;
	padding: 7px;
	border: 1px solid #2d3e50;
	display: inline-block;
	margin: 0 0 15px;
	font-size: 0.99em;
	letter-spacing: 1px;
	text-align: center;
	transition: all 0.2s;
	text-transform: lowcase;
	color: #2d3e50;
	background: #fff;
	position: relative;
	width:200px;
	
}

.product-buy:hover {
	background-color: #2a80b9;
	color:#fff;
	border: 1px solid #2a80b9;
}

p.price{
	color:#333;
	font-size:18px;
	font-weight:700;
	margin-bottom: 5%;
	
}

.price-light{
	color:#999;
	font-size:16px;
	font-weight:300;
	margin-bottom: 5%;
	
}
.bulk-pieces
{
	color:#333;
	font-size:16px;
	font-weight:500;
	margin-bottom: 5%;
}

.bussiness-name
{
	color:#e0e4f6;
	font-size:17px;
	font-weight:700;
	margin-bottom: 5%;
}
.bussiness-location {
	color:#999;
	font-size:15px;
	font-weight:400;
	margin-bottom: 5%;
}
.about-company-content{
	color:#666;
	font-size:15px;
	font-weight:400;
	
}
.about-company-content-2{
	color:#666;
	font-size:15px;
	font-weight:400;
	padding-bottom:none;
	
}
.about-company-content-detail{
	color:#666;
	font-size:15px;
	font-weight:400;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 30px 0px;
}

.verified-number
{
display: block;
    margin: 4px auto;
    
    text-align: left;
    color: #2a80b9;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    width: 220px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    font-weight: bold;	
	
	
}

.pbox {
    background: #f4f4f4;
    width: 200px;
    height: 50px;
    position:absolute;
	font-size:12px;
}
.product-icon-msg {
    
    position:relative;
	font-size:13px;
	
}
.tab {
    overflow: hidden;
    /*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
    background-color: #2d3e50;
	
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	color:#fff;
	background:#2d3e50;
	width:200px;
	height:50px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
	width:200px;
	height:50px;
	color:#2d3e50;
	/*height:54px;*/
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
	border-top: 4px solid #2a80b9;
	border-bottom:none;
	color:#2a80b9;
	font-weight:700;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
	/*border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
    
}
.space-allocation {
    border-bottom: 1px dashed #2a80b9;
    padding: 15px 0 0px;
    font-size: 12px;
	}
	
.product-detail-heading
{  
    color: #2a80b9;
	font-size:bold;
	padding-top:15px;
}
.product-detail-content
{  
    color: #666;
	font-size:15px;
	
}

.product-detail-company-title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(200, 209, 225);
}


/*side nav css*/

 #product-dtlside-mnbtn{height: auto; background: #2a80b9; position: fixed; top: 135px; right:0;width: auto; color:#fff;cursor:pointer;letter-spacing: 1px;font-weight: 700;
  transition: all 0.2s;padding: 10px; border-radius: 50px 0 0 50px;}
  
  #product-dtlside-mnbtn:hover{background: #2d3e50; color:#fff;}
  


#product-dtlside-mnsection {background: #262626;width: 193px;position: fixed;right: -999px;top: 135px;color: white;}
#hideme{background:url(../images/hideme.png) no-repeat right 0; padding-right:48px }
#hideme:hover{background-position:right -44px; }
#product-dtlside-mnContainer{-webkit-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);-moz-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);background:#2d3e50;border:1px solid rgba(23,24,26,0.15);-webkit-border-top-left-radius: 2px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-bottomleft: 2px;border-top-left-radius: 2px;border-bottom-left-radius: 2px;}

.product-dtlside-mnttl{font-size:15px;height:44px;line-height:44px;text-align:center;color: white;background-color: #43434D;background-image: -webkit-linear-gradient(top, #43434D, #1D1C21);background-image: -moz-linear-gradient(top, #43434D, #1D1C21);background-image: -o-linear-gradient(top, #43434D, #1D1C21);background-image: -ms-linear-gradient(top, #43434D, #1D1C21);background-image: linear-gradient(top, #43434D, #1D1C21);border-top: 1px solid #60606F;}

.product-dtlside-mnitm {
	width: 100%;
	height: auto;
	padding: 5px;
	background:whitesmoke; 
	color:black;
}

.product-dtlside-mnitm[action-type]{font-size:12px;text-align:center;border-top:1px solid #444;border-bottom:1px solid #444;padding: 8px; background:#2a80b9; color:#fff; cursor:pointer;}


.product-dtlside-mnitm[action-type]:hover{font-size:12px;text-align:center;border-top:1px solid #444;border-bottom:1px solid #444;padding: 8px; background:#fff; color:#2d3e50; cursor:pointer;}




/*--responsive design--*/

@media (max-width:1024px){

 .box-info-product .exclusive span {
	font-size: 17px;
	padding: 12px 11px 14px 63px;
 }
}	
@media (max-width:800px){

 .etalage_zoom_area div {
	 width:350px !important;
     height:350px !important;
  }
  .box-info-product {
	padding: 20px;
	margin-bottom: 20px;
  }
 
  .product1{
  	margin-bottom:20px;
  }
}  

@media (max-width:640px){
  .header_right {
	 width: 11%;
  }
   .etalage_zoom_area div {
	 width:250px !important;
	 height:250px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }
}
@media (max-width:480px){
  
   .etalage_zoom_area div {
	 width:100px !important;
	 height:100px !important;
  }
  
 .single_image {
	width: 100%;
	float: none;
	margin-right: 0;
 }
 .single_left{
 	margin-bottom:20px;
 }
 .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
	color:#fff;
	background:#2d3e50;
	width:150px;
	height:50px;
}

.tab {
    overflow: hidden;
    background-color: #fff;
	
}

.tab button:hover {
  background-color: #ddd;
	width:150px;
	height:50px;
	color:#2d3e50;
	/*height:54px;*/
}
 
 .tab button.active {
    background-color: #fff;
	border-top: 2px solid #2a80b9;
	border-bottom:none;
	color:#2a80b9;
	font-weight:500;
}

p.price{
	color:#333;
	font-size:15px;
	font-weight:500;
	margin-bottom: 5%;
	
}

.price-light{
	color:#999;
	font-size:13px;
	font-weight:200;
	margin-bottom: 5%;
	
}


.box-info-product{
    display: none;
   
}
}
@media (max-width:320px){

 .etalage_zoom_area div {
	 width:50px !important;
	 height:50px !important;
  }
 
}


/*#####################################################################################################*/



.product-detail-price-tooltip {
	position: relative;
	display: none;
	bottom: 6px;
	width: auto;
	height: auto;
	padding: 1px 6px;
	margin: 0;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
  color: #FFEB3B;
	background-color: #2d3e50;
	border-radius: 50px;
}

.product-detail-price-tooltip > span {
	position: absolute;
	bottom: calc(100% + 7px);
	left: -10px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	color: #FFEB3B;
	background-color: #2d3e50;
	border-radius: 10px;
	white-space: nowrap;
	visibility: hidden;
}

.product-detail-price-tooltip > span:after {
	content: " ";
  position: absolute;
  top: calc(100% - 2px);
  left: 8px;
  border-width: 10px;
  border-style: solid;
  border-color: #2d3e50 transparent transparent transparent;
}

.product-detail-price-tooltip:hover > span {
	visibility: visible;
}




.product-detail-message-form {
	display: block;
	max-width: 400px;
	height: auto;
	padding: 10px;
	margin: 100px auto;
	background: whitesmoke;
	border: 1px solid #2d3e50;
	border-radius: 5px;
}

.product-detail-message-form > label,
.product-detail-message-form > textarea,
.product-detail-message-form > button {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0;
	margin-top: 10px;
	border-radius: 10px;
	outline: none;
}

.product-detail-message-form > textarea {
	height: 100px;
	font-size: 14px;
	border: 1px solid #2a80b9;
}

.product-detail-message-form > button {
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

.small-carousel-image > img {
	max-width: 70px;
}

.zoom-box{
    position: relative;
}
.zoom-box img{
    vertical-align: bottom;
}
.zoom-box .zoom-selector{
    position: absolute;
	display: none;
	width: 50px;
	height: 50px;
	cursor: zoom-in;
    background-color: white;
	opacity: 0.4;
}
.zoom-box .viewer-box{
	position: fixed;
	top: calc(50% - 250px);
	left: calc(50% - 250px);
	display: none;
	width: 500px;
	height: 500px;
    border: 1px solid gray;
	overflow: hidden;
	background-color: white;
	z-index: 999;
}
.zoom-box .viewer-box>img{
    position: absolute;
    left: 0;
    top: 0;
}

.magnifier-view-toggle{
	display: none !important;
}

/**************NEW CSS ******************************************/
   	
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card:last-child {
    margin-bottom: 0;
}
.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
    color: #ffffff;
    position: relative;
    background: #15395a;
    border: 1px solid #15395a;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed {
    background: #ffffff;
    border: 1px solid #15395a;
    color: #1e2022;
    border-radius: 3px;
}
.accordion-style .btn-link.collapsed:after {
    background: none;
    border-radius: 3px;
    content: "+";
    left: 16px;
    right: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    transform: none;
    width: 26px;
    top: 15px;
    text-align: center;
    background-color: #15395a;
    color: #fff;
}
.accordion-style .btn-link:after {
    background: #fff;
    border: none;
    border-radius: 3px;
    content: "-";
    left: 16px;
    right: inherit;
    font-size: 20px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    transform: none;
    width: 26px;
    top: 15px;
    position: absolute;
    color: #15395a;
    text-align: center;
}
.accordion-style .card-body {
    padding: 20px;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #15395a;
    border-right: 1px solid #15395a;
    border-bottom: 1px solid #15395a;
}
@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px;
    }
}
@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 20px 15px 55px;
    }
}
.card-style1 {
    box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}
.border-0 {
    border: 0!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.review-list ul li .left span {
     width: 32px;
     height: 32px;
     display: inline-block;
}
 .review-list ul li .left {
     flex: none;
     max-width: none;
     margin: 0 10px 0 0;
}
 .review-list ul li .left span img {
     border-radius: 50%;
}
 .review-list ul li .right h4 {
     font-size: 16px;
     margin: 0;
     display: flex;
}
 .review-list ul li .right h4 .gig-rating {
     display: flex;
     align-items: center;
     margin-left: 10px;
     color: #ffbf00;
}
 .review-list ul li .right h4 .gig-rating svg {
     margin: 0 4px 0 0px;
}
 .country .country-flag {
     width: 16px;
     height: 16px;
     vertical-align: text-bottom;
     margin: 0 7px 0 0px;
     border: 1px solid #fff;
     border-radius: 50px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .country .country-name {
     color: #95979d;
     font-size: 13px;
     font-weight: 600;
}
 .review-list ul li {
     border-bottom: 1px solid #dadbdd;
     padding: 0 0 30px;
     margin: 0 0 30px;
}
 .review-list ul li .right {
     flex: auto;
}
 .review-list ul li .review-description {
     margin: 20px 0 0;
}
 .review-list ul li .review-description p {
     font-size: 14px;
     margin: 0;
}
 .review-list ul li .publish {
     font-size: 13px;
     color: #95979d;
}

.review-section h4 {
     font-size: 20px;
     color: #222325;
     font-weight: 700;
}
 .review-section .stars-counters tr .stars-filter.fit-button {
     padding: 6px;
     border: none;
     color: #4a73e8;
     text-align: left;
}
 .review-section .fit-progressbar-bar .fit-progressbar-background {
     position: relative;
     height: 8px;
     background: #efeff0;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     background-color: #ffffff;
    ;
     border-radius: 999px;
}
 .review-section .stars-counters tr .star-progress-bar .progress-fill {
     background-color: #ffb33e;
}
 .review-section .fit-progressbar-bar .progress-fill {
     background: #2cdd9b;
     background-color: rgb(29, 191, 115);
     height: 100%;
     position: absolute;
     left: 0;
     z-index: 1;
     border-radius: 999px;
}
 .review-section .fit-progressbar-bar {
     display: flex;
     align-items: center;
}
 .review-section .stars-counters td {
     white-space: nowrap;
}
 .review-section .stars-counters tr .progress-bar-container {
     width: 100%;
     padding: 0 10px 0 6px;
     margin: auto;
}
 .ranking h6 {
     font-weight: 600;
     padding-bottom: 16px;
}
 .ranking li {
     display: flex;
     justify-content: space-between;
     color: #95979d;
     padding-bottom: 8px;
}
 .review-section .stars-counters td.star-num {
     color: #4a73e8;
}
 .ranking li>span {
     color: #62646a;
     white-space: nowrap;
     margin-left: 12px;
}
 .review-section {
     border-bottom: 1px solid #dadbdd;
     padding-bottom: 24px;
     margin-bottom: 34px;
     padding-top: 64px;
}
 .review-section select, .review-section .select2-container {
     width: 188px !important;
     border-radius: 3px;
}
ul, ul li {
    list-style: none;
    margin: 0px;
}
.helpful-thumbs, .helpful-thumb {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.star-row {
  font-size: 24px;
}

.rating {
  text-align: left;
  
}

.rating-value {
  font-size: 78px;
  text-color:#B8860B;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B8860B;
}
.rating-text{
font-size: 18px;
  text-color:#B8860B;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B8860B;

}

.star-row {
  font-size: 24px;
}

.star {
  color: gold;
}


.star {
  color: gold;
}

.centered-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
 
}


 .circle-reviews {
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
  .reviews-container {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow-y: auto;
  }

  .review-list {
    list-style-type: none;
    padding: 0;
  }

  .review-item {
    margin-bottom: 20px;
  }

  .rating {
    color: #FFD700;
    margin-bottom: 5px;
  }

  .star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(star.png); /* Replace with your star image */
    background-size: contain;
    background-repeat: no-repeat;
  }

  .full {
    background-position: 0 0;
  }

  .half {
    background-position: -16px 0;
  }

  .empty {
    background-position: -32px 0;
  }

  .comment {
    margin-bottom: 5px;
  }

  .author {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .date {
    font-style: italic;
    color: #999;
  }
  .no-reviews {
    color: #999;
  }
  .whatsapp-link {
	border-radius: 10px;
    padding: 7px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 0.99em;
    text-align: center;
    transition: all 0.2s;
    text-transform: lowcase;
    color: #fff;
    background: #4AC959;;
    position: relative;
    width: 200px;
  }

  .whatsapp-link:hover {
    background-color: #45B552;
  }
  

 .card-service-page {
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	background-color:#fff;
}

.icon-service-page {
	font-size: 24px;
	color: gold;
}

.title-service-page {
	font-weight: bold;
	margin-bottom: 10px;
}

.location-service-page {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.location-icon-service-page {
	margin-right: 5px;
}

.location-name-service-page {
	flex-grow: 1;
}

.ratings-service-page {
	margin-bottom: 10px;
}

.contact-button-service-page {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.whatsapp-button-service-page {
	background-color: #25D366;
	color: white;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.more-services-service-page {
	margin-top: 20px;
	text-align: center;
}

.more-services-service-page a {
	display: inline-block;
	padding: 8px 16px;
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.more-services-service-page a:hover {
	background-color: #ddd;
}

/*----------------------service detail Page-----------------*/
.card {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    margin-bottom: 24px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #ecf2f5;
    border-radius: .25rem;
}
.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #ecf2f5;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.avatar-sm {
    height: 2.25rem;
    width: 2.25rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.me-2 {
    margin-right: .75rem!important;
}
.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important;
}
.post-user-comment-box {
    background-color: #f2f8fb;
    margin: 0 -.75rem;
    padding: 1rem;
    margin-top: 20px;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.font-13 {
    font-size: 13px!important;
}
.btn-soft-info {
    color: #45bbe0;
    background-color: rgba(69,187,224,.18);
    border-color: rgba(69,187,224,.12);
}
.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
}
.comment-area-box .comment-area-btn {
    background-color: #f2f8fb;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 .2rem .2rem;
	
}

  .faq-container {
      max-width: 600px;
      margin: 40px auto;
    }

    .faq-item {
      margin-bottom: 10px;
      background-color: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      overflow: hidden;
    }

    .faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .faq-question:hover {
      background-color: #f9f9f9;
    }

    .faq-question h3 {
      margin: 0;
      font-size: 12px;
      color: #333333;
    }

    .faq-answer {
      padding: 0 12px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      font-size: 14px;
      color: #666666;
    }

    .faq-item.active .faq-answer {
      padding: 12px;
      max-height: 500px; /* Adjust this value to control the maximum height of the answer */
      transition: max-height 0.3s ease;
    }

    .faq-answer p:last-child {
      margin-bottom: 0;
    }

    .faq-button {
      background-color: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .faq-button:hover {
      transform: scale(1.2);
    }

    .faq-button:focus {
      transform: scale(1.3);
    }

    .faq-button:active {
      transform: scale(0.9);
    }
    </style>
	<style type="text/css">

.review-list ul li .left span {
     width: 32px;
     height: 32px;
     display: inline-block;
}
 .review-list ul li .left {
     flex: none;
     max-width: none;
     margin: 0 10px 0 0;
}
 .review-list ul li .left span img {
     border-radius: 50%;
}
 .review-list ul li .right h4 {
     font-size: 16px;
     margin: 0;
     display: flex;
}
 .review-list ul li .right h4 .gig-rating {
     display: flex;
     align-items: center;
     margin-left: 10px;
     color: #ffbf00;
}
 .review-list ul li .right h4 .gig-rating svg {
     margin: 0 4px 0 0px;
}
 .country .country-flag {
     width: 16px;
     height: 16px;
     vertical-align: text-bottom;
     margin: 0 7px 0 0px;
     border: 1px solid #fff;
     border-radius: 50px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .country .country-name {
     color: #95979d;
     font-size: 13px;
     font-weight: 600;
}
 .review-list ul li {
     border-bottom: 1px solid #dadbdd;
     padding: 0 0 30px;
     margin: 0 0 30px;
}
 .review-list ul li .right {
     flex: auto;
}
 .review-list ul li .review-description {
     margin: 20px 0 0;
}
 .review-list ul li .review-description p {
     font-size: 14px;
     margin: 0;
}
 .review-list ul li .publish {
     font-size: 13px;
     color: #95979d;
}

.review-section h4 {
     font-size: 20px;
     color: #222325;
     font-weight: 700;
}
 .review-section .stars-counters tr .stars-filter.fit-button {
     padding: 6px;
     border: none;
     color: #4a73e8;
     text-align: left;
}
 .review-section .fit-progressbar-bar .fit-progressbar-background {
     position: relative;
     height: 8px;
     background: #efeff0;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     background-color: #F0F2F2;
    ;
     border-radius: 999px;
}
 .review-section .stars-counters tr .star-progress-bar .progress-fill {
     background-color: #ffb33e;
}
 .review-section .fit-progressbar-bar .progress-fill {
     background: #2cdd9b;
     background-color: rgb(29, 191, 115);
     height: 100%;
     position: absolute;
     left: 0;
     z-index: 1;
     border-radius: 999px;
}
 .review-section .fit-progressbar-bar {
     display: flex;
     align-items: center;
}
 .review-section .stars-counters td {
     white-space: nowrap;
}
 .review-section .stars-counters tr .progress-bar-container {
     width: 100%;
     padding: 0 10px 0 6px;
     margin: auto;
}
 .ranking h6 {
     font-weight: 600;
     padding-bottom: 16px;
}
 .ranking li {
     display: flex;
     justify-content: space-between;
     color: #95979d;
     padding-bottom: 8px;
}
 .review-section .stars-counters td.star-num {
     color: #4a73e8;
}
 .ranking li>span {
     color: #62646a;
     white-space: nowrap;
     margin-left: 12px;
}
 .review-section {
     border-bottom: 1px solid #dadbdd;
     padding-bottom: 24px;
     margin-bottom: 34px;
     padding-top: 10px;
}
 .review-section select, .review-section .select2-container {
     width: 188px !important;
     border-radius: 3px;
}
ul, ul li {
    list-style: none;
    margin: 0px;
}
.helpful-thumbs, .helpful-thumb {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.star-row {
  font-size: 24px;
}

.rating {
  text-align: left;
  
}

.rating-value {
  font-size: 78px;
  text-color:#B8860B;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B8860B;
}
.rating-text{
font-size: 18px;
  text-color:#B8860B;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B8860B;

}

.star-row {
  font-size: 24px;
}

.star {
  color: gold;
}


.star {
  color: gold;
}

.fit-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style for the orange button */
.fit-button-color-orange {
  background-color: orange;
  color: white;
}

/* Style for the button with white text */
.fit-button-fill-ghost {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

/* Style for the medium-sized button */
.fit-button-size-medium {
  font-size: 14px;
  padding: 8px 16px;
}
/**************END NEW CSS ******************************************/



/* Check for device orientation in protrait mode */
@media only screen and (orientation: portrait){
	
}

/* Small devices (portrait phones, 481px and up) */
@media only screen and (min-width: 481px) {

}

/* Small devices (portrait tablets and large phones, 601px and up) */
@media only screen and (min-width: 601px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.magnifier-view-toggle{
		display: block !important;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1201px) {
	
}


