:root {
	--font-family: "Inter Tight", sans-serif;
	--second-family: "Poppins", sans-serif;
}


* {
	box-sizing: border-box;
}

html.lock {
	overflow: hidden;
}


body {
	font-family: var(--font-family);
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	background-color: #f3f3f3;
	margin: 0;
}


@media (min-width: 1500px) {
	.container {
		width: 1430px;
	}
}

@media (min-width: 1700px) {
	.container {
		width: 1630px;
	}
}

.mobile .container {
	width: 100%;
	padding: 0 10px;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}


.btn_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	width: 180px;
	padding: 0 20px;
	background-color: #034aa3;
	border-radius: 10px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 157%;
	color: #fbfaf8;
	transition: 0.2s ease-in-out;
}

.btn_link:hover {
	color: #ffffff80;
}



/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */

.row {
	margin: 0 !important;
}

header {
	position: fixed;
	width: 100%;
	top: 40px;
	z-index: 100;
	transition: 0.2s ease-in-out;
}

.mobile header {
	top: 20px;
}

header.fixed {
	top: 0;
	background-color: #fff;
	box-shadow: -2px 1px 11px 0 rgba(150, 150, 150, 0.432);
}


.header_wrapp {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	padding: 13px 17px 13px 13px;
}

.header_language_wrapp {
	flex: 0 0 auto;
	position: relative;
	z-index: 30;
	margin-right: 26px;
}

.header-language-switcher {
	position: relative;
	z-index: 30;
}

.header-language-switcher .btn-group {
	display: block;
}

.header-language-switcher .language-toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 86px;
	height: 40px;
	margin: 0;
	padding: 0 13px 0 10px;
	border: 1px solid rgba(3, 74, 163, 0.12);
	border-radius: 30px;
	background: #f5f8fc;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #034aa3;
	cursor: pointer;
	text-decoration: none;
	vertical-align: top;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.header-language-switcher .language-toggle:hover,
