.text-box {
	font-family: "Lato";
    font-size: 16px;
    color: #717171;
    padding-bottom: 30px;
    line-height: 23px;
}
.shop-page .text-box {
	display: flex;
	align-items: center;
}
.about .text-box .row {
	font-family: 'Lato';
	font-weight: normal;
}
.about .text-box p {
	padding-bottom: 15px;
}
.about.summary .row {
	display: flex;
	align-items: center;
}
.text-box .row, .text-box h4, .about .text-box h4 {
	margin-top: 25px;
	font-weight: 900;
	font-family: 'Lato';
}
.product-about .text-box .row {
	margin-top: 0;
}
section.single-page {
	color: #888;
}
section.single-page h1 {
	font-size: 32px;
}
section.single-page h2 {
	font-size: 24px;
}
section.single-page h3 {
	font-size: 19px;
}
section.single-page ul {
	margin: 0 0 20px 25px;
}
section.single-page ul li {
	color: #888;
	list-style-type: disc;
	margin: 5px 0;
}
section.single-page h1, section.single-page h2, section.single-page h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
table.support-plans{border-collapse: collapse;width: 100%;}
table.support-plans th{border: 1px solid #ddd; padding: 10px 10px;}
table.support-plans td{border: 1px solid #ddd; padding: 10px 10px;}
.variations label {
	color: #000;
}
.variations select {
	width: 100%;
}
#support-plans, #product-services, #product-variations {
	margin-bottom: 25px;
	margin-top: 80px;
}
#support-plans .container > h2, #product-services .container > h2, #product-variations form > h2 {
	font-family: "Lato";
    font-size: 60px;
    color: #444444;
    font-weight: 500;
    text-align: center;
}
#product-services .container > h2, #cross-sell-products h2, #upsell-products h2 {
	font-size: 50px;
}
#support-plans .products.columns-4 > li, #product-services .products.columns-4 > li {
	width: 25%;
	float: left;
	height: 320px;
	margin-bottom: 25px;
}
#product-services .products.columns-4 {
	text-align: center;
}
#product-services .products.columns-4 > li {
	display: inline-block;
	float: none;
}
#support-plans .woocommerce-loop-product__title, #product-services .woocommerce-loop-product__title {
	text-decoration: none;
    font-size: 24px;
    height: 35px;
}
#support-plans *:hover, #product-services *:hover {
	text-decoration: none;
}
#support-plans .product, #product-services .product {
	text-align: center;
}
#support-plans a.product-link:hover, #product-services a.product-link:hover {
	color: #337ab7;
}
#support-plans .product .price, #product-services .product .price {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#support-plans .product .button, #product-services .product .button {
	padding: 12px 52px;
    background-color: #7767d7;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
    margin-top: 20px;
}
 #product-services .product .button {
 	position: absolute;
 	bottom: 20px;
 	left: 15px;
 	right: 15px;
 	width: 180px;
 	margin: 0 auto;
 }
