@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;
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: unset;
    }
}

a,button{
    transition: .3s;
}
a:hover,button:hover{
    opacity: .7;
}

.text-color {
    color: #000;
}

.text-color-50 {
    color: rgba(0, 0, 0, 0.5);
}

.text-color-for-dark-bg {
    color: #f1f1f1;
}

.text-color-for-dark-bg-50 {
    color: rgba(255, 255, 255, 0.5);
}

#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: #fafafa;
}
#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-header-top {
    background: #00428b;
}

.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: rgba(254, 187, 1, 0.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: #febb01 !important;
}
.btn-info{
    background-color: #febb01 !important;
    border: 1px solid #febb01 !important;
}
.bg-info{
    background-color: #febb01 !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;
}

.border-bl-1 {
    border: 1px solid #0274bd;
}

.product-list-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0274bd;
    text-decoration: none;
    -ms-word-break: break-word;
    word-break: break-word;
}

.product-list-btn .btn {
    background-color: #febb00 !important;
    border: 1px solid #feb100 !important;
}

.card-footer {
    border-top: 0;
    background-color: unset;
}

.cart-ico {
    color: #f7f7f7;
}

@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;
}

.brand_filters label {
     padding-left: .7rem;
}

.title-line {
    background: #00428b;
    text-align: left;
    color: #fff;
    padding: 0px 10px;
    border-bottom: solid 8px #e7ba00;
}

section.about .left  {
    padding: 50px;
    text-align: justify;
}

section.about .left h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.about .right {

}

section.about .right .wrapper {
    height: 100%;
    position: relative;
    background: url('/assets/img/logist.jpg') 0 0;
}

section.about .right .info {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 57%;
    padding: 29px;
    background: #000000b5;
    text-align: justify;
    color: #fff;
}


@media screen and (max-width: 767px) {
    section.about .right .info {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}

section.about .right .info h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.45rem;
}


section.about .right .info .btn {
    background: #00428b;
    color: #fff;
    width: 100%;
}


section.about .right .info .text {
    
}

.main-banners-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.main-banners-block a:hover, button:hover {
    opacity: 1;
}

.main-banners-block .top {
    position: relative;
    padding-bottom: 20px;
}

.main-banners-block .top h4 {
    position: absolute;
    top: 85px;
    left: 50px;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.main-banners-block .top p {
    position: absolute;
    top: 127px;
    left: 50px;
    color: #fff;
    font-size: 1.7rem;
}

.main-banners-block .left {
    position: relative;
}


.main-banners-block .right {
    position: relative;

}

.main-banners-block .left h4,
.main-banners-block .right h4 {
    position: absolute;
    top: 25px;
    left: 50px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
}

.main-banners-block .left p,
.main-banners-block .right p {
    position: absolute;
    top: 58px;
    left: 50px;
    color: #fff;
    font-size: 1.2rem;
}


@media (min-width: 768px) {
 
    .main-banners-block .right {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    
    .main-banners-block .left a,
    .main-banners-block .right a {
        display: block;
        height: 140px;
        overflow: hidden;
    }
    
    .main-banners-block .left a {
        margin-bottom: 20px;
    }
    
    .main-banners-block .top h4,
    .main-banners-block .left h4,
    .main-banners-block .right h4 {
        top: 20px;
        left: 15px;
        font-size: 1.2rem;
    }
    
    .main-banners-block .top p,
    .main-banners-block .left p,
    .main-banners-block .right p {
        top: 52px;
        left: 15px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
    
    .main-banners-block {
        
    }
    
}



.main-banners-block img {
    width: 100%;
}

.main-banners-block .banner1 {
    background: url("/assets/img/banner1.jpg");
    background-size: 100%;
    height: 600px;
}
.main-banners-block .banner2 {
    background: url("/assets/img/banner2.jpg");
    background-size: 100%;
    height: 600px;
}
.main-banners-block .banner3 {
    background: url("/assets/img/banner3.jpg");
    background-size: 100%;
    height: 300px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}


@media screen and (max-width: 1400px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x,1rem);
    }
}

.gridCat {
    
}

.gridCat a {
    position: relative;
    display: block;
    overflow: hidden;
    border: solid 1px #222;
    background: rgb(33,37,41);
    height: 500px;
}

.gridCat a .bg {
    background-position: center !important;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.gridCat a .title {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #000;
    background: #f5f5f5f0;
    padding: 15px;
}

.card {
    align-items: center;
    padding: 35px 0;
    border: 0;
}

@media screen and (max-width: 767px) {
    .cat-item {
        height: 150px;
        margin-bottom: 25px;
        overflow: hidden;
    }
}