@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Latobolditalic;
	src: url(../fonts/Lato-BlackItalic_0.ttf);
}
@font-face {
	font-family: Latoregular;
	src: url(../fonts/Lato-Regular_0.ttf)
}
@font-face {
	font-family: Latosemibold;
	src: url(../fonts/Lato-Semibold_0.ttf);
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?i7gibo");
	src: url("../fonts/icomoon.eot?i7gibo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?i7gibo") format("truetype"), url("../fonts/icomoon.woff?i7gibo") format("woff"), url("../fonts/icomoon.svg?i7gibo#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}
html, body {
	color: #585858;
	line-height: 1.5;
	font-weight: 400;
	font-size: 16px;
	font-family: Latoregular;
	background: url(../images/postlogin_bg.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1
}
.wrap-login100 {
	width: 275px;
	text-align: center;
}
.wrap-login100 .pre-logo {
	Font-size: 30px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 56px;
	font-family: Latobolditalic;
	letter-spacing: 1px;
	line-height: 34px;
}
.wrap-login100 .select {
	border-radius: 17px;
	width: 100%;
	font-size: 13px;
	height: 38px;
	background: #914307 !important;
	color: #fff !important;
	border: 5px solid #914307;
	font-family: Latoregular;
	padding: 5px;
}
.wrap-login100 input {
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-family: Latoregular;
	padding: 5px;
	height: 34px;
}
.forget, .forget:hover, .forget:focus {
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	text-decoration: none !important;
	font-family: Latoregular;
}
.log {
	background: #000000 !important;
	border-radius: 18px!important;
	width: 100px;
	margin: 30px auto;
	color: #ffffff !important;
	font-family: Latoregular;
	text-transform: uppercase;
}
.log:hover, .log:focus, .log:active {
	background: #000000 !important;
	border-radius: 18px!important;
	width: 100px;
	margin: 30px auto;
	color: #ffffff !important;
	font-family: Latoregular;
	text-transform: uppercase;
}
.container-login100 p {
	width: 100%;
	position: fixed;
	text-align: center;
	bottom: 0;
	font-size: 12px;
}
:root {
	scroll-behavior: smooth;
}
body {
	font-family: Latoregular;
	color: #444444;
}
a {
	color: #4154f1;
	text-decoration: none;
}
a:hover {
	color: #717ff5;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Latoregular;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.heading {
	color: #cea81b;
	font-size: 22px;
	font-weight: bold;
	font-family: Latosemibold;
	padding-bottom: 30px;
    padding-top: 50px;
}
.header {
	position: fixed;
	background: url(../images/header_strip.jpg) no-repeat;
	/*margin-top: 10px;*/
}
.section-header {
	text-align: center;
	padding-bottom: 40px;
}
.section-header h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
}
.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
}

@media (max-width: 768px) {
.section-header p {
	font-size: 28px;
	line-height: 32px;
}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #012970;
	min-height: 40px;
	margin-top: 82px;
	color: #fff;
}

@media (max-width: 992px) {
.breadcrumbs {
	margin-top: 57px;
}
}
.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol a {
	color: #fff;
	transition: 0.3s;
}
.breadcrumbs ol a:hover {
	text-decoration: underline;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #8894f6;
	content: "/";
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #f3c005;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 24px;
	color: #000;
	line-height: 0;
}
.back-to-top:hover {
	background: #fce77f;
	color: #000;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
	transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}
.header.header-scrolled {
	background: url(../images/header_strip.jpg) no-repeat;
	padding: 15px 0;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	margin-top: 0;
}
.header .logo {
	line-height: 0;
}
.header .logo img {
	max-height: 40px;
	margin-right: 6px;
}
.header .logo span {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
	font-family: Latobolditalic;
	margin-top: 3px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: Latosemibold;
	font-size: 16px;
	font-weight: 500;
	color: #000000 !important;
	white-space: nowrap;
	transition: 0.3s;
	text-align: center;
}
.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
	color: #4154f1;
}
.navbar .getstarted {
	background: #4154f1;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}
.navbar .getstarted:hover {
	color: #fff;
	background: #5969f3;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #4154f1;
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
	left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
	left: -100%;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #012970;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
	display: block;
}
.navbar ul {
	display: none;
}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 22, 61, 0.9);
	transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #012970;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #4154f1;
}
.navbar-mobile .getstarted {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	height: 83vh;
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
}
.hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	color: #012970;
}
.hero h2 {
	color: #444444;
	margin: 15px 0 0 0;
	font-size: 26px;
}
.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #4154f1;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.hero .btn-get-started:hover i {
	transform: translateX(5px);
}
.hero .hero-img {
	text-align: right;
}

