
@font-face {
    font-family: 'Adornstory';
    src: url(fonts/fonts/AdornStoryScript.woff2); 
}


  
 
body {
    --heading-font: "Josefin Sans", sans-serif;
    --heading-font-weight: 400;
    --heading-color: var(--bs-dark);
    --heading-line-height: 1.24;

    --swiper-theme-color: var(--bs-primary);

    --custom-easing: cubic-bezier(.17, .67, .83, .67);

    /* --background-color: #F3EBEB; */
    /* background-color: rgb(249, 245, 243); */

    background-color: #F9F5F0;
    
    --secondary-font: 'Adornstory';

    /* bootstrap */
    /*--bs-body-font-family: "Raleway", sans-serif; */
      --bs-body-font-family: "Open Sans", sans-serif; 
    --bs-body-font-size: 1.25rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.7;
    --bs-body-color: #555555;
    --bs-body-color-rgb: 85, 85, 85;
    
    --bs-primary: #9B7150;
    --bs-primary-dark: 155, 113, 80;
    --bs-secondary: #F3EBEB;
    --bs-black: #111;
    --bs-light: #F1F1F0;
    --bs-dark: #212529;
    --bs-gray: #9aa1a7;
    --bs-gray-dark: #51565b;

    --bs-primary-rgb: 155, 113, 80;
    /* --bs-secondary-rgb: 243, 235, 235; */

    /* --bs-secondary-rgb:242, 196, 157; */
    /* --bs-secondary-rgb: 178,133,110; */

    --bs-secondary-rgb:167, 135, 111;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;

    --bs-link-color: var(--bs-dark);
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: 17, 17, 17;
    
    
} 


.display-1,
.display-2,
.display-3,
.display-4,
.display-5, 
.display-6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
    text-transform: capitalize;
}


p{
    font-family: "Raleway", sans-serif; 
}
/*p {*/
/*    font-family: "Open Sans", sans-serif;*/
   
/*}*/

b{
    font-family:sans-serif!important;
}

.container2{
    max-width: 1300px;
    margin: 0 auto;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #B2856E;
}

.aff{
    color: #eef2f6 !important;
}

.review p {
    color: blanchedalmond;
}

#about p {
    color: floralwhite;
    font-size: 17px;
}
#about .st{
     color: #e3d6cb;
}

.elementor-icon-list-icon svg {
    fill: #fdfcfb;
    transition: fill .3s;
}

.form-control{
    background-color:rgba(166, 138, 100, 0.13) ;
    border: 0;
   font-family:'Poppins';
}

label{
    color: rgb(113, 66, 28); 
    font-weight: 500;
}
 

.submitbtn {
  background-color: rgb(96, 62, 33);
  color: #fff;
  padding: 10px 40px;
  margin: 10px;
  box-shadow: 10px 10px 0px #8e7373;
}

.submitbtn:hover {
     background-color: rgb(96, 62, 33);
  color: #fff;
}

.product-carousel h2{
    /* color: #B2856E; */
    color: #694E38;
}

.bg-overlay .image-holder:hover .overlay-item {
    opacity: 1;
    background-color: rgba(178, 133, 110, 0.7);
    border-radius: 2rem;
}

/*.qqt{*/
/*    font-family: 'heliosext';*/
/*    font-size:18px;  */
/*}*/
.product-item .cart-button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.bg-overlay .overlay-item {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.7s ease-in-out;
    cursor: pointer;
}

.btn.btn-normal {
    font-weight: 600;
    text-decoration: underline !important;
    background: transparent;
	font-size: 20px;
}
.banner-content {
    background-color: #b2856e5c;
    /* background-color: #e8d0c4; */
}

.btn-link:hover {
    color: rgb(250, 208, 144) !important;
}

.btn-link {
    
     /* background-color: rgb(167, 135, 111);
     */

     background-color:  #926d4f;;
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
	text-decoration: none;
}

.product-carousel h3 a{
    color: rgb(178, 133, 110);
}

#srch-form {
    position: absolute;
    right: 0;
    top: 40px;
    margin-top: 30px;
    max-width: 450px;
    padding: 15px;
    background: #fff;
    z-index: 1;
	display: none;
    border-top: 2px solid goldenrod;
	background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );
}

#srch-form input{
	background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );
    color: goldenrod;
	
}

#srch-form input::placeholder { 
	color: #A06F49;
	
}

.btn-side-serach {
    font-size: 18px;
    color: #fff;
    background: #c38a40;
    border: 1px solid #c38a40;
    padding-left: 23px;
    padding-right: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-wid {
	font-size: 1.3rem;
}

.input-group {
    position: relative;
    display: flex;
	flex-wrap: nowrap;
    border-collapse: separate;
}

ul li input[type=text] {
    padding: 6px 10px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    float: right;
    font-size: 13px;
    margin-top: 4px;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	
}

footer {
   /* background-image: radial-gradient( */
   /*   farthest-corner at 40px 40px,*/
   /*   rgba(70, 40, 25, 0.7) 0%,*/
   /*   rgba(70, 40, 25, 1) 100%*/
   /*);*/
   
   
 
  background-color:#361707d9;
   height: auto;
   overflow: hidden;
  
   
}


.footer-menu1 {
   /* background-image: radial-gradient(*/
   /*   farthest-corner at 40px 40px,*/
   /*   rgba(70, 40, 25, 0.7) 0%,*/
   /*   rgba(70, 40, 25, 1) 100%*/
   /*);*/

  background-color:transparent; 
   height: auto; 
   overflow: hidden;
  position: relative; 
   z-index:1;
}


.footer-menu1::before{  
    
     content: '';
     position: absolute;
     top:0;
     left: 15%; 
     
    background-image: url('https://iammiracl3.com/assets/frontend/images/Butterfly_black.png');      
     opacity: 0.1;  
    background-position: left; 
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 100%; 
   z-index: -1;
    animation: mover 2s infinite alternate;
 } 

.footer-menu1 img{            
	width: 200px; 
	opacity: 0.1; 
	z-index: -1;
	animation: mover 2s infinite alternate;
	 filter:invert(10%);
   mix-blend-mode: overlay;
   opacity:0;
}


 @keyframes mover {
    from{
        transform: translateX(-50px)  rotateY(-20deg);
    }
 
    to{
        transform: translateY(0)  rotateX(20deg);
    }
 }
 


.social-icon {
    color: #cb9b51; 
    font-size: 1.6rem;
    
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 3%);
    transition: all 0.5s ease;
}



footer h3{
	color: #cb9b51;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase; 
	font-size: 20px;
}

.search-bar {
	border-radius: 50px;
    border: 1px solid #cb9b51;
}

.search-bar  .form-control{
    color:#fff;
    font-size:13px;

}

.search-bar:focus  .form-control{
    border:none;
}

.search-bar  input {
	border: transparent;
	color: burlywood;
}

.search-bar  input:focus {
	border: none; 
	outline:none;
}

.search-bar input::placeholder {
	color: #cb9b51;
}

footer button{
 background-color:#cb9b51;
 border: 0;
 outline: 0;
 font-size: 15px;
 padding: 0 15px;
}


footer p {
color: burlywood;
 font-family: "Poppins", sans-serif;  
}

.footer-menu li:hover a {
	color: antiquewhite;
}

.footer-menu a {
     font-family: "Poppins", sans-serif;
}

.footer-menu li a {
	color:burlywood;
    font-size: 15px !important;
    transition: .5s ease;
}

