

/*
Template Name: Synrok - Mobile HTML Template
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/*
Table of index
*/

/* 
- General
- Header
- Searchbar
- loader
- Footer
- Pag Content
- Utilities
- Radio & Checkbox
- Product Details
- Metis Menu
- Order Tracking
- Animation
 */


 .wrapper {
    background-color: #fff6c066 !important;
    background-blend-mode: color-burn !important;
    background-position: center;
    background-attachment: fixed;
}


 /*General*/

body{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

::placeholder {
    color: #000;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 0px;
  }


/* Header */

.top-header {
    width: auto;
    height: 60px;
    background-color: #551a02;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-content {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 1rem;
}

.top-header .navbar .nav-button a{
    font-size: 25px;
    color: #fff;
}

.top-header .navbar .top-right-menu a.nav-link {
    font-size: 20px;
    color: #ffffff;
}

.top-header .top-right-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #000;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fef096;
}
   
/*
.d-flex.justify-content-center.align-items-center.position-absolute.translate-middle {
    align-items: center !important;
    height: 100%;
    width: 100%;
    transform: none !important;
}*/

.spinner-border, .spinner-grow{
    width: 100px;
    height: 100px;
}

/* Searchbar */

.top-header .navbar .searchbar {
    display: none;
}

.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #dee2e6;
    z-index: 100;
    background-color: #ffffff;
    height: 65px;
    padding: 0 1.0rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .full-search-bar .form-control {
    background-color: #f6f6f6;
    border-radius: 0.5rem;
    
}

.top-header .navbar .full-search-bar .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #212529;
}


.searchbar .search-icon {
    margin-left: 2rem !important;
}