.padright{padding-right:0;
    padding: 0 3px;}
@media (min-width: 1024px) {
.hero {
	background-attachment: fixed;
}
}

@media (max-width: 991px) {
.hero {
	height: auto;
	padding: 120px 0 60px 0;
}
.hero .hero-img {
	text-align: center;
	margin-top: 80px;
}
.hero .hero-img img {
	width: 80%;
}
.padright{padding-right:15px; padding: 5px 15px;}
}

@media (max-width: 768px) {
.hero {
	text-align: center;
}
.hero h1 {
	font-size: 32px;
}
.hero h2 {
	font-size: 24px;
}
.hero .hero-img img {
	width: 100%;
}
}

@media (max-width: 320px) {
.header .logo span {
	font-size: 14px;
	line-height: 16px;
}
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
#main {
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align:center;
  background:url(../images/yellow_bg.png) no-repeat;
  background-size: cover;
  margin:0px 0px 7px 0px;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 11px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  transform: scale(1.1);
  width:100%;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    transition: 0.3s;
}

/*.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}*/

.recent-blog-posts .post-box:hover .post-title {
  color: #64645e;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
	padding: 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	text-align: center;
	transition: 0.3s;
	height: 100%;
}
.values .box img {
	padding: 30px 50px;
	transition: 0.5s;
	transform: scale(1.1);
}
.values .box h3 {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
}
.values .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
	transform: scale(1);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #444444;
	background: #fafbff;
	padding: 30px;
}
.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #4154f1;
}
.contact .info-box h3 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.contact .php-email-form {
	background: #fafbff;
	padding: 30px;
	height: 100%;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #4154f1;
}
.contact .php-email-form input {
	padding: 10px 15px;
}
.contact .php-email-form textarea {
	padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
	background: #4154f1;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
	background: #5969f3;
}
 @-webkit-keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	padding: 0 0 10px 0;
	font-size: 13px;
}
.footer .footer-newsletter {
	padding: 50px 0;
	background: #f6f9ff;
	border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	color: #b5b5b5;
}
.footer .footer-newsletter form {
	margin-top: 20px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #4154f1;
	color: #b5b5b5;
	transition: 0.3s;
	border-radius: 4px;
}
.footer .footer-newsletter form input[type="submit"]:hover {
	background: #5969f3;
}
.footer .footer-top {
	background: #000000 url(../images/footer.png) no-repeat right top;
	background-size: cover;
	border-top: 1px solid #e1ecff;
	border-bottom: 1px solid #e1ecff;
	padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
.footer .footer-top {
	background-position: center bottom;
}
.footer .footer-top .footer-contact {
	text-align: left !important;
}
.footer .footer-top .footer-contact p {
	text-align: left !important;
}
.footer .footer-top .mail {
	display: none !important;
}
}
.footer .footer-top .footer-info {
	margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
	max-height: 40px;
	margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #b5b5b5;
	font-family: Latobolditalic;
	padding-top: 55px;
	line-height: 33px;
}
.footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Latoregular;
}
.footer p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Latoregular;
	color: #b5b5b5;
}
.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
	color: #ffffff;
}
.footer .footer-top h4 {
	font-size: 18px;
	font-weight: bold;
	color: #b5b5b5;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 12px;
}
.footer .footer-top .footer-links {
	margin-bottom: 30px;
}
.footer .footer-top .footer-links i {
	font-size: 20px;
	margin-right: 2px;
}
.footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 0;
}
.footer .footer-top .footer-links ul li {
	padding: 8px 0;
	display: flex;
	align-items: center;
	padding-left: 27px;
}
.footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
.footer .footer-top .footer-links ul a {
	color: #b5b5b5;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
	color: ##b5b5b5;
}
.footer .footer-top .footer-contact p {
	line-height: 26px;
	text-align: left;
	padding-left: 21px;
}
.lastfoot p i {
	font-size: 20px !important;
	margin-right: 14px !important;
}
.footer .footer-top .footer-contact {
	text-align: left;
}
.footer .footer-top .mail {
	display: block;
}
.footer .copyright {
	text-align: center;
	padding-top: 11px;
	color: #000000;
	font-size: 12px;
}
.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #000000;
}
/*%%%%%%%% My Cart %%%%%%%%%%%%%*/
.subtotal {
	width: 100%;
	text-align: right;
	font-size: 14px;
}
.subtotal span {
	font-weight: bold;
	font-size: 15px;
	color: #e42e35;
}
.cart-item {
	position: relative;
	padding-right: 3.75rem;
	overflow: hidden;
	border: 1px solid #cea81b;
	margin: 10px 0;
	border-radius: 5px;
	padding: 10px;
}
.cart-item .cart-item-price {
	color: #000;
	font-family: "Muli", sans-serif;
}
.cart-item .cart-item-close {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	background: #efefef;
	border-radius: 50%;
}
.cart-item .cart-item-close > * {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #101010;
}
.cart-item .cart-item-close:hover {
	background-color: #d6d6d6;
}

