/*--------------------------------------
	Theme Name: Riga
	Start Date : 24-Aug-16
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
----------------------------------------*/
	/* [Layout] */

/*---------------------------------------
	* Import Css
	
	* Body
		- Padding/Margin
		
	* Typography
	
		- font-family: 'Raleway', sans-serif;
		- font-family: 'Montserrat', sans-serif;
		- font-family: 'Montserrat Light', arial;
		- font-family: 'montserratsemi_bold';

	* Header

	* Footer
	
	* Page Banner
	
	* Section Header
	
	* Pagination
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
------------------------------------------*/
/*------------------------------------------------
	* Import Css
--------------------------------------------------*/
@import "libraries/lib.css";
@import "css/typography.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/woocommerce.css";
@import "css/shortcode.css";

/* * Body */

body {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

main,footer {
	overflow: hidden;
}

/* - Section Padding */
.section-padding {
	padding-top: 52px;
	padding-bottom: 52px;
}

/* * Fonts Settings */

/* - montserratsemibold - DEPRECATED, usar Neue Montreal Bold en su lugar */
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* * Header */

.header-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
}

.navbar-toggle {
	border-color: rgba(255, 255, 255, 0.5) !important;
	margin-top: 18px;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.menu-icon {
	float: right;
	margin: 0 0 0 30px;
}
.menu-icon > div {
	float: left;
	padding: 43px 25px 42px 0;
	position: relative;
}
.menu-icon > div a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-left: 2px solid #fff;
    padding: 16px 0 10px 40px;
    text-decoration: none;
}
.menu-icon div:last-child {
	padding-right: 0;
}
.menu-icon .cart {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
}
.menu-icon .cart li a {
	position: relative;
	font-size: 13px;
}
.menu-icon .cart button {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 18px;
}
.menu-icon .cart button > span {
	font-family: 'Neue Montreal', sans-serif;
	background-color: #fff;
    border-radius: 50%;
    color: #8208b3;
    display: inline-block;
    font-size: 14px;
	font-weight: normal;
    height: 24px;
    line-height: 24px;
	letter-spacing: 0.28px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -20px;
    width: 24px;
}
.menu-icon .cart .dropdown-menu {
	background-color: #f7f7f7;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	right: 0;
	width: 300px;
	padding: 34px 30px 30px;
	margin: 0 auto;
	z-index: 1;
}
.menu-icon .cart .dropdown-menu li {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.menu-icon .cart .dropdown-menu li:last-child {
	margin-bottom: 0;
}
.menu-icon .cart .dropdown-menu li a {
	padding: 0;
}
.menu-icon .cart .dropdown-menu li > a,
.menu-icon .cart .dropdown-menu li > div {
	display: table-cell;
	float: left;
	box-sizing: border-box;
}
.menu-icon .cart .dropdown-menu li a img {
	margin-right: 15px;
}
.menu-icon .cart .dropdown-menu li > div.cart-detail a > span,
.menu-icon .cart .dropdown-menu li > div.cart-detail > span {
	display: block;
}
.menu-icon .cart .dropdown-menu li > div.cart-detail a {
	color: #212121;
	display: inline-block;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-icon .cart .dropdown-menu li > div.cart-detail a > span {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
.menu-icon .cart .dropdown-menu li > div.cart-detail > span {
	color: #212121;
	font-size: 13px;
	
}
.menu-icon .cart .dropdown-menu li.subtotal {
	margin-top: 10px;
	border-top: 1px solid #727272;
	padding-top: 10px;
}
.menu-icon .cart .dropdown-menu li.subtotal h5 {
	color: #212121;
	font-family: 'Neue Montreal', sans-serif;
	font-weight: bold;
	font-size: 15.94px;
	text-transform: uppercase;
}
.menu-icon .cart .dropdown-menu li.subtotal h5 span {
	font-size: 13px;
	font-weight: normal;
	float: right;
}
.menu-icon .cart .dropdown-menu li.button a {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	clear: none;
	padding: 13px;
	background-color: #212121;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-icon .cart .dropdown-menu li.button a[title="View Cart"] {
	float: left;
}
.menu-icon .cart .dropdown-menu li.button a[title="Check Out"] {
	float: right;
}
.menu-icon .cart .dropdown-menu li.button a:hover {
	background-color: #8208b3;
}

/* - Search */
.search-box {
	background-color: #f7f7f7;
	padding: 15px;
	position: absolute;
	right: 10%;
	top: 100%;
	width: 620px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}

/* - Top Header */
.top-header {
	background-color: #737373;
}
.top-header .header-social ul {
	padding-top: 37px;
	padding-bottom: 37px;
	padding-left: 90px;
	margin-bottom: 0;
}
.top-header .header-social ul li {
	display: inline-block;
}
.top-header .header-social ul li a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 16px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .header-social ul li a:hover {
	background-color: #fff;
	color: #737373;
}
.top-header .info .menu-icon {
	margin: 0;
	padding-right: 30px;
}
.top-header .info .menu-icon > div {
	padding: 32px 25px 32px 0;
}
.top-header .info .menu-icon .cart {
	margin-top: 14px;
	position: relative;
	z-index: 2;
}
.top-header .info .menu-icon .search {
	max-width: 250px;
}
.top-header .info .search .form-control {
	border-radius: 0;
	background-color: #191919;
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	letter-spacing: 0.28px;
	padding: 6px 14px;
	height: 40px;
}
.top-header .info .search .form-control:focus {
	outline: none;
}
.top-header .info .search .form-control::-webkit-input-placeholder {
   color: #fff;
}
.top-header .info .search .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
.top-header .info .search .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.top-header .info .search .form-control:-ms-input-placeholder {  
   color: #fff; 
}
.top-header .info .search .btn {
	background-color: #191919;
	border-radius: 0;
	color: #fff;
	padding: 9px 18px;
}

/* * Footer */

/* - Footer Main */
.footer-main {
	/*background-image: url("images/footer-bg.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 95px 0 40px;
}
.footer-main::before {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.footer-main .widget_brand > a {
	color: #fff;
	display: inline-block;
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 20px;
	letter-spacing: 5.6px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-main .widget_brand > a span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
	letter-spacing: 0.36px;
}
.footer-main .widget_brand p {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.28px;
	padding-right: 40px;
}
.footer-main .widget_brand ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 25px;
}
.footer-main .widget_brand ul li {
	display: inline-block;
}
.footer-main .widget_brand ul li a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 16px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .widget_brand ul li a:hover {
	background-color: #fff;
	color: #000;
}
.footer-main .ftr-widget h3.widget-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 50px;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.footer-main .ftr-widget h3.widget-title::before {
	background-image: url("images/footer-seprator.png");
	background-repeat: no-repeat;
	top: 8px;
	content: "";
	left: -5px;
	height: 10px;
	position: absolute;
	width: 100%;
}
.ftr-widget p,
.ftr-widget p a {
	color: #fff;
}
.ftr-widget p {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 0;
}
.footer-main .widget_contact p {
	padding-left: 30px;
	position: relative;
}
.footer-main .widget_contact p > i {
	position: absolute;
	left: 0;
	top: 10px;
}
.footer-main .copyright-content {
	margin-top: 85px;
	text-align: center;
}
.footer-main .copyright-content p {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
}

/* - Footer Main 1 */
.footer-main-1 {
	background-color: #000;
	padding: 70px 0; 
}
.footer-main-1 .ftr-widget h3.widget-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.72px;
	margin-bottom: 35px;
	text-transform: capitalize;
}
.footer-main-1 .widget_links ul {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}
.footer-main-1 .widget_links ul li {
	margin-bottom: 20px;
}
.footer-main-1 .widget_links ul li a {
	color: #b1b1b1;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .widget_links ul li a::before {
	background-image: url("images/footer-bullet.png");
	background-repeat: no-repeat;
	top: 5px;
	content: "";
	left: 0;
	height: 10px;
	position: absolute;
	width: 10px;
}
.footer-main-1 .widget_links ul li a:hover {
	color: #737373;
}
.footer-main-1 .widget_links ul li.col-md-6 {
	padding-left: 0;
}
.footer-main-1 .ftr-widget p,
.footer-main-1 .ftr-widget p a {
	color: #b1b1b1;
}
.footer-main-1 .ftr-widget p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.footer-main-1 .ftr-widget p::before {
	background-image: url("images/footer-bullet.png");
	background-repeat: no-repeat;
	top: 10px;
	content: "";
	left: 0;
	height: 10px;
	position: absolute;
	width: 10px;
}
.footer-main-1 .widget_newsletter .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-color: #292929;
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	height: 50px;
	padding: 6px 20px;
}
.footer-main-1 .form-control::-webkit-input-placeholder {
   color: #fff;
}
.footer-main-1 .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
.footer-main-1 .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.footer-main-1 .form-control:-ms-input-placeholder {  
   color: #fff; 
}
.footer-main-1 .input-group-btn > .btn {
	background-color: #111;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	padding: 8px 16px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .input-group-btn > .btn:hover {
	background-color: #fff;
	color: #111;
}
.privacy-section {
	background-color: #121212;
	padding: 15px 0;
}
.privacy-section .copyright-content p {
	color: #b1b1b1;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
}
.privacy-section ul.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.privacy-section ul.social-icons li {
	display: inline-block;
}
.privacy-section ul.social-icons li a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 16px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.privacy-section ul li a:hover {
	background-color: #fff;
	color: #000;
}
.privacy-section ul.privacy {
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}
.privacy-section ul.privacy li {
	display: inline-block;
	margin-left: 35px;
}
.privacy-section ul.privacy li:first-child {
	margin-left: 0;
}
.privacy-section ul.privacy li a {
	color: #b1b1b1;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.privacy-section ul.privacy li a:hover {
	background-color: transparent;
	color: #fff;
}

/* * Page Banner */

.page-banner {
    background-image: url("images/about-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 451px;
    min-height: 451px;
	margin-bottom: 150px;
    position: relative;
    text-align: center;
	z-index: 1;
}
.page-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.page-banner .banner-content {
	display: inline-block;
	padding: 180px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 4.32px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 500;
    text-decoration: none;
	letter-spacing: 4.06px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	display: none;
}
.page-banner .banner-content .breadcrumb > li > i > img {
	padding: 0 30px;
}
.page-banner .banner-content .breadcrumb li.active {
	font-weight: 900;
}
.page-banner.services-banner {
	background-image: url("images/service-banner.jpg");
	margin-bottom: 0;
}
.page-banner.services-banner::before {
	background-color: rgba(37, 37, 37, 0.4);
}
.page-banner.team-banner {
	background-image: url("images/team-banner.jpg");
}
.page-banner.team-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}
.page-banner.menu-banner {
	background-image: url("images/menu-banner.jpg");
}
.page-banner.menu-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}
.page-banner.shop-banner {
	background-image: url("images/shop-banner.jpg");
}
.page-banner.shop-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}
.page-banner.order-banner {
	background-image: url("images/order-banner.jpg");
	margin-bottom: 0;
}
.page-banner.order-banner::before {
	background-color: rgba(37, 37, 37, 0.6);
}
.page-banner.cart-banner {
	background-image: url("images/cart-banner.jpg");
}
.page-banner.cart-banner::before {
	background-color: rgba(12, 13, 16, 0.8);
}
.page-banner.checkout-banner {
	background-image: url("images/checkout-banner.jpg");
}
.page-banner.checkout-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}
.page-banner.grid-banner {
	background-image: url("images/gallery-grid-banner.jpg");
	margin-bottom: 0;
}
.page-banner.grid-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}
.page-banner.single-banner {
	margin-bottom: 0;
}
.page-banner.blog-banner {
	background-image: url("images/blog-banner.jpg");
	margin-bottom: 60px;
}
.page-banner.blog-banner::before {
	background-color: rgba(37, 37, 37, 0.9);
}
.page-banner.contact-banner {
	background-image: url("images/contact-banner.jpg");
}
.page-banner.contact-banner::before {
	background-color: rgba(37, 37, 37, 0.8);
}


