/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap');

@media (max-width: 768px) {
body {
    font-family: 'PT Sans', sans-serif !important;
}

/* body{    font-family: "Roboto", sans-serif;margin: 0; overflow-x:hidden;} */
h1, h2,h2,h3,h4,h5,h6, a{    font-family: 'PT Sans', sans-serif !important; margin: 0;}
*, ::after, ::before {
	box-sizing: border-box;
  }
  body .slidr_box .customNoteTitle {
		font-weight: 400 !important;
		font-size: 14px !important;
		margin: 2px 0px !important;
		padding: 0px !important;
	}
}
.container{padding:0 20px;}
body.custom-mobile-product .page-title.shop-page-title.product-page-title {
	display: none;
}
.breadcrumb_link ul li a, .breadcrumb_link ul li span {
	font-size: 13px;
	color: #222;
	text-decoration: none;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.breadcrumb_link ul li::before {
	position: absolute;
	right: 4px;
	content: "/";
	font-size: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.breadcrumb_link ul li:last-child::before {
	display: none;
}
.breadcrumb_link ul {
	padding: 0;
	list-style: none;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.breadcrumb_link ul li {
	position: relative;
	padding-right: 15px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.main_product_slider img{max-width:100%;}
.stock_sec {
	margin: 10px 0;
	font-size: 14px;
	color: #222;
	font-family: 'PT Sans', sans-serif;
}
.stock_border {
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #222,transparent);
	margin-top: 10px;
}
.red .stock_border {
	background: linear-gradient(to right, red,transparent);
}
.green .stock_border {
	background: linear-gradient(to right, green,transparent);
}
.main_product_slider  .owl-dots button span {
	width: 10px;
	height: 10px;
	background: #b5a598;
	display: inline-block;
	border-radius: 100%;
	padding: 0;
	margin: 0 2px;
	line-height: normal;
}
.main_product_slider  .owl-dots .owl-dot.active  span {
	background: #222;	
}
.main_product_slider .owl-dots {
	text-align: center;
}
.main_prdct_btm {
	margin: 30px 0;
}
.main_prdct_btm ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 0;
	text-align: center;
}
.main_prdct_btm ul li span strong {
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 700  !important;
}
.capacity-options .woocommerce-Price-amount.amount {
	display: block ruby;
}
.custItalic {
	font-style: italic;
}
.main_prdct_btm li span {
	color: rgb(85, 85, 85);
	font-size: 15px;
}
.product_desc_btm {
	background: #f5f4f0;
	padding: 20px 0;
	font-family: 'PT Sans', sans-serif !important;
}
.prdct_head h2 {
	font-size: 24px;
	color: #222;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 700; /* Bold 700 */
}
.left_rating i {
	font-size: 12px;
}
.left_rating span {
	font-size: 12px;
	vertical-align: top;
	color: #222;
}
.right_price h2 {
	font-size: 25px;
	color: #222;
}
.right_price h2 span {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
.custSalePrice span {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #c0bfbb !important;
}
.custSalePrice {
	text-decoration: line-through;
}
.quantity_bx .form-control {
	max-width: 55px;
	height: 35px;
	margin: 0;
	box-shadow: none;
	appearance: textfield;
}
.head_btm {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.product_desc_btm p {
	font-size: 15px;
	color: #222;
	margin: 0;
	
}
.choisr_list ul {
	padding: 0;
	list-style: none;
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
}
.choisr_list ul li {
	width: 100%;
	border: 1px solid #beb1a0;
	padding: 5px;
	background: #fff;
	cursor:pointer;
	color:#222;
	text-align:center;
}
.choisr_list ul li span {
	display: inline-block;
	width:100%;
	text-align: center;
	color: #222;
	font-weight: 400;
	font-size: 13px;
	margin: 6px 0;
	font-family: 'PT Sans', sans-serif !important;
}
.choisr_list ul li span span {
	display: inline;
}
.choisr_list ul li span.discout_text {
	color: #a6a6a6;
	text-decoration: line-through;
}
.choisr_list ul li.selected {
	background: #beb1a0;
}

.choisr_sec h3 {
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin: 20px 0 0 0;
} 
.quantity_bx span {
	width: 30px;
	height: 35px;
	display: inline-block;
	background: #fff;
	color: #222;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	top:1.2px;
}
.quantity_bx input {
	background: none;
	border: none;
	text-align: center;
	width: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: unset;
}
.quantity_bx {
	text-align: right;
	margin-top: 40px;
}
.quantity_bx .plus {
	right: 10px;
	position: relative;
}
.quantity_bx .minus {
	left: 10px;
	position: relative;
}
.stock_sec.red span {
	color: red;
}
.stock_sec.green span {
	color: green;
}
.btm_btn {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.btm_btn button {
	background: #beb1a0;
	color: #fff;
	border: none;
	min-height: 52px;
	padding: 10px;
	font-weight: 600;
	width: 49%;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
}
.btm_btn .customBuy.btn2 {
	background: #333333;
	color: #fff;
	border: none;
	min-height: 45px;
	padding: 15px;
	font-weight: 600;
	width: 49%;
	font-size: 13px;
	text-align: center;
	height: 52px;
	font-family: 'PT Sans', sans-serif;
}
.btm_btn .btn.single_add_to_cart_button.button.alt {
	border-radius: 0px !important;
}
.btn_btm_txt span {
	color: #222;
	font-size: 13px;
	float: right;
	margin-top: 0px;
}
.custom-add-to-cart.cart {
	margin-bottom: 0px;
}
.center_img img {
	width: 100%;
}
.center_img {
	padding: 0px 0;
	background: #f5f4f0;
}
.icon_sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.icon_sec {
	padding: 0 20px;
	background: #f5f4f0;
	padding-top:20px;
}
.icon_sec li {
	width: 25%;
	text-align: center;
	padding: 0 5px;
}
.icon_sec li img {
	max-width: 100%;
	max-height: 50px;
}
.icon_sec p {
	text-align: center;
	margin: 15px 0;
	font-size: 18px;
	color: #bcb3aa;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 700; /* Bold 700 */
}
.icon_sec a {
	text-align: center;
	text-decoration: none;
	color: #333;
	width: 100%;
	font-size: 14px;
	display: block;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.olfacties_Sec {
	padding: 25px 15px 0px 15px;
	background: #f5f4f0;
}
.olfacties_slider .carousel-item-image img {
	width: 100%;
}
.olfacties_slider h2 {
	margin: 0;
	font-size: 15px;
	margin: 20px 0;
	color: #333;
}
.olfacties_slider .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	height: 30px;
	margin: auto;
}
.olfacties_slider .owl-nav .owl-prev {
	float: left;
}
.olfacties_slider .owl-nav .owl-next {
	float: right;
}
.olfacties_slider .owl-nav .owl-prev span,.olfacties_slider .owl-nav .owl-next span {
	font-size: 35px;
}
.olfacties_slider .carousel-item-image h2 {
	text-align: center;
	font-size: 13px;
	margin: 10px 0;
}
.olfacties_slider .carousel-item-image {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}
.accordian_bx .tab {
	position: relative;
	border-top: 1px solid #222;
	margin-bottom: 10px;
}
.accordian_bx .tab:last-child {
	border-bottom: 1px solid #222;
}
.accordian_bx .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordian_bx .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.accordian_bx .tab input:checked ~ .tab__content {
	max-height: 12rem;
	padding: 0;
	overflow-y: auto;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.accordian_bx .tab .tab__content section {
	padding: 0 !important;
}

/* Visual styles */
.accordian_bx .accordion {
	border: none;
	border-radius: 0.5rem;
	overflow: hidden;
}
.accordian_bx {
	background: #f5f4f0;
	padding: 115px 20px 0px 20px;
}
.accordian_bx .tab__label, .accordian_bx .tab__close {
	display: flex;
	color: #222;
	background: none;
	cursor: pointer;
	text-transform: uppercase !important;
}
.accordian_bx .tab__label {
	justify-content: space-between;
	padding: 5px;

}
.accordian_bx .tab__label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
	position: absolute;
	right: 10px;
}
.accordian_bx .tab input:checked + .tab__label::after {
	transform: rotate(270deg);
	right: 17px;
}
.accordian_bx .tab__content p {
	margin: 0;
	padding: 5px;
	color: #222;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.accordian_bx .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordian_bx .accordion--radio {
background:yellow
}

/* Arrow animation */
.accordian_bx  .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


.review_sec {
	padding: 30px 20px;
	background: #f5f4f0;
}
.review_sec h2 {
	font-size: 22px;
	color: #222;
	margin: 0;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700
}
.review_sec ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.review_sec ul .user_name {
	display: flex;
	align-items: center;
}	.review_sec ul .user_name h3 {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	background: #333;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-right: 10px;
}
.review_sec ul .user_name label {
	font-size: 15px;
	display: block;
	margin-bottom: 0px;
}
.left_rating.reviewSec i {
	color: #c6c60a;
}
.review_sec ul .user_name span {
	font-size: 12px;
}
.review_sec ul li {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	margin-top: 20px;
}
.review_sec ul li p {
	font-size: 13px;
	color: #222;
	margin: ;
}
.review_sec ul li {
	display: none;
}
.review_sec ul li:nth-child(1), .review_sec ul li:nth-child(2) {
	display: block;
}

#review_sec.scrollActive ul li {
display: block;
}
.btm_prdct {
	padding: 20px 20px;
	background: #f5f4f0;
}
.btm_prdct .down_link {
	display: block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
}
.btm_prdct .down_link i {
	display: block;
	font-size: 25px;
	
}
.btm_pr_sec img {
	max-width: 100%;
	margin: auto;
	display: block;
}
.btm_pr_sec h4 {
	font-size: 26px;
	margin: 0;
	color: #222;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700; /* Regular 400 */
    margin-bottom:10px;
}
.btm_pr_sec p {
	margin: 10px 0;
	font-size: 13px;
	color: #222;
}
.btm_pr_sec {
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
}
.btm_pr_sec a {
	text-align: center;
	background: #222;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	min-height: 45px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Regular 400 */
    margin-top:20px;
}

.main_product_slider .owl-dot {
	padding: 0;
	margin: 0;
}
.main_product_slider .owl-nav {
	display: none;
}
.olfacties_slider {
	display: inline-block;
	width: 100%;
}
.olfacties_slider .item {
	float: left;
	width: 33.3%;
	margin-bottom: 20px;
	padding: 0 5px;
	position: relative;
}
.olfacties_slider .item .customDescc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
 display: flex; 
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #fff;
	width: 96%;
	margin: auto;
	opacity:0;
	 transition: .5s ease;
}
.olfacties_slider .item:hover .customDescc {
	opacity:1;
}
.olfacties_slider .item .customDescc p {
	word-wrap: anywhere;
	text-align: center;
	padding: 10px;
	font-size:10px;
}
.custSalePrice .woocommerce-Price-amount.amount {
	font-size: 18px !important;
}

.discout_text .woocommerce-Price-currencySymbol {
	color: gray !important;
}
.discout_text .woocommerce-Price-amount.amount {
	color: grey;
}
.mainPrice.custItalic span {
	font-size: 14px !important;
	font-weight: 700;
}
.customNoteTitle {
	font-weight: 400 !important;
	font-size: 18px !important;
}
.choisr_sec .capacity-options .capacity-option.selected span, .choisr_sec .capacity-options .capacity-option.selected .woocommerce-Price-currencySymbol { 
	color:#fff !important;
}
.quantity_bx {
	text-align: right;
	margin-top: 0;
	min-width: 130px;
}
.quantity_bx span {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.quantity_bx .form-control {
	background: none;
	border: none;max-width: 45px;
}
@media only screen and (min-width:768px){
.single-product .page-title-inner.flex-row.medium-flex-wrap.container {
	display: none;
}
/*.review_sec {
	margin-top: 50px;
}*/
.btm_prdct {
	margin-bottom: 50px;
}
.olfacties_slider .item .customDescc p {
	font-size: 15px;
}
.accordian_bx .tab__label {
	font-size: 20px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase !important;
}

.prdct_head h2 {
	font-size: 31px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700; /* Bold 700 */
}
.review_sec h2 {
	font-size: 26px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700
}
.olfacties_slider .item .customDescc p{
	font-size: 18px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400; /* Bold 700 */
}

.olfacties_slider h2 {
	font-size: 26px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
}
}