/*
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.   ***************/
@font-face {
    font-family: GayaneBold;
    font-style: normal;
    font-weight: 700;
    src: local(" "), url(/font/GAAGayane-Bold.woff2) format("woff2"), url(/font/GAAGayane-Bold.woff) format("woff"), url(/font/GAAGayane-Bold.ttf), url(/font/GAAGayane-Bold.svg) format("svg")
}
@font-face {
    font-family: Gayane;
    font-style: normal;
    font-weight: 400;
    src: local(" "), url(font/GAAGayane-Medium.woff2) format("woff2"), url(/font/GAAGayane-Medium.woff) format("woff"), url(/font/GAAGayane-Medium.ttf), url(/font/GAAGayane-Medium.svg) format("svg")
}


body{font-family:  Gayane, Noto Sans, sans-serif}

.nav > li > a {font-family: Gayane, Noto Sans, sans-serif; font-weight: 700;}

h1,h2,h3,h4,h5,h6, .heading-font{font-family: GayaneBold, Noto Sans, sans-serif; font-weight: 700;}

.alt-font{font-family: Gayane, Noto Sans, sans-serif; font-weight: 400;}



[data-icon-label]:after
{
    background-color: #ad1414;
}

input[type=button].button {
    border: none;
	background-color: #ffffff;
	font-weight: 800;
}
.quantity input[type=number] {
	border: none;
	box-shadow: none;
}
select.orderby {
    border-radius: 55px;
    font-weight: 600;
}

.insta {
background-image: linear-gradient(to right top, rgb(253, 203, 92), rgb(237, 73, 86));
}
.product-small .box-image {
	border-radius: 5%;
}
select#pa_size{
    border-radius: 55px;
    font-weight: 600;
}

.whell{
width: 70px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0px;
    bottom: 20%;
    z-index: 25;
}

.wof-wheel-standalone {
    clear: both;
    float: inherit;
    position: inherit;
    display: block;
}
.wof-wheel .wof-slice {
    font-size: 13px;
}
.woocommerce-checkout-payment li label img {
    height: 20px;
}
::selection{
background: #dd9933;
color:#fff;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    border: 3px solid #dd8500;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: x-large;
    text-align: center;
    margin: 40px;
    color: #333;
}

.woocommerce-result-count {
    display: none;
}

/*pahqi hamar custom bubble*/

.badge-inner.new-bubble {
    display: inline;
		padding: 5px 15px 5px 15px;
    border-radius: 0px 10px 10px 0px;
}
.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
    border-radius: 15px;
}
.product-thumbnails a {
    border: none;
border-radius: 15px;

}
.box-image img {
    border-radius: 15px;
}
.badge-outline .badge-inner {
    background-color: #fff;
    border: 2px solid;
    color: var(--fs-color-primary);
    border-radius: 8px;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}

.tooltipstered {
	font-weight: 900;
}

.bazz-widget i:last-child{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3;
}
span.section-title-main{
	text-transform: none;
}
.payment-icons.inline-block{
	max-width: 360px;
}

#billing_country_field{
	display:none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}