@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
 @charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	margin: 0px;
}
body {
	width: 100%;
	font-weight: 500;
	margin: 0px;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-size: 16px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
/*----------------*/
/* LAYOUT */ 

#wrap {
	width: 100%;
	min-width: 1170px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#wrap .container {
	width: 100%;
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: block;
	padding-top: 6px;
}
#wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
}
#wrap .back_to_top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	display: none;
	z-index: 999;
}
#wrap .back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
#wrap .back_to_top a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#wrap .wrap {
	min-height: 50vh;
}
#toolbar .container {
	height: 36px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
}
#toolbar .promo {
	float: left;
	width: 460px;
}
#toolbar .promo p {
	line-height: 36px;
	font-size: 16px;
}
#toolbar .lang_area {
	float: left;
	width: 120px;
	margin-left: -10px;
	position: relative;
	display: none;
}
#toolbar .lang_area p {
	padding-left: 10px;
	line-height: 36px;
	cursor: pointer;
}
#toolbar .lang_area i {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	vertical-align: middle;
}
#toolbar .lang_list {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
}
#toolbar .lang_list a {
	display: block;
	width: 100%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .lang_list a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#toolbar .member_area {
	float: right;
	padding: 10px 0;
	margin-right: -10px;
}
#toolbar .member_area ul {
	font-size: 0;
	text-align: right;
}
#toolbar .member_area ul li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 16px;
	padding: 0 6px;
	position: relative;
	border-left: 1px solid #ffffff;
	font-size: 12px;
}
#toolbar .member_area ul li:first-child {
	border-left: none;
}
#toolbar .member_area ul li > a {
	color: #000000;
}
#toolbar .member_area ul li > p {
	cursor: pointer;
}
#toolbar .member_area ul li.social {
	font-size: 0;
}
i.fa.fa-globe {
	color: #000;
}
#toolbar .member_area ul li.social img {
	margin: -4px 4px;
}
#toolbar .member_area span {
	padding-right: 4px;
	font-size: 14px;
	vertical-align: top;
}
#toolbar .my_account_option {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
	text-align: left;
}
#toolbar .my_account_option a {
	display: block;
	width: 10%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .my_account_option a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#top {
	background-color: #ffffff;
	transition: all 0.2s linear;
}
#top .logo {
	max-width: 85%;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 16px;
	padding: 0 10px;
	margin: 0 auto;
	margin-left: 0px;
}
#top .logo img {
	max-width: 100%;
}
/*#top .logo img {
	width: 163px;
}*/
#top .search_area {
	position: absolute;
	right: 15px;
	bottom: 45px;
	width: 260px;
	height: 38px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 0;
	overflow: hidden;
}
#top .search_area input[type=text] {
	width: 100%;
	height: 36px;
	padding: 0 44px 0 14px;
	border: none;
	box-sizing: border-box;
	outline: none;
}
#top .search_area select {
	width: 125px;
	height: 32px;
	padding: 0 5px;
	border: none;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	outline: none;
	display: none;
}
#top .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 36px;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #777777;
	cursor: pointer;
}
#top .mobile_btn {
	position: absolute;
	right: 15px;
	top: 50%;
	display: none;
	margin-top: -21px;
}
#top .mobile_btn a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #0f66ce;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 42px;
}
#top .mobile_btn a i {
	margin-right: 6px;
}
#top .menu_area {
	width: 100%;
	box-sizing: border-box;
}
#top ul.menu_list {
	vertical-align: middle;
	font-size: 0;
	padding-left: 0;
	margin-bottom: 0px;
}
#top ul.menu_list > li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 0 13px;
	position: relative;
	padding-left: 0px;
}
#top ul.menu_list > li:first-child {
	padding-left: 0;
}
#top ul.menu_list > li.mobile_only {
	display: none;
}
#top ul.menu_list > li a.lv1 {
	display: block;
	padding: 8px 19px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
}
#top ul.menu_list > li a.lv1:hover {
	background: none;
	color: #c080c0;
}
#top ul.menu_list > li > a.lv1 i {
	display: none;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1 {
	background-color: #0f66ce;
	color: #ffffff;
}
#top ol.menu_sub_list {
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 9;
	width: 200px;
	padding: 4px 0;
	background-color: #0f66ce;
	box-sizing: border-box;
	text-align: left;
}
#top ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 4px 13px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#top ol.menu_sub_list > li > a.lv2:hover {
	background-color: #0a5cbf;
	color: #fff;
}
#top .fallback {
	display: none;
}
#top ul.menu_list > li:hover > ol.fallback {
	display: block;
}
#top1.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#top1.fixedTop .logo {
	width: 193px;
	transition: all 0.2s linear;
}
#top1.fixedTop .search_area {
	display: none;
}
#top1.fixedTop .menu_area {
	margin-top: 18px;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background-color: #0f66ce;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
