.cipc-icon-img {
	width: 38px;
    padding: 6px;
	opacity: 0.4;
}
.cipc_info_tab .cipc-icon-img {
	opacity: 1;
}
.cipc_info_tab.c-change .cipc-icon-img {
	opacity: 0.4;
}
#cipc_info_pg .cipc-company-title {
	text-transform: uppercase;
	color: #29375c;
}
#cipc_info_pg .cipc-top-info-box {
    background-color: #fff;
    display: flex;
    margin-top: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.03);
}
#cipc_info_pg .cipc-top-info-box .cipc-left {
    padding: 32px 40px;
    float: left;
    background: #29375c;
}
.cipc-top-info-box .cipc-text {
    line-height: 15px;
    padding: 15px 25px;
    float: left;
}
#cipc_info_pg .cipc-top-info-box .cipc-text .act-head {
    font-weight: 500;
    color: #29375C;
    font-size: 14px;
    margin-bottom: 5px;
}
#cipc_info_pg .cipc-top-info-box .cipc-text .act-text {
    color: #6B758E;
    padding-top: 3px;
    font-weight: 500;
    line-height: 1.5em;
}
@media (min-width: 961px) and (max-width: 1024px){
	#cipc_info_pg {
		margin-top: 60px;
	}
}

/* CIPC Info page */
#cipc_info_pg .tab-pane {
	margin-top: 20px;
    padding: 15px;
    background: #fff;
}
#cipc_dashboard h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
#cipc_dashboard ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#cipc_dashboard .company-summary ul li {
    padding-top: 10px;
}
#cipc_info_pg .tab-content ul li {
    border-top: 1px solid #999;
}
#cipc_info_pg .tab-content div.table {
    border-collapse: collapse;
    display: table;
    margin: 15px 0 30px 0;
    width: 100%;
}
#cipc_info_pg .tab-content .table-row.title {
    background: #0D3D56;
    border-right: 1px solid #0D3D56;
    caption-side: top;
    color: #fff;
    display: table-caption;
    font-weight: 700;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#cipc_info_pg .tab-content .table-row .edit_action {
	color: #ccc;
	background-color: #0D3D56;
	border: none;
	padding: 6px 12px;
	float: right;
	font-size: 20px;
}
#cipc_info_pg .tab-content .table-row .edit_action:hover {
	color: #ffdc1e;
}
#business_cipc_information_model .form-wrap .tab-content .tab-pane {
    padding: 15px 10px;
}
#business_cipc_information_model .form-wrap .tab-content .tab-pane form {
    max-width: 100%;
    margin: 0 auto;
}
#business_cipc_information_model .popup-heading-title {
    padding-left: 0;
}
#business_cipc_information_model .modal-content {
	overflow: auto !important;
    height: auto;
    max-height: 100vh;
}
.business-modal .business-content.live_edit {
    padding: 0px 10px;
}
#cipc_info_pg .tab-content .table-row.title .cell {
    font-size: 16px;
    font-weight: 700;
}
#cipc_info_pg .tab-content .table-row .cell {
    display: table-cell;
    padding: 6px 12px;
}
#cipc_info_pg .tab-content .table-row.header {
    background: #1496BB;
    border-right: 1px solid #1496BB;
    color: #fff;
}
#cipc_info_pg .tab-content .table-row {
    background: #fff;
    display: table-row;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cipc_info_pg .tab-content .table-row.header .cell {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 2px 12px;
}
#cipc_info_pg .tab-content .table-row.content, #cipc_info_pg .tab-content .table-row.info-content {
    border: 1px solid #999999;
}
#cipc_info_pg .tab-content .table-row.content .date, #cipc_info_pg .tab-content .table-row.info-content .date {
    white-space: nowrap;
}
#cipc_info_pg .tab-content .table-row.content .cell, #cipc_info_pg .tab-content .table-row.info-content .cell {
    border-right: 1px solid #999999;
    vertical-align: middle;
}
#cipc_info_pg .tab-content .table-row.content .status, #cipc_info_pg .tab-content .table-row.info-content .status {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #999999;
    border-radius: 15px;
    width: 80px;
    height: 20px;
    line-height: 20px;
}
#cipc_info_pg .tab-content .table-row.content .overdue, #cipc_info_pg .tab-content .table-row.info-content .overdue {
    background-color: #C03228;
}
#cipc_info_pg .tab-content .table-row.content .active {
    background-color: #5CA793;
}
#cipc_info_pg .tab-content .table-row.content:hover, #cipc_info_pg .tab-content .table-row.info-content:hover {
    background: #f5f5f5;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cipc_company .tab-content .table-row.info-content .cell:first-of-type {
    font-weight: 700;
}
#cipc_company .row .company-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cipc_company .row .company-navigation ul {
    margin-top: 15px;
}
#cipc_company .row .company-navigation li {
    border-top: none;
    border-bottom: 1px solid #ccc;
}
#cipc_company .row .company-navigation a {
    color: black;
    display: block;
    padding: 3px 10px;
    cursor: pointer;
	text-decoration: none;
}
#cipc_company .row .company-navigation li.active a {
    background-color: #1496BB;
    color: #fff;
}
#cipc_company .row .company-navigation a:hover {
    background-color: #F26D21;
    color: #fff;
}
#cipc_info_pg .not_found_data {
	margin-top: -30px;
    text-align: center;
    color: #212529;
    border: 1px solid #999999;
    padding: 10px;
}