@media (max-width: 960px) {
.cart-item {
	padding-right: 1.875rem;
	padding-bottom: 15px;
	border: 1px solid #dddddd;
}
.cart-item:not(:first-child) {
	margin-top: 1.25rem;
}
.cart-item .row > *:first-child {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
.cart-item .cart-item-close {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	height: 100%;
	border-radius: 0;
	background: #dddddd;
}
.media-product .dis_amountcounter {
	float: left;
	margin-left: 0;
}
.media-product .dis_amount {
	width: 100%;
}
.btn-bottom {
	margin-top: 0;
	margin: 10px 0;
	float:right;
}
.cart-detail {
	margin-top: 10px;
}
}
.media-product {
	position: relative;
	align-items: center;
	overflow: hidden;
}
.media-product img {
	max-width: 9rem;
}
.media-product .media-body {
	margin-left: 1.25rem;
	border-left: 1px solid #f8d64e;
	padding-left: 26px;
}
.media-product .media-title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0;
}
.media-product .dws_price {
	font-size: 1.4rem;
	font-weight: 400;
	color: #ff0000;
	margin-bottom: 0px;
}
.media-product .dis_amount {
	background: #4a4a4a;
	color: #fff;
	padding: 7px 10px;
	margin-top: 10px;
	width: 293px;
	float: left;
	font-size: 13px;
	margin-right: 10px;
}
.media-product .dis_amountcounter {
	margin-top: 10px;
	float: left;
	margin-left: 0px;
}
.media-product .media-subtitle {
	font-size: 0.875rem;
}
.btn-cart {
	display: -webkit-inline-box;
	margin-top: 52px;
}
.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active {
	font-size: 13px;
	font-weight: 500;
	background: #000000;
	color: #ffffff;
	border-radius: 46px;
	width: 166px;
	letter-spacing: 1px;
	height: 41px;
	vertical-align: middle;
	padding: 8px 2px;
	float: left;
	margin-left: 25px;
}
.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	font-size: 13px;
	font-weight: 500;
	background: url(../images/btn-grey.png) no-repeat #d7d7d7;
	color: #000000;
	border-radius: 46px;
	width: 166px;
	letter-spacing: 1px;
	height: 41px;
	vertical-align: middle;
	padding: 8px 2px;
	float: left;
	margin-left: 25px;
}
.counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: inline-block;
	padding: 0 1.875rem;
	background: #f8e059;
	border-radius: .1rem;
	border: 1px solid #cea81b;
	text-align: center;
}
.counter .counter-minus,  .counter .counter-plus {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	top: 0;
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	cursor: pointer;
}
.counter .counter-minus:hover,  .counter .counter-plus:hover {
	background: #d6d6d6;
}
.counter .counter-minus {
	left: 0;
}
.counter .counter-plus {
	right: 0;
}
.counter-value {
	width: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
	font-family: "Muli", sans-serif;
	font-size: 1rem;
	color: #000;
	background: #fff;
	;
	border: 0;
	-moz-appearance: textfield;
}
 .counter-value::-webkit-outer-spin-button, .counter-value::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.icon-plus:before {
	content: "\eb83";
}
.icon-minus:before {
	content: "\eb66";
}
.progress {
	display: flex;
	height: 28px;
	overflow: hidden;
	line-height: 8;
	font-size: 15px;
	background-color: #fff;
	border-radius: 15px;
	width: 100%;
	border: 1px solid #cea81b;
	float: left;
	margin-top: 52px;
}
.progress-bar {
	color: #000;
	background-color: #fbe68f;
}
.cart-detail {
	background: #fefbee94;
	padding: 10px 10px 10px 25px;
	font-size: 13px;
	line-height: 23px;
	border: 1px solid #cea81b;
	color: #000;
}
.btn-bottom {
	margin-top: 72px;
	float:right;
}
.btn-bottom .btn-grey {
	font-size: 13px;
	width: 166px;
	margin-left: 20px;
}
.btn-bottom .btn-black {
	font-size: 13px;
	background: #000000;
	width: 166px;
	margin-left: 35px;
}
.cart-div {
	display: flex;
}
#exTab1 .tab-content {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
}
.tab-content>.active {
	opacity: 1;
}
#exTab1 .nav-pills > li > a {
	border-radius: 0;
}
.dflex {
	display: flex;
}
.col-lg-7div {
    max-width: 58.33333%;
}
@media (max-width: 1199.98px) {
.media-product .media-title {
	font-size: 20px;
}
}