.header-language-switcher .language-toggle:focus,
.header-language-switcher.is-open .language-toggle {
	border-color: rgba(3, 74, 163, 0.28);
	background: #034aa3;
	box-shadow: 0 10px 22px rgba(3, 74, 163, 0.18);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.header-language-switcher .language-current {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.header-language-switcher .language-code {
	min-width: 18px;
	font-size: 13px;
	letter-spacing: 0;
}

.header-language-switcher img {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 2px 8px rgba(0, 0, 0, 0.12);
}

.header-language-switcher .fa {
	display: block;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.header-language-switcher.is-open .fa {
	transform: rotate(180deg);
}

.header-language-switcher .language-menu {
	display: block;
	top: calc(100% + 10px);
	right: 0;
	left: auto;
	min-width: 176px;
	padding: 8px;
	border: 1px solid rgba(3, 74, 163, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px) scale(0.98);
	transform-origin: top right;
	transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.header-language-switcher.is-open .language-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.header-language-switcher .language-menu:before {
	content: "";
	position: absolute;
	top: -6px;
	right: 24px;
	left: auto;
	width: 12px;
	height: 12px;
	background: #fff;
	border-right: 1px solid rgba(3, 74, 163, 0.08);
	border-top: 1px solid rgba(3, 74, 163, 0.08);
	transform: rotate(45deg);
}

.header-language-switcher .language-menu li + li {
	margin-top: 4px;
}

.header-language-switcher .language-select {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 100%;
	padding: 9px 10px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: #1a1a1a;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.header-language-switcher .language-select:hover,
.header-language-switcher .language-select:focus,
.header-language-switcher .language-select.active {
	background: rgba(3, 74, 163, 0.08);
	color: #034aa3;
	outline: none;
	transform: translateX(2px);
}

.header-language-switcher .language-select.active {
	background: #034aa3;
	color: #fff;
}

.header-language-switcher .language-short {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 22px;
	border-radius: 20px;
	background: rgba(3, 74, 163, 0.08);
	font-size: 11px;
	color: #034aa3;
}

.header-language-switcher .language-select.active .language-short {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.mobile .header_wrapp {
	display: block;
	margin: 0 10px;
	border-radius: 25px;
	justify-content: space-between;
	align-items: center;
	padding: 5px 7px;

}

.header_wrapp .menu_wrapp {
	display: none;
}


/* logo */
.header_logo_wrapp {
	width: 20%;
}



#logo {
	margin: 0;
	max-width: 160px;
}

.mobile #logo {
	max-width: 120px;
}


.main_header_nav_wrapp {
	width: 56%;
}

.header_nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_nav .nav_item a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 157%;
	text-transform: uppercase;
	color: #000;
}

.header_actions_wrapp {
	width: 24%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.header_partner_wrapp {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_language_wrapp {
	margin-left: 0;
}

.header_actions_wrapp > .header_language_wrapp,
.header_partner_wrapp + .header_language_wrapp {
	margin-left: 16px;
}

.mobile .header_partner_wrapp {
	width: auto;
	justify-content: start;
}

.header_partner_wrapp a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: auto;
	min-width: 180px;
	padding: 0 18px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.15;
	color: #fbfaf8;
	border-radius: 30px;
	background: #034aa3;
}

.menu_inner_wrapp .header_partner_wrapp a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: auto;
	min-width: 180px;
	padding: 0 18px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.15;
	color: #fbfaf8;
	border-radius: 30px;
	background: #034aa3;
}

.mobile .header_partner_wrapp a {
	width: auto;
	gap: 34px;
}

.mobile .header_menu_wrapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_menu_wrapp .header_menu_btn {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: none;
	background: linear-gradient(150deg, #1c529c 0%, #406eac 100%);
}

.header_logo_wrapp .header_menu_btn {
	display: none;
}

.header_menu_wrapp .header_menu_btn span {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	left: 10px;
	border-radius: 2px;
	background-color: #fff;
	transition: 0.2s ease-in-out;
}

.header_menu_wrapp .header_menu_btn span.first {
	top: 12px;
}

.header_menu_wrapp .header_menu_btn.active span.first {
	transform: rotate(45deg);
	top: 19px;
}


.header_menu_wrapp .header_menu_btn span.second {
	top: 18px;
}

.header_menu_wrapp .header_menu_btn.active span.second {
	opacity: 0;
}

.header_menu_wrapp .header_menu_btn span.third {
	bottom: 14px;
}



.header_menu_wrapp .header_menu_btn.active span.third {
	transform: rotate(-45deg);
	bottom: 19px;
}


@media (max-width: 1500px) {
	.header_partner_wrapp a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: auto;
    min-width: 100px;
    padding: 0 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.15;
    color: #fbfaf8;
    border-radius: 30px;
    background: #034aa3;
}
	.header_logo_wrapp {
		width: 17%;
	}

	.main_header_nav_wrapp {
		width: 55%;
	}

	.header_actions_wrapp {
		width: 28%;
		gap: 22px;
	}
}




/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */
/* HEADER STYLE */





/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */


.menu_wrapp {
	width: 100%;
	height: 0;
	padding: 0;
	z-index: 90;
	background-color: transparent;
	opacity: 0;
	transition: 0.2s ease-in-out;
	overflow-y: auto;
}

.menu_wrapp.active {
	opacity: 1;
	height: max-content;
	padding: 30px 0 15px;
}


.menu_wrapp .header_nav {
	display: block;
	margin-bottom: 15px;
}

.mobile .menu_wrapp .header_nav li {
	margin-bottom: 15px;
}






/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */
/* HEADER MENY STYLE */




/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */


footer {
	margin-top: 30px;
	padding: 90px 0;
	background-color: #fff;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #034aa3;
}

.mobile footer {
	padding: 40px 0;
}

footer .footer_wrapper {
	display: flex;
}

.mobile footer .footer_wrapper {
	display: block;
}

footer .footer_wrapper>div {
	width: calc(100% / 3);
	height: 100%;
}

.mobile footer .footer_wrapper>div {
	width: 100%;
}

footer .footer_wrapper .col_left {
	display: grid;
	align-content: space-between;
	height: auto;
}

.mobile footer .footer_wrapper .col_left {
	margin-bottom: 50px;
}

.mobile footer .footer_wrapper .col_left>p {
	display: none;
}

footer .col_left .footer_logo {
	max-width: 185px;
	margin-bottom: 10px;
}

footer .col_left .footer_distributor {
	max-width: 215px;
	margin-bottom: 15px;
}

footer .col_left .footer_social {
	display: flex;
	gap: 13px;
	margin-bottom: auto;
}

footer .col_center {
	display: flex;
	justify-content: space-around;
	gap: 40px;
}

footer .col_center .title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 114%;
	text-transform: uppercase;
	color: #034aa3;
	margin-bottom: 15px;
}

footer .col_center .link {
	margin-bottom: 15px;
}

footer .col_center .link a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 114%;
	color: #034aa3;
	opacity: 0.5;
	transition: 0.2s ease-in-out;
}

footer .col_center .link a:hover {
	opacity: 1;
}

footer .col_right {
	padding-left: 80px;
}

.mobile footer .col_right {
	display: none;
}

footer .col_right .footer_mission {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #034aa3;
	max-width: 290px;
	margin-bottom: 35px;
}

footer .col_right .footer_mission b {
	font-weight: 600;
}

footer .col_right .btn_link {
	width: 220px;
}








/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */
/* FOOTER STYLE */



/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */

.product_card {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	min-height: 100%;
	background-image: url('https://lotohub.start-site.com.ua/image/img_for_bg//Holder.svg');
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 100%;
}

.mobile .product_card {
	padding: 15px 10px;
}

.product_card .image_wrapp {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.product_card .image_wrapp img {
	width: 100%;
}

.product_card .product_info {
	margin-bottom: 24px;
}

.mobile .product_card .product_info {
	padding: 0 10px;
}

.product_card .product_info .product_name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #031f46;
	margin-bottom: 15px;
}

.product_card .product_info .product_description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: rgba(11, 23, 39, 0.44);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* Ліміт у 2 рядки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_card .attribute {
	display: flex;
	margin-bottom: 10px;
}

.mobile .product_card .attribute {
	padding: 0px 10px;
}


.product_card .attribute .attribute_name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	color: #034aa3;
	margin-right: 5px;
}

