img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: attr(width) / attr(height);
}

.dataTables_wrapper {
    margin: 0;
    padding: 9px 10px;
    background-color: #4f5360;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 1em;
    color: #fff;
    text-align: left!important;    
    border-radius: 5px;
}

.modal-email {
  max-width: 800px;
  margin: auto;
}

.status-pending {
  color: #ed3e48;
}

.status-pending:hover {
  color: #ed3e48;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.fw-bolder { font-weight: bolder !important; }
.text-white { color: #fff !important; }
.text-white-50 { color: #fff !important; }  
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.lead { font-size: 1.25rem; font-weight: 300; }
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.5;
}
@media (min-width: 1200px) { .display-5 { font-size: 3rem; } }  

body,
html {
  height: 100%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  transition: margin-left .5s;
  padding: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.footer-info p{
	color: #fff;
	padding-bottom: 10px;
}
.hr-undertext {
  width: 10%;
  margin: 45px auto;
  color: #d43b27;
  border: 2px solid #d43b27;
}.hr-footer {
  height: 1px;
  margin: 30px auto;
  color: #fff;
  opacity: 1;
}
.pricing .btn-buy {
    display: inline-block;
    padding: 8px 15px 5px 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #f15b4f;
	border: 0;
	    width: 100%;
}
.pricing .btn-buy:hover {
    background: #d34337;
    color: #fff;
}
.card-body p {
	margin: 0;
}
.pricing .table{
	background:#fff;
}
.pricing .table th,
.pricing .table {
	text-align: center;
}
.pricing .table th,
.pricing .table td {
	padding: 12px 10px 10px;
	border: 1px solid #e7e7e7;
}
.pricing .table th {
    font-size: 30px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ececec;
}
.pricing .table th:first-child {
  border: 0px ;
  box-shadow: none;
}
.pricing .table th.highlight{
	border-top: 4px solid #4caf50 !important;
}
.pricing .table tr:nth-child(odd){
	background: #fff;
}
.pricing .table td:first-child{
	padding: 12px 10px 10px;
	text-align: left;
	background: #fff;
    border: 0;
}
.pricing tr td .ptable-title {
	font-weight:inherit;
}
.pricing tr td .ptable-title i {
	width: 23px;
	line-height: 25px;
	text-align: right;
	margin-right: 5px;
}
.pricing .ptable-star {
	position: relative;
	display: block;
	text-align: center;
}
.pricing .ptable-star.red{
	color: #e91e63;
}
.pricing .ptable-star.green{
	color: #4caf50;
}
.pricing .ptable-star.lblue{
	color: #03a9f4;
}
.pricing .ptable-star i {
	width: 8px;
	font-size: 13px;
}
.pricing .ptable-price {
	display: block;
}
.pricing tr td {
	font-size: 16px;
	line-height:32px;
}
.pricing tr th.bg-red{
	background: #dc3545;
}
.pricing tr th.bg-green{
	background: #4caf50;
}
.pricing tr th.bg-lblue{
	background: #03a9f4;
}
.pricing tr td.bg-red{
	background: #e91e63;
}
.pricing tr td.bg-green{
	background: #4caf50;
}
.pricing tr td.bg-lblue{
	background: #03a9f4;
}
.pricing tr td.bg-red a,
.pricing tr td.bg-green a,
.pricing tr td.bg-lblue a{
	color: #fff;
}
.pricing tr td i {
	display: block;
	font-size: 20px;
}
.pricing tr td i.red{
	color: #e91e63;
}
.pricing tr td i.green{
	color: #16991c;
}
.pricing tr td i.lblue{
	color: #03a9f4;
}
.pricing tr td:first-child i{
	display:inline;
	margin-bottom:0px;
	font-size:22px;
}
.pricing .table > thead {
    vertical-align: top;
}
.table > tbody > tr {
	border-top: 2px dotted #ececec;
	vertical-align: middle;
}
.table > tbody > tr:last-child {
	border-bottom: 0;
}
.footer-links {
	margin-top: 55px;
}
.footer-links h5 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 13px;
}
.footer-links a {
	color: #a3a3a3;
	cursor: pointer;
}
.footer-links ul {
	padding-left: 0;
}
.footer-links li {
	padding-bottom: 5px;
}
.footer-links b {
	font-weight: bold;
}
.t-center {
	text-align: center;
}
.step.finish {
  background-color: #04AA6D;
}
.file {
  visibility: hidden;
  position: absolute;
}
.border-build-page {
    border-left: 1px solid #e6e6e6;
    height: 100%;
}
@media screen and (max-width:768px) {
	.table_price.row {
    	display: flex;
    	overflow: auto;
   	 	flex: none;
    	width: 100%;
    	flex-flow: row nowrap;
    	scroll-snap-type: x mandatory;
    	margin: 0;
    	-webkit-appearance: none;
		padding: 0;
    }
	.pricing {
		padding: 0;
	}
	.footer-links{
		text-align: center;
	}
	#cookie_box button.btn-cookie, #cookie_box button.btn-setcookie{
		margin: 15px 5px 5px 5px !important;
	}
	.footer-contact{
		text-align: center
	}
	.fs-2 {
        font-size: 1rem !important;
    }
	.hr-undertext{
		margin: 25px auto;
	}
}
.form-control-select {
	height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #cdcdcd;
    border-radius: 0.25rem;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "⌵";
  font-size: 1rem;
  top: 12px;
  right: 12px;
  position: absolute;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.function-box h2{
	font-weight: bold!important;
}
.privacy-content ol {
    counter-reset: item;
}
.privacy-content ol li {
    list-style: none;
    padding: 0;
}
.privacy-content ol li:before {
    content: counters(item, ".") " ";
        counter-increment: item;
}
.use-box a{
	color: #dc3545;
}
.use-box a:hover{
	color: #cf2333;
}
.domain-table > thead > tr > th:first-child{
	background-color: #686868;
}
.domain-table > thead > tr > th{
	font-weight: lighter;
}
.domain-table > thead > tr{
	background-color: #dc3545;
	color: #fff;
}
.domain-table > tbody > tr:last-child{
	border-bottom: 2px dotted #ececec;
}
.domain-table > tbody > tr > td:first-child{
	font-weight: bold;
	text-align: center;
}
.ssl-why-title {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    background-color: #f1f1f1;
    margin: 15px 0;
}
.ssl-why-title-txt {
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #0b9503;
    font-weight: 700;
}
.ssl-why-title-txt:before {
    content: "";
    background-image: url("../img/ssl/https.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 48px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.ssl-why-title-txt-box {
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-weight: 700;
}
.ssl-tabs{
	background-color: #fff;
}
.ssl-tabs ul li{
	margin-bottom: -1px;
}
.ssl-tabs a{
	opacity: .3;
	border: 1px solid #fff;
    background-color: #fff;
    border-bottom-color: transparent;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ssl-tabs a.active{
	opacity: 1;
	border: 1px solid #ddd;
    background-color: #fff;
    border-bottom-color: transparent;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pricingTable .card {
	transition: all .2s ease-in-out;
}
.pricingTable .card:hover {
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
	transform: scale(1.025);
	transition: all .2s ease-in-out;
}
.add-promotion-link{
    color: #ffffff !important;
    background-color: #db2d15;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 5px;
}
.btn_box {
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    background-color: #ab0000;
}
.btn_box a:link, .btn_box a:visited {
    background-color: #0000;
    border: 1px solid #FFF;
    padding: 0px 10px;
    margin: 0 5px;
    color: #FFF;
    text-align: center;
    min-width: 100px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
span.btn_hide_content {
    color: #222;
    padding-left: 20px;
    position: relative;
}
span.btn_hide_content:hover{
cursor: pointer;
}
span.btn_hide_content::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0iTGF5ZXJfMSIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNzc3Nzc3O30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMiw5NzYuOWMwLjQtMC4xLDAuNy0wLjIsMC45LTAuNWwxNC4yLTEzLjdjMC43LTAuNiwwLjgtMS43LDAuMi0yLjRjLTAuNi0wLjctMS43LTAuOC0yLjQtMC4yDQoJCWMtMC4xLDAtMC4xLDAuMS0wLjEsMC4xbC0xMywxMi41TDMsOTYwLjNjLTAuNi0wLjctMS43LTAuNy0yLjQtMC4xcy0wLjcsMS43LTAuMSwyLjRjMCwwLDAuMSwwLjEsMC4xLDAuMWwxNC4yLDEzLjcNCgkJQzE1LjIsOTc2LjgsMTUuNyw5NzcsMTYuMiw5NzYuOXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
}
span.btn_hide_content.active::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0iTGF5ZXJfMSIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNzc3Nzc3O30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuOCw5NTkuOGMtMC40LDAuMS0wLjcsMC4yLTAuOSwwLjVMMC42LDk3My45Yy0wLjcsMC42LTAuOCwxLjctMC4yLDIuNHMxLjcsMC44LDIuNCwwLjINCgkJYzAuMSwwLDAuMS0wLjEsMC4xLTAuMWwxMy0xMi41bDEzLDEyLjVjMC42LDAuNywxLjcsMC43LDIuNCwwLjFjMC43LTAuNiwwLjctMS43LDAuMS0yLjRjMCwwLTAuMS0wLjEtMC4xLTAuMWwtMTQuMi0xMy43DQoJCUMxNi44LDk1OS45LDE2LjMsOTU5LjcsMTUuOCw5NTkuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
#cookie_box {
    background-color: #ce2f1f;
    bottom: 0;
    color: #FFF;
    display: block;
    line-height: 24px;
    padding: 20px 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 99;
}
.cookie_box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    margin: 0 auto;
    z-index: 9999;
    width: 50%;
    max-width: 700px;
    left: 0;
    right: 0;
    padding: 20px 20px 70px 20px;
    height: 70%;
    overflow-y: hidden;
}
.cookie_box ::-webkit-scrollbar {
  display: none;
}
.cookie_box ul {
    padding: 0;
    margin: 0;
}
.cookie_box dt{
    font-weight: bold;
}
.cookie_box li {
    border-bottom: 1px solid #E0e0e0;
    list-style: none;
    padding: 10px 10px 10px 0;
}
.cookie_box li:last-child{
    border-bottom: 0;
}
.cookie_box li label{
    float: right;
}
.cookie_box .hide_content {
    display: none;
    margin-top: 5px;
    margin-bottom: 20px;
    opacity: 1;
}
.cookie_box .topic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0!important;
    color: #FFF;
    background-color: #ab0000;
    z-index: 1;
    text-align: center;
}
.cookie_overlay {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    z-index: 9999;
}
#cookie_box button.btn-cookie, #cookie_box button.btn-setcookie {
    background-color: #0000;
    border: 1px solid #fff;
    color: #FFF;
    font-weight: 300;
    line-height: normal;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    word-break: initial;
    width: auto;
    flex: auto;
}
.cookie_content {
    overflow: auto;
    height: 100%;
    padding: 40px 0 0 0;
}
.lockbody {
    overflow: hidden;
}
.el-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    top: 5px;
}
.el-switch > input[type="checkbox"] {
    display: none;
}
.el-switch .el-switch-style {
    height: 24px;
    left: 0;
    background: #C0CCDA;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3em;
    cursor: pointer;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
    background-color: #20a0ff;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.el-switch .el-switch-style:before {
    display: block;
    content: '';
    height: 20px;
    position: absolute;
    width: 20px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 3px;
    top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
    left: auto;
    right: 3px;
}
#gt-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 50;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background: url(https://www.seo.co.th/images/cd-top-arrow.svg) center 50% no-repeat rgba(97,97,97,.8);
}
.gt-top {
    opacity: .5;
}
.bg-image-contact-us{
  background-image: url("../img/banner-contact-img.png");
  background-repeat: no-repeat;
}
.bg-image-web-design{
  background-image: url("../img/banner-web-img.png");
  background-repeat: no-repeat;
}
.bg-facebook{
	background-color: #385599;
}
.bg-shopee{
	background-color: #f75220;
}
.bg-lazada{
	background-color: #0f156d;
}
.bg-JD{
	background-color: #da2117;
}
.pricing .table {
	width: 1296px
}
#cookie_box p{
	margin-bottom: 0;
}
.domain-table{
	width: 1296px;
}
.pricing ul{
	text-align: left;
}
.index-about-01{display: inline-block}
.index-about-01-img{float: right}
@media (max-width: 590px) {
	.p-5{padding: 1rem!important}
	.footer-contact{display: none}
	.pc-footer{display: none}
	.mobile-footer{display: block}
	.mobile-footer a{padding: 0 5px; text-decoration: underline}
	.accordion-button{
		font-size: 1.125rem;
		align-items: initial;
		line-height: 1.5;
	}
	.table_price_col{width: 90%}
	.card-body-price-box{height: 225px}
}
@media (min-width: 591px) {
	.mobile-footer{display: none}
}
#check-out-nav ul li a {
    padding: 10px 0;
    display: block;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ready-summary{
	font-size: 0.8rem;
}
.service-summary {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.addon-body{
	padding: 0.5rem 1rem;
	background-color: #ce2f1f;
    color: #fff;
	border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.addon-price{
	padding: 0.5rem 1rem;
    line-height: normal;
    font-size: 0.8rem;
}
.addon-input:checked {
  background-color: #a77e2d !important;
  color: #ffffff !important;
}
@media screen and (max-width: 1024px){
.cookie_box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    margin: 0 auto;
    z-index: 9999;
    width: 95%;
    max-width: 700px;
    left: 0;
    right: 0;
    padding: 20px 10px 70px 10px;
    height: 95%;
    overflow-y: hidden;
}
}
.addon-box{
	padding: 1rem;
    flex-direction: row;
	line-height: 1.5;
}
.addon-box p{
	margin-bottom: 0
}
.addon-box button{
	border: 0;
	background: none;
	padding: 0;
}
.addon-box .content{
	width: 70%;
}
.addon-box .price{
	width: 25%;
	text-align: right;
}
.addon-box .remove{
	width: 5%;
	height: 0;
}
.backend-domain{
	padding: 1rem;
    flex-direction: row;
	line-height: 1.5;
}
.backend-domain p{
	margin-bottom: 5px;
}
.backend-domain .content{
	width: 70%;
}
.backend-domain .sign{
	width: 30%;
	text-align: right;
}
.selectSection {
	justify-content: center;
	text-align: center;
  margin-top: 10px;
}
.selectSection button {
  font-size: 18px;
	background-color: rgba(209, 207, 207, 0.575);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	border: 0;
  padding: 3px;
}
.selectSection button:hover {
	cursor: pointer;
}
/* hides every element except the first */
.content:not(:first-child) {
	display: none;
}
.contentSection {
	margin: 40px;
	display: block;
	color: #666;
	display: grid;
}
.cart-amount {
    position: absolute;
    background-color: red;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 15px;
    right: 440px;
    z-index: 1;
    font-size: 12px;
}
.cart-amount-2 {
    position: absolute;
    background-color: red;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    color: #FFF;
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: 325px;
    z-index: 1;
    font-size: 10px;
}
.card-raised {
    border: none;
}
.card-raised {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.profile-feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
}
.status {
    font-size: .9em;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
	padding: 0 15px;
}
.status-unpaid {
    color: #ed3e48;
}
.status-unpaid:hover {
    color: #ed3e48;
}
.status-paid {
    color: #17bb6f;
}
.status-paid:hover {
    color: #17bb6f;
}
.status-cancelled {
    color: #87939f;
}
.status-cancelled:hover {
    color: #87939f;
}
.table > th:last-child {
    border-bottom: 0;
}
.table > td:last-child {
    border-bottom: 0;
}
.r-0{
	right: 0;
}
.list-backend{
	padding: 0.5rem 0 1.2rem 0.8rem;
	font-size: 0.875rem;
}
.list-backend-tab{
	background-color: #f6f6f6;
	padding: 0.5rem 0 0.5rem 0.8rem;
	font-weight: bold;
}