/* Enter Your Custom CSS Here */




#et-top-navigation {
    font-weight: 500;
  
}


.et_boxed_layout #page-container, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row {
    max-width: 792px !important ;
}



#footer-bottom {
    height: 0px;
    visibility: hidden;
  padding: 0px 0 5px; }



#top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
    position: relative;
  right: 60px; }

#main-header .nav li ul {
    padding: 0px !important;
    width:  170px!important;
}

#main-header .nav li ul : hover{
color : green !important;
}
#top-menu li a {
    font-size: 10px !important;
}

#top-menu li li a {
   
    padding: 0px 0px;
}


/*=================================================================
TYPOGRAPHY
=================================================================*/

p {
	font-size: 14px;
  line-height: 1.5;
}


/*=================================================================
HEADINGS
=================================================================*/



/*=================================================================
BUTTONS
=================================================================*/

.de-button,
.de-button:hover {
	background-color: #b8a378;
  	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #b8a378;
	padding: 7px 10px;
	box-shadow: 0 4px 8px 0 rgba(43, 46, 51, 0.22);
  	border-radius: 0 !important;
}

.de-button:hover {
  	color: #b8a378 !important;
    background-color: #ffffff;
}

.de-button:hover:after {
  	display: none;
}


/*=================================================================
PRODUCTS INDEX
=================================================================*/

.de-product-link {
	display: flex;
  	height: 200px;
  	position: relative;
  	align-items: center;
  	justify-content: center;
  	transition: 0.5s;
}

.de-product-link__color-overlay {
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
    right: 0;
  	background-color: #000000;
}

.de-product-link__img {
position: absolute;
height: 100%;
  	width: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
    object-fit: cover;
  	object-position: center center;
  	opacity: 0.5;
  	transition: 0.5s;
}

.de-product-link:hover .de-product-link__img {
  	opacity: 0.25;
  	transition: 0.5s;
}


.de-productlink__title {
	color: #ffffff;
  	font-size: 26px;
  	font-weight: 600;
  	z-index: 1;
  	text-shadow: 0 0 10px rgba(0,0,0, 0.5);
}

/* Product List Row */

.product-list-row {}

@media (max-width:980px) {
  .product-list-row {
  	padding-top: 0;
  	padding-bottom: 0; !important;
  }
}


/*=================================================================
NEW PRODUCT PAGES
=================================================================*/

/* Headings */

.de-product-page-txt h1 {
	font-size: 26px !important;
	line-height: 1.2 !important;
  	font-weight: bold;
}

.de-product-page-txt h2 {
	font-size: 22px !important;
  	line-height: 1.2 !important;
  	font-weight: 600;
}

.de-product-page-txt h3 {}


/* Gallery */

.product-gallery-slider {
	box-shadow: 0 4px 8px 0 rgba(43, 46, 51, 0.36);
}

.product-gallery-slider .et-pb-controllers {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 10px;
  	bottom: -26px;
  	left: 0;
  	width: 100%;
  	text-align: center;
  	background-color: #000233;
  	box-shadow: 0 4px 8px 0 rgba(43, 46, 51, 0.36);
}

@media (max-width: 767px) {
	.product-gallery-slider .et-pb-controllers {
  		bottom: -15px;
	}
}

.product-gallery-slider {
  	overflow:initial;
}

.product-gallery-slider .et-pb-controllers a {
  	background-color: rgba(255, 255, 255, 0.4) !important;
}

.product-gallery-slider .et-pb-controllers .et-pb-active-control {
	background-color: #FFFFFF !important;
}

.product-gallery-slider .et-pb-slider-arrows {
	color: #a5191a;
}

/* Spect Lists */

.de-list-specs ul,
.de-list-details ul {
  	column-count: 2;
  	column-gap: 30px;
  	padding: 0;
  	margin: 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.de-list-specs ul > li,
.de-list-details ul > li {
	margin-bottom: 10px;
}

.de-list-specs ul {
	list-style: none;
}

.de-list-details ul {
	padding-left: 25px;
  	column-count: 2;
  	column-gap: 60px;
}

@media (max-width: 667px) {
    .de-list-specs ul,
  	.de-list-details ul {
    	column-count: 1;
      	column-gap: 0;
  	}
}