@font-face {
    font-family: 'Circe Rounded';
    src: local('Circe Rounded  Regular 5'), local('CirceRounded-Regular5'),
        url('../fonts/circe-rounded/circerounded-regular5.woff2') format('woff2'),
        url('../fonts/circe-rounded/circerounded-regular5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Circe Rounded';
    src: local('Circe Rounded  Regular'), local('CirceRounded-Regular'),
        url('../fonts/circe-rounded/circerounded-regular.woff2') format('woff2'),
        url('../fonts/circe-rounded/circerounded-regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body{
    font-family: 'Circe Rounded', sans-serif;
}
a,button{
    transition: .3s;
}
a:hover,button:hover{
    opacity: .7;
}

#offcanvasWithBackdrop .offcanvas-header, #supModal .modal-header{
    background-image: linear-gradient(to right, rgb(101, 153, 153), rgb(244, 121, 31));
}
#offcanvasWithBackdrop .btn-close, #supModal .btn-close{
    width: 2em;
    height: 2em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
    
}
#cart-fixed{
    position: fixed;
    top: 25%;
    right: 15px;
    z-index: 1040;
}
#cart-count{
    background-color: #fe5000;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main{
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 32vw;
}
#main::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .container-xxl{
	position: relative;
	z-index: 2;
}
.text-quotesscript{
    font-family: 'quotesscript';
}
.logo__bg{
    position: absolute;
    display: block;
    width: 82%;
    height: 100%;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
}
.logo__img{
    position: relative;
    z-index: 2;
}
body{
    background-color: #000000;
}
#top-link{
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	background-color: rgba(5,5,5, .5);
	display: none;
}
.btn:focus{
    box-shadow: unset;
}
.btn-menu:focus{
    box-shadow: 0 0 3px 3px rgba(255,255,255, .2);
}
.bg-top{
    background-image: url('../img/main-2.jpg');
    background-size: 100%;
    min-height: 43vw;
    box-shadow: inset 0px -15vw 22px 0px rgba(5,5,5, .8);
}
.heartBeat{
    -webkit-animation: heartBeat 6s infinite linear;
            animation: heartBeat 6s infinite linear;
}
.box-check .form-check-input{
    margin-top: -.1rem;
    margin-right: .3rem;
    margin-left: .3rem;
}
.bg-rgba-black, .bg-rgba-blue{
    position: relative;
}
.bg-rgba-black::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5,5,5, .4);
    z-index: 1;
}
.bg-rgba-blue::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(48 165 181 / 95%);
    z-index: 1;
}
.bg-rgba-black .container-xxl, .bg-rgba-blue .container-xxl{
    position: relative;
    z-index: 2;
}


.box-video{
    position: absolute !important;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.error-form{
    top: 8px !important;
    left: 10px !important;
    opacity: 1 !important;
}
.text-danger{
    color: #fa0200 !important;
}
.btn-danger{
    background-color: #fa0200 !important;
    border: 1px solid #fa0200 !important;
}
.bg-danger{
    background-color: #fa0200 !important;
}

.text-warning{
    color: #fe5000 !important;
}
.btn-warning{
    background-color: #fe5000 !important;
    border: 1px solid #fe5000 !important;
}
.bg-warning{
    background-color: #fe5000 !important;
}

.text-info{
    color: #00a7b5 !important;
}
.btn-info{
    background-color: #00a7b5 !important;
    border: 1px solid #00a7b5 !important;
}
.bg-info{
    background-color: #00a7b5 !important;
}
#carouselExampleCaptions .carousel-caption{
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
#carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev{
    z-index: 1030;
}
#carouselExampleCaptions .carousel-control-next{
    margin-right: -10rem;
}
#carouselExampleCaptions .carousel-control-prev{
    margin-left: -10rem;
}
#cboxLoadedContent{
    border: 0px solid #fff !important;
}
.reviews-box__star-line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.reviews-box__star-box{
    display: flex;
    align-items: center;
}
.reviews-box__star-text{
    color: #65462A;
    font-size: 16px;
    padding: 5px 0;
    width: 130px;
}
.reviews-box__star-icon{
    color: #c7c7c7;
    padding: 3px;
    cursor: pointer;
}
.reviews-box__star-icon:hover{
    color: #DE1E37;
}
.reviews-box__star-icon--active{
    color: #DE1E37;
}
.reviews-box__star-icon--hover{
    color: #DE1E37;
}
.reviews-box__stars{
    padding: 15px 0;
}
.reviews-box__label{
    font-size: 14px;
    font-weight: bold;
    color: #65462A;
    padding: 10px 0 5px;
    display: block;
}

@media screen and (max-width: 992px){
    .bg-top{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .logo-main{
        max-width: 200px;
    }
    #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev{
        bottom: -3rem;
        top: unset;
    }
    #carouselExampleCaptions .carousel-control-next{
        margin-right: 5rem;
    }
    #carouselExampleCaptions .carousel-control-prev{
        margin-left: 5rem;
    }
    .mb-background{
        position: relative;
    }
    .mb-background .container-lg{
        position: relative;
        z-index: 2;
    }
    .mb-background::after{
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(5,5,5, .9);
    }
    .box-video{
        position: static !important;
        left: 0;
        transform: unset;
    }
}

@media screen and (max-width: 768px){
    .mb-phone{
        font-size: 17px;
        margin-left: .7rem;
    }    
}

.admin_panel {
    position: fixed;
    right: 0;
    top: 80%;
    background: #eee;
    padding: 15px;
}

.old-price-s {
    text-decoration: line-through;
}

.discount-price {
    background: #e3b54f;
    padding: 10px;
    position: relative;
    font-weight: 800;
}

.discount-price svg {
    width: 50px;
    position: absolute;
    top: -1px;
    right: -53px;
}





@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
}


.flex_block_2 {
        display: flex; 
        justify-content: space-between; 
        margin-bottom: 2rem;
    }
    
@media screen and (max-width: 768px) {
    .flex_block_2 {
        flex-direction: column;
        align-items: center;
    }
}



.b-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 20px;
}
.b-whatsapp .whatsapp__wrapper{
  align-items: center;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #EEEEEE;
}
.b-whatsapp .whatsapp__wrapper .whatsapp__text {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding: 14px 27px 14px 40px;
}
.b-whatsapp .whatsapp__wrapper .whatsapp__img img {
  vertical-align: middle;
  width: 100%;
}
.b-whatsapp .whatsapp__wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