footer li a {
    color:burlywood;
    font-size: 12px !important;  
    transition: .5s ease;
     font-family: "Poppins", sans-serif;
}

footer li a:hover {
    color: white;
}


footer ul li i{
    color: burlywood;
   
}
footer ul li {
transition:all 0.3s ease-in;
}

footer ul li:hover{
    transform: scale(0.9);
}

footer .secondary-heading{ 
    line-height:15px;
    margin:0 15px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: inherit;
}

.secondary-heading {
    color: #694E38;
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
     font-size: 39px;
    font-weight: 400;
    text-transform: uppercase; 
    
}


.bg-secondary::before {
    content: "";
    
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.nav-item {
    margin: 0 15px;
}

.search {
    list-style-type:none !important; 
}

.search .input-group-btn .btn{
    
    border-radius:0;
   margin-top: 5px;
}

  form.example input[type=text] {
    padding: 5px;
    font-size: 17px;
    border: 2px solid #cb9b51;
    float: left;
    width: 80%;
    border-radius: 80px 0px 0px 80px; 
    background: transparent;
  }

  
  ::placeholder{
    color: #A06F49;
  }
  
  form.example button {
    float: left;
    width: 20%;
    padding: 5px;
    background-color: transparent;
    color:#cb9b51;
    font-size: 17px;
    border: 2px solid #cb9b51;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 80px 80px 0px; 
  }
  
  form.example button:hover {
    background: transparent;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
  
.bg-secondary {  
    --bs-bg-opacity: 0;
    /* background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
     */

     background-color: none!important;
    
   /*  background-image: radial-gradient(*/
   /*   farthest-corner at 40px 40px,*/
   /*   rgba(134, 79, 51, 0.7) 0%,*/
   /*   rgb(134, 80, 53) 100% */
   /*); */
   
   /*background-image: radial-gradient(farthest-corner at 40px 40px, rgb(142 78 46 / 70%) 0%, rgb(105 57 33) 100%);*/
   
   /*background-image: radial-gradient(farthest-corner at 40px 40px, rgb(142 78 46 / 70%) 0%, rgb(139 73 40) 100%);*/
   /*background-image: radial-gradient(farthest-corner at 40px 40px, rgb(142 78 46 / 70%) 0%, rgb(124 59 27) 100%); */

   /* background-image: radial-gradient( farthest-corner at 40px 40px, rgba(70, 40, 25, 0.233) 0%, rgba(70, 40, 25, 0.575) 100% ); */
   position: relative;
   background-image: radial-gradient( farthest-corner at 40px 40px, rgb(94 53 32 / 70%) 0%, rgb(180 112 78) 100% );
    border-radius: 10px;
    
}

.ob,.aff{

    font-family: var(--secondary-font);
     margin: 0px 0px -40px 0px;
    color: #A06F49;
}
.secondary-font {
    font-family: var(--secondary-font);
    color: #A06F49;
    font-size: 5rem;
    text-transform: none;
}

.padding-large {
    padding-top: 20rem;
}



.padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-medium p {
    color: floralwhite;
}

.padding-medium-2 { 
    padding-top: 14rem; 
}




 @media only screen and (max-width:768px) { 

 footer p {
   font-size: 11px;    
}

.footer-menu li a {
    color: burlywood;
    font-size: 11px !important;
    transition: .5s ease;
}	
  #story p {
      font-size: 15px;
  }
		
/*    .secondary-font { */
    
/*    font-size: calc(3rem + 4.5vw);   */
/*}*/

    .nav-item {
        margin: 10px 0;
    }
    .padding-large {
        padding-top: 18rem;
    }

    

    .padding-medium-2 {
        padding-top: 12rem;
    }
  
    .example {
        margin: 0 !important;
    }
    
   
   .footer-menu1::before{  
    
     content: '';
     position: absolute;
     top:0;
     
    background-image: url('https://iammiracl3.com/assets/frontend/images/Butterfly_black.png');      
     opacity: 0;  
    background-position: left; 
    background-repeat: no-repeat;
    background-size: cover;
   width: 80%;
    height: 80%;  
   z-index: -1;
    animation: mover 2s infinite alternate;
 } 


footer h3 {
   
    font-size: 16px;
}

.footer-menu1 img{             
	width: 300px; 
	opacity: 0.2; 
	z-index: -1;
	animation: mover 2s infinite alternate;
	 filter:invert(10%);
   mix-blend-mode: overlay;
   
}

.search-bar .form-control {
    color: #fff;
    font-size: 11px !important;
    padding:0;
}
  
    
}
 

 

.list-group {
	--bs-list-group-bg: #fff0;
}
/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
     font-family: "Poppins", sans-serif;  
}

.btn-primary {
    border-radius: 0.625rem;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #694E38;
    --bs-btn-hover-border-color: #694E38;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/* breadcrumb */
.breadcrumb {
    --bs-breadcrumb-item-padding-x: 1em;
}



	.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 1 !important;    
}

.text-body-secondary {
    width:81px; 
}

/*---------------------
  Header
-----------------------*/

.header {
	/*background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );*/
	background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25) 0%, rgba(70, 40, 25, 1) 100% );
    position: sticky;
	top: 0;
	z-index: 9;
	-webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	padding: 0 30px;
     /* background-color: rgb(167, 135, 111); */
    /* background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 90%) 0%, rgba(70, 40, 25, 1) 100% ); */
    /* background-image: radial-gradient( farthest-corner at 40px 40px, rgba(70, 40, 25, 0.829) 0%, rgba(70, 40, 25, 0.719) 100% ); */
   
    /* background-image: radial-gradient( farthest-corner at 40px 40px, rgba(134, 79, 51, 0.7) 0%, rgb(134, 80, 53) 100% );
     */
    /* background-color: rgb(157 95 73); */
    /* background-color: rgb(110 59 40); */
    padding:12px  30px;  
    height: 70px;
}

/*.header__logo {*/
/*	padding: 26px 0;*/
/*}*/

.header__logo img{
	width: 120px;
}



.header__logo a {
	display: inline-block;
}

/*.header__menu {*/
/*	padding: 30px 0 27px;*/
/*}*/

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 52px; 
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 300px;
	background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );
  line-height:15px;
	text-align: left;
	padding: 15px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.dropdown  .submenu .sm1{    
    color: #6b481df2;
    margin-left: 20px; 
}

.dropdown  .submenu .sm1:hover{  
    color: burlywood;  
}

.dropdown-menu  .submenu .sm1{    
    color: #a0794af2;
    margin-left: 20px; 
}

.dropdown-menu  .submenu .sm1:hover{  
    color: burlywood;  
}