#product-variations .variations {
	width: 100%;
}
#product-variations .variations tr {
	width: 33.33%;
	float: left;
}
#product-variations .variations_button {
	width: 400px;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	text-align: center;
}
#product-variations .single_add_to_cart_button {
	padding: 12px 52px;
    background-color: #1eafba;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 40px;
    border: 0;
}
#product-variations .quantity {
	box-shadow: 7px 7px 11px #00000029;
	text-align: center;
	padding: 15px;
	width: 200px;
	margin: 0 auto;
}
#product-variations .quantity input {
	width: 55px;
	margin-top: 10px;
	height: 40px;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: 10px;
}
#product-variations h3 label {
	font-family: "Lato";
    font-size: 27px;
    color: #444;
    padding-bottom: 22px;
}
#product-variations .product-attribute {
	width: 90%;
	height: 45px;
	padding: 5px 10px;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 17px;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 18%;
}
.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #CECECE;
	position: relative;
	height: 87px;
}
.woocommerce table.my_account_orders {
	border: 0;
	margin-top: 50px;
	box-shadow: 0px 2px 5px 0px rgba(180,180,180,0.75);
	border-radius: 0;
}
.woocommerce table.my_account_orders td:nth-child(even),
.woocommerce table.my_account_orders th:nth-child(even) {
	background-color: #F4F4F4;
}
.woocommerce table.my_account_orders th {
	font-size: 19px;
}
.woocommerce table.my_account_orders a,
.woocommerce table.my_account_orders th {
	font-size: 16px;
	color: #050505;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 16px 8px;
	text-align: center;
	color: #050505;
}
.product-more {
	color: #2684A7;
	font-size: 25px;
	font-family: 'Lato';
	border: 2px solid #2684A7;
	border-radius: 32px;
	padding: 5px;
	text-align: center;
}
.log-out {
	color: #8E8E8E;
	font-size: 22px;
	margin-top: 200px;
	display: inline-block;
	letter-spacing: 2.2px;
	background-image: url('../images/logout-pngrepo.png');
	padding-right: 35px;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: right 0 top;
}
.woocommerce table.my_account_orders thead tr th {
	border-bottom: 2px solid #707070;
}
.woocommerce table.my_account_orders .button {
	border: 2px solid #2684A7;
	border-radius: 15px;
	color: #2684A7;
	font-size: 10px;
	padding: 9px 27px;
	background-color: #fff;
}
.woocommerce-MyAccount-navigation li.is-active {
	background: transparent linear-gradient(284deg, #DDDDFB 0%, #EFF8FF 100%) 0% 0% no-repeat padding-box;
	position: relative;
	z-index: 1;
}
.woocommerce-MyAccount-navigation li.is-active:before {
	position: absolute;
	top: 30px;
	right: -15px;
	width: 30px;
	height: 30px;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
	background: transparent linear-gradient(284deg, #DDDDFB 80%, #EFF8FF 100%);
	content: '';
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
	color: #7767D7;
	font-size: 25px;
	line-height: 22px;
}
.woocommerce-MyAccount-navigation li.is-active:after {
	content: '';
	display: block;
	position: absolute;
}
.woocommerce-MyAccount-navigation li a {
	font-size: 20px;
    color: #303030;
    font-weight: 500;
    padding: 32px 0;
    display: block;
    text-align: center;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:visited,
.woocommerce-MyAccount-navigation li a:active,
.woocommerce-MyAccount-navigation li a:focus {
	text-decoration: none;
}
.woocommerce-MyAccount-content {
	float: left;
	width: 65%;
	background-color: #fff;
	margin-top: -115px;
	padding: 20px 60px;
	border-radius: 15px;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(180,180,180,0.75);
}
.woocommerce-MyAccount-content fieldset {
	margin-bottom: 35px;
	margin-top: 5px;
}
.MyAccount-sidebar {
	width: 17%;
	float: left;
	text-align: center;
	padding-top: 33px;
}
.woocommerce .MyAccount-sidebar h3 {
	font-size: 20px;
}
.woocommerce-order-details__title {
	font-size: 40px;
	color: #050505;
}
.order-details-info {
	margin-top: 50px;
}
.order-top {
	border-bottom: 2px solid #F1F1F1;
	margin-bottom: 22px;
	overflow: hidden;
}
.order-title {
	font-size: 25px;
	letter-spacing: 1.25px;
	color: #7767D7;
	float: left;
	position: relative;
	padding-bottom: 10px;
}
.order-title:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #7767D7;
	bottom: 0;
	left: 0;
}
.info-group .col-md-9 {
	color: #303030;
	font-size: 20px;
}
.info-group {
	margin-bottom: 15px;
}
.order-details-title {
	color: #7767D7;
	font-size: 25px;
	padding: 8px 20px;
	background-color: #DFDFDF;
	margin-top: 50px;
	margin-bottom: 30px;
}
.woocommerce-MyAccount-content .info-group p {
	margin-bottom: 0;
}
.info-left {
	font-size: 20px;
	color: #7767D7;
	padding-left: 0;
	float: left;
	width: 70px;
}
.info-group {
	overflow: hidden;
}
.user-name {
	color: #7767D7;
	font-size: 25px;
	margin-bottom: 20px;
}
.MyAccount-sidebar h3 {
	font-size: 20px;
	color: #4F4F4F;
	margin-bottom: 40px;
}
.MyAccount-sidebar h4 {
	font-size: 16px;
	color: #4F4F4F;
}
.woocommerce-MyAccount-content p, .my-reply p {
	margin-bottom: 15px;
}
#unispeech-order-conversation p.user-display-name {
	background-color: #f6f8fa;
	padding: 15px;
	border: 1px solid #e1e4e8;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #d1d5da;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #d1d5da;
    margin-bottom: 0;
}
#order-conversation p.reply-text {
	color: #24292e;
	border: 1px solid #d1d5da;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 15px;
    border-top: 0;
    padding: 15px;
}
.woocommerce-order-details table#order-conversation td {
	border: 0;
	padding: 0;
}
.reply-attachment {
	margin-top: 15px;
	display: block;
}
.reply-attachment i {
	margin-right: 10px;
}
.reply-attachment a {
	font-size: 16px;
}
.woocommerce-MyAccount-content input.input-text,
.woocommerce-billing-fields input.input-text,
#customer_login input.input-text,
.woocommerce-form-row input.input-text {
    height: 45px;
    padding: 5px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.login-section .woocommerce-form-row {
	margin-bottom: 15px;
	margin-top: 15px;
} 
.woocommerce h3 {
	font-family: "Lato";
    font-size: 30px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 25px;
}
#customer_details #order_comments {
	height: 100px;
}
.woocommerce address {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
	font-family: 'Lato';
	color: #303030;
	font-size: 14px;
	border: 0;
	padding-left: 0;
	margin-top: 10px;
}
.woocommerce address p {
	margin: 10px 0;
	position: relative;
}
.woocommerce address p:before{
	top: -4px;
}
.woocommerce address br {
    display: block;
    margin-bottom: 10px;
    content: '';
}
.woocommerce h2 {
    font-size: 36px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 25px;
}
.woocommerce h2.woocommerce-column__title {
	font-size: 20px;
	color: #7767D7;
	margin-bottom: 0;
}
/*.other-reply {
	background-color: #ddd;
}*/
.user-display-name {
	font-weight: bold;
}
.reply-time {
	font-size: 12px;
}
.reply-text {
	color: #717171;
	font-size: 20px;
}
.reply-attachment a {
	text-decoration: none;
    color: #337ab7;
}
.woocommerce .woocommerce-order-details .submit-reply {
	margin-top: 15px;
	border-radius: 5px;
	color: #2684A7;
	background-color: #fff;
    padding: 10px 35px;
    background-color: #1eafba;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 45px;
    border: 1px solid #1eafba;
}
.woocommerce .woocommerce-order-details .submit-reply:hover {
	background-color: transparent;
    border: 1px solid #1eafba;
    color: #1eafba;
    transition: .3s;
}
#coupon_code {
	height: 35px;
	width: 200px;
    padding: 5px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
	float: left;
	margin-right: 15px;
}
#customer_details {
	margin-bottom: 25px;
}
.woocommerce-notice {
	margin: 20px 0;
}
section form#order-conversation-add-reply textarea {
	font-style: normal;
	height: 150px;
	font-size: 20px;
	color: #717171;
	padding: 13px 18px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 5px;
	resize: none;
	margin-top: 15px;
}
#order-conversation-add-reply button[type="submit"] {
	float: left;
	margin-top: 0;
}
#order-conversation-add-reply .reply-attachment {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 30px;
}
#order-conversation-add-reply .conversation-buttons {
	float: right;
	margin-top: 10px;
}
#order-conversation-add-reply .error {
	margin-top: 10px;
	display: block;
}
.woocommerce-notices-wrapper {
	margin-top: 25px;
}
.single_variation_wrap .single_variation{
	display: none !important;
}
.head .overlay-color .wave .scroll_hidden .menu li {
	margin-right: 0;
}
.about .img-box {
	text-align: center;
}
body #Platforms_content .row .col-md-3:last-child .brand-box {
	border-right: 0;
}
body #Products_content .row .col-md-4:last-child .brand-box,
body #Products_content .row .col-md-4:nth-child(3n) .brand-box {
	border-right: 0;
}
.woocommerce-single-product-container .text-box {
	font-size: 25px;
	padding-top: 50px;
	color: #444444;
	line-height: 30px;
	font-weight: normal;
}
.woocommerce-single-product-container b {
	font-weight: bold;
}
.woocommerce-single-product-container .about .img-box .download {
	border-top: 0;
	padding-bottom: 10px;
}
.woocommerce-single-product-container .media p {
	margin-bottom: 10px;
}
.woocommerce-single-product-container #product-variations .variations {
	background: transparent linear-gradient(134deg, #B4B4FF 0%, #7767D7 100%) 0% 0% no-repeat padding-box;
	margin-top: 31px;
	overflow: hidden;
	padding-left: 60px;
}
.product-variation-price {
	font-family: 'Lato';
	font-weight: 300;
	color: #444444;
	font-size: 50px;
}
.woocommerce-single-product-container #product-variations form > h2 {
	color: #7767d7;
	text-align: left;
	color: #7767D7;
	text-decoration: underline;
	font-size: 40px;
	letter-spacing: normal;
}
.woocommerce-single-product-container #product-variations h4 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
}
.woocommerce-single-product-container .value {
	background-color: #fff;
	width: 100%;
	margin-bottom: 30px;
	height: 250px;
	text-align: center;
}
.woocommerce-single-product-container #product-variations h3 label {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	color: #707070;
	letter-spacing: 3px;
}
.selected-values {
	padding: 0 30px;
	position: relative;
}
.sv-inner {
	background: #fff;
	height: 810px;
	padding: 0 15px;
}
.price-block {
	height: 150px;
	background-color: #fff;
}
.selected-value {
	height: 250px;
	border-bottom: 2px solid #707070;
	margin-bottom: 10px;
	margin-top: 10px;
}
.selected-value:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.selected-value:first-child {
	margin-top: 0;
}
.selected-value .placeholder {
	font-size: 48px;
	color: #ccc;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.price-block {
	margin-top: 320px;
	padding: 20px;
}
.price-title {
	color: #2684A7;
	font-size: 26px;
	margin-bottom: 10px;
	font-family: 'Lato';
}
.price-value {
	font-size: 50px;
	color: #444;
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Lato';
}
.price-block span {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #707070;
	font-family: 'Lato';
}
.value-title {
	color: #2684A7;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 40px;
	position: absolute;
	top: 0;
	font-family: 'Lato';
}
.value-main {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
	position: absolute;
	top: 85px;
	font-family: 'Lato';
}
.value-info {
	color: #707070;
	font-size: 16px;
	padding-left: 20px;
	position: absolute;
	top: 10px;
	font-family: 'Lato';
	padding-right: 20px;
}
.selected-value:first-child .value-info {
	top: 25px;
}
.support-plan {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 7px 11px #00000029;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.open-plans {
	font-size: 30px;
	color: #707070;
	padding: 45px 35px 0px;
	cursor: pointer;
	display: inline-block;
}
.open-plans:hover {
	color: #2684A7;
}
.plan-icon {
	margin-right:10px;
}
.plan-heading {
	background-color: #7869D4;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0 !important;
}
.woocommerce-single-product-container #support-plans {
	margin-top: 0;
}
.product .btn {
	margin-top: 25px;
}
body .m-menu.active {
	height: auto !important;
}
.licence {
	position: relative;
}