#mobile_menu.haveSearch {
	padding-top: 50px;
}
#mobile_menu.haveSocial {
	padding-bottom: 36px;
}
#mobile_menu.haveLang {
	padding-bottom: 36px;
}
#mobile_menu.haveLang.haveSocial {
	padding-bottom: 72px;
}
#mobile_menu.haveLang.haveSocial .social_area {
	bottom: 36px;
}
#mobile_menu .menu_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background: none;
}
#mobile_menu .menu_area ul.menu_list {
}
#mobile_menu .menu_area ul.menu_list > li {
	display: block;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
	box-sizing: border-box;
}
#mobile_menu .menu_area ul.menu_list {
	padding-left: 0;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 {
	display: block;
	padding: 15px 65px 15px 15px;
	margin: 0;
	background-color: #0f66ce;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	line-height: 20px;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .menu_area ol.menu_sub_list {
	border-top: 1px solid #aaaaaa;
	display: none;
}
#mobile_menu .menu_area ol.menu_sub_list > li {
	display: block;
	position: relative;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 10px 15px;
	margin: 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 i {
	width: 12px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .search_area {
	width: 100%;
	height: 50px;
	padding: 10px 8px;
	background-color: #0f66ce;
	border-bottom: 1px solid #0f66ce;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#mobile_menu .search_area form {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#mobile_menu .search_area input[type=text] {
	width: 100%;
	height: 100%;
	padding: 3px 34px 3px 5px;
	background-color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	box-sizing: border-box;
	opacity: 1;
}
#mobile_menu .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	transition: all 0.2s ease;
}
#mobile_menu .social_area {
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #0f66ce;
	border-top: 1px solid #0f66ce;
	box-sizing: border-box;
}
#mobile_menu .social_area .social {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 20%;
	height: 100%;
	border-left: 1px solid #aaaaaa;
	box-sizing: border-box;
	font-size: 22px;
	color: #ffffff;
	line-height: 36px;
}
#mobile_menu .social_area .social:first-child {
	border-left: none;
}
#mobile_menu .lang_area {
	width: 100%;
	height: 36px;
	padding: 6px 10px 6px 110px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #9f9f9f;
	border-top: 1px solid #aaaaaa;
	box-sizing: border-box;
}
#mobile_menu .lang_area label {
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
#mobile_menu .lang_area select {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
}
#mobile_menu .lang_area option[disabled] {
	display: none;
}
.openResponsive, .openResponsive body {
	height: 100%;
	overflow: hidden;
}
.openResponsive #wrap {
	position: fixed;
	transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}
.openResponsive #wrap .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
.openResponsive #mobile_menu {
	visibility: visible;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
}
/*>>>>>>>>>>slider-baner>>>>>>>>>*/

#sliderhome {
	float: left;
	width: 100%;
}
#sliderhome .owl-nav {
	display: none;
}
#sliderhome .owl-dots {
	text-align: right;
	max-width: 1170px;
	bottom: 8px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #541519;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
/*>>>>>>>>>>footer>>>>>>>*/

