/*  ################################################################
[Table of contents]  
    1. fonts CSS
    2. compare table
	3. checkout page
	4. Contact page
	5. Login page
	6. 404 Error Page
	7. about us
	8. FAQ Page
	9. Coming Soon
################################################################# */ 
/******************************************
1. fonts CSS
******************************************/

@font-face {
	font-family: 'karlaregular';
	src: url('../fonts/karla/Karla-Regular-webfont.eot');
	src: url('../fonts/karla/Karla-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/karla/Karla-Regular-webfont.woff') format('woff'), url('../fonts/karla/Karla-Regular-webfont.ttf') format('truetype'), url('../fonts/karla/Karla-Regular-webfont.svg#karlaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'karlabold';
	src: url('../fonts/karla/Karla-Bold-webfont.eot');
	src: url('../fonts/karla/Karla-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/karla/Karla-Bold-webfont.woff') format('woff'), url('../fonts/karla/Karla-Bold-webfont.ttf') format('truetype'), url('../fonts/karla/Karla-Bold-webfont.svg#karlabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/******************************************
2. compare table
******************************************/

.table-compare td.compare-label {
	width: 150px;
	background: #fafafa;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}
.compare-list {
	margin-bottom: 35px;
}
.table-compare .product-star .fa {
	line-height: inherit;
	color: #ff9900;
}
.table-compare .price {
	font-weight: bold;
}
.table-compare .add-cart {
	background: #ff3366;
	color: #fff;
}
.table-compare .add-cart:hover {
	opacity: 0.8;
}
.table-compare .action button.button {
	border-radius: 100%;
	padding: 0px 12px 0 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 12px;
}
/******************************************
3. checkout page
******************************************/

.checkout-page ul {
	padding: 0px;
}
.checkout-page li {
	list-style: none;
}
.checkout-page .checkout-sep {
	padding-bottom: 15px;
	text-transform: uppercase;
}
.checkout-page .box-border {
	margin-bottom: 15px;
}
.checkout-page .box-border .button {
	margin-top: 15px;
}
.checkout-page .box-border label {
	margin-top: 5px;
}
.checkout-page .box-border p, .checkout-page .box-border h4 {
	padding-bottom: 5px;
	margin-top: 5px;
}
.checkout-page .box-border .fa {
	line-height: inherit;
}
.checkout-page .box-border input[type="radio"] {
	margin-right: 10px;
}
/******************************************
4. Contact page
******************************************/


#contact {
	margin-top: 10px;
}
#contact .page-subheading {
	padding-left: 0px;
	border: none;
	margin: 14px 0 30px;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
}
#contact .contact-form-box {
	padding: 0;
	margin: 0 0 30px 0;
}
#contact .contact-form-box label {
	padding-bottom: 5px;
}
#contact .contact-form-box .form-selector {
	padding-bottom: 25px;
}
#contact input, #contact select, #contact textarea {
	border-radius: 0;
	border-color: #eaeaea;
	box-shadow: inherit;
	outline: 0 none;
}
#contact input:focus, #contact select:focus, #contact textarea:focus {
	box-shadow: inherit;
	outline: 0 none;
}
#contact #btn-send-contact {
	font-size: 14px;
	line-height: 18px;
	color: white;
	padding: 0;
	font-weight: normal;
	background: #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 10px 25px;
}
#contact #btn-send-contact:hover {
	background: #F36;
}
#contact_form_map ul {
	line-height: 28px;
	list-style: disc;
	list-style-position: inside;
	font-style: italic;
}
#contact_form_map ul.store_info {
	list-style: none;
	font-style: normal;
	color: #696969;
}
#contact_form_map ul.store_info i {
	display: inline-block;
	width: 30px;
	line-height: inherit;
	font-size: 18px;
}
#message-box-conact .fa {
	line-height: inherit;
}
.content-text {
	padding: 20px 0;
	text-align: justify;
}
.content-text p {
	margin-bottom: 15px;
}
.right-sidebar #left_column {
	float: right;
}
/******************************************
5. Login page
******************************************/

.box-authentication {
	border: 1px solid #eaeaea;
	padding: 30px;
	min-height: 330px;
	background: #fff;
}
.box-authentication>h3 {
	margin-bottom: 15px;
}
.box-authentication label {
	margin-top: 10px;
	margin-bottom: 2px;
}
.box-authentication .forgot-pass {
	margin-top: 15px;
}
.box-authentication input, .box-authentication textarea {
	border-radius: 0px;
	border: 1px solid #cfcccc;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	width: 100%;
}
.box-authentication .button {
	margin-top: 15px;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
.box-authentication {
	padding: 15px;
	min-height: inherit;
	margin-bottom: 15px;
}
.box-authentication input, .box-authentication textarea {
	width: 90%;
}
}
/******************************************
6. 404 Error Page
******************************************/