.inline-title {
	position: relative;
}
.inline-title h2 {
	color: #7767D7;
	font-size: 40px;
	border-bottom: 2px solid #7767D7;
	display: inline-block;
	z-index: 1;
	position: relative;
}
.licence .inline-title:after {
	display: none;
}
.inline-title h3 {
	color: #7767D7;
	border-bottom: 2px solid #7767D7;
	display: inline-block;
	z-index: 1;
	position: relative;
	font-size: 20px;
    letter-spacing: 1.25px;
    padding-bottom: 10px;
    padding-bottom: 15px;
}
.inline-title:after {
	content: '';
	position: absolute;
	top: 35px;
	width: 100%;
	left: 0;
	height: 2px;
	display: block;
	background-color: #F1F1F1;
}
.value {
	position: relative;
}
.value:before {
	content: '';
	position: absolute;
	border: 2px solid #fff;
	left: -60px;
	font-size: 20px;
	color: #fff;
	border-radius: 50px;
	top: 44%;
	height: 30px;
	width: 30px;
	padding: 3px;
}
.value-1:before {
	content: '1';
}
.value-2:before {
	content: '2';
}
.value-3:before {
	content: '3';
}
.value:after {
	content: '';
	background: #fff;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -30px;
	position: absolute;
}
.selected-value {
	position: relative;
}
.selected-value:first-child:before, .selected-value:last-child:before {
	content: '';
	height: 2px;
	width: 45px;
	background-color: #fff;
	top: 44%;
	left: -60px;
	position: absolute;
}
.selected-value:first-child:after, .selected-value:last-child:after {
	content: '';
	height: 2px;
	width: 33px;
	background-color: #fff;
	top: 44%;
	right: -48px;
	position: absolute;
}
.col-price {
	padding-left: 30px;
	padding-right: 30px;
}
.price-block {
	position: relative;
}
.price-block:before {
	content: '';
	height: 2px;
	width: 60px;
	background-color: #fff;
	top: 44%;
	left: -60px;
	position: absolute;
}
.selected-values:after {
	content: '';
	height: 64.5%;
	width: 2px;
	background-color: #fff;
	top: 13.5%;
	right: -5px;
	position: absolute;
}
.fas {
	font-family: 'FontAwesome';
}
.support-plans tbody tr th:first-child {
	position: relative;
	color: #858585;
	position: relative;
	width: 25%;
	background: #f3f3f3;
	background-clip: padding-box;
}
.support-plans {
	table-layout: fixed;
	margin-top: 45px;
}
.support-plans tbody tr th, .support-plans tbody tr td {
	text-align: center;
}
.support-plans tbody tr td {
	font-weight: bold;
	color: #000;
	background-color: #EDF1FB;
	border-right: 2px solid #7869D4;
	border-left: 2px solid #7869D4;
}
.support-plans tbody tr:last-child td {
	border-bottom: 2px solid #7869D4;
}
.support-plans tbody tr td.info-tooltip {
	background-color: #fff;
	border-left: 0;
	padding: 0;
}
.support-plans tbody tr td.info-tooltip .fas {
	color: #CBCBCB;;
}
.headset-icon {
	color: #7869D4;
	font-size: 24px;
	padding-right: 15px;
}
.support-plans tbody tr:first-child th:first-child {
	font-size: 24px;
	color: #7869D4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: none;
}
table.support-plans th {
	border: 1px solid #ddd;
}
.support-plans tbody tr:first-child {
	border-bottom: 2px solid #000;
}
table.support-plans th.gap-col, table.support-plans td.gap-col {
	background-color: inherit !important;
	width: 10px;
}
table.support-plans th:last-child, .support-plans tbody tr td:last-child {
	display: none;
}
.support-plans tbody tr:last-child th.gap-col, .support-plans tbody tr:last-child td.gap-col,
table.support-plans tr:first-child th.gap-col, table.support-plans tr:first-child td.gap-col {
	border: 0;
}
.quantity-label {
	font-size: 20px;
	color: #000;
}
.filter-col {
	margin-top: 50px;
	font-family: 'Lato';
}
.filter-col h5 {
	font-size: 20px;
	color: #303030;
	margin-bottom: 12px;
	font-weight: bold;
}
.filter-col ul {
	padding-left: 10px;
}
.filter-group {
	margin-bottom: 20px;
}
.filter-group li {
	color: #707070;
	margin-bottom: 12px;
	font-size: 20px;
}
.filter-group li input {
	margin-right: 10px;
}
.products-col {
	border-left: 2px solid #707070;
	margin-top: 50px;
	padding-left: 0;
}
.products .summary {
	border-top: 1px solid #707070;
	padding: 25px;
}
.product-search input {
	width: 100%;
}
.products-top {
	padding-bottom: 40px;
}
.products-title {
	padding-left: 40px;
}
.products-title h2 {
	font-size: 30px;
	color: #7767D7;
}
.product-search input {
	border: 1px solid #707070;
	border-radius: 5px;
	outline: none;
	height: 40px;
	padding-left: 30px;
}
.product-search i {
	position: absolute;
    left: 22px;
    top: 11px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	padding: 0;
	border: 0;
}
.login-form {
	background-size: 100%;
	overflow: hidden;
	background-position: -85px center;
	background-repeat: no-repeat;
}
.login-inner {
	width: 40%;
	float: right;
	padding: 100px 35px;
	background-color: #fff;
	font-family: 'Lato';
}
.login-inner .col-md-6 .row {
	margin-top: -15px;
}
.woocommerce form .login-inner .form-row {
	margin-bottom: 20px;
}
.login-section .login-inner .row .woocommerce-form-row {
	margin-top: 15px;
	margin-bottom: 1px;
}
.registration-inner {
	width: 70%;
}
.registration-inner > h2 {
	text-align: center;
	font-size: 30px;
	color: #7767D7;
	font-family: 'Lato';
	line-height: 36px;
	margin: 25px;
}
.login-section {
	background-color: #F0F0FA;
}
.login-form h4 {
	color: #7767D7;
	font-size: 30px;
	text-align: center;
	margin-bottom: 80px;
}
.woocommerce-form-row select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 0;
    position: relative;
}
.select-input {
	position: relative;
}
.woocommerce-form-row.select-input:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #000;
  position: absolute;
  right: 5px;
  top: 15px;
  color: #303030;
}
.woocommerce form .form-row input.input-text,
.woocommerce-form-row input.input-text,
.woocommerce-form-row select {
	border: none;
	border-bottom: 1px solid #7767D7;
	border-radius: 0;
	color: #303030;
	font-size: 20px;
	width: 100%;
	outline: none;
	padding-left: 0;
	font-family: 'Lato';
	font-weight: 300;
	line-height: 24px;
}
.woocommerce .login-form button.button,
.login-form button.button {
	background: transparent linear-gradient(159deg, #70B0E3 0%, #8455D5 100%) 0% 0% no-repeat padding-box;
	border: 2px solid #7661FF;
	border-radius: 30px;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	width: 300px;
	margin-top: 25px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}
.login-form .registration-inner button.button {
	margin-top: 50px;
	margin-bottom: 35px;
}
.form-forgot {
	font-size: 15px;
	color: #717171;
	text-align: center;
	margin-top: 65px;
}
.form-forgot a {
	color: #7767D7;
}
.form-button {
	width: 100%;
	position: relative;
	float: left;
}
.user-inf-field {
	font-size: 14px;
	color: #303030;
	border-bottom: 1px solid #707070;
	position: relative;
	margin-bottom: 50px;
	font-family: 'Lato';
	font-weight: 300;
	padding-bottom: 3px;
}
.user-inf-field span {
	position: absolute;
	right: 0;
	font-weight: 400;
}
.user-info-group {
	background-color: #F8F8F8;
	padding: 30px 15px 50px 15px;
	margin-bottom: 15px;
}
.user-info-group.u-column1.col-1 {
padding-top: 5px;}
.user-info-group.user-password {
	padding-bottom: 0;
}
.user-info-group.user-password .user-inf-field {
	margin-bottom: 30px;
	padding-bottom: 3px;
}
.edit-user-info {
	font-size: 20px;
	color: #C5C5C5;
	background-image: url('../images/edit-icon.png');
	float: right;
	padding-right: 30px;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: right 0 top;
}
.user-info-group address {
	font-size: 14px;
	color: #303030;
	font-family: 'Lato';
}
form.edit-account, form.billing-form {
	background-color: #F5F5F5;
	padding: 85px;
	position: relative;
}
.close-edit-form {
	position: absolute;
	top: 58px;
	right: 51px;
	cursor: pointer;
	font-size: 23px;
	color: #707070;
	padding-right: 23px;
	font-weight: 300;
}
.close-edit-form:after {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 23px;
	position: absolute;
	top: 0;
	right: 0;
}
.woocommerce form.edit-account .form-row input.input-text,
.woocommerce-form-row form.edit-account input.input-text,
.woocommerce form.billing-form .form-row input.input-text,
.woocommerce-form-row .billing-form input.input-text {
	border: 1px solid #707070;
	padding-left: 5px;
	border-radius: 5px;
}
form.edit-account .woocommerce-Button.button,
form.billing-form .woocommerce-Button.button {
	color: #fff;
	background-color: #2684A7;
	font-size: 20px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	padding: 0;
}
form.billing-form .woocommerce-Button.button {
	margin-top: 35px;
}
.woocommerce form .form-row em {
	margin-top: 5px;
	display: block;
}
.woocommerce form .form-row {
	margin-bottom: 0;
}
.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination li {
	display: inline-block;
	margin: 0 8px;
}
.woocommerce form #payment #place_order {
	margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 15px;
}
.products {
	margin-top: 30px;
}
/*.table-block {
	max-height: 600px;
	overflow: scroll;
}*/
.info-group .col-md-9 p {
	color: #303030;
	font-size: 14px;
}
.woocommerce td.product-name .wc-item-meta p {
	font-size: 14px;
	color: #303030;
	font-family: 'Lato';
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 9px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
	height: 48px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	height: auto;
	width: 45px;
}
#product-services .product {
	padding: 0 10px;
}
#product-services .product-link {
	border-radius: 4px;
	box-shadow: 9px 10px 20px #ccc;
	padding: 25px 0;
	height: 320px;
	overflow: hidden;
	position: relative;
}
#product-services .products.columns-4 .product-link ul li {
	float: none;
	list-style-type: circle;
	text-align-last: left;
	margin-left: 35px;
	line-height: 22px;
	padding-right: 15px;
	text-align: left;
}
section.single-page {
	margin-top: 40px;
}
section.single-page p {
	font-size: 16px;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
    margin-bottom: 20px;
}
/* Mobile */
@media (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
	.selected-values:after,
	.selected-value:first-child:before,
	.selected-value:last-child:before,
	.selected-value:first-child:after,
	.selected-value:last-child:after,
	.price-block:before,
	.value:after, .value:before {
		display: none;
	}
	.woocommerce-single-product-container #product-variations .variations {
		padding-left: 0;
	}
	.woocommerce-single-product-container .value {
		height: auto;
		padding-bottom: 25px;
	}
	.selected-values {
		padding: 0 15px;
	}
	.selected-value {
		height: 300px;
	}
	.sv-inner {
		height: auto;
	}
	.price-block {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.col-price {
		padding-left: 15px;
		padding-right: 15px;
	}
	.support-plans tbody tr td, .support-plans tbody tr:first-child th:first-child {
		font-size: 10px;
	}
	.headset-icon .fas {
		font-size: 12px;
	}
	.support-plan {
		padding-left: 0;
		padding-right: 0;
	}
	#product-variations .variations_button {
		width: auto;
	}
	.selected-value .placeholder {
		font-size: 25px;
		top: 35%;
	}
	.inline-title {
		margin-bottom: 15px;
	}
	.about.summary .row, .text-box {
		display: block;
	}
	.product-more {
		margin-top: 15px;
	}
	.products-col {
		border-left: 0;
		padding: 0;
	}
	.products .summary {
		border-top: 0;
	}
	.products-title {
		padding-left: 15px;
	}
	.product-search {
		margin-top: 40px;
	}
	.products-top {
		padding-bottom: 20px;
	}
	.login-inner {
		width: 100%;
		padding: 15px;
	}
	.woocommerce .login-form button.button, .login-form button.button {
		width: 90%;
		font-size: 20px;
		padding: 0;
		height: 40px;
	}
	.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content,
	.MyAccount-sidebar {
		width: 100%;
	}
	.woocommerce-MyAccount-navigation li.is-active:before {
		display: none;
	}
	.woocommerce-MyAccount-content {
		padding: 15px;
		margin-top: 45px;
	}
	.table-block {
		height: 400px;
	}
	.woocommerce-MyAccount-content .table-block {
		height: auto;
	}
	.log-out {
		margin-top: 30px;
	}
	.woocommerce-MyAccount-navigation li {
		height: 40px;
	}
	.woocommerce-MyAccount-navigation li {
		padding: 10px 0;
	}
	.woocommerce table.my_account_orders {
		margin-top: 0;
	}
	.login-form h4 {
		margin-bottom: 10px;
	}
	.form-forgot {
		margin-top: 15px;
	}
	.woocommerce-MyAccount-navigation li a {
		padding: 0;
	}
	form.edit-account, form.billing-form {
		padding: 5px;
	}
	.close-edit-form {
		top: -78px;
		right: 0;
	}
	#order-conversation-add-reply button[type="submit"] {
		/*margin-top: 15px;*/
	}
	#product-services .products.columns-4 li {
		width: 100%;
	}
	.woocommerce ul.order_details li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.woocommerce ul.order_details li:nth-child(even) {
		padding-left: 10px;
	}
	.footer p {
		display: block;
	}
	.footer .btn {
		top: 10px;
		left: 0;
	}
}