.copyright {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 11px;
}
.copyright p {
	margin-bottom: 0;
}
.newsletter-footer h3 {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin-top: 12px;
}
.newsletter-footer .email-subscribe-foo {
	width: 80%;
	display: flex;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	height: 49px;
	padding: 3px 7px;
	font-size: 15px;
	width: 100%;
}
.newsletter-footer .email-subscribe-foo .button-wrapper {
	background: #0f66ce;
	color: #fff;
	border: none;
	/*padding: 8px 43px;*/
	font-size: 13px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
   	width: 100px;
}
.newsletter-footer .email-subscribe-foo .input-wrapper:focus {
	outline: 0;
}
.newsletter-footer .email-subscribe-foo .button-wrapper:hover {
	background: #800000;
}
.footer-wrapper {
	background-color: #f9f9f9;
	padding-top: 59px;
	padding-bottom: 20px;
	border-top: solid 1px #bebebe;
}
.footer-text {
	width: 100%;
	float: left;
}
.footer-text ul {
	padding: 0px;
	margin: 0px;
}
.footer-text ul li {
	list-style: none;
}
.footer-text ul li a {
	color: #333333;
	font-size: 15px;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
}
.footer-text h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.footer-text ul li {
	line-height: 34px;
	font-size: 14px;
}
.footer-text ul li span {
	padding-left: 11px;
}
.container {
	padding-top: 29px;
}
.footer-wrapper p {
	color: #000000;
	font-size: 14px;
}
/*>>>>>>>>>>>>>page--1>>>>>>>>>>>>*/
.banner-wrapper-bg {
	background-image: url(../images/baner-bg.jpg);
	padding-top: 45px;
	padding-bottom: 60px;
	background-size: cover;
	background-position: center;
}
.baner-text {
	color: #fff;
	padding-top: 52px;
}
.baner-text h3 {
	font-size: 47px;
	text-transform: uppercase;
	font-weight: bold;
}
#homebannerslider .owl-dots {
	display: none;
}
.baner-text h4 {
	font-size: 37px;
	font-weight: bold;
}
.section-title-text {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 38px;
}
.section-title-text h3 {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 8px;
	color: #0f66ce;
}
.section-title-text h3::before {
	content: "";
	border-bottom: solid 2px #0f66ce;
	width: 45px;
	display: inline-block;
	position: absolute;
	left: 0;
	/* right: 0; */
	text-align: center;
	bottom: 2px;
	margin: 0px auto;
}
.section-title-text h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.dfdgdfg {
	width: 100%;
	display: flex;
	background-color: #aac8e7;
	padding-top: 30px;
}
.flex-button a {
	border: solid 1px #0f66ce;
	padding: 3px 17px;
	border-radius: 50px;
	font-size: 15px;
	color: #0f66ce;
	text-decoration: none;
	font-weight: bold;
}
.flex-img img.img-fluid {
	padding-top: 28px;
}

.flex-product {
	width: 100%;
	float: left;
	text-align: center;
}
.flex-product h3 {
	font-size: 18px;
	width: 72%;
	margin: auto;
	line-height: 23px;
	font-weight: bold;
	padding-top: 23px;
}
.flex-product h4 {
	color: #0f66ce;
	font-size: 18px;
	padding-top: 6px;
	font-weight: bold;
}
.flex-product-row {
	padding-top: 49px;
	padding-bottom: 72px;
}
.flex-wrapper-bg {
	background-image: url(../images/back-img.png);
	background-size: cover;
	background-position: 100% 100%;
	background-attachment: fixed;
	padding-top: 40px;
}
.flex-row-img {
	width: 100%;
	float: left;
	text-align: center;
}
.flex-row-text p {
	color: #fff;
	font-size: 19px;
	text-align: justify;
}
.flex-row-text {
	padding-top: 47px;
}
.flix-pmn-text {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 75px;
}
.flix-pmn-text h3 {
	font-size: 25px;
	color: #000000;
	margin-bottom: 0px;
	font-weight: 600;
}
.flix-pmn-text h5 {
	font-size: 35px;
	font-family: auto;
}
.flix-pmn-text h4 {
	color: #0f66ce;
	font-size: 32px;
}
.flix-pmn-text p {
	font-size: 18px;
	color: #000000;
}
.flix-pmn-button {
	padding-top: 25px;
}
.flix-pmn-button a {
	font-size: 18px;
	color: #0f66ce;
	text-decoration: none;
	border: solid 1px #0f66ce;
	padding: 7px 22px;
	border-radius: 28px;
}
.flix-pmn-wrapper {
	padding-bottom: 73px;
}
.flix-pkm .dfdgdfg {
	background-color: #f5f5f5;
	padding: 20px 0px;
	padding-bottom: 10px;
}
.flix-pkm img.img-fluid {
	background-color: #ffffff;
	border-radius: 79%;
	padding: 61px 10px;
}
.flix-pkm .flex-button {
	padding-top: 18px;
}
.flix-pkm .flex-button a {
	font-weight: 600;
	padding: 8px 19px;
}
.flix-pkm .dfdgdfg .section-title-text h4 {
	font-size: 25px;
	line-height: 28px;
}
.flix-pkm .dfdgdfg .section-title-text p {
	font-size: 18px;
	margin-bottom: 0px;
}
.flix-pkm .dfdgdfg .section-title-text {
	padding-top: 15px;
}
.section-title-text h6 {
	font-size: 19px;
}
.section-title-text h6 span {
	color: #ff3333;
}
/*>>>>>>>>>>>>>>>>details page>>>>>>>>>>>>>>*/