.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 60%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	border-radius: 100%;
	margin: 45px auto;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #eaeaea;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	color: #ff3366;
	margin: 15px 0;
	font-style: normal;
}
a.button-back {
	border: 2px #ff3366 solid;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 25px;
	margin-top: 15px;
	background: #ff3366;
	color: #fff;
}
a.button-back:hover {
	border: 2px #ff3366 solid;
	background: #ff3366;
}
#animate-arrow {
	position: relative;
	top: 15px;
	left: 0px;
	animation: move 1s ease infinite;
	margin-top: 150px;
	color: red;
}
 @keyframes move {
 50% {
 bottom: 10px;
 top: 0px;
}
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
.error_pagenotfound {
	width: 100%;
	border-radius: 0;
	margin: 25px auto;
	padding: 15px;
}
.error_pagenotfound em {
	line-height: none;
	margin-bottom: 10px
}
}
/******************************************
7. about us
******************************************/

.about-page h1 {
	font-weight: bold;
}
.about-page {
	margin-top: 25px;
	display: inline-block;
	margin-bottom: 25px;
}
.about-slid {
	background: url(../images/slid3.jpg)no-repeat 0px 0px fixed;
	background-size: cover;
	text-align: center;
	padding: 80px 0 100px;
}
.about-slid h2 {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
}
.about-slid p {
	color: #fff;
	font-size: 16px;
	margin: 8px auto 0;
	line-height: 22px;
	width: 78%;
}
.about-slid-info {
	width: 80%;
	margin: 0 auto;
}
.about-page ul {
	padding: 0;
}
.about-page ul li {
	display: block;
	margin: 1.2em 0 0;
}
.about-page ul li a {
	color: #333;
	font-size: 15px;
}
.about-page ul li a:hover {
	color: #ff3366;
	padding-left: 10px;
}
.about-page .fa-arrow-right {
	font-size: 12px;
}
.about-page .text_color {
	color: #ff3366;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
.about-slid-info {
	width: 100%;
}
.about-slid h2 {
	font-size: 30px;
}
.align-center-btn a.button {
	display: inline-block;
	margin-bottom: 10px;
}
}
.our-team {
	background: #fff;
	border-bottom: 1px #ddd solid;
	padding-bottom: 60px;
	display: inline-block;
	width: 100%;
}
.our-team .page-header h2 {
	color: #333;
}
.our-team .team {
	background: #f8f8f8;
	border: 1px #eee solid;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
}
.team h5 {
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: bold;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
.team-social {
	margin-left: 0;
	padding-left: 0;
}
.align-center-btn a.button {
	border: 2px #ec2223 solid;
	padding: 5px 11px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	margin-right: 15px;
	background: #ec2223;
	color: #fff;
}
.align-center-btn a.button.buy-temp {
	background: #ff3366;
	color: #fff;
	border: 2px #ff3366 solid;
}
.align-center-btn {
	margin-top: 25px;
}
#service {
	padding-bottom: 60px;
}
#service .page-header h2 {
	color: #333;
}
#service i {
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#service h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.sitemap-page {
	margin-top: 25px;
	margin-bottom: 50px;
}
.simple-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.bold-list>li>a {
	font-weight: 700;
	text-transform: uppercase
}
.simple-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	bottom: -.8em
}
.simple-list li {
	margin: 0;
	padding: 0 0 12px
}
/******************************************
8. FAQ Page
******************************************/