.product_card .attribute .attribute_description {
	font-weight: 400;
	font-size: 14px;
	color: #9499a0;
}







/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */
/* MINI PRODUCT STYLE */


/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */

#latest {
	padding-top: 180px;
}

.mobile #latest {
	padding-top: 90px;
}


#latest .heading_title {
	margin-top: 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 48px;
	color: #000;
	margin-bottom: 40px;
}

.mobile #latest .heading_title {
	text-align: center;
	margin-bottom: 20px;
}

#latest .latest_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.mobile #latest .latest_wrapper {
	grid-template-columns: repeat(2, 1fr);
}


#latest .latest_wrapper .product-layout {
	padding: 20px 20px 30px;
	background-color: #fff;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
}

.mobile #latest .latest_wrapper .product-layout {
	padding: 10px;
	border-radius: 15px;
}

#latest .latest_wrapper .product-layout:hover {
	box-shadow: 0 10px 50px -4px rgba(21, 21, 21, 0.1);
}


#latest .latest_wrapper .product-layout .image {
	width: 100%;
	margin-bottom: 10px;
}

#latest .latest_wrapper .product-layout .image img {
	width: 100%;
	border-radius: 15px;
}

.mobile #latest .latest_wrapper .product-layout .image img {
	border-radius: 10px;
}


#latest .latest_wrapper .product-layout .name {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #151515;
	margin-bottom: 15px;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Ліміт у 2 рядки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#latest .latest_wrapper .product-layout .description {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.01em;
	color: #151515;
	height: 80px;
	-webkit-line-clamp: 4;
	/* Ліміт у 2 рядки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}





/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */
/* BLOGS STYLE */