.dropdown-menu.show {
    display: block;
    /* background-color: black; */
    /* background-image: radial-gradient( farthest-corner at 40px 40px, rgb(78 42 25) 0%, rgb(145 110 93 / 7%) 100% ); */
    background-image: radial-gradient( farthest-corner at 40px 40px, rgb(119 84 67) 0%, rgb(93 53 33) 100% );

    padding: 20px;
    border: 0;
    outline: none;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 17px;
	color: transparent;
	font-family: 'Josefin Sans', sans-serif;
	background-image: linear-gradient( to right, #cb9b51 0, #cb9b51 22%, #cb9b51 45%, #cb9b51 50%, #cb9b51 55%, #cb9b51 78%, #cb9b51 100% );
	-webkit-background-clip: text;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
	
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 17px;
	/*text-transform: uppercase;*/
	color: transparent;
	font-family: 'Josefin Sans', sans-serif;
    background-image: linear-gradient( to right, #cb9b51 0, #cb9b51 22%, #cb9b51 45%, #cb9b51 50%, #cb9b51 55%, #cb9b51 78%, #cb9b51 100% );
	-webkit-background-clip: text;
    font-weight: 500;
	display: block;
	padding: 2px 0;
	position: relative;
	color: #cb9b51;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: wheat;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__right {
	text-align: right;
	/*padding: 30px 0 27px;*/
}

.header__right__auth {
	display: inline-block;
	margin-right: 25px;
}

.header__right__auth i {
    	color: #cb9b51;
  
}

.header__right__auth a {
	font-size: 15px;
	color: transparent;
	font-family: 'Josefin Sans', sans-serif;
    background-image: linear-gradient( to right, #cb9b51 0, #cb9b51 22%, #cb9b51 45%, #cb9b51 50%, #cb9b51 55%, #cb9b51 78%, #cb9b51 100% );
	-webkit-background-clip: text;
    
	position: relative;
	margin-right: 8px;
}

.header__right__auth a:last-child {
	margin-right: 0;
}

.header__right__auth a:last-child:after {
	display: none;
}

.header__right__auth a:after {
	position: absolute;
	right: -8px;
	top: -2px;
	content: "/";
	font-size: 13px;
	color: #cb9b51;
}

.header__right__widget {
	display: inline-block;
}

.header__right__widget li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #111111;
	margin-right: 10px;
	cursor: pointer;
}

.header__right__widget li:last-child {
	margin-right: 0;
}

.header__right__widget li a {
	font-size: 18px;
	 color: #cb9b51; 
	font-family: 'Josefin Sans', sans-serif;
    
    
	position: relative;
}

.header__right__widget li a .tip {
	position: absolute;
	right: -12px;
	top: -11px;
	height: 18px;
	width: 18px;
	/*background: #111111;*/
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.filter__controls li {
		margin-right: 15px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		height: auto;
	}
	.sidebar__filter a {
		position: relative;
		bottom: 0;
	}
	.filter-range-wrap .range-slider .price-input input {
		max-width: 27%;
	}
	.filter-range-wrap .range-slider .price-input {
		margin-bottom: 20px;
	}
	.product__details__pic {
		margin-bottom: 0px; 
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
	.discount__content {
		margin-bottom: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__sidebar {
		padding-left: 0;
	}
	.canvas__open { 
    display: block;
    font-size: 22px;
    color: #c1a12d;
    height: 35px;
    width: 35px;
   
    text-align: center;
    
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    left: 12px !important;
    top: 20px; 
} 


	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;

		height: 100%;
		background-image: radial-gradient( farthest-corner at 40px 40px, rgb(78 42 25 / 100%) 0%, rgb(145 110 93) 100% );   
	padding: 70px 10px 30px 10px;
		display: block;
	z-index: 99999999;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		left: 40px;
    top: -15px;
		
	font-size: 3.5rem;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
		color: antiquewhite;
		font-weight: 100;
	}
	.offcanvas__menu {
		display: none;
	}
	
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: antiquewhite;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: antiquewhite;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: antiquewhite;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	/*.header__right {*/
	/*	display: none;*/
	/*}*/
}

/* Wide Mobile = 480px */


.bollorani{
  background-image: url(images/banner-image.jpg);
  background-size: cover; 
  background-repeat: no-repeat; 
  height: 80vh; 
  background-position: center;
}

.bollorani2{
background-image: url(images/banner-image1.jpg); 
background-size: cover; 
background-repeat: no-repeat; 
height: 80vh; 
background-position: center;
}


@media only screen and (max-width: 767px) {
	
.canvas__open { 
    display: block;
    font-size: 22px;
    color: #c1a12d;
    height: 35px;
    width: 35px;
   
    text-align: center;
    
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    left: 12px !important;
    top: 12px;
} 

.header__right__auth i {
    color: #cb9b51;
    font-size: 18px;
}

 .header__logo img {
    width: 90px;
    margin-left: 10px !important;
}
.header__right__auth {
    display: inline-block;
    margin-right: -5px;
    margin-left: 10px;
}

.header__right {
	    text-align: right;
    
    position: absolute;
    right: 25px;
    top: 12px;
	}
	.header__right__widget #search-switch{  
	    display:none;
	    
	}	
	
/*	.header {*/
/*     padding:10px  30px;   */
/*}*/
	
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -270px;
       
		height: 100%;
		background-image: radial-gradient( farthest-corner at 40px 40px, rgb(78 42 25 / 86%) 0%, rgb(145 110 93) 100% );
	
		padding: 70px 10px 30px 10px;
		display: block;
		z-index: 99999999;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 0px;
		height: 30px;
		left: 40px;
    top: -15px;
		
	font-size: 3.5rem;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
		font-weight: 100;
		color: antiquewhite;
	}
	.offcanvas__menu {
		display: none;
	}
	
	
	
	.slicknav_nav a { 
		padding: 15px 0;
		margin: 0; 
		color:antiquewhite;
		font-weight: 600;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #cb9b51;
	}
	
	
	
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: antiquewhite;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: antiquewhite;
		font-size: 10px;
		font-weight: 500;
		color: #111111;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: antiquewhite;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	
	.filter__controls {
		text-align: left;
		margin-bottom: 40px;
	}
	.filter__controls li {
		margin-right: 20px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		padding: 75px 40px 50px;
		height: auto;
	}
	.product__details__pic__left {
		height: auto;
	}
	.product__details__pic {  
		margin-bottom: 0px;
	} 
	/*.quantity {*/
	/*	float: none;*/
	/*	margin-right: 0;*/
	/*}*/  
	.nav::before {
		display: none;
	}
	.nav::after {
		display: none;
	}
	.shop__cart__table {
		overflow-x: auto;
	}
	.shop__cart__table tbody tr .cart__product__item img {
		float: none;
		margin-right: 0;
	}
	.cart__btn {
		text-align: center;
		margin-bottom: 25px;
	}
	.cart__btn.update__btn {
		text-align: center;
	}
	.discount__content h6 {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.discount__content {
		margin-bottom: 35px;
	}
	.blog__sidebar {
		padding-left: 0;
		padding-top: 40px;
	}
	.contact__content {
		margin-bottom: 40px;
	}
}

.offcanvas{
     background-color: #F9F5F0;
}

.offcanvas h6 {
    color: #B2856E;
   
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-light);
    --bs-nav-link-active-color: var(--bs-light);
    --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0.1rem;
    --bs-accordion-btn-color: var(--bs-dark);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-focus-border-color: var(--bs-dark);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0.1rem;
    --bs-accordion-active-color: transparent;
    --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
    border: 1px solid grey; 
}

/* dark theme */
[data-bs-theme=dark] {
    color-scheme: dark;

    --heading-color: #fff;
    --bs-link-color: #CCCCCC;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-color-rgb: 204, 204, 204;
    --bs-link-hover-color-rgb: 131, 169, 172;
    --bs-body-color: #d1d1d1;
    --bs-body-bg: #111;
    --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
    --bs-dropdown-link-color: var(--bs-light);
    --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
    --bs-bg-opacity: 0.1;
}

.swiper-slide .banner-content{
    max-height: fit-content;
    margin: auto;
    margin-left: 10%;
    padding: 3%;
  }
  #billboardtwo .main-slider-pagination {
    z-index: 999;
    bottom: 10px; 
  }

  #billboardtwo h2{
    font-family:'Adornstory' ;
    font-weight: 600;


  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #795548;
    opacity: 0.5;
    width: 18px;
    height: 18px;
    margin: 0 13px !important;
    transition: 0.3s ease;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
  }

  #billboardtwo .swiper-pagination-bullet { 
    display: inline-block !important;
  }
  
  
