/********** GLOBAL **********/

@font-face {
	font-family: 'Feeling Passionate Personal Use';
	src: url('fonts/FeelingPassionate-Regular.eot');
	src: url('fonts/FeelingPassionate-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/FeelingPassionate-Regular.woff2') format('woff2'), url('fonts/FeelingPassionate-Regular.woff') format('woff'), url('fonts/FeelingPassionate-Regular.ttf') format('truetype'), url('fonts/FeelingPassionate-Regular.svg#FeelingPassionate-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gazelle';
	src: url('fonts/Gazelle-Regular.eot');
	src: url('fonts/Gazelle-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Gazelle-Regular.woff2') format('woff2'),  url('fonts/Gazelle-Regular.woff') format('woff'),  url('fonts/Gazelle-Regular.ttf') format('truetype'),  url('fonts/Gazelle-Regular.svg#Gazelle-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	color: #000000;
	font-size: 15px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.full {
	width: 100%;
	float: left;
}
a {
	text-decoration: none !important;
}
strong {
	font-weight: 700;
}
.btn {
	cursor: pointer;
}
.btn-lg {
	padding: 10px 48px;
	font-weight: 300;
}
.btn-dark {
	background-color: #000000;
	border-color: #000000;
}
.btn-warning {
	background-color: #f9d300;
	border-color: #f9d300;
}
.form-control {
	font-size: 14px;
	box-shadow: none !important;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
video {
	width:100%;
	float:left;
	height:350px;
	object-fit: cover;
}
 @media (min-width: 1200px) {
.container {
	max-width: 1380px;
}
}
/********** GLOBAL **********/



/********** HEADER **********/

.navbar {
	background-color: #000000;
	padding: 0 0rem;
	border-bottom: 1px #f9d300 solid;
}
.navbar .nav-link {
	text-transform: uppercase;
	color: #ffffff !important;
	padding: 43px 26px !important;
	transition: all ease-in-out 0.3s;
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
}
.navbar .nav-link:hover, .navbar .nav-item.active .nav-link {
	color: #f9d300 !important;
}
.navbar-toggler {
	padding: 4px 5px;
	border-radius: 0;
	float: right !important;
}
.log_cart {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	padding-right: 12px;
}
.log_cart a {
	color: #FFF;
}
.add-item {
    position: absolute;
    top: -19px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: #f9d300;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    font-size: 12px;
}
/********** HEADER **********/



/********** BANNER **********/

.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner_text {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	display: table;
	text-align: center;
	color: #ffffff;
}
.banner h1 {
	font-weight: 700;
	font-size: 109px;
}
.banner h3 {
	font-size: 45px;
	color: #f0cb00;
	font-family: 'Feeling Passionate Personal Use';
}
.banner_text .btn {
	margin-top:40px;
}
.catecaro {
	height:850px;
}
.contactcaro {
    height: 850px;
}
/********** BANNER **********/



/********** BODY **********/

.body {
	width: 100%;
	float: left;
	position: relative;
}
h2 {
	font-family: 'Dosis', sans-serif;
}
.body h2 {
	font-size: 45px;
	font-weight: 300;
}
.shop_text {
	position: absolute;
	left: 25px;
	bottom: 40px;
}
.shop_text1 h3 {
	font-family: 'Gazelle';
	font-size: 57px;
	color: #000000;
}
.shop_text2 h3 {
	font-family: 'Sofia', cursive;
	font-size: 91px;
	color: #ffffff;
	line-height: 50px;
}
.shop_text2 h3 small {
	font-size: 46px;
	color: #ffffff;
	margin-left: 30px;
}
.shop_text3 h3 {
	font-size: 40px;
	font-family: 'Philosopher', sans-serif;
	color: #595959;
}
.shop_text4 h3 {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}
.shopnow {
	color: #000 !important;
	border-bottom: 4px #000 solid;
}
.shop_text4 .shopnow {
	color: #ffffff !important;
	border-color: #ffffff;
}
/*.flipper {
	width: 100%;
	height: 295px;
	perspective: 1000px;
}
.flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flipper:hover .flip-inner {
	transform: rotateY(180deg);
}
.front, .back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.front {
	background-color: #bbb;
	color: black;
}
.front img {
	height: 100%;
	object-fit: cover;
}
.back {
    background-color: #f9d300;
	color:#000000;
    padding: 20px;
    transform: rotateY(
180deg
);

} */
.lightshop {
	color: #FFF !important;
	border-color: #ffffff;
}
.products {
	background: #f7f7f7;
}
.products h2 {
	font-size: 40px;
}

.product_des {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.product_des h3 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
}
.product_des h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.product-actv {
    display: inline-block;
    padding: 6px 12px;
    border: 1px #f9d300 solid;
	margin:2px 0;
}
.product-actv:hover, .product-actv.active {
	color:#ffffff;
	background:#f9d300;
}

.slider_sec {
	width: 100%;
	float: left;
	position: relative;
}
.marquee {
	margin: 0 auto;
}
.marquee .owl-item {
	overflow: hidden;
}
.marquee .owl-item img {
	-webkit-transform-style: preserve-3d;
	border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 0;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none !important;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.product_part {
	width: 100%;
	float: left;
	text-align: center;
}
.product_pic {
	width: 100%;
	float: left;
	height: 400px;
	background: #fbfbfd;
	overflow: hidden;
	display: table;
	border: 2px #f9d300 solid;
	border-color: transparent;
	transition: all ease-in-out 0.5s;
}
.product_part:hover .product_pic {
	border: 2px #f9d300 solid;
	transition: all ease-in-out 0.5s;
}
.product_pic img {
    width: 70%;
    height: 80%;
    object-fit: contain;
}
.product_cap {
	width: 100%;
	float: left;
}
.product_cap h4 {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
	min-height:60px;
}
.product_cap .btn {
	font-size: 13px;
	padding: 9px 26px;
}
.product_cap i {
	font-size: 17px;
	color: #f9d300;
	transition: all ease-in-out 0.3s;
}
.product_cap:hover .btn i {
	color: #000000;
	transition: all ease-in-out 0.3s;
}
.product_cap:hover .btn-dark {
	color: #000000;
	background-color: #f9d300;
	border-color: #f9d300;
}
.newsletter {
	width: 100%;
	float: left;
	background: url(../images/newsletterbg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 20px;
	color: #ffffff;
	font-size: 16px;
}
.newsletter h3 {
	font-size: 25px;
}
.newsletter .form-control {
	font-size: 12px;
	height: 58px;
	padding-left: 30px;
}
.newsletter .btn {
	font-size: 17px;
	padding: 16px 42px 15px 42px;
	margin-left: -30px;
	z-index: 9;
	position: relative;
}
/********** BODY **********/

/* Ecommerce Style Start */
.big_product {
	width: 100%;
	float: left;
	margin: 15px 0 13px 0;
	/*padding: 15px;
	border: 4px #000000 double;*/
	text-align: center;
	/*background: #f2f2f2;*/
}
.small_product {
	width: 19%;
	float: left;
	height: 100px;
	overflow: hidden;
	margin: 2px 0.5%;
	text-align: center;
	/*background: #f2f2f2;
	border: 1px #000000 solid;*/
}
.small_product img {
	height: 100%;
	width: 100%;
	opacity: 0.8;
	object-fit: contain;
}
.small_product:hover {
	border-color: #f9d300;
}
.small_product img:hover {
	opacity: 1;
}
.product_des {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.product_des h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.cart_left {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.cart_box {
	width: 100%;
	float: left;
	border: 1px #cccccc solid;
	margin-bottom: 12px;
}
.cart_box:last-child {
	margin: 0;
}
.cart_right {
	width: 100%;
	float: left;
	margin: 15px 0;
}
/* Ecommerce Style End */

.table td, .table th {
	vertical-align: middle;
}
.ac-tab .nav-pills .nav-link.active, .ac-tab .nav-pills .show>.nav-link {
    background-color: #000000;
}
.ac-tab .nav-link {
    padding: 0.8rem 1rem;
    border-radius: 0;
    color: #000;
}
/********** FOOTER **********/

footer {
	width: 100%;
	float: left;
	font-size: 16px;
	background: #000;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #f9d300;
}
.footer-link a {
	padding-right: 48px;
}
/*footer .float-right {
	padding: 25px 0;
}*/
/********** FOOTER **********/



/********** MEDIA **********/

@media (max-width: 1280px) {
}
 @media (max-width: 1199px) {
.navbar .nav-link {
	padding: 43px 15px !important;
}
.catecaro {
    height: 680px;
}
.footer-link a {
	padding-right: 20px;
}
/*.banner_text {
	position: relative;
	height: auto;
	padding: 40px 0;
	background: #000;
}*/
.shop_text1 h3 {
	font-size: 40px;
}
.shop_text2 h3 {
    font-size: 50px;
    line-height: 32px;
}
.shop_text2 h3 small {
    font-size: 30px;
    margin-left: 0;
}
footer .float-left {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
footer .float-right {
	width: 100%;
	text-align: center;
}
}
 @media (max-width: 991px) {
.navbar-nav {
	padding: 15px 0 0 0;
	border-top: 1px #1f1e1e dashed;
	margin: 15px 0 0 0;
}
.navbar {
	padding: 35px 1rem;
}
.navbar .nav-link {
	padding: 6px 0 !important;
	text-align: left;
}
.navbar-toggler {
	background-color: transparent;
	border: none;
	outline: none !important;
	margin: 0 0 0 auto;
	padding: 0;
}
/*.navbar-toggler-icon {

	width: 1.1em;

	height: 1.1em;

}*/

.log_cart {
	position: absolute;
	right: 40px;
	top: 8px;
}
.banner h1 {
	font-size: 55px;
}
.banner h3 {
	font-size: 32px;
}
.product_pic {
	height: 335px;
}
.product_pic img {
    width: 55%;
    height: 80%;
}
.innerbannertext {
	position:relative;
	height:auto;
}
.catecaro {
    height: auto;
	background-image:none !important;
}
}
 @media (max-width: 767px) {
.shopnow {
	left: 15px;
	bottom: 15px;
}
.body h2 {
	font-size: 32px;
}
table.mbl_responsive {
	border: 0;
}
table.mbl_responsive thead {
	display: none;
}
table.mbl_responsive tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
}
table.mbl_responsive td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
table.mbl_responsive td:last-child {
	border-bottom: 0;
}
table.mbl_responsive td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
}
/*.flipper {
    height: 220px;
}*/
}
 @media (max-width: 575px) {
.banner h1 {
	font-size: 38px;
	margin-bottom: 20px;
}
.banner h3 {
	font-size: 24px;
}
.btn-lg {
	padding: 8px 34px;
	font-size: 18px;
}
.body h2 {
	font-size: 26px;
}
.footer-link a {
	padding-right: 0;
	width: 100%;
	float: left;
}
.newsletter .form-control {
	height: 50px;
}
.newsletter .btn {
	font-size: 13px;
	padding: 15px 20px 14px 20px;
}
.small_product {
	height: 60px;
}
.shop_text h3, .shop_text2 h3 small {
	font-size: 26px !important;
}
.shop_text {
	left: 20px;
	bottom: 20px;
}
}
 @media (max-width: 520px) {
.navbar-brand img {
	width: 100%;
	max-width: 122px;
}
/*.flipper {
    height: 185px;
}*/
}

/********** MEDIA **********/