#content {
	position: relative;
	min-height: 600px;
	z-index: 50;
}

.mobile #common-home #content {
	padding: 0 10px;
}

/* footer */

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 10px;
	}

	header {
		top: 20px;
	}

	.header_wrapp {
		display: block;
		margin: 0 10px;
		border-radius: 25px;
		justify-content: space-between;
		align-items: center;
		padding: 5px 7px;
	}

	.header_language_wrapp {
  		flex: 0 0 auto;
  		margin-left: 0;
	}

	.header-language-switcher .language-toggle {
		min-width: 74px;
		height: 40px;
		padding: 0 11px 0 9px;
		gap: 7px;
	}

	.header-language-switcher .language-code {
		font-size: 12px;
	}

	.header-language-switcher img {
		width: 20px;
		height: 20px;
	}

	.header-language-switcher .language-menu {
		right: 0;
		left: auto;
		min-width: 170px;
		transform-origin: top right;
	}

	.header-language-switcher .language-menu:before {
		right: 28px;
		left: auto;
	}

	.header_logo_wrapp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}


	#logo {
		max-width: 120px;
	}

	
	.header_wrapp .menu_wrapp {
		display: block;
	}

	.header_partner_wrapp {
		display: none;
		width: auto;
		justify-content: start;
	}

	.header_partner_wrapp a {
		width: auto;
		gap: 34px;
	}

	.header_wrapp .menu_wrapp .header_partner_wrapp {
		display: flex;
	}

	.header_menu_wrapp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_mobile_actions {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		margin-left: auto;
	}

	.header_logo_wrapp .header_menu_btn {
		display: block;
		position: relative;
		height: 40px;
		width: 40px;
		border-radius: 50%;
		border: none;
		background: linear-gradient(150deg, #1c529c 0%, #406eac 100%);
	}
	
	
.header_logo_wrapp .header_menu_btn span {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	left: 10px;
	border-radius: 2px;
	background-color: #fff;
	transition: 0.2s ease-in-out;
}

.header_logo_wrapp .header_menu_btn span.first {
	top: 12px;
}

.header_logo_wrapp .header_menu_btn.active span.first {
	transform: rotate(45deg);
	top: 19px;
}


.header_logo_wrapp .header_menu_btn span.second {
	top: 18px;
}

.header_logo_wrapp .header_menu_btn.active span.second {
	opacity: 0;
}

.header_logo_wrapp .header_menu_btn span.third {
	bottom: 14px;
}



.header_logo_wrapp .header_menu_btn.active span.third {
	transform: rotate(-45deg);
	bottom: 19px;
}


	.main_header_nav_wrapp .header_nav {
		display: none;
	}

	.menu_wrapp .header_nav li {
		margin-bottom: 15px;
	}

	footer {
		padding: 40px 0;
	}

	footer .footer_wrapper {
		display: block;
	}

	footer .footer_wrapper > div {
		width: 100%;
	}

	footer .footer_wrapper .col_left {
		margin-bottom: 50px;
	}

	footer .footer_wrapper .col_left > p {
		display: none;
	}

	footer .footer_wrapper .col_center {
		gap: 20px;
	}

	footer .footer_wrapper .col_center .left_side {
		width: 77%;
	}

	footer .col_right {
		display: none;
	}

	.product_card {
		padding: 15px 10px;
	}

	.product_card .product_info {
		padding: 0 10px;
	}

	.product_card .attribute {
		padding: 0 10px;
	}

	#latest {
		padding-top: 90px;
	}

	#latest .heading_title {
		text-align: center;
		margin-bottom: 20px;
	}

	#latest .latest_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	#latest .latest_wrapper .product-layout {
		padding: 10px;
		border-radius: 15px;
	}

	#latest .latest_wrapper .product-layout .image img {
		border-radius: 10px;
	}

	#common-home #content {
		padding: 0 10px;
	}
}