/* - Billboard Section
--------------------------------------------------------------*/

#billboard .text-content {
    position: relative;
    /*left: calc(-58vw / 2);*/
    top: 15vh;
    z-index: 2;
}

.billbord-section p{ 
    /*width: 40%;*/
    font-size:17px;
    text-align: justify;
   
}
.ss1 {
    position:relative;  
        
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 80vh; 
    background-position: center; 
    
}

.ss2 {
    position:relative; 
    background-image: url(https://iammiracl3.com/assets/frontend/images/Miraclbanner.jpg);  
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 80vh; 
    background-position: center; 
}

.btnshop {
    border: solid 1px #222;       
    padding: 8px 30px;
    border-radius: 5px;
    font-size:15px;
    transition: 0.3s ease-in;
}

.btnshop:hover {
    color: #cb9b51;
    background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );
}
.banner-content {
    position:absolute;
    top:0; 
    bottom:0; 
}


/* button border */
a.border-animation {
    color: var(--bs-black);
    display: inline-table;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
    letter-spacing: 0.03rem;
}

a.border-animation:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--bs-black);
    width: 100%;
    transition: width 0.2s ease-out;
}

a.border-animation:hover:after {
    width: 80%;
}



.titleabout {
	font-family: var(--secondary-font);
    color: #A06F49;
    font-size: 5rem;
    text-transform: none;
	line-height: 50px;
}


.longline{
    height:2px;
border-width:0;
color:#cb9b51;
background-color:#cb9b51;
width:30%;
margin:0 auto;
opacity:0.6;

}

.shortline{
    height:2px;
border-width:0;
color:#cb9b51;
background-color:#cb9b51;
width:20%; 
margin:12px auto;  
opacity:0.6;

}



 @media screen and (max-width:767px) {
    #billboard .text-content {
        position: relative;
        left: 0;
        top: 0;
      
        margin-bottom: 40px; 
    }
    
    
    
    .ss2 {
    position:relative; 
    background-image: url(https://iammiracl3.com/assets/frontend/images/Miraclbanner.jpg);  
    background-size: contain; 
    background-repeat: no-repeat; 
    height: auto; 
    background-position: center;  
}
    
    .longline{
   
width:50%; 
 

}

.shortline{
   
width:30%; 


}


    .billbord-section { 
        width: 100%;
    }
	.billbord-section p{
		width: 100%;
		text-align: justify;
	}
	
	
	
} 


/* - Testimonial Section
--------------------------------------------------------------*/

#testimonial .text-content {
    position: absolute;
    left: calc(-30vw / 2);
    top: 12vh;
    max-width: 70%;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    #testimonial .text-content {
        left: calc(-30vw / 2);
        max-width: 100%;
    }
}

 @media screen and (max-width:766px) {
    #testimonial .text-content {
        left: calc(0vw / 2);
    }
    
    .ss1 {
   
    height: auto; 
    
}

.ss2 {
   
    height: auto; 
     
}

} 


/* - price Section
--------------------------------------------------------------*/
 @media screen and (max-width:999px) {
    .price-padding {
        padding-top: 20rem;
    }
} 

/* home page video section*/

.vw { 
	position: relative;
}

#text {
	position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

#text .btn-play {
   
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

#text .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: burlywood;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

#text .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    transition: all 200ms;
}

#text .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid rgb(100, 67, 36);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}


.video-container {
    width: 100%;
   
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    z-index: -1;
    /* padding-top: 100px; */
    max-height: 70vh; 
}

.image-overlay{
	width: 100%;
background-color: rgb(100 67 36 / 8%);
	z-index: -1;
   
}

video {
    display: block;
    max-height: 80vh;
    width: 100%;
    object-fit: cover;
	
}


.spark {
    width: 80px;
    height: 50px;
    position: relative;
    top: 2rem;
}
@media only screen and (max-width:600px){
    #text .btn-play:after {
   
    width: 50px; 
    height: 50px;  
    
   
}

.small-font { 
    line-height: 55px; 
    font-size: 3.6rem !important;  
}

#text .btn-play {
   
    padding: 20px 30px 20px 50px;
}
#text .btn-play:before {
    
    width: 70px;
    height: 70px;
    
}
#text .btn-play span {
   
    border-left: 15px solid rgb(100, 67, 36);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
}
/* - Insta Section
--------------------------------------------------------------*/
/* - Insta Section
--------------------------------------------------------------*/

.instagram-item {
    position:relative;
}

.instagram-item img{
    width:300px;
    height:auto; 
}

.instagram-item:hover:before,
.instagram-item:hover .icon-overlay {
    opacity: 1;
    cursor: pointer;
      
}

.icon-overlay i{
  color: #cb9b51;
  
}



.icon-overlay {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -moz-transition: 0.9s ease;
    -webkit-transition: 0.9s ease;
    transition: 0.7s ease;
    width:50px;
    height:50px;
   background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25 / 86%) 0%, rgba(70, 40, 25, 1) 100% );
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    
}



 
 



 @media screen and (max-width:400px) {
     
    
    .titleabout {
    font-family: var(--secondary-font);
    color: #A06F49;
    text-transform: none;
    line-height: 50px; 
    font-size: 4.2rem;
}


}



.service-item{
    top:10px;
    bottom:50px;
}
.service-item img {
    position: relative;
     margin-bottom:50px;
     
    transition: .5s;
    
  }
   
  .dn {
    transition: 0.5s;
    border: 3px solid burlywood; 
    
   color: #fff;
    background: #9b7150;
} 

 

.dn:hover {
     background-color: transparent; 
    box-shadow: 0 0 5px #9b7150, 0 0 25px #9b7150, 0 0 50px #9b7150, 0 0 200px #9b7150;
    color: #9b7150;
    border: 3px solid burlywood;
    
} 

  
  .service-item .service-text { 
    position: absolute;
    width: 98%; 
    height: calc(100% + 50px); 
    top: 0;
    left: 0;
    bottom:20px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-end;
     transition: .5s;
    z-index: 1;
    opacity:0;
  }
 .product-details  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important; 
	
}



.service-item:hover img{ 
    margin-bottom:0;
     
    
  } 
 
  .service-item:hover{ 
    top: 0px;
    bottom:0px;
    
  } 
  
  .service-item:hover .service-text {
    height: calc(100% + 40px); 
     opacity:1;
  }


  .testimonials::before {
    content: "";
    
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
   
 }

#testimonials {
    /* background-color: rgb(167, 135, 111); */
    background-image: radial-gradient(
      farthest-corner at 40px 40px,
      rgba(70, 40, 25, 0.7) 0%,
      rgba(70, 40, 25, 1) 100%
   );
    color: #fff;
    padding: 60px;


    /* background-image: radial-gradient( farthest-corner at 40px 40px, rgba(70, 40, 25, 0.7) 0%, rgba(157, 95,73, 1) 100% );
    background-color: rgb(157 95 73); */
}



@media only screen and (max-width:1300px){
    .container2 {
        max-width: 1000px;
    }
}