.content-type-box .content-type-wrap:hover {
    background: #fff;
    color: #2392ec;
}
.business_module .center-part .annual_returns_notice .textpart-two .top-txt {
    background-color: rgb(255, 163, 158);
}
.business_module .center-part .annual_returns_notice .textpart-two .bottom-txt {
    background-color: rgb(255, 241, 240);
    border-left: 3px solid rgb(255, 163, 158);
}
.business_module .center-part .annual_returns_notice .textpart-two .bottom-txt .returns-overdue-listing {
	font-size: 14px;
}
#store_pg .activity-top-info-box .activity-left {
    padding: 35px 40px;
    float: left;
    background: #29375c;
}
.store-products-container .product-item {
	border: 1px solid #f0f0f0;
	background: #fff;
	padding: 24px 5px;
	border-radius: 2px;
}
.store-products-container .product-item .logo_parent_div {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.08);
}
.store-products-container .product-item .logo_parent_div img.product-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    /* padding: 5px; */
    max-width: 100% !important;
}
.store-products-container .product-item .product-title {
    font-size: 16px;
    color: #29375c;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid rgb(232, 232, 232);
    padding: 15px 0px;
}
.store-products-container .product-item .product-description {
	margin-top: 15px;
    margin-bottom: 15px;
    height: 40px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}
.store-products-container .product-item .buy-now-btn {
	height: 32px;
    padding: 4px 15px;
	color: #fff;
    background: #2f54eb;
    border-color: #2f54eb;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
	border-radius: 2px;
	font-size: 14px;
}
.store-products-container .product-item .buy-now-btn:active {
    color: #fff;
    background: #1d39c4;
    border-color: #1d39c4;
}
.store-products-container .product-item .buy-now-btn:focus, .store-products-container .product-item .buy-now-btn:hover {
    color: #fff;
    background: #597ef7;
    border-color: #597ef7;
}
.store-products-container .product-item .buy-now-btn.not-active, #product_detail_container_box .buy-product.not-active {
	opacity: 0.4;
	cursor: not-allowed;
}
.store-products-container .product-item:hover {
    border-color: transparent;
    box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09);
}
.tab-content .company-summary ul li {
	font-size: 14px;
	color: #29375c;
}