.searchbar .search-close-icon {
    margin-right: 2rem !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #212529;
    border: 1px solid #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}


/* loader */

.loader-wrapper {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #feee88;
}




/* footer */

.wrapper .page-footer {
    width: auto;
    height: 60px;
    background-color: #ffffff;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.wrapper .page-footer .navbar a.nav-link {
    color: #212529; 
}


.wrapper .page-footer .navbar a.nav-link .icon {
   font-size: 20px;
}

.wrapper .page-footer .navbar a.nav-link .name {
    font-size: 14px;
 }


.wrapper .sidenav .offcanvas-header {
    height: auto;
    background-color: #551a02 !important;
}

.wrapper .sidenav .offcanvas {
    width: 300px;
}

/* Pag Content */

.category-img figure {
    margin: auto;
}

.category-img figcaption {
    font-size: 12px;
    color: #212529;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}


/* Utilities */

.bg-red {
    background-color: #ff2c2c !important;
}

.bg-green {
    background-color: #21ad61 !important;
}

.bg-purple {
    background-color: #723da6 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-pinterest {
    background-color: #c8232c !important;
}

.bg-linkedin {
    background-color: #0072b1 !important;
}

.bg-apple {
    background-color: #000 !important;
}

.text-purple {
    color: #723da6 !important;
}
.text-orange {
    color: #ff822c !important;
}
.text-cyane {
    color: #00FFFF !important;
}
.text-brown {
    color: #ce5334 !important;
}
.text-ten {
    color: #5eff00 !important;
}
.text-pink {
    color: #ff006f !important;
}

.section-title {
    color: #212529;
    font-size: 18px;
}

.review-item .client-name {
    color: #212529;
    font-size: 14px;
}

.product-short-title {
    color: #212529;
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0!important;
}

.seva_anil .card-body {
    padding: 0px;
    display: block;
}
.seva_anil .noti-box {
    width: 100%;
    height: auto;
}
.seva_anil p.fw-bold.mb-0.text-dark {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.sales-category-wrapper .card.rounded-0.rounded-3.overflow-hidden a.play_button h3 {
    padding-top: 10px;
}

.seva_anil img, svg {
    vertical-align: middle;
    /*height: 60px;*/
    object-fit: cover;
}
.sales-category-sliderss img {
    /*height: 250px;*/
    object-fit: cover;
    width:100%;
}
.banner-sliders .banner-item a img {
    width: 100%;
}



.sales-category-review img {
    height: 250px;
    object-fit: cover;
}
.review-slider .review-item {
    position: relative;
}
.review-slider .social_box i.bi.bi-share {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background: white;
    border: 1px solid brown;
    border-radius: 50%;
    height: 40px;
    line-height: normal;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.moti_1{
    position:relative;
}
.moti_1 .social_box i.bi.bi-share {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background: white;
    border: 1px solid brown;
    border-radius: 50%;
    height: 40px;
    line-height: normal;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.btn-ecomm {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    z-index: 6;
}


.filter-menu .nav-link {
    border-radius: 0;
    color: #363d46;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}

.filter-menu .nav-link.active {
    color: #1b222d;
    background-color: #ffffff;
}

.filter-content .product-number {
    color: #b7b7b7;
    margin-left: 7px;
}


/* Radio & Checkbox */

.form-check-input,
.form-check-input,
.form-check-label {
  cursor: pointer;
}

.product-number {
  color: #b7b7b7;
  margin-left: 7px;
}


.form-check-input:checked,
.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-check-input:focus,
.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}

.similar-products a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #212529;
    font-size: 16px;
    border-radius: 50%;
}

.h-90 {
    height: 90%!important;
}

.rounded-top-left-right-lg {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.offcanvas-footer {
    background-color: #ffffff;
}


/* Product Details */

.product-image-slider .slick-list {
   margin: 0 0;
}

.product-image-slider .slick-slide {
    margin: 0 0;
}


.product-image-slider .slick-dots {
    bottom: 0;
}

.share-product {
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #551a02;
    z-index: 1;
    cursor: pointer;
    bottom: 70px;
    left: 6px;
}

.share-product:hover {
    color: #212529;
} 

.product-image-slider .slick-dots li button:before {
    opacity: 1;
    color: white;
}

.product-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(0, 0, 0);
}


.product-image-slider .slick-prev, .product-image-slider .slick-next {
    font-size: 24px;
    color: #fff;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}

.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover,
.product-image-slider .slick-prev:focus, .product-image-slider .slick-next:focus {
    opacity: 1;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}


.product-image-slider .slick-prev {
    left: 0;
}

.product-image-slider .slick-next {
    right: 0;
}

.width-content {
    width: fit-content;
}

.size-chart div button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #222121;
    font-weight: 600;
    background-color: #ffffff;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-chart div button:hover, .size-chart div button:focus {
    color: #ffffff;
    border: 1px solid #212529;
    background-color: #212529;
}


.product-info .product-title {
    color: #222121;
}

.separator {
    display: flex;
    align-items: center;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.separator h3 {
    padding: 0 1.5rem;
}


.wishlist-close {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 7px;
}


.block-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-input {
    width: 1.2em;
    height: 1.2em;
}

.profile-item,
.profile-item:hover,
.profile-item:focus {
    color: #141619;
    text-decoration: none;
}


.noti-box {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #eff1f3 !important;
    border-radius: 50%;
}

.forgot-link {
    color: #646464;
}

.forgot-link:hover {
    color: #646464;
}


.social-login a {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 16px;
   background-color: #eaebeb;
   border-radius: 50%;
}

.verification-controls input{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}

.splash-bg-2 {
    background-image: url(../../../../../photos/5655511/pexels-photo-5655511.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* Metis Menu */

.sidebar-nav .metismenu a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-bottom: 1px solid #dee2e6;
}


.sidebar-nav .metismenu .mm-active > a,
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus{
    color: #212529;
    background-color: #f8f9fa;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}

.sidebar-nav .metismenu .mm-active > a {
    border-radius: 0;
}

.sidebar-nav .metismenu li + li {
    margin-top: 0px;
}

.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
}


/* Order Tracking */

.timeline-with-icons {
    border-left: 1px solid #dee2e6;
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon.active {
    color: #fff;
    background-color: #212529;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #f8f9fa;
    color: #bcc0c5;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.play_button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000002b;
    top: 0;
    content: "\f62b";
    font-family: 'bootstrap-icons';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee1c30;
    font-size: 33px;
}

button.like__btn {
    border: none;
    background: transparent;
}
.ul_div li {
    list-style-type: none;
}
.ul_div ul {
    padding: 0px;
    display: flex;
}
button.like__btns {
    border: none;
    background: transparent;
}


.slick-slide {
    display: none;
    float: left;
    margin: 10px 10px;
    height: auto;
    min-height: 1px;
}
.video-border:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url('../images/video-right.png');
    width: 100px;
    height: 100%;
    z-index: 1;
    right: -30px;
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
}
.video-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    background-image: url(../images/video-left.png);
    width: 100px;
    height: 100%;
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
}

.col-lg-12.col-md-12.video-border.aos-init.aos-animate {
    overflow: hidden;
    position: relative;
}

.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.line-1 {
    font-weight: 600;
    position: relative;
    top: 8px;
    width: fit-content;
    margin: 0 auto;
    border-right: 2px solid rgba(255, 255, 255, .75);
    /* font-size: 180%; */
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    font-size: 21px;
    color: #551a02 !important;
    line-height:2;
}

a.btn.view-more {
    background: #551a02;
    color: white;
    margin-top: 10px;
}
.about-content {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: grid;
}

.donation-item .img img {
    width: 100%;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.donation-item .img {
    position: relative;
}
.donation-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
    box-shadow: 0 0 20px 0 #dddddd8c;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    /*height: 100%;*/
    background: white;
}

    .donation-item .img .donate-btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
        visibility: hidden;
        text-decoration: none;
    }
.common-btn {
    color: #fff;
    background-color: #ff3d00;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 30px;
    font-weight: 600;
}
.donation-item:hover .img img {
    border-radius: 0;
}
.donation-item:hover .img .donate-btn {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}
.donation-item .inner {
    padding: 17px 10px 10px;
}
.donation-item .top .tags {
    display: inline-block;
    color: #ff3d00;
    font-weight: 600;
    margin-bottom: 12px;
}
.donation-item .top h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

a.btn.btn-prev {
    background: #626060;
}

.donation-item .inner a {
    color: #551a02;
}
input.btn.btn-complete {
    background: #551a02 !important;
}


@media (min-width: 991px){ 
    .donation-item {
    background: white;
}
    .donation-item:hover .top .tags {
        color: #ff3d00;
    }
    .donation-item:hover .top h3 a {
        color: #000;
    }
}


/* animation */

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


@media (max-width:768px){
    .donation-item p {
        font-size: 13px;
    }
}