@media only screen and (max-width:768px){
.container2 {
	max-width: 500px;
}
.product-details .owl-carousel .owl-item img {
    display: block;
    width: 98% !important;
	height: 400px;
    object-fit: cover;
}




}

@media only screen and (max-width:500px){
.container2 {
    max-width: 400px;
}

.dn {
    
    font-size: 8px !important;  
    padding: 5px 5px;
   
}
 
#testimonials {
    padding: 12px;
}

.secondary-heading {
    color: #694E38;
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}


} 

 

/* 3.3 Services
/*----------------------------------------------*/
.icon-box-icon{ 
    width: fit-content;  
    height: fit-content; 
    padding: 25px;
   background-image: radial-gradient( farthest-corner at 40px 40px, rgb(70 40 25) 0%, rgba(70, 40, 25, 1) 100% ); 
  }   
  
  
  
  

  .icon-box i{
    color: antiquewhite;    
    font-size:25px;  
     animation: crescendo 1.5s alternate infinite ease-in-out;  
      
     background-color:transparent;    
  }
  
  @keyframes crescendo {  
  0%   {
      transform: rotate(10deg);        
     
      
  }
  100% {
      transform: rotate(0deg);          
        color:#cb9b51;        
  } 
}

  .icon-box h5 {
    color: var(--bs-primary);
  }

 .icon-box p {
     font-size:13px;
 }
  
/* shop page css  */

    .breadcrumb_bg { 
    background-image: url('https://iammiracl3.com/assets/frontend/images/Water bottle.jpg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb .breadcrumb_tittle h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.breadcrumb .breadcrumb_content p {
    font-size: 15px;
    color: #fff;
}
.breadcrumb {
    position: relative;
    z-index: 1;
    height: 350px; 
}


/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 40px;
	padding-bottom: 80px;
}

.shop select {
    border: 1px solid #48240b;
    padding: 5px;
    background: transparent;
    color: #B2856E;
    font-size: 15px;
}
.widget-search-bar input.search-field {
    background: none;
    border: none;
    outline: none;
    outline-offset: 0;
}

.sidebar__categories {
	margin-bottom: 50px;
}



.sidebar__categories .section-title h4 {
	font-size: 23px;
    color: #B2856E;
}

.categories__accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #d6b09dbd !important;
	margin-bottom: 12px;
}

.categories__accordion .card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

.categories__accordion .card-heading {
	cursor: pointer;
}

.categories__accordion .card-heading a {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	display: block;
}

.categories__accordion .card-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.categories__accordion .card-body li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.categories__accordion .card-body li:before {
	position: absolute;
	left: 4px;
	top: 14px;
	height: 1px;
	width: 4px;
	background: #666666;
	content: "";
}

.categories__accordion .card-body li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading>a.active[aria-expanded=false]:after {
	
	font-size: 14px;
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
	color: #666666;
	position: absolute;
	right: 30px;
	top: 0px;
}

.categories__accordion .card-heading.active a:after {
	
	font-size: 14px;
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading>a.active:after {
	
	font-size: 14px;
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}




ul,
ol {
	padding: 0;
	margin: 0;
}



input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}




.sidebar__sizes,
.sidebar__color {
	margin-bottom: 40px;
}

.sidebar__sizes .section-title,
.sidebar__color .section-title {
	margin-bottom: 35px;
}

.sidebar__sizes .section-title h4,
.sidebar__color .section-title h4 {
	font-size: 18px;
}

.sidebar__sizes .size__list label,
.sidebar__color .size__list label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.sidebar__sizes .size__list label input,
.sidebar__color .size__list label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__sizes .size__list label input:checked~.checkmark,
.sidebar__color .size__list label input:checked~.checkmark {
	border-color: #b2856e;
}

.sidebar__sizes .size__list label input:checked~.checkmark:after,
.sidebar__color .size__list label input:checked~.checkmark:after {
	border-color: #b2856e;
	opacity: 1;
}

.sidebar__sizes .size__list label .checkmark,
.sidebar__color .size__list label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.sidebar__sizes .size__list label .checkmark:after,
.sidebar__color .size__list label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.sidebar__color .color__list label {
	text-transform: capitalize;
}

.pagination__option a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 6px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i {
	font-weight: 600;
}

.pagination__option a:hover {
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}
/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 60px;
	padding-bottom: 50px;
}


.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #b2856e;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 35px;
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #b2856e;
}

.product__item.sale .product__item__text .product__price {
	color: #b2856e;
	font-family: 'Josefin Sans';
}







.product__hover li .wishhh {
	font-size: 18px;
	color: #976e4a;  
	display: block;
	height: 35px;
	width: 35px;
	background: #fff6ed; 
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	box-shadow: 10px 10px 30px burlywood;
}


.cartt{
    	font-size: 18px;
	color: #976e4a;  
	display: block;
	height: 45px;
	width: 45px;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; 
}


.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown__button {
  padding: 5px 15px 5px 15px;
  background: transparent;
  color: #B2856E;
 border: 1px solid #c8c3c0;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;  
  text-align: left;
  font-size: 12px;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {  
  display: block;
  list-style-type: none;
  padding: 5px;
 background: #F9F5F0;
   border-top: 1px solid  #F9F5F0;
  border-left: 1px solid #c8c3c0;
  border-right: 1px solid #c8c3c0;
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer; 
 color: #B2856E;
  transition: all ease-in-out 0.3s; 
  
}


.categories__accordion .card { 
    
    background: transparent;
}

/* shop details css */
/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 30px;
	padding-bottom: 0px !important;
}
 


.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	max-height: 574px;
	float: left;
	
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 10px;
	cursor: pointer; 
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	width: 100%;
    height: 120px;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
	position: relative;
    z-index: -1;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
     color:  #A06F49;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color:  #A06F49;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
	font-family: "Open Sans", sans-serif; 
	font-size:16px;
}

.product__details__price h2{ 
	font-size: 22px;
	font-weight: 600; 
	color:  #A06F49;
	
	font-family: 'Josefin Sans';
}

.product__details__price span {
	font-size: 18px;
color:  #A06F49;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
	font-family: 'Josefin Sans';
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantityss>span { 
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 40px;
	width: 150px;
	border: 1px solid #A06F49;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 30px;
	color: #A06F49;
	cursor: pointer; 
	
	float: left;
	width: 12px;
	line-height: 35px;
}

.pro-qty input {
	background-color: transparent;
	color:#A06F49;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 35px; 
}

.product__details__button {
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;  

}

.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #A06F49;
	font-weight: 600;
	text-transform: uppercase;
	/*padding: 14px 30px 15px;*/
	padding: 8px 30px 8px; 
	border-radius: 50px;  
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
    border: 1px solid #d7a27a;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	padding-top: 1px;
position: absolute;
    right: 15px;
    z-index: 5;
    background: #fff6ed;
    color: #59300d;
	
}

.product__details__button ul li a span {
	font-size: 18px;
	/*color: #bbb8b8;*/
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 0;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
	float: left;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: #A06F49;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: #A06F49;
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #A06F49;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: #A06F49;
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	padding-top: 30px;
	margin-bottom: 65px;
}

.product__details__tab p {
    font-size:15px; 
    font-family: "Open Sans", sans-serif !important;
}

.product__details__tab span {
    font-family: "Open Sans", sans-serif !important;
    color:#555555 !important;
    font-size:16px !important;
    text-transform: capitalize; 
}