/* Product Detail Page */
.store-product-detail {
	border: 1px solid #f0f0f0;
	background: #fff;
	font-size: 14px;
	color: rgba(0,0,0,.85);
}
.product-item-head {
	min-height: 48px;
    margin-bottom: -1px;
    padding: 0 40px;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
}
.product-item-head:after {
    clear: both;
}
.product-item-head:after, .product-item-head:before {
    display: table;
    content: "";
}
.product-item-head-wrapper {
    display: flex;
    align-items: center;
}
.product-item-head-title {
    display: inline-block;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-item-head-title a {
	text-decoration: none;
	color: #2f54eb;
}
.product-item-head-title a svg {
	margin-top: -3px;
}
.store-product-detail .anticon, #annual_returns_pg .anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.store-product-detail .product-item-body {
    padding: 40px;
}
.store-product-detail .product-item-body:after, .store-product-detail .product-item-body:before {
    display: table;
    content: "";
}
.product-item-detail-inner {
    display: flex;
    padding: 0em 0px 2em;
    align-items: flex-start;
}
.product-item-icon-bx {
    flex: 0 0 100px;
    margin-right: 1em;
}
.product-item-icon-bx img {
    border-radius: 2px;
    width: 100%;
}
.product-item-sort-detail .prod-title {
    color: rgb(55, 59, 74);
    letter-spacing: 0px;
    margin: 0px;
	font-size: 21px;
}
.product-item-sort-detail .prod-short-code {
    color: rgb(155, 155, 155);
    margin-bottom: 1em;
	font-size: 14px;
}
.product-item-body .buy-now-btn {
	height: 32px;
    padding: 4px 15px;
    color: #fff;
    background: #2f54eb;
    border-color: #2f54eb;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    border-radius: 2px;
    font-size: 14px;
}
.product-item-body .buy-now-btn:hover {
	color: #fff;
    background: #597ef7;
    border-color: #597ef7;
}
.store-product-detail h1, .store-product-detail h2, .store-product-detail h3, .store-product-detail h4, .store-product-detail h5, .store-product-detail h6 {
	margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
.store-product-detail h3 {
	font-size: 17px;
}
.prod-brief-desc {
	margin: 1em 0px 2em;
}
.product-requirements-box ul.requirements {
    margin-left: 2px;
    padding-left: 0px;
    list-style: none;
}
.product-requirements-box ul.requirements li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 26px;
    position: relative;
    padding-left: 24px;
}
.product-requirements-box ul.requirements li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url(/front/images/icons/icon-check-square-green.svg);
    background-size: cover;
}
.product-process-box, .product-timeframe-box, .product-additional-information-box {
	margin-bottom: 2em;
}
.product-process-box ol.process {
    margin-left: 0px;
    padding-left: 18px;
}
.product-item-body .buy-now-btn.bottom-btn {
	height: 40px; 
}
.btn-annual-returns {
    color: #ffdc1e;
    font-size: 15px;
    background-color: #29375c;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 600;
	text-decoration: none;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.btn-annual-returns:hover, .btn-annual-returns:focus {
	color: #29375c;
	background-color: #ffdc1e;
	box-shadow: none;
	text-decoration: none;
}

/* Annual Returns Page Css */
#annual_returns_pg {
	
}
#annual_returns_pg .white-box {
	width: auto !important;
    max-width: 750px !important;
    color: #615f5f !important;
	margin-left: auto;
    margin-right: auto;
	/* min-height: 700px; */
    height: auto;
    box-shadow: none;
	padding: 25px;
	background-color: #f4f5f9;
}
.anrts-heading-bx {
	border: 1px solid rgb(232, 232, 232);
    margin-bottom: 24px;
	background-color: #fff;
}
.anrts-page-header {
	background-color: inherit;
	box-sizing: border-box;
    margin: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    padding: 16px 24px;
}
.anrts-page-header-compact .anrts-page-header-heading {
    flex-wrap: wrap;
}
.anrts-page-header-heading {
    display: flex;
    justify-content: space-between;
}
.anrts-page-header-heading-left {
    display: flex;
    align-items: center;
    margin: 4px 0;
    overflow: hidden;
}
.anrts-page-header-heading-title {
    margin-right: 12px;
    margin-bottom: 0;
    color: rgba(0,0,0,.85);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.anrts-body {
	
}
.anrts-body .anrts-body-wrapper {
	margin-bottom: 2em;
}

.anrts-steps {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    display: flex;
    width: 100%;
    font-size: 0;
    text-align: left;
    text-align: initial;
}
.anrts-steps-small.anrts-steps-horizontal:not(.anrts-steps-label-vertical) .anrts-steps-item:first-child {
    padding-left: 0;
}
.anrts-steps-item {
    position: relative;
    display: inline-block;
    flex: 1 1;
    overflow: hidden;
    vertical-align: top;
}
.anrts-steps-item:last-child {
    flex: none;
}
.anrts-steps-horizontal:not(.anrts-steps-label-vertical) .anrts-steps-item {
    padding-left: 16px;
    white-space: nowrap;
}
.anrts-steps-small.anrts-steps-horizontal:not(.anrts-steps-label-vertical) .anrts-steps-item {
    padding-left: 12px;
}
.anrts-steps-item-container {
    outline: none;
}
.anrts-steps-item:last-child>.anrts-steps-item-container>.anrts-steps-item-content>.anrts-steps-item-title:after,
.anrts-steps-item:last-child>.anrts-steps-item-container>.anrts-steps-item-tail {
	display: none
}
.anrts-steps-item-tail {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.anrts-steps-item-process>.anrts-steps-item-container>.anrts-steps-item-icon {
    background: #2f54eb;
}
.anrts-steps-small .anrts-steps-item-tail {
    top: 8px;
}
.anrts-steps-horizontal:not(.anrts-steps-label-vertical) .anrts-steps-item-tail {
    display: none;
}
.anrts-steps-item-content, .anrts-steps-item-icon {
    display: inline-block;
    vertical-align: top;
}
.anrts-steps-item-icon {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 32px;
    transition: background-color .3s,border-color .3s;
}
.anrts-steps-item-process .anrts-steps-item-icon {
    background-color: #fff;
    border-color: #2f54eb;
}
.anrts-steps-item-wait .anrts-steps-item-icon {
    background-color: #fff;
    border-color: rgba(0,0,0,.25);
}
.anrts-steps-item-finish .anrts-steps-item-icon {
    background-color: #fff;
    border-color: #2f54eb;
}
.anrts-steps-small .anrts-steps-item-icon {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
}
.anrts-steps-item-icon .anrts-steps-icon {
    position: relative;
    top: -2px;
    color: #2f54eb;
    line-height: 1;
}
.anrts-steps-item-process .anrts-steps-item-icon>.anrts-steps-icon {
    color: #2f54eb;
}
.anrts-steps-item-process>.anrts-steps-item-container>.anrts-steps-item-icon .anrts-steps-icon {
    color: #fff;
}
.anrts-steps-item-wait .anrts-steps-item-icon>.anrts-steps-icon {
    color: rgba(0,0,0,.25);
}
.anrts-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: rgba(0,0,0,.85);
    font-size: 16px;
    line-height: 32px;
}
.anrts-steps-small .anrts-steps-item-title {
    padding-right: 12px;
    font-size: 14px;
    line-height: 24px;
}
.anrts-steps-item-process>.anrts-steps-item-container>.anrts-steps-item-content>.anrts-steps-item-title {
    color: rgba(0,0,0,.85);
}
.anrts-steps-item-wait>.anrts-steps-item-container>.anrts-steps-item-content>.anrts-steps-item-title {
    color: rgba(0,0,0,.45);
}
.anrts-steps-item-title:after {
    position: absolute;
    top: 16px;
    left: 100%;
    display: block;
    width: 9999px;
    height: 1px;
    background: #f0f0f0;
    content: "";
}
.anrts-steps-small .anrts-steps-item-title:after {
    top: 12px;
}
.anrts-steps-item-process>.anrts-steps-item-container>.anrts-steps-item-content>.anrts-steps-item-title:after {
    background-color: #f0f0f0;
}
.anrts-steps-item-wait>.anrts-steps-item-container>.anrts-steps-item-content>.anrts-steps-item-title:after {
    background-color: #f0f0f0;
}
.anrts-steps-horizontal:not(.anrts-steps-label-vertical) .anrts-steps-item:last-child .anrts-steps-item-title {
    padding-right: 0;
}
.anrts-card-bordered {
    border: 1px solid #f0f0f0;
}
.anrts-card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    background: #fff;
    border-radius: 2px;
}
.anrts-card-head {
    min-height: 48px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
}
.anrts-card-head:after, .anrts-card-head:before {
    display: table;
    content: "";
}
.anrts-card-head-wrapper {
    display: flex;
    align-items: center;
}
.anrts-card-head-title {
    display: inline-block;
    flex: 1 1;
    padding: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.anrts-card-body {
    padding: 24px;
}
.anrts-card-body:after, .anrts-card-body:before {
    display: table;
    content: "";
}
.anrts-card-body:after {
    clear: both;
}
.anrts-bottom-bx {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.anrts-buttons .btn-back {
    order: 1;
}
.anrts-btn-lg {
    height: 40px;
    padding: 6.4px 15px;
    font-size: 16px;
    border-radius: 2px;
}
.anrts-btn, .anrts-btn:active, .anrts-btn:focus {
    outline: 0;
}
.anrts-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0,0,0,.85);
    background: #fff;
    border: 1px solid #d9d9d9;
}
.anrts-btn>span {
    display: inline-block;
}
.anrts-buttons.btn-submit {
    order: 2;
}
.anrts-buttons:nth-child(2) {
    margin-left: 1em;
}
.anrts-btn-primary {
    color: #fff;
    background: #2f54eb;
    border-color: #2f54eb;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.anrts-btn-lg {
    height: 40px;
    padding: 6.4px 15px;
    font-size: 16px;
    border-radius: 2px;
}
.anrts-btn, .anrts-btn:active, .anrts-btn:focus {
    outline: 0;
}
.anrts-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
}
.anrts-form-item {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    margin: 0 0 24px;
    vertical-align: top;
}
.anrts-row {
    flex-flow: row wrap;
}
.anrts-row, .anrts-row:after, .anrts-row:before {
    display: flex;
}
.anrts-form-vertical .anrts-form-item {
    flex-direction: column;
}
.anrts-form-item-label {
    display: inline-block;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}
