* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: emoji;
    text-transform: capitalize;
}
a{
    text-decoration: none;
    color:black;
}
/* start navbar */
.navbar{
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
    /* background-image: url(../images/white.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}
.navbar i{
    margin: 0 10px;
}
.navbar .nav-item{
    padding: 0 20px;
}
.navbar .nav-link{
    color:#000 !important
}
.topbar{
    background-color: #F190A0;
    /* background-image: url(../images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    position: relative;
}
/* .topbar::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .2);
} */
.logo{
    width: 70px !important;
    height: 70px !important;
}


/* start product side */
.product .inner-box{
    height: 420px;
    border: 1px solid #dfe0e4;
    border-radius: 30px;
}
.product h5{
    font-size: 18px;
}
.product p{
    font-size: 12px;
    color: #777E90;
}
.product .lower-grid .btn a{
    background-color: #000;
    padding: 5px 20px;
    color: #fff;
    border-radius: 30px;
}
.product img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
/* end product side */


/* start privacy page */
.privacy p{
    color: #000 !important;
}



/* start about page */

.about img{
    width:100%;
}
.about p{
    text-align:justify;
}
/* end about page */

/* start treatment section */
.treatment{
    background-color: #c8e5ba;
}
.treatment h2{
    font-size: 42px;
    color:#000;
}
.treatment p{
    color:#000;
}
.treatment h6{
    color: #000;
}
.treatment .anchor{
    margin-top: 30px;
    justify-content: space-around;
}
.treatment .btn-1{
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    color: #000;
    transition: .5s;
}

.treatment .btn-1:hover{
    background-color: #2e7d32;
    color: #fff;
}



/*start claim page*/
.claim{
    background-color:#47233F;
    padding:100px 0;
}
/*end claim page*/


/* start animate section */
.animate{
    /* background-color: #FFFCF1; */
    background-image: url("../images/back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 80vh; */
    padding: 80px 0 !important;
    position: relative;
    background-attachment: fixed;
}
.animate::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.animate .anchor{
    position: relative;
}
.animate h6{
    color: #fff;
    font-weight: 700;
    position: relative;
}
.animate h2{
    font-size: 36px;
    color: #fff;
    position: relative;
}
.animate p{
    color: #fff;
    position: relative;
}
.animate .anchor{
    margin-top: 30px;
    justify-content: space-around;
}
.animate .btn-1{
    background-color: #F190A0;
    border: 1px solid #F190A0;
    padding: 10px 30px;
    color: #fff;
    transition: .5s;
}

.animate .btn-1:hover{
    background-color: #2e7d32;
    color: #fff;
}


/*start product discription page*/
.discription h2{
    font-size:30px;
    font-weight:900;
}
.discription h5{
    font-weight:500;
}
.discription p{
    text-align:justify;
}
.discription .price{
    color: #ff8701;
    font-size: 36px;
    font-weight: 500;
    margin: 30px 6px 10px 0;
}


/*start contact page*/
.contact-banner img{
    width:100%;
}
.form-side{
     box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.form-side h2{
    color:#F190A0;
}
.form-side form{
    padding:20px;
    background-color:#fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
form .form-group{
    margin:20px 0;
}

form textarea{
    resize:none;
 
}


/*start collection*/
.collections .demo{ 
    height:250px !important;
    width:250px  !important;
    margin:5px 0;
}
.collections a{
    background-color: transparent;
    border:1px solid #000;
    padding:10px 30px;
    color: #000;
    transition:.5s;
}
.collections a:hover{
    background-color:#000;
    color:#fff;
}
.collections .outer-row{
    border-top:1px solid #000;
    padding: 20px 0;
}

.collections .demo1{
    height:400px;
    width:600px;
}




/*start video section*/
.video video{
          max-height: 700px;
        object-fit: cover;
        height: 100%;
        width:100% !important;
}
.video .row{
    border:1px solid lightgray;
}
.video .anchor a{
    border: 1px solid #000;
    background-color: #000;
    padding:10px 30px;
    color: #fff;
    transition:.5s;
}
.video .anchor a:hover{
    background-color: transparent;
    color: #000;
}

.video .gap{
    height:706px !important;
}



/*start terms and condtions page*/
.terms-side p{
    text-align:justify;
}


/*start return policy page*/
.return-side p{
    text-align:justify;
}







/* start footer */
body {
    background: #fbfbfd;
}

.new_footer_area {
    background: #F190A0;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
    background-color:green;
    color:white;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get:hover{
     background-color:#7abb48;
     border:1px solid green;
}
.btn_get_two:hover {
    background: transparent;
    color: green;
    border: 1px solid green;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color:#7abb48;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: #fff;
    border: 1px solid #e2e2eb;
    font-size: 24px;
    color: green;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: green;
    border-color: green;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background:#7abb48;
    border-color:#7abb48;
    color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #fff !important;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #fff;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/greenry.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("../images/truck.png") no-repeat center center;
    width: 100px;
    height: 100px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 50px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
  .dropdown:hover .dropdown-menu{
        display:block !important;
    }
    .sticky{
        position:sticky !important;
        top:0 !important;
        z-index:1000 !important;
        border: 1px solid rgba(45,25,41,.2);
    }
    
    #main-image {
    transition: all 0.3s ease;
}

    .card{
    position: relative;
    /*width: 350px;*/
    /*height: 350px;*/
     background: #333; 
     border-radius: 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border:none !important;
    background-color:transparent !important;
}
.cardtrans{
        position: relative;
     width: 350px !important;
     height: 350px !important;
    /* background: #333; */
    /* border-radius: 20px; */
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    transition: 0.5s;
    border: none !important;
    background-color: transparent !important;
}
.card:hover{
    /*width: 600px;*/
    transition-delay: 0.5s;
}
.card .circle{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .circle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 8px solid var(--clr);
    background: #f4ffe3;
    transition: 0.5s, background 0.5s;
    transition-delay: 0.75s,1s;
    filter: drop-shadow(0 0 10px var(--clr)) drop-shadow(0 0 60px var(--clr));
}
.card:hover .circle::before{
    width: 100%;
    transition-delay: 0.5s;
    height: 100%;
    border-radius: 20px;
    background: var(--clr);
}
.card .circle .logo{
    position: relative;
    width: 250px;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.card:hover .circle .logo{
    transform: scale(0);
    transition-delay: 0s;
}
.card .product_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0) rotate(315deg);
    height: 300px;
    transition: 0.5s ease-in-out;
}
.card:hover .product_img{
    transition-delay: 0.75s;
    transform: translate(-50%,-50%) scale(1) rotate(15deg);
    top: 45%;
    left: 75%;
    height: 500px;
}
.card .content{
    position:absolute;
    /*width: 50%;*/
    left: 20%;
    padding: 20px 20px 20px 40px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}
.card:hover .content{
    transition-delay: 0.75s;
    opacity: 1;
    visibility: visible;
    left: 0;
}
.card .content h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
}
.card .content p{
    color: #fff;
}
.card .content a{
    position: relative;
    color: #111;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

/******************** Product Detail **********************/
    .pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus, .product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: #7abb48;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}

/******************FAQ************************/
* {
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


h1 {
  margin-bottom: 20px;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}

/***********Product Details****************/
.thumb{
    margin-top:30px;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.sorting-item{
    text-align:end;
    margin-top:-25px;
    
}
.search{
    background-color:white;
    border:1px solid #f190a04d;
}
.__account-address .font-nameA {
    display: inline-block;
    margin-top: 5px !important;
    font-size: 13px !important;
    color: #555;
}
.__shadow {
    /* box-shadow: 0 12px 24px -4px rgba(27, 127, 237, .05), 0 0 2px rgba(27, 127, 237, .1); */
    box-shadow: 0 12px 24px -4px rgb(195 71 41 / 5%), 0 0 2px rgb(195 71 41 / 10%);
    border: none;
}
.__account-address .font-nameA {
    display: inline-block;
    margin-top: 5px !important;
    font-size: 13px !important;
    color: #555;
}
.bg-aliceblue {
    /* background: #f0f8ff; */
    background: #f6ece9;
}
.gap-3 {
    gap: 16px;
}
.__account-address #edit {
    cursor: pointer;
}
.__account-address .fa-trash {
    color: #ff4d4d;
}
.__account-address .fa-lg {
    padding: 4px;
}