.product__details__tab .nav-item {
	background-color: transparent;
	text-transform: uppercase;
	border: 0;

}
 
   
.nav-tabs .nav-link.active {
    color: #A06F49;
	border-bottom: 3px solid #A06F49;
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    float: left; 
    margin-top: 2px;
    margin-right: 15px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;

}

 


.product__item {
	margin-bottom: 35px;
	 
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .c .label {
	background: #A06F49;
}

.product__item.sale .product__item__text .product__price {
	color: #A06F49;
	font-family: 'Josefin Sans';
}


.product__item__pic {
	height: 360px; 
	position: relative; 
	overflow: hidden;
	transition: all 0.6s;

}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #A06F49;
}
.product__hover {
	position: absolute;
	right: 10px;
	width: 100%;
	top: 10px;
	text-align: right;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 0;
	opacity: 1;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #A06F49;
	color: #fff;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}




.product__item__text {
	text-align: left;
	padding-top: 22px;
}

.product__item__text h6 a {
	font-size: 20px;
	color: #A06F49;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: #452c14;
	font-weight: 600;
	font-family: 'Josefin Sans';
}

.product__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
	font-family: 'Josefin Sans';
}

.related__title h5{
	color: #A06F49;
	padding-bottom: 10px;
}

.tab-content h3{
	color: #A06F49;
	font-weight: 500;
}

.pr-shipping h5{
	color: #A06F49;
	font-weight: 500;
}

.pr-shipping p{
 font-size:16px;
 font-family: "Open Sans", sans-serif;
}

.review-box .image-holder {
	width:50px;    

	
}

.review-content .rating i {
	color: #A06F49;
}

.review-content p {
	font-size: 17px !important;
	text-align: justify; 
}


.add_review h1 {
    font-size: 22px;
    font-weight: 500;
}


.form_input {
    display: block;
    width: 100%;
    height: 50px;
    border: solid 1px #A06F49;
    padding-left: 20px;
	background-color: transparent;
	font-family: "Open Sans", sans-serif !important;
}

#review_form div:nth-child(2) h1 {
    display: inline-block;
}
.user_star_rating li {
    display: inline-block;
    margin-right: -3px;
    cursor: pointer;
}
.user_star_rating {
    
    margin-left: 18px;
}
.user_star_rating li i {
    color: #A06F49;
    font-size: 18px;
}
.input_review {
    display: block;
    width: 100%;
    border: solid 1px #A06F49;  
    margin-top: 23px;
    padding-left: 20px;
    padding-top: 13px;
	background-color: transparent;
		font-family: "Open Sans", sans-serif !important;
}
.review_submit_btn {
    width: 170px;
    border: none;
    background-color: #A06F49;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding:10px 0;
    margin-top:10px;
}

/* our story  */

.bg-primary{
    --bs-bg-opacity: 0;
    background-image: radial-gradient( farthest-corner at 40px 40px, rgba(134, 79, 51, 0.7) 0%, rgb(134, 80, 53) 100% ) !important; 
  }
    .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url('https://cdn.shopify.com/s/files/1/0654/1467/files/59_1024x1024.jpg?v=1640814313');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.aboutus{ 
    width: 100%; 
    background-image: url('images/OUR STORY.png');      
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;  
    background-position: top center;
    height: 80vh;
}


.rounded{
  box-shadow: 6px 6px rgb(134 79 51 / 70%);
}

.whitebox{
  background-color: rgba(209, 192, 171, 0.322);
  position: relative;
  
}

.whitebox img{
	
		position: absolute;
		top: -70px;
		transform: rotate(35deg);
		left: 10px;
	
}
.whitebox h1{
  letter-spacing: 2px;
  margin-top: -75px;
 
}
.whitebox label{
  text-transform: uppercase;
  font-size: 20px;
  
}
.whitebox input{
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid saddlebrown;
  border-radius: 0;
  
}

.whitebox::placeholder {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  opacity: 1;
  font-size: 3rem;  
  text-transform: capitalize;
  color: #A06F49; /* Firefox */
}

/*.form-control-lg {*/
/*    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));*/
/*    padding: 2px;*/
/*    font-size: 12px;*/
/*    border-radius: var(--bs-border-radius-lg);*/
/*}*/
input[type="text"]:disabled {
  background: transparent;
}

 
.fact-item {
    transition: .3s;
    cursor:pointer;
    /*background-color: #e6d8c8;   */
    position: relative;
  z-index: 0;
  /* width: 400px;*/
  /*height: 300px;*/
  border-radius: 10px;
  overflow: hidden;
  background-color: #f1e5db !important;     
   
} 
.fact-item:hover {
    margin-top: -10px;
   background-image: radial-gradient(farthest-corner at 40px 40px, rgb(70 28 7 / 82%) 0%, rgb(139 87 61 / 82%) 100%);
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
    /*color: floralwhite;  */
}  


.fact-item::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #39995300;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#995f39, #e1d4cc), linear-gradient(#5e3f1d, #bd8661), linear-gradient(#cc9d77, #decec3), linear-gradient(#6e411c, #ca8b61);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
 
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}



.fact-item::after {
  content: "";
  position: absolute;
  z-index: -1; 
  left: 6px;
  top: 6px; 
  width: calc(100% - 12px); 
  height: calc(100% - 12px);
  /*background: #ebddcd; */
  /*background: #9f7a63;*/
  background:#cbac99;
  border-radius: 5px;
} 


/* homepage testimonial */ 

/*.testi .item {*/
	
/*	background-color: #a06f4945; */
/*	padding: 50px 30px;*/
/*	position: relative;*/
/*	overflow: hidden;*/
   
/*}*/

/*.testi .item::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('https://themeholy.com/html/rasm/demo/assets/img/shape/leaves_4.png');*/
/*    opacity: 0.8;*/
/*    background-position: left;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    animation: mover 1s infinite alternate;*/
/*}*/
/*.testi .card{*/
/*	 border-radius: 20px;*/
/*	 background-image: radial-gradient( farthest-corner at 40px 40px, rgba(70, 40, 25, 0.7) 0%, rgba(70, 40, 25, 1) 100% );*/
/*}*/



/*.testi .card .img1{*/
/*	width: 70px;*/
/*    margin: 0px auto;*/
/*	position: relative;*/
/*	top: -35px;*/
	
/*}*/


/*.testi .item i {*/
/*	color: darkgoldenrod;*/
/*	padding: 0 5px;*/
/*	font-size: 15px;*/
/*	margin-top: -15px;*/
/*}*/


/*.testi .item p{*/
/*  padding: 0 20px;*/
/*  font-size: 15px;*/
/*  margin-top: -25px;*/
/*  text-align: left;*/
  /* color: rgb(70, 43, 8); */
/*  color: antiquewhite;*/
/*}*/ 
.mobilecarousel {
    
    display: none !important; 
} 