/* * Section Header */
.section-header {
	margin-bottom: 10px;
	text-align: center;
}
.section-header h3 {
	color: #000;
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.96px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.section-header h5 {
	color: #737373;
	font-family: 'Pacifico', cursive;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 40px;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: 1px solid #cacaca;
	color: #737373;
	font-size: 20px;
	width: 54px;
	height: 54px;
	line-height: 52px;
	border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
}
.ow-pagination ul li a:hover {
	background-color: #737373;
	border-color: #737373;
	color: #fff;
}


/*------------------------------------------------------------------
	* Responsive
-------------------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Menu Icon */
	.menu-icon .cart .dropdown-menu {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		display: block;
	}
	.menu-icon .cart:hover .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* * Header */
	.menu-block .ow-navigation.navbar-default .navbar-nav > li > a {
		margin: 40px 14px;
	}
	.menu-icon {
		margin: 0 0 0 12px;
	}
	.menu-icon > div {
		padding: 43px 16px 42px 0;
	}
	.menu-icon > div a {
		padding: 16px 0 10px 30px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Footer Main */
	.footer-main .ftr-widget {
		margin-bottom: 50px;
	}
	.footer-main .ftr-widget h3.widget-title {
		margin-bottom: 30px;
	}
	.footer-main .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.footer-main .copyright-content {
		margin-top: 50px;
	}
	.footer-main-1 .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.privacy-section .col-sm-6 {
		width: 100%;
		text-align: center;
	}
	.privacy-section ul.social-icons {
		margin: 15px 0;
	}
	.privacy-section ul.privacy {
		text-align: center;
	}
	/* * Header */
	.menu-icon > div {
		padding: 41px 25px 41px 0;
	}
	.menu-icon div:last-child {
		padding-right: 20px;
	}
	.menu-icon .cart .dropdown-menu {
		position: absolute;
		margin: 0;
	}
	/* - Top Header */
	.top-header .header-social ul {
		padding-left: 0;
		
	}
	.top-header .menu-icon {
		float: none;
	}
	.top-header .info .menu-icon {
		padding-right: 0;
	}
	.top-header .info .menu-icon > div {
		padding: 32px 0 32px 10px;
	}
	.top-header .info .menu-icon .cart {
		padding-left: 0;
		padding-right: 30px;
		float: right;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Top Header */
	.top-header .header-social ul {
		text-align: center;
		padding-top: 25px;
		padding-bottom: 15px;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* * Header */
	.search-box {
		max-width: 425px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	 
	/* * Header */
	.search-box {
		max-width: 285px;
	}
	.menu-icon .cart .dropdown-menu {
		right: -65px;
	}
	/* - Top Header */
	.top-header .info .menu-icon .cart {
		padding-right: 20px;
	}
	.top-header .menu-icon .cart .dropdown-menu {
		right: 0;
	}
	/* - Footer Main */
	.footer-main .col-xs-6,
	.footer-main-1 .col-sm-6 {
		width: 100%;
	} 
}




.full-width-bg-container {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* * Page Header Section */
.page-header-section {
	position: relative;
	overflow: hidden;
}

.page-header-background {
	background: linear-gradient(rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0.8)), url('./images/Backgound-headed.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 100px;
}

.page-header-content {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.page-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.page-subtitle {
	color: #FFDE59;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1px;
}

/* * Contact Form Section */
.contact-form-section {
	padding: 100px 0;
	background-color: #f9f9f9;
}

.contact-form-wrapper {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-section-title {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 15px;
}

.form-section-description {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	color: #666;
	margin-bottom: 35px;
}

.quotation-modern-form .form-group {
	margin-bottom: 25px;
}

.quotation-modern-form label {
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	display: block;
}

.quotation-modern-form .form-control {
	height: 50px;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 10px 15px;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 15px;
	transition: all 0.3s ease;
	box-shadow: none;
}

.quotation-modern-form textarea.form-control {
	height: auto;
}

.quotation-modern-form .form-control:focus {
	border-color: #FFDE59;
	box-shadow: 0 0 0 3px rgba(255, 222, 89, 0.2);
}

.btn-submit-modern {
	background-color: #FFDE59;
	color: #1a1a1a;
	border: none;
	padding: 15px 40px;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.btn-submit-modern:hover {
	background-color: #1a1a1a;
	color: #FFDE59;
}

.contact-info-wrapper {
	padding-left: 30px;
}

.info-card {
	background: #fff;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

.info-card-dark {
	background: #1a1a1a;
	color: #fff;
}

.info-card-title {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}

.info-card-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #FFDE59;
}

.info-item {
	display: flex;
	margin-bottom: 25px;
}

.info-item:last-child {
	margin-bottom: 0;
}

.info-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 222, 89, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFDE59;
	font-size: 20px;
	margin-right: 20px;
	flex-shrink: 0;
}

.info-text h4 {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 5px 0;
}

.info-card-dark .info-text h4 {
	color: #fff;
}

.info-text p, .info-text a {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 15px;
	color: #666;
	margin: 0;
	text-decoration: none;
}

.info-card-dark .info-text p {
	color: rgba(255,255,255,0.8);
}

.benefit-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.benefit-list li {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.benefit-list li i {
	color: #FFDE59;
}

@media (max-width: 991px) {
	.contact-info-wrapper {
		padding-left: 0;
		margin-top: 50px;
	}
	
	.page-title {
		font-size: 36px;
	}
}

.full-width-bg {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
object-position: center;
}


/* * Hero Section */
.hero-section {
	position: relative;
	overflow: hidden;
}

.hero-background {
	background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url('./images/Backgound-headed.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
}

.hero-content {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.hero-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-description {
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 0 15px;
}

.hero-description p {
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.hero-cta {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.btn-hero {
	padding: 15px 35px;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.btn-hero.btn-primary {
	background-color: #FFDE59;
	color: #1a1a1a;
	border: 2px solid #FFDE59;
}

.btn-hero.btn-primary:hover {
	background-color: transparent;
	color: #FFDE59;
}

.btn-hero.btn-secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.btn-hero.btn-secondary:hover {
	background-color: #fff;
	color: #1a1a1a;
}

.hero-images {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
	height: 350px;
	position: relative;
}

.hero-img-left,
.hero-img-right {
	max-width: 320px;
	height: auto;
	transition: transform 0.5s ease;
}

.hero-img-left {
	margin-right: -50px;
	z-index: 1;
}

.hero-img-right {
	margin-left: -50px;
	z-index: 2;
}

.hero-images:hover .hero-img-left {
	transform: translateX(-20px) rotate(-5deg);
}

.hero-images:hover .hero-img-right {
	transform: translateX(20px) rotate(5deg);
}

/* * Home About Section Modern */
.home-about-section-modern {
	padding: 100px 0;
	background-color: #fff;
}

.about-content-modern {
	margin-top: 50px;
}

.about-text {
	text-align: left;
}

.about-text p {
	font-family: 'Neue Montreal', sans-serif;
	font-size: 17px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 25px;
}

.about-features {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-item i {
	color: #FFDE59;
	font-size: 20px;
}

.feature-item span {
	font-family: 'Neue Montreal', sans-serif;
	font-weight: 500;
	color: #1a1a1a;
}

.about-image .image-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-image .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.2));
}

.about-image img {
	width: 100%;
	transition: transform 0.5s ease;
}

.about-image:hover img {
	transform: scale(1.05);
}

/* Hero Section - Responsive */
@media (max-width: 1199px) {
	.hero-title {
		font-size: 54px;
	}
}

@media (max-width: 991px) {
	.hero-title {
		font-size: 40px;
	}
	
	.hero-img-left,
	.hero-img-right {
		max-width: 250px;
	}
	
	.hero-images {
		height: 300px;
	}

	.about-text {
		margin-bottom: 40px;
	}

	.section-title-modern {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.hero-title {
		font-size: 32px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	
	.hero-description {
		margin-bottom: 30px;
	}

	.hero-description p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.hero-cta {
		flex-direction: column;
		gap: 12px;
		align-items: center;
		margin-bottom: 40px;
	}

	.btn-hero {
		width: 100%;
		max-width: 280px;
		padding: 12px 25px;
		font-size: 15px;
	}

	.hero-background {
		min-height: auto;
		padding: 120px 0 40px;
	}

	.hero-images {
		height: 200px;
		margin-top: 20px;
		padding: 0 15px;
	}

	.about-features {
		grid-template-columns: 1fr;
	}

	.home-about-section-modern {
		padding: 60px 0;
	}

	.section-header-modern {
		margin-bottom: 30px;
	}
}

@media (max-width: 639px) {
	.hero-title {
		font-size: 30px;
	}

	.hero-img-left,
	.hero-img-right {
		max-width: 150px;
	}
	
	.hero-images {
		height: 180px;
	}

	.hero-img-left {
		margin-right: -25px;
	}

	.hero-img-right {
		margin-left: -25px;
	}
}

@media (max-width: 479px) {
	.hero-title {
		font-size: 26px;
		letter-spacing: 1px;
	}
	
	.hero-img-left,
	.hero-img-right {
		max-width: 120px;
	}
	
	.hero-images {
		height: 150px;
	}

	.hero-background {
		padding: 100px 0 30px;
	}
}


/* * Product Safety Section */
.products-safety-section {
	position: relative;
	overflow: hidden;
	margin: 80px 0;
}

.safety-background {
	background-image: url('./images/Backgound-headed.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

.safety-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.safety-background .container {
	position: relative;
	z-index: 2;
}

.safety-content-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
}

.safety-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.safety-description {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	opacity: 0.95;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.benefit-item {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 25px 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.benefit-item:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.benefit-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 222, 89, 0.8);
	border-radius: 50%;
	color: #fff;
}

.benefit-icon svg {
	width: 32px;
	height: 32px;
}

.benefit-item h4 {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.benefit-item p {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	opacity: 0.9;
}

/* Product Safety Section - Responsive */
@media (max-width: 991px) {
	.safety-content-left {
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.safety-title {
		font-size: 38px;
	}

	.safety-description {
		font-size: 16px;
	}

	.benefits-grid {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.products-safety-section {
		margin: 60px 0;
	}

	.safety-background {
		padding: 60px 0;
	}

	.safety-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.safety-description {
		font-size: 15px;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.benefit-item {
		padding: 20px 15px;
	}

	.benefit-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 15px;
	}

	.benefit-icon svg {
		width: 28px;
		height: 28px;
	}

	.benefit-item h4 {
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	.safety-title {
		font-size: 28px;
	}

	.safety-description {
		font-size: 14px;
	}

	.benefit-item h4 {
		font-size: 15px;
	}

	.benefit-item p {
		font-size: 13px;
	}
}



/* * Footer Main New Design */
.footer-main-new {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	color: #fff;
	position: relative;
}

/* Footer Top */
.footer-top {
	padding: 80px 0 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
	margin-bottom: 30px;
}

.footer-widget {
	padding-right: 20px;
}

/* Brand Widget */
.footer-widget.widget-brand .footer-logo {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 180px;
}

.footer-widget.widget-brand .footer-logo img {
	width: 100%;
	height: auto;
}

.footer-description {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 25px;
}

.footer-company {
	display: flex;
	align-items: center;
	gap: 15px;
}

.company-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.prisma-logo {
	display: inline-block;
	max-width: 100px;
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.prisma-logo:hover {
	opacity: 1;
}

/* Footer Widget Title */
.footer-widget-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 12px;
}

.footer-widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #FFDE59;
}

/* Footer Links */
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links li a {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

.footer-links li a::before {
	content: '→';
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.footer-links li a:hover {
	color: #FFDE59;
	padding-left: 20px;
}

.footer-links li a:hover::before {
	opacity: 1;
}

/* Footer Contact List */
.footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	gap: 15px;
}

.contact-item i {
	color: #FFDE59;
	font-size: 18px;
	width: 20px;
	flex-shrink: 0;
	margin-top: 3px;
}

.contact-text {
	flex: 1;
}

.contact-text strong {
	display: block;
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.contact-text span,
.contact-text a {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-text a:hover {
	color: #FFDE59;
}

/* Footer CTA Section */
.footer-cta {
	background: rgba(255, 222, 89, 0.1);
	border-top: 1px solid rgba(255, 222, 89, 0.3);
	border-bottom: 1px solid rgba(255, 222, 89, 0.3);
	padding: 40px 0;
}

.cta-title {
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

.cta-subtitle {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.btn-cta {
	background: #FFDE59;
	color: #fff;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 35px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 222, 89, 0.3);
}

.btn-cta:hover {
	background: #ffd630;
	color: #1a1a1a;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 222, 89, 0.5);
}

/* Footer Bottom */
.footer-bottom {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.3);
}

.copyright-text p {
	color: rgba(255, 255, 255, 0.6);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.social-label {
	color: rgba(255, 255, 255, 0.6);
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.social-links {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-links li a:hover {
	background: #FFDE59;
	border-color: #FFDE59;
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(255, 222, 89, 0.3);
}

/* Footer Responsive */
@media (max-width: 991px) {
	.footer-top {
		padding: 60px 0 40px;
	}

	.footer-column {
		margin-bottom: 40px;
	}

	.footer-cta {
		text-align: center;
		padding: 35px 0;
	}

	.cta-title {
		font-size: 20px;
	}

	.btn-cta {
		margin-top: 20px;
	}

	.footer-bottom .row > div {
		text-align: center !important;
	}

	.footer-social {
		justify-content: center;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer-top {
		padding: 50px 0 30px;
	}

	.cta-title {
		font-size: 18px;
	}

	.cta-subtitle {
		font-size: 13px;
	}

	.btn-cta {
		padding: 12px 28px;
		font-size: 13px;
	}

	.footer-widget {
		padding-right: 0;
	}
}




/* * Product Section Modern */
.hero-section {
	/*padding-top: 80px;*/
}

.product-section-modern {
	background-image: url("../images/background-products.jpg");


	/*background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);*/
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.product-section-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: radial-gradient(circle at top center, rgba(255, 222, 89, 0.1), transparent 70%);
	pointer-events: none;
}

/* Section Header Modern */
.section-header-modern {
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}

.section-header-modern .section-icon {
	margin-bottom: 20px;
}

.section-header-modern .logo-icon {
	max-width: 120px;
	height: auto;
	opacity: 0.9;
}

.section-header-modern .section-title-modern {
	color: #1a1a1a;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.section-header-modern .section-subtitle {
	color: #666;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	max-width: 600px;
	margin: 0 auto;
}

/* Products Grid Modern */
.products-modern {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-card {
	position: relative;
	transition: transform 0.3s ease;
}

.product-card-inner {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product-card:hover .product-card-inner {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Product Image Wrapper */
.product-img-wrapper {
	position: relative;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	padding: 30px;
	overflow: hidden;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image {
	transform: scale(1.08);
}

.product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.4) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
	opacity: 1;
}

/* Product Badge */
.product-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

.badge-text {
	background: #FFDE59;
	color: #1a1a1a;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 6px 14px;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(255, 222, 89, 0.4);
}

.badge-featured .badge-text {
	background: linear-gradient(135deg, #FFDE59 0%, #ffd630 100%);
	animation: pulse 2s ease-in-out infinite;
}

.badge-special .badge-text {
	background: #1a1a1a;
	color: #FFDE59;
}

@keyframes pulse {
	0%, 100% {
		box-shadow: 0 2px 8px rgba(255, 222, 89, 0.4);
	}
	50% {
		box-shadow: 0 4px 16px rgba(255, 222, 89, 0.6);
	}
}

/* Product Content */
.product-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-type {
	margin-bottom: 10px;
}

.type-label {
	display: inline-block;
	background: rgba(255, 222, 89, 0.15);
	color: #1a1a1a;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	border-radius: 4px;
}

.product-title {
	color: #1a1a1a;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.product-card:hover .product-title {
	color: #FFDE59;
}

.product-description {
	color: #666;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 20px 0;
	flex: 1;
}

/* Product Specs */
.product-specs {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.spec-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #666;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.spec-item i {
	color: #FFDE59;
	font-size: 8px;
}

/* Product Actions */
.product-actions {
	display: flex;
	gap: 10px;
	padding: 20px;
	background: #fafafa;
	border-top: 1px solid #f0f0f0;
}

.btn-product {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.btn-product i {
	font-size: 14px;
}

.btn-product.btn-primary {
	background: #FFDE59;
	color: #1a1a1a;
	border-color: #FFDE59;
}

.btn-product.btn-primary:hover {
	background: #ffd630;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 222, 89, 0.4);
}

.btn-product.btn-secondary {
	background: transparent;
	color: #1a1a1a;
	border-color: #e0e0e0;
}

.btn-product.btn-secondary:hover {
	background: #1a1a1a;
	color: #FFDE59;
	border-color: #1a1a1a;
}

/* Products CTA */
.products-cta {
	text-align: center;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 2px solid #f0f0f0;
}

.btn-view-catalog {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	color: #FFDE59;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 18px 40px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-view-catalog i {
	font-size: 18px;
}

.btn-view-catalog:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	background: linear-gradient(135deg, #FFDE59 0%, #ffd630 100%);
	color: #1a1a1a;
}

/* Product Section Modern - Responsive */
@media (max-width: 1199px) {
	.products-modern {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}

	.section-header-modern .section-title-modern {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.products-modern {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.product-section-modern {
		padding: 80px 0;
	}

	.section-header-modern {
		margin-bottom: 50px;
	}

	.section-header-modern .section-title-modern {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.products-modern {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-section-modern {
		padding: 60px 0;
	}

	.section-header-modern .section-title-modern {
		font-size: 28px;
	}

	.section-header-modern .section-subtitle {
		font-size: 16px;
	}

	.product-actions {
		flex-direction: column;
	}

	.btn-product {
		width: 100%;
	}

	.btn-view-catalog {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 479px) {
	.section-header-modern .section-title-modern {
		font-size: 24px;
	}

	.section-header-modern .logo-icon {
		max-width: 80px;
	}

	.product-title {
		font-size: 16px;
	}

	.btn-view-catalog {
		font-size: 14px;
		padding: 15px 30px;
	}
}