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

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --primary: #ed1c24;
    --secondary: #fff100;
    --third: #666666;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

p:last-of-type {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, 
.heading-font, 
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: 'Roboto Slab', sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.heading-font, 
.banner h1, 
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 400;
    font-style: normal;
}

.info-nav ul {
	list-style: none;
}

.header-nav-main .info-nav li {
	margin-bottom: 5px;
}

.header-nav-main .info-nav li:last-child {
	margin-bottom: 0;
}

.info-nav li a {
	line-height: 30px;
}

.header-bottom {
    border-top: 1px solid #e9e9e9;
}

.header-bottom .header-bottom-nav.nav-center a {
	padding: 20px;
	line-height: 30px;
}

.header-bottom .header-bottom-nav.nav-center li .nav-dropdown a {
	padding: 10px 0;
}

.header-bottom .header-bottom-nav.nav-right a.header-cart-link:hover,
.header-bottom .header-bottom-nav.nav-right li.header-search-dropdown a:hover {
	background-color: transparent !important;
	color: var(--third) !important;
}

.header-block-block-1 {
	text-align: right;
}

.header-follow {
	line-height: 30px;
}

.header-block-block-1 .ux-menu a {
	justify-content: flex-end;
	align-items: center;
	font-size: 13.6px;
}

@media (max-width: 991px) {

	.header .header-main {
		height: 110px;
	}
}

@media (max-width: 767px) {

	.header .header-main {
		height: 75px;
	}
}

.sec-title {
	padding-bottom: 30px;
}

.sec-title h3 {
	color: var(--primary);
	font-family: 'Great Vibes',serif;
	font-size: 34px;
	font-weight: 400;
}