@media only screen and (max-width:500px) { 
    .aboutus {
    width: 100%;
    background-image: url('images/Affirmations_Banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;  
    background-position: top center;
    height: 200px;
}

.pro-qty .qtybtn {
	font-size: 18px;  
 
}

.fact-item h3{
    font-size: 45px;
} 

.fact-item .testi .item span{
    font-size: 15px;
    display: inline-block;
}

 .fcttt {
     height:380px !important;
 }

.mobilecarousel{
      display: block !important;
}
.mobilecarousel .owl-dots {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
    
}

.product__details__button .cart-btn {
    text-transform: capitalize;
    margin-right: 0px;
    padding: 5px 12px; 
}

.pro-qty {
    height: 35px;
     width: auto; 
    border: 1px solid #A06F49;
    border-radius: 50px;
    padding: 0 5px;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
}

.mobilecarousel .item{
    
    width:400px;
}


.mobilecarousel .owl-dots .owl-dot span {
        width: 10px; 
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
   .mobilecarousel  .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }


.product__details__pic {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    display:none;
}


.categories__accordion .card-heading {
    cursor: pointer;
    display: none;
} 

.product__details__button {
	overflow: hidden;
	margin-bottom: 0px;
}

.select-dropdown__button {
  padding:5px;
 font-size: 16px;
}

.product__details__text h3 { 
    color: #A06F49;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 17px !important; 
} 

.whitebox img {
    position: absolute;
    
    transform: rotate(35deg); 
    left: 10px;
    width: 50px; 
}

.whitebox h1 {
    letter-spacing: 2px;
    margin-top: -65px; 
}

.product__details__pic__left {
    width: 98%;
    /* max-height: 100%; */
    /* float: left; */
    display: flex;
    margin: 10px;
    gap: 10px;
}
.product__details__pic__left .pt img {
    width: 100%;
     height: auto; 
}

.product__details__slider__content {
    width: calc(90% - 0px);
    float: left;
    margin-left: 20px; 
    
    /* height: calc((100vw - 50px) / 0.86); */
    /* min-width: 100%; */
}

.product-details .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
     height: auto;  
    object-fit: cover;
}

}

/*our story css*/

.about-fix {
    background: url(https://iammiracl3.com/assets/frontend/images/vision.png) no-repeat;  
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 6rem 9%;
}

.about-fix .content {
    width: 55rem;
    /*background: rgba(255, 255, 255, 0.76);*/
    background:#f9f5f0c7;
    padding: 3rem;
}


.about-fix .content p{
  color: #222 !important;
  font-weight: 500;
}
@media screen and (max-width:400px) {
    .about-fix .content {
   
    padding: 1rem; 
}
}

/*privacy policy css*/ 
.policy h1{ 
    color:rgb(197, 146, 105);
    font-size:25px;
}

.policy h3{
    color:#694E38;
}

.policy p{
    font-size:14px; 
    color:#222;
}

.policy ul li{
    font-family: "Raleway", sans-serif;
    font-size:12px;
    color: #222;
}

.terms h1::before{  
   content: "";
     width: 100%;
     height: .1em;
     
     /* background-color: var(--c-title-underline-color); */
     background: burlywood;
     
     position: absolute;
     bottom: -2px;
     left: 0;
}   
.terms h1{  
    color:#9b7150;
    position:relative;
    font-size:25px;
     width: fit-content;
    
}

.terms p{ 
    font-size:13px;
    color:#222;
}


/*signup css*/

 .containerthree {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  height: 600px;
  margin: 80px auto 0;
  background-color: #e0c9b294;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}
 .containerthree .half {
  float: left;
  width: 60%;
  height: 100%;
  padding: 58px 40px 0;
}
 .containerthree .half.bg {
  background-image: url("https://iammiracl3.com/assets/frontend/images/Signuppage.png");  
  background-size: 400px;
  background-repeat: no-repeat;
  width: 40%;
}
 .containerthree h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
  text-align: center;
  text-indent: 6px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #263238;
}
 .containerthree .tabs {
  width: 100%;
  margin-bottom: 29px;
  border-bottom: 1px solid #d9d9d9;
}
 .containerthree .tabs .tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 20px 15px 10px;
  cursor: pointer;
  letter-spacing: 0;
  border-bottom: 1px solid #d9d9d9;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.1s ease-in-out;
}
 .containerthree .tabs .tab a {
  font-size: 11px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: sans-serif;
  font-style: italic;
    color: #a06f4960;
    font-weight: 400;
  transition: all 0.1s ease-in-out;
  font-size: 2rem;

}
 .containerthree .tabs .tab.active a, body .container .tabs .tab:hover a {
 font-family: sans-serif;
    color: #A06F49;
    font-style: italic;
    font-size: 2rem;
}
 .containerthree .tabs .tab.active {
  border-bottom: 1px solid #263238;
}
 .containerthree .content .signin-cont form {
  position: relative;
  height: 200px;
}

 .containerthree .content .signup-cont form {
  position: relative;
  height: 375px;
}
 .containerthree .content label:first-of-type, body .container .content input:first-of-type, body .container .content .more:first-of-type {
  -moz-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
}
 .containerthree .content label:nth-of-type(2), body .container .content input:nth-of-type(2), body .container .content .more:nth-of-type(2) {
  -moz-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
}
 .containerthree .content label:nth-of-type(3), body .container .content input:nth-of-type(3), body .container .content .more:nth-of-type(3) {
  -moz-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
}
 .containerthree .content label {
  font-size: 12px;
  color: #263238;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
 .containerthree .content label:not([for='remember']) {
  display: none;
}
 .containerthree .content input.inpt {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  padding: 16px 13px;
  color: black;
  font-weight:500;
  /*border: 1px solid #d9d9d9;*/
  border: 1px solid #9b6c1dc9;
  background: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family:sans-serif;
  border-radius: 2px;
}
 .containerthree .content input.inpt::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
 .containerthree .content input.inpt:-moz-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
 .containerthree .content input.inpt::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
 .containerthree .content input.inpt:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
 .containerthree .content input.inpt:focus {
  border-color: #999999;
}
 .containerthree .content input.submit {
  font-size: 12px;
  line-height: 42px;
  display: block;
  width: 100%;
  height: 42px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #263238;
  border: 1px solid #263238;
  background: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
 .containerthree .content input.submit:hover { 
  background-color: #263238;
  color: #ffffff;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


 .containerthree .content input:focus {
  outline: none;
}
 .containerthree .content .checkbox {
  margin-top: 4px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  margin: 17px -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
}
 .containerthree .content .checkbox + label {
  vertical-align: middle;
  display: inline-block;
  width: 50%;
}
 .containerthree .content .checkbox + label:before {
  content: "\A";
  color: #999999;
  font-family: Verdana;
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #d9d9d9;
  width: 11px;
  height: 11px;
  margin: -2px 8px 0 0;
}
 .containerthree .content .checkbox:checked + label:before {
  content: "✓";
}
 .containerthree .content .submit-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
 .containerthree .content .submit-wrap a {
  font-size: 12px;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  color: #999999; 
}
 .containerthree .content .submit-wrap a:hover {
  text-decoration: underline;
}
 .containerthree .content .signup-cont {
  display: none;
}

@keyframes slideIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -320px;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-left: 0px;
  }
}
@-webkit-keyframes slideIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -320px;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-left: 0px;
  }
}
.credits {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999999;
  font-size: 14px;
  margin: 0 10px 10px 0;
}
.credits a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}



