


.opr-product-drop-menu{
	background: #7e5d30;
	position: relative;
	padding: 20px 0 18px;
	display: none;
}

.productdsktp{
	display: block;
}


@media (max-width: 991px) { 

.opr-product-drop-menu{
	display: block !important;
}
	
	.productdsktp{
		display: none;
	}
	
	
}

.opr-product-drop-menu .dropdown-menu {
    margin-top: 6px;
    left: 50%;
    right: auto;
    text-align: left;
    transform: translate(-50%, 0);
}

.opr-product-drop-menu .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 50%;
  right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #fff;
  content: '';
}


.opr-dropdown-box{
	display: flex;
	justify-content: center;
	align-items: center;
}


.opr-new-dropdown{
	text-align: center;
}

.opr-sure{
	display: inline-block;
}

.opr-product-drop-menu .dropdown-menu:before{
	margin-left: -6px;
}


.opr-round-btns{
	line-height: 1;
	padding: 10px 10px 8px;
	border-radius: 30px;
	margin: 0 10px;
	min-width: 130px;
	background: #7e5d30 !important;
    border: 1px solid #d5b81c !important;
	color: #fff !important;
	box-shadow: none;
	outline: none;
	text-transform: capitalize;
	font-size: 15px;
	
}

.opr-round-btns img{
	max-width: 15px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.opr-sure .dropdown-menu{
	margin-left: -35px;
	text-align: center;
	width: 200px;
	visibility:visible;
    opacity:1;
}

.productlist-new-title{
	text-align: center;
	width: 100%;
	
}

.productlist-new-title h2{
	    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	margin: 0;
	color: #fff;
}

.productlist-new-title img{
	max-width: 160px;
}


@media (max-width: 767px) { 

.opr-sure{
	margin-top: 15px;
}
	
	
}

.opr-sure button:focus{
	box-shadow: none;
	outline: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
	
	.productdsktp{
	display: none;
}
	
	.opr-product-drop-menu{
		display: block;
	}
	
}

.certificate-cta{
	background: orange;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 15px 0;
	border-radius: 8px;
	background: url(../images/cta-bg.png) no-repeat;
	margin: 15px 0;
	background-size: cover;
	width: 100%;
}


.cta-left{
	float: left;
}

.cta-left img{
	width: 100%;
	max-width: 420px;
	display: block;
	margin: 0 auto;
}


.cta-right{
	float: left;
}

.cta-right h3{
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-weight: 700;
	padding: 0 30px;
	margin-bottom: 30px;
}

@media (max-width: 991px) { 
.certificate-cta{
	display: block;
	padding: 30px 0;
	background-size: cover;

}
	
	
.cta-right h3{	
	font-size: 22px;
	margin-top: 20px;
	}
	
}


input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	box-shadow: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	box-shadow: none !important;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	box-shadow: none !important;
}

.view-profile-right{
	border-bottom-left-radius: 0px;
}

.userchk{
	background: #fff !important;
}

.newfilters label{
	padding: 20px 0 0;
}


.inner-price{
	background: #fbf2a3;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
	color: #6e5028;
	position: relative;
	padding: 10px 0;
	
}

.inner-price a{
	display: block;
	margin: 5px 0;
	color: #6e5028;
}


.inner-price a:hover{
	color: #8e6835;
	
}


.inner-price::before {
      position: absolute;
    top: -7px;
    left: 50%;
    right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom-color: #fbf2a3;
    content: '';
	margin-left: -6px;
}