/*
Theme Name: BDS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--main-color: #004c00;
	--black-color: #000000;
	--white-color: #ffffff;
	--se-color: #ff3f00;
}

html {
  scroll-behavior: smooth;
}

.icon-box-top-bar {
	align-items: center;
}

.box-category {
	overflow: hidden;
}

a#top-link.back-to-top {
	background: var(--se-color) !important;
}

table, td, th {
  border: 1px solid;
}

td, th {
	padding: 10px !important;
}
.nav-dropdown.nav-dropdown-default>li:hover {
	border-color: var(--main-color) !important;
}

.nav-dropdown.nav-dropdown-default>li:hover a{
	color: var(--main-color) !important;
}

.slider-cer .img {
	margin-right: 10px !important;
	margin-left: 10px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(145,145,145,1);
	box-shadow: 0px 0px 10px 0px rgba(145,145,145,1);
}

.slider-cer .slider .flickity-prev-next-button {
	box-shadow: none;
	opacity: 1;
}

.slider-cer .slider .flickity-prev-next-button svg {
	color: #002664;
	background: #002664;
}

.woocommerce-Tabs-panel--description a {
	background: unset !important;
	color: #8eb22b !important;
	padding: 0 !important;
}

.btn-contact-buy-product {
	padding: 8px 15px; 
	background-color: #012664; 
	color: #fff; 
	text-decoration: none; 
	border-radius: 5px;
}

.box-image-home {
	.box-text {
		padding: 15px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

.list-why-choose {
	li {
		color: var(--white-color);
		&::marker {
			color: var(--white-color);
		}
	}
}

.img-why-choose {
	border-radius: 8px;
	overflow: hidden;
}

.sticky-popup .popup-header {
	background: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

.icon-box-why-choose {
	.icon-box-text {
		h3 {
			line-height: 1.1em;
			margin-bottom: 15px;
		}
		
		p {
			margin-bottom: 0;
		}
	}
}

.video.video-fit {
	border-radius: 10px;
}

.col-video-home {
	
	.col-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.video-button-wrapper {
		position: absolute;
		
		a {
			border-color: var(--se-color) !important;
		}
		
		i {
			color: var(--se-color) !important;
		}
		
		&:hover a{
			background: var(--se-color) !important;
		}
		
		&:hover i {
			color: var(--white-color) !important;
		}
	}
}

.gallery-img {
	.gallery-col > .col-inner {
		border: 2px solid var(--main-color);
		border-radius: 5px !important;
		overflow: hidden;
	}
}

.slider-review {
	.row .col-inner {
		background: linear-gradient(to right, var(--main-color), #000000);
		color: var(--white-color);
		padding: 15px;
		border-radius: 8px;
	}

	.flickity-page-dots {
		bottom: -15px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}