@media  only screen and (max-width:600px) {
    .containerthree .half {
    float: none;
    /*width: 100%;*/
    /*height: 100%;*/
    width: 100%;
    height: auto;
    padding: 0;
}
 
 .about-fix {
    background: url(https://iammiracl3.com/assets/frontend/images/vision.png) no-repeat;  
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2rem 5%; 
}
  
 .sm{
   background-image: url('https://iammiracl3.com/assets/frontend/images/Signuppage.png');
    background-size: 100%;
    height: auto;  
}
.containerthree .tabs .tab a {
    font-size: 1.5rem; 
}

.containerthree .half.bg {
    background-image: url(https://iammiracl3.com/assets/frontend/images/Signuppage.png);
    /* background-size: 400px; */
    background-repeat: no-repeat;
    width: 100%;
    /* position: absolute; */
    height: 280px; 
    /* order: 1; */ 
    
    display:none;
}
.containerthree {
    position: relative;
    overflow: hidden;
     
    height: 530px;
    
    margin: 80px auto 0;
    /*background-color: #e0c9b2fc;*/
    background-color:#e7dcd0f2;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px;
    max-width: 1000px;
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
}

}
@media only screen and (max-width: 500px){
.breadcrumb {
    position: relative;
    z-index: 1;
    height: 120px !important;  
}

.containerthree {
   
    margin: 0 20px;
    
}

}
/* datepicker css */

.ui-datepicker {
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    font-family: Open Sans, Arial, sans-serif;
    margin-top: 2px;
    padding: 0 !important;
    border-color: #c9f0f5 !important;
}

.ui-datepicker {
    width: 256px;
}

.openemr-calendar .ui-datepicker {
    width: 191px;
}

.ui-datepicker table {
    width: 256px;
    table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
    width: 191px;
    table-layout: fixed;
}

.ui-datepicker-header {
    background-color: #ead9b7  !important;
    background-image: none !important;
    border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
    background-color: #e6f7f9 !important;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
}

.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #4628198f;
    width: 110px !important;
    height: 22px;
     color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
    font-family: Open Sans, Arial, sans-serif;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #4628198f;
    width: 61px !important;
    height: 22px;
    border: none !important;
     color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
    /*font-family: Open Sans, Arial, sans-serif;*/
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #3985a0 !important;
    background-color: #fff !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
/*     background: white !important; */
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight{
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
    font-size: 10px;
    margin: 0;
}

.ui-datepicker td {
    width: 33px;
}

.openemr-calendar .ui-datepicker td {
    width: 26px;
}

.openemr-calendar .ui-state-default {
    width: 26px;
    height: 20px;
    line-height: 20px;
}
.ui-state-default.ui-state-hover {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
} 

.ui-datepicker-calendar thead tr th {
    font-family: Open Sans, Arial, sans-serif;
    color: #549fa8;
    font-size: 12px;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
    /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 10px;
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}
.ui-widget-content
{
    background-image:none !important;
    background-color:#926d54;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
    display:none;
}

.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}

.openemr-calendar .ui-state-default {
    border: 0 !important;
}

.openemr-calendar .ui-datepicker-month { 
    margin-right: 10px !important;
}

/* share story css */

#faqAccount .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
 background-size:auto;
}
#faqAccount .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size:auto;
}
#faqAccount .accordion-button::after {
  transition: all 0.5s;
}

.link-primary:focus, .link-primary:hover {
    color: rgb(187, 131, 57)!important;
    
}

.sharestory .card {
  padding: 20px;
}

.READMORE {
  background-color: rgb(96, 62, 33);
  color: #fff;
  padding: 10px 40px;
  margin: 10px;
  box-shadow: 10px 10px 0px #8e7373;
}
 


.char{
    font-family:sans-serif;  
    font-size:12px;
    color:grey; 
}

.img-overlay {
    background-image: url('https://mysta.peerduck.com/wp-content/uploads/2022/01/pass-fww.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:-1; 
}

/* affirmation css */


    .filteroption{ 
   
        min-height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url('https://img.freepik.com/free-vector/minimal-aesthetic-logo-element-set-pink-vector_53876-157611.jpg?w=740&t=st=1713506040~exp=1713506640~hmac=10214ea754bfcf7121b7d55c1ff2a5329e9264b85a5d8171d5772771a3594b9e');
    background-position: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    background-attachment: fixed;
    padding: 50px 0;
    background-repeat:no-repeat;
    height: auto;
}

.filteroption img {
    position: absolute;
    top: -240px;
   right: 0px;  
    animation: moving 1s infinite alternate;
}
@keyframes moving {
   from{
       transform: translateY(-25px) rotate(350deg);
   }

   to{
       transform: translateY(0) rotate(350deg);
   }
}

blockquote {
    border: none;
    text-align: center;
    background-image: url('https://www.louisehay.com/wp-content/themes/louisehay/img/quote-paint.png');
    background-repeat: no-repeat;
    background-position: 50% 44%;
    font-size: 16pt;
    width: 35em;
    line-height: 2em;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;

} 

.content-card .card {
   
   background-color: transparent;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: none; 
}



.content-card .card.card-just-text .content {
  padding: 0 30px;
  text-align: center;
}


.filteroption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
       /* background-color: rgb(59 33 1 / 72%); */
       /* background-image: radial-gradient(farthest-corner at 40px 40px, rgb(134 79 51 / 81%) 0%, rgb(37 19 9 / 79%) 100%); */
       /* background-image: radial-gradient(farthest-corner at 40px 40px, rgb(89 49 29 / 81%) 0%, rgb(37 19 9 / 79%) 100%); */
       /* background-image: radial-gradient(farthest-corner at 40px 40px, rgb(68 36 20 / 81%) 0%, rgb(37 19 9 / 79%) 100%);
       */
       background-image: radial-gradient(farthest-corner at 40px 40px, rgb(105 54 29 / 81%) 0%, rgb(37 19 9 / 79%) 100%);
      
       /* background-image: radial-gradient(farthest-corner at 40px 40px, rgb(105 54 29 / 81%) 0%, rgb(101 64 44 / 79%) 100%);
       */
       width: 100%;
    height: 100%;
    z-index: -1;

    text-align: center;
    border-top: 1px solid #000;
   
    margin-bottom: 2em;
}

.filteroption .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background-color: antiquewhite;
     border-radius: 10px;
     border: none;
     color: rgb(69, 38, 10);
     z-index: 3;
     font-weight: 600;
     position: relative;
}
.filteroption .nav-pills .nav-link {
    color: antiquewhite;
    border: 1px solid antiquewhite;
}
.filter1 .secondary-font{
    font-size: 5rem;
    font-weight: 500;
    
    color: #fff;
}

.content-card ol{  
    padding-left: 5px;
}

.content-card ol li{ 
    line-height: 30px;
    font-size: 18px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 2px;
}




.filter1 .bordered-text {
    
    
    border-bottom: 2px solid #000;
    display: inline-block;
    
    padding: 0;
    background: none;
    color: #b65024;
    line-height: 100px;
     width: fit-content;
}

.filteroption .far .fa-heart {
  color: #fff;
  cursor: pointer;
  font-size:2rem;
}

.filteroption .fas .fa-heart {
  color: red;
  cursor: pointer;
}

#alert{
    width: 10%;
    text-align: center;
    background-color: #202020;
    color: #ffffff;
    padding: 5px 0;
    display: none;
}

@media only screen and (max-width:998px) {
    .filteroption img {
    position: absolute;
    top: -220px;
     right: 0px; 
    animation: moving 1s infinite alternate; 
}

.filteroption {
   
    margin-top: 3rem;
}
}

@media only screen and (max-width:600px) { 
.filteroption img {
    position: absolute;
    top: -190px;
    right: 30px;
    animation: moving 1s infinite alternate;
    width:250px;
}
.our-story p{
   font-size:15px;  
}
.our-story li{
   font-size:15px;  
}
#about p {
    color: floralwhite;
    font-size: 15px;
}
} 

.add-btn {
   
    padding: 5px 15px !important;
    transition:0.5s;
    font-size: 13px !important;
}

.add-btn:hover{  
    background-color:rgb(105, 74, 34);
    color:antiquewhite;
}