.banner-wrapper {
	padding: 0px;
	position: relative;
}
.banner-wrapper-row-2 {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 40px;
}
.page-title-fs {
	text-align: center;
	color: #fff;
}
.page-title-fs h3 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.page-title-fs p {
	font-size: 26px;
	font-weight: 600;
}
.news-text {
	width: 100%;
	border-bottom: solid 1px #c2c0e5;
	padding-bottom: 16px;
	margin-bottom: 27px;
}
.new-wrapper-row {
	margin-top: 45px;
	margin-bottom: 89px;
}
.new-button {
	margin-bottom: 28px;
}
.new-button a {
	background-color: #57be5f;
	color: #fff;
	font-size: 18px;
	padding: 4px 19px;
	text-decoration: none;
}
.news-text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.new-bottom-text p {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}
.new-bottom-text h5 {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}
.new-row-img {
	max-width: 75%;
	margin: auto;
	margin-top: 40px;
	text-align: center;
}
.new-bottom-text h6 {
	font-size: 21px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
}
.new-bottom-text h4 {
	font-size: 21px;
	text-align: center;
	padding-top: 41px;
	color: #000000;
}
.email-subscribe-wrapper {
	padding: 0px;
	padding-bottom: 25px;
	background: #f9f9f9;
}
/*>>>>>>>index--3--<<<<<<<<<<<*/

.news-text-3 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.news-text-3 h6 a {
	font-size: 15px;
	color: #0f66ce;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.news-text-3 {
	padding-top: 23px;
	margin-left: 0px;
}
.wrapper-jyhg {
	margin-top: 42px;
}
.new-left-img {
	padding-bottom: 0px;
}
.news-text-3 h5 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.new-bottom-text-3 p {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	border-bottom: solid 1px #c2c0e5;
	padding-bottom: 18px;
}
.wrapper-jyhg {
	margin-top: 42px;
	border: solid 1px #c2c0e5;
}
.tra {
	padding-left: 0px;
}
.pks-wrapper {
	margin-top: 22px;
}
.pks-wrapper {
	margin-top: 24px;
	border: solid 1px #c2c0e5;
}
.wrapper-bg-info {
	margin-bottom: 62px;
}
/*New css*/
.container-max {
	max-width: 1320px;
}
.flex-button a:hover {
	background-color: #0f66ce;
	color: #ffffff;
}
.flix-pmn-button a:hover {
	background-color: #0f66ce;
	color: #ffffff;
}
.flex-product-row .flix-pmn-button a {
	width: 100%;
	display: inline-block;
	padding: 4px 22px;
}
.special-offers-wrapper {
	background: url(../images/special-offers.jpg);
	margin-top: 45px;
	margin-bottom: 50px;
	background-size: cover;
	padding-bottom: 40px;
	padding-top: 28px;
}
.special-offers-wrapper .dfdgdfg {
	background: #fff;
}
.best-sellers-wrapper {
	padding-bottom: 78px;
}
.section-title {
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
}
.section-title h3 {
	margin: 0px;
	color: #0f66ce;
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 31px;
}
.section-title {
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 37px;
}
.special-offers-wrapper .special-offer {
	margin-bottom: 24px;
}
.banner2 {
	background: #c8e5f1;
}
.banner3 {
	background: #c8e1c5;
}
.card-header-wrapper ul.nav.nav-tabs {
	margin-bottom: 46px;
	border-bottom: solid 1px #e2ecf5;
}
.card-header-wrapper ul.nav a {
	background: none;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.card-header-wrapper ul.nav a.active {
	border-bottom: solid 2px #0f66ce !important;
	background: none;
	border: none;
}
.card-header-wrapper ul.nav a:hover {
	box-shadow: none;
	outline: 0;
	border: none;
}
.special-offers-wrapper .section-title {
	border-bottom: none;
	margin-bottom: 3px;
}
.flex-button {
	margin-top: 12px;
}
.productslider-row {
	padding-left: 70px;
	padding-right: 70px;
}
.section-title.section2 {
	margin-bottom: 0px;
	text-align: left;
	padding-bottom: 13px;
}
.section-title.section2 h3 {
	font-size: 25px;
	color: #000;
}
#trending-now .owl-dots {
	display: none;
}
#trending-now .owl-nav {
	position: absolute;
	right: 0px;
	
}
#trending-now .owl-nav button {
	font-size: 28px;
	margin-left: 6px;
	color: #a5a5a5;
	outline: 0;
}