@media (max-width: 1024px) {
.cart-div {
	display: block;
}
.dflex {
	display: block;
}
.col-lg-7div {
    max-width: 100%;
}
}
@media (max-width: 767px) {
.media-product .dis_amount{width: 100%; margin-left:0;}
.media-product .media-body {
    padding-left: 12px;
}
.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active{margin-left:0;}
.btn-bottom .btn-grey {
    margin-left: 0;
}
}
/*%%%%%shopping cart%%%%%*/
.nav-tabs {
	border-bottom: none;
}
.lavalamp .nav-link {
	color: #fff;
	background: #dfc66b !important;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 20px;
	padding: .5rem 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff !important;
	background: #cea81b !important;
	border-bottom: none;
}
.nav-tabs .nav-item.active .nav-link {
	color: #fff !important;
	background: #cea81b !important;
	border-bottom: none;
}
.nav .nav-link:not(.active):hover {
	color: #fff !important;
}
.nav-tabs .nav-item.active:after {
	content: '';
	display: block;
	top: 0%;
	width: 0;
	height: 0;
	border-top: 10px solid rgb(206 168 27);
	border-right: 10px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
	position: relative;
	left: 40%;
}
label {
	padding: 0 10px;
}
.tab-content {
	margin-top: 30px;
}
.tab-content .form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #1e2022;
	background-color: #fff;
	background-clip: padding-box;
	border: .0625rem solid #dfc66b;
	border-radius: 52px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.detail {
	display: flex;
}
/* The container */
.radiobox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	font-weight: bold;
	color: #000;
}
/* Hide the browser's default radio button */
.radiobox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f2d300;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .checkmark {
	background-color: #f2d300;
}
/* When the radio button is checked, add a blue background */
.radiobox input:checked ~ .checkmark {
	background-color: #f2d300;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .checkmark:after {
	display: block;
}
.box1 {
	margin-top: 30px;
}
/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
	top: 5.5px;
	left: 6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
}
.radio1 .table-bordered {
	margin-bottom: 30px;
}
.radio1 .table thead th:first-child {
	border-left: .0625rem solid #000;
}
.radio1 .table thead th:last-child {
	border-right: .0625rem solid #000;
}
.radio1 .table thead th {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	background: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	border: .0625rem solid #ffffff;
	vertical-align: middle;
	border-top: .0625rem solid #000;
}
.radio1 .table-bordered td {
	border: .0625rem solid #000;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.radio2 .col-md-4 {
	float: left;
}
.bd {
	background: url(../images/bd.png) repeat-y;
	float: left;
	height: 87%;
	position: absolute;
	top: 21px;
	width: 7px;
	left: 9px;
	font-weight: 600;
}
.custom-control {
	min-height: 5.6rem;
}
.custom-control-label {
	color: #000;
	font-weight: bold;
	font-size: 17px;
}
.custom-control small {
	font-size: 11px;
	padding-left: 13px;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: #f3d900;
	background-color: #f3d900;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(../images/correct.png) !important;
	background-repeat: no-repeat;
}
.custom-control-label::before {
	width: 20px;
	height: 20px;
}
.custom-control-label::after {
	top: 7px;
	left: -25px;
	width: 24px;
	height: 18px;
}
.vieworder .form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: .0625rem solid #dfc66b;
	/* border-radius: 52px; */
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.vieworder .form-group i {
	float: right;
	margin-top: -34px;
	padding: 7px;
	font-size: 14px;
	font-weight: 1;
}
.yellow {
	background: #fce47a!important;
	color: #000000!important;
	box-shadow: none!important;
	text-shadow: none!important;
}
.search i {
	float: right;
	margin-top: -31px;
	padding: 1px 10px 0 0;
	font-size: 14px;
	font-weight: 1;
}
/* FCD CSS*/
.order {
	display: block;
	width: 100%;
	height: 39px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 2.6;
	color: #fff;
	background-color: #595959;
	background-clip: padding-box;
	border: .0625rem solid #595959;
	border-radius: 52px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-transform: uppercase;
	text-align: center;
    cursor:pointer;
}
.order img {
	margin-right: 5px;
	margin-top: -4px;
}
@media (max-width: 1024px) {.detail {
	    display: block !important;
    overflow: hidden;
}
.detail .pl-4{padding-left:0 !important;}
.box1{padding:0;}}
@media (max-width: 767px) {
.nav-tabs .nav-item {
    margin-left: 1rem;
    margin-right: 0;
    width: 100%;
    margin: 10px 0;
}
.radio1 .table-bordered {
    overflow-x: scroll;
    display: block;
}
.btn-bottom {float:none;}
.btn-bottom .btn-black {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.btn-bottom .btn-grey {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.detail {
	    display: block !important;
    overflow: hidden;
}
.detail .pl-4{padding-left:0 !important;}
.box1{padding:0;}
}

/* FCD */
.retail_product{
	padding: 58px;
    border: .0625rem solid #dfc66b;
    border-radius: 5px;}
.retail_detail h2{color:#58595b; 
    font-size: 26px;
}
.retail_detail li{
    list-style: circle;}
.retail_detail h6{
	margin-top: 20px;
    font-size: 18px;
    color: #58595b;}
.retail_detail .input .form-control{border-radius:0;}
.retail_detail .dis_contribute{ background: #f5ca25;
    color: #112440;
    padding: 7px 10px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;}
.rangeslider input{width: 100%;}
.rangeslider .indigo-text{    
	background: #cacaca;
    border: 1px solid #cacaca;
    padding: 5PX 8PX;
    FONT-SIZE: 12PX;
    MARGIN-TOP: -5PX;
    COLOR: #112440;
    FONT-WEIGHT: 100;}


    input[type='range'] {
      width: 100%;
      -webkit-appearance: none;
	    background-color: #f3c006; 
		    height: 11px;
    }
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    background:url(../images/range.png) no-repeat;
	margin-top:	-3px;
}
.rangebutton .btn-cart .btn-black{width: 124px;}
.rangebutton .btn-cart .btn-grey{width: 150px;}
.zoom {
  transition: transform .1s;
}
.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
@media (max-width: 767px) {
	.btn-cart {
    display: block;
}
.rangebutton .btn-cart .btn-black {
    width: 100%;
    margin: 10px;
}
.rangebutton .btn-cart .btn-grey {
    width: 100%;
    margin: 10px;
}
}


/*--------------------------------------------------------------
# product_fcd
--------------------------------------------------------------*/
.product_fcd {
  padding: 60px 0;
}

.product_fcd .prod {
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    transition: 0.3s;
    border: .0625rem solid #dfc66b;
        height: 285px;
    padding: 48px 37px;
}

.product_fcd .prod .prod-img {
 position: relative;
 overflow: hidden;
 margin-top: 11px;
}

.product_fcd .prod .prod-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/product_fcd-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.product_fcd .prod .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.product_fcd .prod .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.product_fcd .prod .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.product_fcd .prod .social i {
  font-size: 18px;
}

.product_fcd .prod .prod-info {
  padding: 10px 15px 20px 15px;
}

.product_fcd .prod .prod-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.product_fcd .prod .prod-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.product_fcd .prod .prod-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.product_fcd .prod:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.product_fcd .prod:hover .social {
  right: 8px;
  opacity: 1;
}
.prod-txt{
	font-size: 13px;
    margin-top: 10px;}
.prod-txt p{	
	    line-height: 26px;}
.prod-txt span{    
	font-weight: bold;
    color: #ff0000;}
	
.product_div{
	height: 388px;
		float: left;
}
@media (max-width: 1024px) {
.product_fcd .prod {
    height: 234px;
    padding: 0 42px;
}
}
@media (max-width: 767px) {
.product_div {
    height: auto;
    float: left;
}
}