.sec-title h2 {
	font-size: 30px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {

	.sec-title h3 {
		font-size: 28px;
	}

	.sec-title h2 {
		font-size: 26px;
	}
}

.section-about .icon-box {
	max-width: 410px;
	position: relative;
	z-index: 1;
}

.icon-box-left,
.icon-box-right {
	align-items: center;
}

.col-left .icon-box-right:not(:last-child),
.col-right .icon-box-left:not(:last-child) {
	margin-bottom: 50px;
}

.section-about .icon-box h3 {
	color: var(--primary);
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.section-about .icon-box-img {
	width: 72px !important;
    height: 72px;
    border: 1px solid var(--primary);
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.section-about .icon-box-img::before {
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    border-radius: 50%;
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.section-about .icon-box-img img {
	width: 24px;
	padding-top: 0;
}

.section-about .icon-box:hover .icon-box-img {
	background: var(--primary);
}

.section-about .icon-box:hover .icon-box-img img {
	filter: brightness(0) invert(1);
}

@media (min-width: 1300px) {

	.col-left .icon-box:nth-child(odd) {
		margin-left: 100px;
	}

	.col-right .icon-box:nth-child(2) {
		margin-left: 50px;
	}
}

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

	.icon-box-left {
		flex-direction: column;
	}

	.icon-box-right {
		flex-direction: column-reverse;
	}

	.section-about .icon-box-img {
		margin: 0 auto 40px;
	}

	.icon-box-right .icon-box-img+.icon-box-text,
	.icon-box-left .icon-box-img+.icon-box-text {
		padding: 0;
		text-align: center;
	}
}

.book-title,
.book-title h3,
.book-title h2 {
	color: white;
}

@media (min-width: 850px) {

	.col-book {
        flex-basis: 20%;
        max-width: 20%;
	}
}

.form-group input {
	padding: 10px 20px;
	background: transparent;
	border: 2px solid #d8d8d8;
	height: 50px;
	color: white;
}

.form-group input:focus {
	background-color: transparent;
	border-color: var(--primary);
	color: white;
}

.rw-book input[type="submit"] {
	padding: 11px 34px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	border: 2px solid white;
	border-radius: 5px;
	background: var(--primary);
}

.item-product .box-text-products {
	text-align: center;
}

p.product-title {
    font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

p.product-title a {
	color: var(--third);
	margin: 0;
	/*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

p.product-title a:hover {
	color: var(--primary);
}

.price-wrapper {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.price-text {
	color: #ed1c24;
}

.btn-view-product {
	margin-bottom: 0;
	padding: 11px 45px;
	font-weight: 400;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
}

@media (min-width: 992px) {

	.product-wrapper > .col {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {

	p.product-title {
		font-size: 14px;
	}

	.price-wrapper {
		font-size: 13px;
	}
}

.section-qoute .bg-fill {
	background-attachment: fixed;
}

.qoute-content h4 {
	color: white;
	font-family: 'Great Vibes',serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 58px;
	margin-bottom: 30px;
}

.qoute-content h3 {
	color: var(--secondary);
	font-size: 20px;
	line-height: 25px;
}

.content-qoute h3 {
	margin: 30px 0 3px;
    font-size: 18px;
    letter-spacing: 1px;
}

.content-qoute h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.qoute-slider .slider-nav-dark .flickity-prev-next-button {
	height: 36px;
}

.qoute-slider .slider-nav-dark .previous {
	left: unset;
	right: 2%;
}

.qoute-slider .slider-nav-dark .previous svg,
.qoute-slider .slider-nav-dark .next svg {
	transform: rotate(90deg);
}

.qoute-slider .slider-nav-dark .next {
	top: 49%;
}

.qoute-slider .flickity-prev-next-button svg,
.testi-slide .flickity-prev-next-button svg {
	border-radius: 0;
}

@media (max-width: 991px) {

	.qoute-slider .slider-nav-dark .flickity-prev-next-button {
		display: none;
	}
}

.icon-count {
	justify-content: center;
	margin-bottom: 12px;
}

.icon-count .icon-box-text {
	flex: none;
}

.icon-count h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 40px;
}

.icon-count h3 span {
	display: block;
}

@media (max-width: 767px) {

	.icon-count {
		gap: 5px;
	}
}

.title-count h2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--third);
}

.testimonial-title h2 {
	color: white;
}

.slide-text {
	color: white;
	font-size: 16px;
	font-style: italic;
}

.icon-testi .icon-box-img {
	border-radius: 50%;
	overflow: hidden;
}

.icon-testi .icon-box-text {
	text-transform: capitalize;
}

.icon-testi h3 {
	color: white;
    font-size: 16px;
    margin-bottom: 0;
}

.icon-testi p {
	color: white;
	font-style: italic;
	font-size: 13px;
}

.blogs-list .box-text h5 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
}

.blogs-list .is-divider {
	display: none;
}

.blogs-list p {
	line-height: 25px;
	font-size: 14px;
}

.blogs-list .box-text a.button {
	margin-right: 0;
	margin-top: 15px;
	padding: 0;
	border: none;
	color: var(--primary);
}

.blogs-list .box-text a.button:hover {
	background: transparent;
	text-decoration: underline;
}

.blogs-list .badge-inner {
	color: var(--third);
}

.view-all {
	margin-bottom: 0;
	color: var(--third);
	font-weight: 400;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
}

.video-title h2 {
	color: white;
	font-size: 34px;
	margin-bottom: 32px;
}

.content-video,
.content-video h3 {
	color: white;
}

.content-video h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.title-contact h3 {
	border: none;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 0;
}

.title-contact h3 span {
	padding: 0;
	border: none;
}

.left-contact .form-group {
	margin-bottom: 15px;
}

.left-contact input {
	margin: 0;
	padding: 11px 15px;
	color: var(--third);
}

.left-contact .form-group input:focus {
	color: var(--third);
	border-color: #d8d8d8;
}

.left-contact .form-group .wpcf7-not-valid-tip {
	margin-top: 10px;
}

.contact-btn input[type="submit"] {
	padding: 11px 34px;
	background: #603214;
    font-size: 14px;   
    line-height: 24px;
    text-transform: capitalize;
}

.icon-contact:not(:last-child) {
	margin-bottom: 18px;
}

@media (max-width: 767px) {

	.icon-contact {
		flex-direction: inherit;
	}

	.icon-contact .icon-box-img+.icon-box-text {
		text-align: left;
		padding-left: 16px;
	}
}

.delivery-content h3 {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 40px;
}

.delivery-content h5 {
	color: white;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.order-btn {
	padding: 11px 45px;
	margin: 0;
	letter-spacing: 1px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

@media (max-width: 991px) {

	.delivery-content,
	.col-order {
		text-align: center;
	}
}

@media (max-width: 767px) {

	.delivery-content h3 {
		font-size: 24px;
	}

	.delivery-content h5 {
		font-size: 18px;
	}
}

.footer-wrapper .section-footer {
	padding-top: 80px !important;
}

.info-footer h3,
.info-footer span.widget-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: white;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.info-footer h3::after,
.info-footer span.widget-title::after {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: var(--primary);
}

.info-footer p {
	color: white;
	font-size: 13px;
	margin-bottom: 20px;
}

.social-icon-ft a {
	border-radius: 0 !important;
}

.info-footer .widget_nav_menu {
	margin-bottom: 0;
	padding: 0;
}

.info-footer .is-divider {
	display: none;
}

.info-footer ul.menu>li+li {
	border: none;
}

.info-footer .menu li:not(:last-child) {
	margin-bottom: 5px;
}

.info-footer .menu a {
	display: block;
	padding: 0;
	color: white;
	font-size: 13px;
	line-height: 24px;
}

.info-footer .menu a:hover {
	color: var(--secondary);
}

.info-footer ul {
	list-style: none;
	color: var(--secondary);
	margin-bottom: 0;
}

.footer-wrapper .info-footer li {
	margin-left: 0;
}

.info-footer li:last-child {
	margin-bottom: 0;
}

.absolute-footer {
	padding: 20px 0;
}

.copyright-footer {
	color: white;
	font-size: 13px;
}

.footer-wrapper .back-to-top {
	border-color: var(--secondary);
	background-color: var(--secondary);
	color: var(--third);
}

.blog-archive {
	padding-top: 0 !important;
}

.page-title-blog {
	margin-bottom: 100px;
}

.blog-single .page-header-wrapper {
	display: none;
}

.shop-page-title .page-title-inner {
	padding: 100px 15px;
}

.category-page-row .section-ads {
	padding-left: 0;
	padding-right: 0;
}

.image-box-service .box-text {
	padding-left: 10px;
	padding-right: 10px;
}

.image-box-service .box-text h4 {
	color: var(--primary);
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.4px;
	text-transform: capitalize;
	margin: 0;
}

.banner-ads .text-box-content h3 {
	margin: 0;
	font-size: 23px;
	line-height: 32px;
}

.banner-ads .text-box-content a.button {
	font-size: 15px;
	line-height: 15px;
	padding: 15px 20px;
	margin: 20px 0 0;
}

.banner-ads .text-box-content a.button span {
	line-height: 15px;
}

.title-policy h2 {
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.title-policy h2 span {
	color: var(--primary);
}

@media (max-width: 991px) {

	.title-policy h2 {
		font-size: 40px;
	}

	.image-box-service .box-text h4 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {

	/*p.product-title*/

	.image-box-service .box-image {
		width: 50% !important;
	}

	.image-box-service .box-text h4 {
		text-align: center;
	}
	
	.image-box-service .box-text h4 span {
		display: inline;
	}

	.title-policy h2 {
		font-size: 36px;
		line-height: 48px;
	}
}

.product-info .price-wrapper a.price-text {
	padding: 15px 20px;
	background: var(--primary);
	color: white;
	display: inline-block;
}

.product-info .price-wrapper a.price-text:hover {
	background: black;
	color: white;
}