.new-arrivals-wrapp .card-header-wrapper a.active {
	font-weight: bold;
	color: #000;
}
#trending-now {
	margin-top: 46px;
}

.new-arrivals-wrapp .card-header-wrapper a {
	text-transform: none !important;
	font-size: 17px !important;
}
.baner-text .flix-pmn-button a {
	background: #7cd939;
	color: #fff;
	border: solid 1px #7cd939;
}
#homebannerslider .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 28%;
	font-size: 71px;
	color: #fff;
	outline: 0;
}
#homebannerslider .owl-nav button.owl-next {
	position: absolute;
	Right: 0px;
	top: 28%;
	font-size: 71px;
	color: #fff;
	outline: 0;
}
.footer-menu1 ul li a {
	font-weight: bold;
	text-transform: uppercase;
}
.newsletter-footer {
	display: flex;
	margin: 0px auto;
	width: 70%;
	padding-top: 27px;
	padding-bottom: 5px;
}
.newsletter-footer .email-subscribe-foo {
	width: 65%;
	display: flex;
	margin-left: 16px;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	height: 49px;
	padding: 3px 7px;
	font-size: 15px;
	width: 100%;
	border: solid 2px #e7e7e7;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
/*search box*/

.expanding-search-form .search-label:focus {
	outline: 0;
}
.expanding-search-form .search-input:focus {
	outline: 0;
}
.expanding-search-form .search-dropdown button.dropdown-toggle:focus {
	outline: 0;
}
.member_area ul li a p.p-texts {
	display: inline-block;
	margin-left: 8px;
}
.member_area ul li a p.p-texts strong {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #444;
}
li.cart-wrapp {
	list-style: none;
}
li.cart-wrapp p.p-texts {
	margin-bottom: 0px;
	font-size: 14px;
	color: #676767;
}
li.cart-wrapp span.cart-no {
	background: #e8eff4;
	width: 23px;
	height: 23px;
	color: #000;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	font-size: 19px;
	line-height: 23px;
}
li.cart-wrapp .fa-shopping-cart {
	color: #444444;
	font-size: 20px;
	margin-right: 2px;
}
li.cart-wrapp {
	list-style: none;
	margin-top: 41px;
	float: right;
}
li.cart-wrapp span.fa.fa-shopping-bag {
	font-size: 20px;
	margin-right: 2px;
	color: #444444;
}
li.cart-wrapp a:hover {
	text-decoration: none;
}
.wrapper-search-row {
	width: 100%;
	float: left;
	margin-top: 63px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.expanding-search-form {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	height: 34px;
	width: 100%;
}
.expanding-search-form .search-label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #e7e7e7;
	z-index: 2;
	cursor: pointer;
	border-radius: 3px;
	height: 47px;
}
.expanding-search-form .search-input {
	position: relative;
	top: 0;
	display: inline-block;
	height: 48px;
	width: 100%;
	float: left;
	border: 0;
	font-size: 16px;
	z-index: 2;
	box-shadow: none;
	border-radius: 0;
	padding-left: 13px;
}
.expanding-search-form .search-input:focus + .search-label {
	border-color: #2299ff;
}
.expanding-search-form .button {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	padding: 0 22px;
	color: #fff;
	border: 1px solid transparent;
	background-color: #0f66ce;
	text-align: center;
	height: 45px !important;
	width:100px;
}
.expanding-search-form .search-dropdown button.dropdown-toggle {
	background: none;
	color: #444444;
	font-weight: 600;
	font-size: 13px;
	border-left: solid 1px #e7e7e7;
}
.expanding-search-form .button:hover {
	background-color: #0080ee;
}
.expanding-search-form .search-dropdown {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	padding: 3px;
}
.expanding-search-form .search-dropdown.open .dropdown-menu {
	display: block;
}
.expanding-search-form .dropdown-toggle {
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	z-index: 3;
}
.expanding-search-form .dropdown-menu {
	position: absolute;
	top: 46px;
	display: none;
	margin: 0;
	padding: 5px;
	list-style: none;
	background-color: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 3;
}
.expanding-search-form .dropdown-menu > li > a {
	display: block;
	padding: 4px 12px;
	color: #2299ff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 2px;
	transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #2299ff;
}
.expanding-search-form .dropdown-menu > .menu-active {
	display: none;
}
.expanding-search-form .search-button {
	height: 34px;
	z-index: 3;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.expanding-search-form .search-button .icon {
	font-size: 20px;
}
.row.row-banner-rr {
	margin-top: 19px;
}

/*****Mobile Layout*****/
@media only screen and (max-width: 767px) {
.baner-text {
	padding: 0px 49px;
	padding-bottom: 20px;
}
.baner-text h3 {
	font-size: 26px;
}
.baner-text h4 {
	font-size: 25px;
}
.flix-pkm .dfdgdfg {
	display: inline-block;
	margin-bottom: 20px;
}
.flix-pkm .dfdgdfg .col-md-6 {
	display: inline-block;
	max-width: 100%;
	flex: auto;
}
.flix-pkm .dfdgdfg .flex-img {
	width: 212px;
	margin: 0px auto;
	height: 212px;
	margin-bottom: 25px;
}
.flix-pkm .dfdgdfg .section-title-text {
	text-align: center;
}
.newsletter-footer {
	width: 100%;
	display: inherit;
}
.newsletter-footer .email-subscribe-foo {
	width: 100%;
	display: flex;
	margin-left: 0;
	margin-top: 11px;
}
.footer-logo {
	margin-bottom: 22px;
}
.banner-img-wrapper img {
	height: 240px;
	object-fit: cover;
}
.wrapper-search-row {
	display: none;
}
.header-row-wrapper .col-md-2 {
	max-width: 68%;
	flex: auto;
}
.header-row-wrapper .member_area {
	display: none;
}
.best-sellers-w-row .col-md-2 {
	max-width: 100%;
	flex: auto;
	margin-bottom: 54px;
}
.banner2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-wrapper.new-arrivals-wrapp {
	margin-top: 37px;
}
.flex-row-text {
	padding-top: 47px;
	padding-bottom: 59px;
}
.flex-row-text p {
	font-size: 16px;
	line-height: 33px;
}
.productslider-row {
	padding-left: 0;
	padding-right: 0;
}
}

/***** Tablet Layout*****/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.dfdgdfg {
	padding-top: 17px;
	display: inline-block;
}
.baner-text h3 {
	font-size: 28px;
}
.baner-text h4 {
	font-size: 31px;
}
.baner-text {
	padding-top: 35px;
	padding-bottom: 40px;
}
.best-sellers-w-row .col-md-2 {
	max-width: 33%;
	flex: auto;
	margin-bottom: 54px;
}
.dfdgdfg .col-md-6 {
	max-width: 100%;
	flex: auto;
}
.wrapper-search-row {
	display: none;
}
.header-row-wrapper .member_area {
	display: none;
}
.banner-img-wrapper img {
	height: 250px;
}
.best-sellers-w-row .col-md-2 {
	max-width: 33%;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#top ul.menu_list > li a.lv1 {
	padding: 8px 9px;
}
}
#productslider .owl-dots {
	display: none;
}
#productslider .owl-nav button.owl-prev {
	position: absolute;
	left: 18px;
	top: 28%;
	font-size: 60px;
	color: #7e7c7c;
	outline: 0;
}
#productslider .owl-nav button.owl-next {
	position: absolute;
	Right: -18px;
	top: 28%;
	font-size: 60px;
	color: #7e7c7c;
	outline: 0;
}

/* desktop to ipad */
@media screen and (max-width: 1023px) {
html, body {
	overflow-x: hidden;
	overflow-y: visible;
}
#wrap {
	min-width: 10px;
	padding-top: 0 !important;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transition: transform 0.5s ease;
}
#wrap .container {
	max-width: 768px;
}
#toolbar {
	display: none !important;
}
#top {
	border-top: 5px solid #990000;
}
#top .search_area {
	display: none;
}
#top .menu_area {
	display: none;
}
#top .mobile_btn {
	display: block;
}
#top.fixedTop {
	position: static;
	background-color: transparent;
	box-shadow: none;
}
#top.fixedTop .logo {
	xdisplay: block;
}
#banner {
	padding-top: 20px !important;
}
#mobile_menu {
	display: block;
}
#main .container {
	padding-bottom: 60px;
}
#main .left_side {
	width: 200px;
}
#main .right_side {
	width: calc(100% - 220px);
}
}
