/* @import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap'); */
body{
	
	font-family: 'Montserrat', sans-serif;
}
.header_main {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px;
    background-color: #f7f7f7;
    border-bottom: 1px solid;
    border-color: #FB3176;
}
.logo img {
    max-width: 25%;
}
.menu {
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li {
    display: inline-block;
    padding: 12px 15px;
}
.menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
button:focus {
    outline: none !important;
}
.get_info a.sign_in,
.ord_bckto a {
    color: #fb3176;
    font-weight: 700;
	text-decoration: underline;
}
.register_main {
    position: relative;
    float: left;
    width: 100%;
    height: 90vh;
}
.register_form {
    padding: 100px;
}
.account_login {
    max-width: 530px;
    background: #f7f7f7;
    position: relative;
    padding: 0px 50px 50px 50px;
}
.account_login h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize; 
    padding: 50px 0 30px 0px;
    position: relative;
    float: left;
    width: 100%;
}
.account_login h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #FB3176;
    height: 2px;
    max-width: 80px;
    margin: 0 auto;
    bottom: 15px;
}
.form-groupbtn {
    text-align: center;
}
.account_login button#checkoutCustomerLoginBtn {
    background: #FB3176;
    color: #fff;
    border-radius: 00px;
	padding: 9px 60px;
}
.account_login button#checkoutCustomerRegisterBtn {
    background: #FB3176;
    color: #fff;
    border-radius: 0px;
	padding: 9px 60px;
}
.account_login input,
.w3-table select {
    height: 30px;
    border-radius: 0px;
    padding: 0 20px;
    font-size: 12px;
    width: -webkit-fill-available;
}
.account_login input:focus,
.form-group select:focus,
.w3-table select:focus,
.account_checkout input:focus{
    box-shadow: none;
    border: 1.5px solid;
    border-color: #FB3176;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.account_login p.get_info {
    text-align: center;
    padding-top: 30px;
}
p.get_info {
    font-size: 12px;
    font-weight: 500;
}
.account_pro_summry {
    position: relative;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 2px 45px;
    padding-top: 45px;
}
.account_pro_summry_head h3 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
	color: #808080;
	margin-top: 0;
}
h4.ord_pro_title {
    font-size: 18px;
    font-weight: 600;
	padding-bottom: 0px;
    float: inline-start;
}
.ord_pro_desc p {
    font-size: 13px;
}
.ord_pro_img {
    position: relative;
    float: right;
    width: 20%;
}
.ord_pro_img img {
    max-width: 100%;
}
.ord_pro_desc {
    position: relative;
    float: left;
    width: 70%;
    padding-left: 15px;
}
.ord_pro_all_data {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0px;
}
.ord_pro_all_data tr {
    line-height: 2;
    font-size: 13px;
}
.ord_bckto {
    padding-top: 25px;
}

.ctm_log {
    margin: 0 auto;
}
.ctm_log_btn {
    padding-top: 20px;
    padding-bottom: 10px;
}
.form-group select {
    border-radius: 0px;
    height: 40px;
}

.account_checkout {
    background: #f7f7f7;
    position: relative;
	float: left;
	width: 100%;
    padding: 0px 30px 20px 30px;
}

.account_checkout h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 20px 0 30px 0px;
    position: relative;
    float: left;
    width: 100%;
}
.account_checkout h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #FB3176;
    height: 2px;
    max-width: 80px;
    margin: 0 auto;
    bottom: 15px;
}
.account_checkout input {
    height: 40px;
    border-radius: 0px;
    padding: 0 15px;
} 
input.FgrCheckoutPaymentMethodCls {
    margin-right: 5px;
}
.w3-table tr {
    line-height: 2.5;
}
.ord_pro_all_data td {
    padding-right: 15px;
    line-height: 3;
}
.ctm_log_forget p {
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
    font-weight: 600;
    color: #FB3176;
}
.ctm_log .ctm_pad0 {
    margin-top: 0;
    padding-top: 20px !important;
}
.ctm_pad { 
    padding-top: 15px;
}
.con_paymt_btn button {
    background: #FB3176;
    color: #fff;
    border-radius: 0px;
    padding: 9px 40px;
	border: none;
}
.thxs_pg_main {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.thxs_pg {
    text-align: center;
    margin: 0 auto;
    width: 600px;
    position: relative;
    float: none;
    background: #f7f7f7;
    padding: 75px;
}
.thxs_pg .success_img {
    width: 55px;
}
.thxs_pg .response-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.7;
    margin-top: 10px;
}
.thxs_pg a {
    background: #fb3176;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 30px;
}
.ctmtb_pad {
    padding: 120px 0px;
}

.forget_account {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    text-decoration: underline;
    padding-top: 15px;
}
footer {
    position: relative;
    float: left;
    width: 100%;
}
.footer_main {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid;
    border-color: #FB3176;
    padding: 15px 30px;
    background-color: #000;
}
.footer_main p {
    color: #fff;
    font-weight: 500;
	    margin: 0;
    font-size: 12px;
}
/* loader start */
.showbox{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
    background-color: rgba(255, 255, 255, 1);
	z-index: 99999;  
}
.loader {
	position: relative;
	margin: 0 auto;
	width: 50px;
    top: 50%;
    margin-top: -50px;
}
.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.circular {
	-webkit-animation: rotate 2s linear infinite;
			animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
			animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
 
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  } 
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #f26222;
  }
  40% {
    stroke: #f26222;
  }
  66% {
    stroke: #f26222;
  }
  80%,
  90% {
    stroke: #f26222;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #f26222;
  }
  40% {
    stroke: #f26222;
  }
  66% {
    stroke: #f26222;
  }
  80%,
  90% {
    stroke: #f26222;
  }
}
/* loader end */

.figReportCls{
	border: 1px solid #dddddd;
}
.figReportCls p{
	font-weight: 600;
    margin: 10px 0;
    font-size: 14px;
}
.figReportClsmain{
	float: left;
    margin-bottom: 20px;
}
.figReporttblCls h4 {
    text-align: center; 
}
.ctmtb_pad {
    padding: 100px 0px;
}
#payment-box {
    padding: 75px;
    margin: 20px;
    border: none;
    text-align: center;
    border-radius: 3px;
    background: #f7f7f7;
    position: relative;
    float: none;
    width: 300px;
    margin: 0 auto;
}

#pay_now {
    padding: 10px 30px;
    background: #09f;
    border: #038fec 1px solid;
    border-radius: 3px;
    color: #FFF;
    width: 100%;
    cursor: pointer;
}
#pay_now_payfort {
    padding: 10px 30px;
    background: #09f;
    border: #038fec 1px solid;
    border-radius: 3px;
    color: #FFF;
    width: 100%;
    cursor: pointer;
}

.txt-title {
    margin: 25px 0px 0px 0px;
    color: #4e4e4e;
} 

.txt-price {
    margin-bottom: 20px;
    color: #08926c;
    font-size: 1.1em;
}

.con_paymt_text p {
    font-size: 10px;
    padding-top: 15px;
	font-weight: 700;
}
.credits {
    float: left;
}
.payment_methods {
    float: right;
    text-align: right;
}
.credits a {
    color: #FB3176;
}
.account_login button#checkoutCustomerForgetBtn {
    background: #FB3176;
    color: #fff;
    border-radius: 00px;
    padding: 9px 60px;
}
button#checkoutCustomerUpdateBtn {
    background: #FB3176;
    color: #fff;
    border-radius: 00px;
    padding: 9px 40px;
}