/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'Yekan Bakh';
    src: url('fonts/YekanBakh-Regular.woff2') format('woff2'),
        url('fonts/YekanBakh-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Marcellus-Regular';
    src: url('fonts/Marcellus-Regular.woff') format('woff2'),
        url('fonts/Marcellus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body:not(.home) p{
	text-align:justify;
}
[dir='rtl'] h1,[dir='rtl'] h2, [dir='rtl'] h3,[dir='rtl'] h4, [dir='rtl'] h5,[dir='rtl'] h6,[dir='rtl'] p,[dir='rtl'] a,[dir='rtl'] input,[dir='rtl'] textarea,[dir='rtl'] buttom,[dir='rtl'] .custom_font_holder,[dir='rtl'] .e-loop-item *,[dir='rtl'] table th,[dir='rtl'] .tooltiptext2,[dir='rtl'] .button-click{
	font-family: 'Yekan Bakh' !important;
}

[lang="en-US"] #slider-1-slide-1-layer-6,.en *{
	   font-family: 'Marcellus-Regular' !important;
}
.frm_fields_container textarea{
	resize:none !important;
}
.frm_required,.out-of-stock-button{
	display:none !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button{
	border:1px solid rgb(181, 145, 117) !important;
	background: inherit !important;
	color:rgb(181, 145, 117) !important;
	padding: 15px 50px !important;
	border-radius:0 !important;
}
.q_logo a{
	    max-height: 75px;
}
.frm_style_formidable-style.with_frm_style .frm_error{
	display:none !important;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #b59175;
}

::-webkit-scrollbar-track {
    background-color: #232323;
}
footer img{
	max-width:250px !important;
}