.anrts-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.anrts-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}
.anrts-col-24.anrts-form-item-label, .anrts-col-xl-24.anrts-form-item-label, .anrts-form-vertical .anrts-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    text-align: left;
}
.anrts-form-item-label {
    text-align: left;
    line-height: 1.5;
    white-space: initial;
}
.anrts-form label {
    font-size: 14px;
}
.anrts-form-item-label>label {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 32px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
}
.anrts-form-vertical .anrts-form-item-label>label {
    height: auto;
}
.anrts-col-24.anrts-form-item-label>label, .anrts-col-xl-24.anrts-form-item-label>label, .anrts-form-vertical .anrts-form-item-label>label {
    margin: 0;
}
.anrts-form-item-label>label.anrts-form-item-required:not(.anrts-form-item-required-mark-optional):before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun,sans-serif;
    line-height: 1;
    content: "*";
}
.anrts-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}
.anrts-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}
.anrts-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}
.anrts-input:hover {
    border-color: #597ef7;
    border-right-width: 1px!important;
}
.anrts-input-focused, .anrts-input:focus {
    border-color: #597ef7;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(47 84 235 / 20%);
}
.anrts-input-lg {
    padding: 6.5px 11px;
    font-size: 16px;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}
.anrts-form-item-explain, .anrts-form-item-extra {
    clear: both;
    min-height: 24px;
    padding-top: 0;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 1.5715;
    transition: color .3s cubic-bezier(.215,.61,.355,1);
}
.anrts-radio-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    display: inline-block;
    font-size: 0;
    line-height: unset;
}
.anrts-radio-wrapper {
    margin: 0 8px 0 0;
}
.anrts-radio, .anrts-radio-wrapper {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.anrts-radio {
    margin: 0;
    top: 0;
    line-height: 1;
    vertical-align: sub;
    outline: none;
}
.anrts-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.anrts-form-item input[type=checkbox], .anrts-form-item input[type=radio] {
    width: 14px;
    height: 14px;
}
.anrts-form input[type=checkbox], .anrts-form input[type=radio] {
    line-height: normal;
}
.anrts-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    transition: all .3s;
}
.anrts-radio-checked .anrts-radio-inner {
    border-color: #2f54eb;
}
.anrts-radio-inner:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #2f54eb;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    transition: all .3s cubic-bezier(.78,.14,.15,.86);
    content: " ";
}
.anrts-radio-checked .anrts-radio-inner:after {
    transform: scale(1);
    opacity: 1;
    transition: all .3s cubic-bezier(.78,.14,.15,.86);
}
.anrts-radio-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #2f54eb;
    border-radius: 50%;
    visibility: hidden;
    animation: antRadioEffect .36s ease-in-out;
    animation-fill-mode: both;
    content: "";
}
span.anrts-radio+* {
    padding-right: 8px;
    padding-left: 8px;
}
.anrts-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}
.anrts-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.anrts-input-group-addon, .anrts-input-group-wrap, .anrts-input-group>.anrts-input {
    display: table-cell;
}
.anrts-input-group-addon, .anrts-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}
.anrts-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}
.anrts-input-group-addon:first-child, .anrts-input-group-addon:first-child .anrts-select .anrts-select-selector, .anrts-input-group>.anrts-input:first-child, .anrts-input-group>.anrts-input:first-child .anrts-select .anrts-select-selector {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.anrts-input-group-addon:first-child {
    border-right: 0;
}
.anrts-input-group .anrts-input {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}
.anrts-input-group-addon:last-child, .anrts-input-group-addon:last-child .anrts-select .anrts-select-selector, .anrts-input-group>.anrts-input:last-child, .anrts-input-group>.anrts-input:last-child .anrts-select .anrts-select-selector {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.iIlePk {
    margin: 10px 0px;
    font-weight: bold;
    font-size: 2em;
}
.anrts-steps-item-finish .anrts-steps-item-icon>.anrts-steps-icon {
    color: #2f54eb;
}
.anticon>* {
    line-height: 1;
}
svg:not(:root) {
    overflow: hidden;
}
.anticon svg {
    display: inline-block;
}
.anrts-form-item-has-error .anrts-input, .anrts-form-item-has-error .anrts-input-affix-wrapper, .anrts-form-item-has-error .anrts-input-affix-wrapper:hover, .anrts-form-item-has-error .anrts-input:hover {
    background-color: #fff;
    border-color: #ff4d4f;
}
.anrts-form-item-has-error .anrts-input-affix-wrapper-focused, .anrts-form-item-has-error .anrts-input-affix-wrapper:focus, .anrts-form-item-has-error .anrts-input-focused, .anrts-form-item-has-error .anrts-input:focus {
    border-color: #ff7875;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(255 77 79 / 20%);
}
.anrts-form-item-explain, .anrts-form-item-extra {
    clear: both;
    min-height: 24px;
    padding-top: 0;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 1.5715;
    transition: color .3s cubic-bezier(.215,.61,.355,1);
}
.anrts-form-item-explain.anrts-form-item-explain-error {
    color: #ff4d4f;
}
.checkout-items-box {
	border-bottom: 1px solid rgb(232, 232, 232);
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.checkout-items-box .product-items .anrts-item-heading {
	font-size: 1.17rem;
}
.checkout-items-box .product-items .anrts-short-description {
	margin-bottom: 1em;
}
.product-details {
	color: #1d39c4;
	outline: 0;
}
.product-details:hover {
	color: #597ef7;
	text-decoration: none;
}
.anrts-product-price-box {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
}
.anrts-product-price-box .product-price {
	font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    text-align: right;
}
.anrts-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center;
}
.anrts-empty-image {
    height: 100px;
    margin-bottom: 8px;
}
.anrts-empty-image img {
	height: 100%;
}
.anrts-empty-footer {
    margin-top: 16px;
}
.remove-item-box {
    margin-left: 8px;
    color: rgb(191, 191, 191);
}
.anticon[tabindex] {
    cursor: pointer;
}
.anticon.anticon-delete svg:hover {
    color: rgb(255 79 81);
}
.subtotal-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}
.subtotal-box .subtotal-title {
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.35);
}
.subtotal-box .subtotal-amount {
    color: rgba(0, 0, 0, 0.35);
}
.total-to-pay-box {
    border-bottom: 1px solid rgb(232, 232, 232);
    border-top: 1px solid rgb(232, 232, 232);
    padding: 10px 0px;
    font-size: 18px;
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.total-to-pay-title {
	color: rgba(0, 0, 0, 0.85);
}
.total-to-pay-amount {
	color: rgba(0, 0, 0, 0.85);
}
.coupon-code-box {
    text-align: right;
    margin-top: 1em;
}
.continue-to-payment-box {
    text-align: right;
    margin-bottom: 4em;
}
.continue-to-payment-box .anrts-btn-primary {
    color: #fff;
    background: #2f54eb;
    border-color: #2f54eb;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.continue-to-payment-box  .anrts-btn {
    text-transform: uppercase;
    border-radius: 100px;
    padding: 0px 32px;
    letter-spacing: 0.48px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}
@media (max-width: 550px) {
	.store-product-detail .product-item-head {
		padding: 0 25px;
	}
	.store-product-detail .product-item-body {
		padding: 25px;
	}
}