.faq-page {
	margin-bottom: 30px;
}
.faq-page .page-title {
	margin: 20px auto;
}
.faq-page .content-box {
	padding: 32px 28px;
	margin: 0 0 20px 0;
	text-align: center;
	cursor: pointer;
}
.faq-page .content-box, .faq-page .content-box i, .faq-page .content-box p, .faq-page .content-box h3 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq-page .content-box p {
	margin: 15px 0;
	color: #fff;
}
.faq-page .content-box h3 {
	line-height: 26px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: 600;
}
.faq-page .content-box i {
	font-size: 80px;
	height: 80px;
	color: #fff;
	margin: 10px 0;
	display: block;
}
.faq-page .content-box.color-effect-1 {
	background: #000;
}
.faq-page .box-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	max-height: 120px;
}
.faq-page .box-icon i {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.faq-page .box-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.faq-page .box-icon i:before {
	speak: none;
	font-size: 40px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.faq-page .box-icon-effect-1 .box-icon i {
	background: #ff3366;
	color: #fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.faq-page .box-icon-effect-1 .box-icon i:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.faq-page .content-box:hover .box-icon-effect-1a .box-icon i {
	background: rgba(255,255,255,1);
	color: #3acf87;
}
.faq-page .content-box:hover .box-icon-effect-1a .box-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.accordion-faq {
	text-align: left;
	position: relative
}
.accordion-faq .panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}
.accordion-faq .panel .panel-heading {
	padding: 0;
	color: #fff;
	border-radius: 0!important;
	background: #333
}
.accordion-faq .panel-heading a {
	display: block;
	position: relative;
	background: #ff3366;
	color: #fff;
	padding: 14px 50px 12px 15px;
	border-radius: 0;
	border: 1px #eee solid;
	min-height: 50px;
	font-weight: bold;
}
.accordion-faq .panel-heading a.collapsed {
	display: block;
	position: relative;
	background: #fff;
	color: #333;
	padding: 14px 50px 12px 15px;
	border-radius: 0;
	border: 1px #eee solid;
	min-height: 50px;
	font-weight: bold;
}
.accordion-faq .panel-heading a:hover {
	text-decoration: none
}
.accordion-faq .panel:last-child {
	box-shadow: none;
	border-bottom: none
}
.accordion-faq .arrow-down, .accordion-faq .arrow-up {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 54%;
	margin-top: -15px;
	right: 10px;
	color: #fff;
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
	display: none
}
.accordion-faq .collapsed .arrow-down {
	display: block;
	color: #333;
}
.accordion-faq .panel-body {
	border-top: 0!important;
	padding: 15px;
	background: #fff;
	border: 1px #eee solid;
	border-top: none;
}
.accordion-faq.panel-group .panel+.panel {
	margin-top: 10px
}
/******************************************
9. Coming Soon
******************************************/
.coming-soon-wrapper .logo{  text-align:center; }
.coming-soon-wrapper {
	/*background: #eee url(../images/coming_soon_bg.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 35px;
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 80px;
}
.coming-soon-wrapper p {
	color: #fff;
	font-size: 30px;
	padding: 40px 0;
	font-weight: bold;
	line-height: 42px;
}
.coming-soon-wrapper .stat-count {
	color: #fff;
	margin: 0 !important;
	font-size: 80px;
	padding: 15px !important;
	font-weight: 400;
}
.count-details {
	font-size: 24px;
	margin: 0 !important;
	font-style: italic;
	padding: 0 !important;
	font-weight: 300 !important;
	color: #fff;
}
.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
.time_circles > div {
	position: absolute;
	text-align: center;
}
.time_circles > div > h4 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.time_circles > div > span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 300%;
	margin-top: 0.4em;
	font-weight: bold;
}
#DateCountdown {
	width: auto;
	float: none;
	display: block;
	margin: 0 auto !important;
	text-align: center;
}
.color-purple {
	background: #564bb5;
}
.color-blue {
	background: #03acdc;
}
.color-gray {
	background: #f5f5f5;
}
.color-green {
	background: #18e2ba;
}
.color-yellow {
	background: #ffcc0e;
}
.color-red {
	background: #e85d5d;
}
.color-tael {
	background: #52c854;
}
.coming-soon-wrapper .form-control {
	display: inline;
	position: relative;
	background: #fff;
	border-radius: 0;
	border: 0;
	padding: 0 20px;
	margin-right: 0px;
	height: 50px;
	width: 500px;
	border-radius: 50px 0 0 50px;
	float: left;
}
button.button.sign-in {
	border-radius: 0 50px 50px 0;
	font-size: 16px;
	float: left;
	background: #ff3366;
	border: 2px solid #ff3366;
	color: #fff;
	padding: 13px 25px 13px 20px;
}
 @media only screen and (min-width: 300px) and (max-width: 767px) {
.coming-soon-wrapper .form-control {
	width: 100%;
	border-radius: 50px;
	margin-bottom: 12px;
}
button.button.sign-in {
	border-radius: 50px;
}
}
.imgframe3 {
    margin-bottom: -1px;
}
input.error {
    border: 1px dotted red;
}
textarea.error {
    border: 1px dotted red;
}
label.error{
    width: 100%;
    color: red;
    font-style: italic;
    top: 100%;
    left: 0px;
}
.form-group {
    margin-bottom: 30px;
}
#loading1 {
    float:left;
    background:url(../images/loader.gif) no-repeat 1px;
    height:28px;
    width:28px;
    display:none;
}
#loading2 {
    float:left;
    background:url(../images/loader.gif) no-repeat 1px;
    height:28px;
    width:28px;
    display:none;
}
.errors{
	width:100%;

	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	position:relative; 
	z-index:1000;
	line-height:20px;
}
.errorss{
	width:100%;

	border:1px solid #00CC3A;
	background:#CAF7CA;
	padding:3px;
	font-weight:bold;
	color:#02A002;
	position:relative; 
	z-index:1000;
	line-height:20px;
}
.no-account {
	display:inline-block;
	font-size:14px;
	margin-top:15px
}
.my-account .title, .register .title {
	color:#1d1d1d;
	border-bottom:1px solid #ebebeb;

	font-weight:500;
	/* padding-bottom:20px; */
	margin-bottom:20px;
	font-size:24px
}
.myaccount-tab-menu {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	background-color:#fff
}
.myaccount-tab-menu a {
	border:1px solid #ebebeb;
	border-bottom:0;
	color:#1d1d1d;
	
	font-weight:500;
	display:block;
	padding:15px 15px 13px;
	line-height:30px;
	font-size:15px;
	text-transform:uppercase
}
.myaccount-tab-menu a:last-child {
	border-bottom:1px solid #ebebeb
}
.myaccount-tab-menu a.active, .myaccount-tab-menu a:hover {
	background-color:#ab8c53;
	color:#fff !important; 
}
.myaccount-tab-menu a i {
	font-size:14px;
	text-align:center;
	width:25px
}
.myaccount-content {
	background-color:#fff;
	font-size:14px;
	/* border:1px solid #ebebeb; */
	padding:0 30px
}
@media only screen and (max-width:575px) {
.myaccount-content {
padding:20px 15px
}
}
.myaccount-content h3 {
	color:#1d1d1d;
	border-bottom:1px solid #ebebeb;
	
	font-weight:500;
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:25px
}
.myaccount-content .welcome a {
	color:#1d1d1d
}
.myaccount-content .welcome a:hover {
	color:#ab8c53
}
.myaccount-content .welcome strong {
	font-weight:600
}
.myaccount-content a.edit-address-btn {
	border-color:#333
}
.myaccount-content a.edit-address-btn i {
	padding-right:5px
}
.myaccount-content a.edit-address-btn:hover {
	color:#ab8c53
}
.myaccount-table {
	white-space:nowrap;
	font-size:15px
}
.myaccount-table .table th, .myaccount-table table th {
	padding:10px;
	font-weight:600
}
.myaccount-table .table td, .myaccount-table table td {
	padding:20px 10px;
	vertical-align:middle
}
.myaccount-table .table td a:hover, .myaccount-table table td a:hover {
	color:#fff
}
.saved-message {
	font-weight:600;
	font-size:13px;
	padding:20px
}
.account-details-form h4 {
	text-transform:capitalize;
	margin:0;
	color:#1d1d1d;
	
	font-weight:500;
	font-size:18px
}
.table .thead-light th {
	color:#495057;
	background-color:#e9ecef;
	border-color:#dee2e6
}
.account-details-form input[type=email], .account-details-form input[type=number], .account-details-form input[type=password], .account-details-form input[type=search], .account-details-form input[type=tel], .account-details-form input[type=text], .account-details-form input[type=url] {
	width:100%;
	background-color:#fff;
	border:1px solid #dbd7d7;
	font-size:14px;
	color:#707070;
padding:.8rem 1.6rem;
	height:38px;
	line-height:1.25;
	border-radius:0
}
.mb-30 {
    margin-bottom: 30px !important;
}
.style4 .modal-title {
    font-weight: 400;
    color:#fff;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: #1d1d1d!important;
}
.d-flex{
	display: flex;
}
.justify-content-between{
	justify-content: space-between!important;
}
.addrss-header.d-flex.align-items-center.justify-content-between{
	border-bottom: 1px solid #ebebeb;
}
.title.no{
	border-bottom: none !important;
}
.address-details li{
	list-style: none;
	line-height: 2;
}
#page1{
	font-size: 16px !important;
}
.address-details{
	margin: 0;
}
.go-to-cart-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ab8c53;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.go-to-cart-button:hover {
	background-color: #e79a0e;
	color: white;
}
@media only screen and (max-width:767px){
 .mob_mar{
	margin-top: 30px;
 }
 .headerlinkmenu{
	width: 230px !important;
 }
 .stick{
	display: none;
 }
}