/*
Theme Name: Template Sell
Theme URI: https://www.templatesell.com/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: Theme Shop Site for ts- Themes
Version: 1.0.0
*/
/*common CSS Start*/
/*common css like normalize css, typography css, font family in css, header css , menu css, footer css*/
* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	height: auto;
}
html {
	font-family: sans-serif;
}
body {
	padding: 0;
	margin: 0;
	line-height: 1;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

body, input, textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #333333;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}
/* Headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 22px;
	font-style: normal;
}

h2 {
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 22px;
	font-style: normal;
}

h2 i {
	font-style: normal;
}

h2 strong {
	font-weight: 600;
}

h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}

h3 i {
	font-weight: normal;
	font-style: normal;
}

h3 strong {
	font-weight: 600;
	font-style: normal;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}

h4 i {
	font-weight: normal;
	font-style: normal;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}

h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}

/* Text elements */
p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 20px 0 20px 36px;
	font-size: 13px;
	border-left: 5px solid #19a3eb;
	padding: 5px 20px 5px 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	color: #454545;
}

pre {
	background: #f4f4f4;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}

code, kbd {
	font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}


abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 40px;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.dropcap {
	display: block;
	float: left;
	font-size: 45px;
	padding: 0;
	margin: 15px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}

/* Links */
a {
	color: #0096ff;
	text-decoration: none;
}

a:hover {
    color: #0179a0;
    text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* Clear Fix Styles */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

/* close commented backslash hack */
.mar-top50 {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
/*------------------*/
/*	buttons
/*------------------------------------------------------*/
.btn {
	position: relative;
	border-radius: 0;
	padding: 6px 12px;
	color: #fff;
	font-size: 13px;
}
.btn span {
	position: absolute;
	right: 0;
	top: 0;
}
.btn-theme-black {
	background: #313131 ;
}
.btn-theme-blue {
	background: #0179a0 ;
}
.btn-theme-green {
	background: #00d8b3 ;
}
.btn-theme-red {
	background: #EA4335;
}
.btn-theme-black:hover {
	background: #333333;
}
.btn-theme-green:hover {
	background: #02C1A0;
}
.btn-theme-blue:hover {
	background: #016484 ;
}
.btn-theme-red:hover {
	background: #c0190b;
}
a.btn {
	color: #fff;
}
a.btn:hover {
	color: #fff;
}
.bg-light-blue{
	background:#e9f3f6;
}
.bg-gray{
	background: #f1f1f1;
}
.bg-light-gray{
	background: #f5f5f5;
}
section{
	width: 100%;
}
.section-padding {
	padding: 50px 0;
	width: 100%;
}
.color-blue{
	color:#0096ff;
}
.color-green {
	color: #00d8b3 !important;
}
.row{
	overflow: hidden;
}
/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/
.container {
	width: 1170px;
	margin: auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
	.container {
		width: 1000px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 999px){
	.container {
		width: 98%;
	}

}
@media only screen and (max-width: 767px){
	.container {
		width: 448px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.container {
		width: 530px;
	}
}

@media only screen and (max-width: 479px){
	.container {
		width: 300px;
	}
}
@media only screen and (max-width: 320px){
	.container {
		width: 98%;
	}
}

/* columns */
.ts-col-2,
.ts-col-3,
.ts-col-4,
.ts-col-5,
.ts-col-6{
	position: relative;
	margin-right: 2%;
	float: left;
}
.ts-col-2:last-child,
.ts-col-3:last-child,
.ts-col-4:last-child,
.ts-col-5:last-child,
.ts-col-6:last-child{
	margin-right: 0!important;
}
.ts-col-1 {
	width: 100%;
}
.ts-col-2 {
	width: 48%;
}
.ts-col-3 {
	width: 31.666%;
}
.ts-col-4 {
	width: 22%;
}
.ts-col-5{
	width: 73%;
}
.ts-col-6 {
	width: 13.333%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}

@media only screen and (max-width: 767px) {
	.ts-col-2,
	.ts-col-3,
	.ts-col-4,
	.ts-col-6 {
		clear: both;
		width: 100% !important;
		margin: 0 !important;
	}
}
/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/
/*top -header*/
.top-header {
	background: #0179a0 none repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	padding: 5px 0;
}

.top-header p {
	color: #fff;
}
.fixed {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.ts-info p{
	display: inline-block;
}
.info-title{
	padding: 3px 15px;
	float: right;
}
/* Responsive CSS Styles Table of Contents */
@media only screen and (max-width: 1024px) {
	#topHeader{
		text-align: center;
	}
	.ts-info p,
	.info-title{
		float: none;
		display: inline-block;
	}
}
/*main header*/
.md-header{
	padding: 25px 0;
}
.md-header #logo {
	float: left;
	width: 210px;
}
.fixed.md-header{
	padding: 5px 0;
}
/*------------------*/
/*	MENU
/*------------------------------------------------------*/
.login .my-ac,
.login .logout,
.login .login-reg,
.login .cart {
	display: inline-block;
	margin-top: 3px;
}
.login,
#top-nav #fixed-nav{
	float: right;
}
#top-nav{
	vertical-align: middle;
	position: relative;
}
#top-nav ul,
a.btn-cart{
	margin: 0;
	padding: 0;
	float: left;
}
a.btn-cart {
    vertical-align: top;
    background: #00d8b3;
    padding: 5px;
    margin: 3px;
    color: #fff;
    line-height: 25px;
}
#top-nav li {
	float: left;
	position: relative;
}
#top-nav #fixed-nav li a{
	color: #676767;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	padding: 0 15px;
	line-height: 45px;

}
#top-nav #fixed-nav li a:hover,
#top-nav .login li .sub-menu a:hover,
#top-nav #fixed-nav li .sub-menu a:hover{
	color:#0179A0;
}
/*sub menu*/


#top-nav li .sub-menu {
	background: #F5F5F5;
	left: 0;
	opacity:0;
	padding:0;
	position: absolute;
	text-align: left;
	top: 70px;
	visibility: hidden;
	width: 230px;
	transition: all 400ms ease 0s;
	z-index: 999;
}
#top-nav .login li .sub-menu {
	background: #F5F5F5;
	left: 0;
	opacity:0;
	padding:0;
	position: absolute;
	text-align: left;
	top: 70px;
	visibility: hidden;
	width: 230px;
	transition: all 400ms ease 0s;
	z-index: 999;
}
#top-nav li .sub-menu li {
	border-bottom: 1px solid #dadada;
	display: block;
	margin: 0;
	padding: 8px 0;
	width: 100%;
}
#top-nav li .sub-menu li:last-child{
	border-bottom: 0;
}
#top-nav li .sub-menu li a {
	line-height: 24px !important;
}
#top-nav li:hover .sub-menu {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}
.menu-item-has-children a{
	position: relative;
}
.menu-item-has-children > a:after{
	content: "\f107";
	position: absolute;
	top: 0;
	right: 0;
	font-family: FontAwesome;
}
#top-nav .login li .sub-menu a{
	color: #676767;
	display: block;
	font-size: 15px;
	padding: 0 15px;
}
.login .my-ac .avatar {
	float: left;
	height: 20px;
	margin: 0 5px 0 0;
	width: 20px;
}
.login .my-ac.btn span{
	position: relative;
	top: auto;
	right: auto;
}
#top-nav .login li .sub-menu{
	right: 0;
	left: auto;
}

/* Responsive CSS Styles Table of Contents */
@media only screen and (min-width: 768px) {
	.mob-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	
	.md-header #logo{
		width: 150px;
	}
	#fixed-nav{
		display: none;
	}
	#top-nav li,
	#trueHeader #logo,
	.login,
	.login,
	#fixed-nav{
		width: 100%;
		float: none;
	}
	#top-nav li{
		text-align: left;
	}
	#top-nav li .sub-menu {
		visibility: visible;
		opacity: 1;
		position:relative;
		width: 100%;
		top: 0;
	}
	a.btn-cart {
	    display: inline-block;
	    margin-left: 5%;
	}
	header {
		text-align: center;
	}
	.logo-wrapper{
		text-align: center;
	}
	.mob-nav {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 3px;
	}
	.feature-searh .search-block{
		width: 100%!important;
	}
	.featured-item{
		margin-bottom: 20px;
	}

}
@media only screen and (max-width: 479px) {
	.logo-wrapper {
	    clear: both;
	    float: left;
	    margin: 10px 0;
	    text-align: center;
	    width: 100%;
	}
	.login .my-ac,
	.login .logout,
	.login .login-reg,
	.login .cart,
	a.btn-cart{
		margin:0 5px;
		float: right;
	}
	#top-nav ul{
		float: right;
	}
	.feature-searh .search-block .menu-search{
		width: 60%!important;
	}
	.subs-newsletter input[type="submit"]{
		position: relative!important;
		margin-top: 10px;
		width: 70% !important;
		float: left;
	}
}

/*	FOOTER
/*------------------------------------------------------*/
.footer {
	width: 100%;
	background: #313131 ;
	color: #999;
	padding: 50px 0;
}
.footer h2{
	font-size:16px;
	color: #fff;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
	.footer .ts-col-4{
		width: 18%;
	}
	.footer .ts-col-4.ts-footer-about{
		width: 30%;
		float: left;
		margin-right: 4%;
	}
}
@media only screen and (max-width: 767px) {
	.ts-footer-about{
		padding-bottom: 30px;
	}
}

.footer a {
	color: #999 !important;
}

.footer a:hover {
	color: #fff!important;
}

.footer .list li {
	line-height: 30px;
}

/* footer social links */
.bottom-footer {
	background: #2b2b2b;
	padding: 25px 0 20px;
	width: 100%;
	color:#999;
}
.social-links li a {
	background-color: #212121;
	border-radius:0;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 7px;
	text-align: center;
	width: 30px;
}
.social-links li:first-child a{
	margin-left: 0;
}
.social-links li a:hover {
	background-color: #999;
}

.social-links li a i {
	color: #fff;
}
.copyright-info{
	text-align: right;
}

/* scroll up */
.scrollup {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	height: auto;
	margin-right: 22px;
	margin-top: auto;
	padding: 3px 6px;
	position: fixed;
	right: 3px;
	top: 85%;
	width: 38px;
	z-index: 60;
}
.sm-up {
	color: #ffffff;
	display: block;
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
/*newsletter-box start from here*/
.newsletter-box {
	background-color: #0179a0;
	float: left;
	transition: margin-left 300ms ease 0s;
	width: 100%;
	padding:50px 0;
}
.newsletter-box .subs-title{
	line-height: 30px;
	margin-bottom:30px;
}
.newsletter-form{
	width: 60%;
	margin:0 auto;
}
.newsletter-box .subs-title {
	color: #fff;
	font-size: 26px;
}
.news-small {
	font-size: 19px;
	margin-top: 10px;
}
.subs-newsletter {
	overflow: hidden;
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.subs-newsletter input[type="text"],
.subs-newsletter input[type="email"]{
	border: 0;
	width: 100%;
	padding:15px 0 15px 15px;
	border-radius: 0;
	height:53px;
}
.subs-newsletter input[type="submit"] {
	background: #00d8b3 ;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 53px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25%;
	margin: 0;
	border-radius: 0;
}
.mc4wp-success{
	color: #ffffff;
}
.mc4wp-error{
	color: red;
}

@media only screen and (max-width: 767px){
	.newsletter-form{
		width: 100%;
	}
	.ts-col-2, .ts-col-3, .ts-col-4 {
		margin-right: 2%;
	}
}


.inner-header{
	margin-bottom: 0;
	background-color: #2c3e50 ;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.inner-header h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}
/*pagination*/
.nav-links {
    font-size: 13px;
    line-height: normal;
    display:inline-block;
    margin:15px 0;
}
.nav-links a,
.nav-links span {
    font-weight: 700;
    background-color: transparent;
    color: #191919;
    margin: 10px 10px 0 0;
    padding: 7px 15px 7px 15px;
    float:left;
    border-radius: 2px;
    border: solid 1px rgba(25, 25, 25, 0.1);
}

.nav-links a:hover,
.nav-links a:focus{
    border-color: #02C1A0;
    background-color: #02C1A0;
    color: #ffffff;
}
.nav-links .current{
    background-color: #0179a0;
    border-color: transparent;
    color: #fff;
}
/*common CSS End*/

/*product details*/
.product-details{
	background: #f5f5f5;
}
.product-details #singlewrapper{
	width: 65%;
	margin-right: 3.3%;
	float: left;
}
/*related-products listing*/
.related-products .block-title{
	font-size: 18px;
	margin-bottom: 23px;
}

.featured-item {
	background: #fafafa none repeat scroll 0 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
	float: left;
	padding: 5px;
	position: relative;
	width: 100%;
}
.store-info .featured-item{
	margin-bottom: 15px;
}
.featured-item img {
	width: 100%;
	transition: all 500ms ease-in-out 0s;
	position:relative;
}
.featured-top::after {
	border-left: 10px solid transparent;
	border-top: 10px solid #e13800;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.featured-top {
	background: #ff5600  none repeat scroll 0 0;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	left: -10px;
	letter-spacing: 1px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	width: 90px;
	z-index: 1;
}

.featured-item .product-meta {
	background-color: #f1f1f1;
	padding: 5px 15px;
	overflow: hidden;
	position: relative;
	margin-top: -10px;
	z-index: 10;
}
.featured-item .product-price{
	bottom: -17px;
	display: inline-block;
	height: 55px;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 55px;
	z-index: 20;
}
.featured-item .product-price h2 {
	background: #0179a0 none repeat scroll 0 0;
	border-radius: 100%;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 16px;
	height: 100%;
	line-height: 55px;
	width: 100%;
}
.featured-item .product-meta .product-name {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.featured-item .product-meta:hover .product-name{
	color: #0179A0;
}
.featured-item .product-meta .product-price{
	background: #fb4106 none repeat scroll 0 0;
	color: #fff;
	right: -10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
	height: 55px;
	z-index: 12;
	line-height: 50px;
}
.featured-item .product-meta .product-price:after{
	background: #fb4106;
	content: "";
	height: 55px;
	position: absolute;
	left: -18px;
	top: 0;
	width: 35px;
	z-index: 1;
	-moz-transform:skewX(-30deg);
	-webkit-transform:skewX(-30deg);
	-o-transform:skewX(-30deg);
	-ms-transform:skewX(-30deg);
}

.featured-item-listing .btn{
	font-size: 14px;
	text-transform: none;
}
.featured-item .featured-item-img {
	position: relative;
	backface-visibility: hidden;

}
.featured-item .featured-item-img .item-overlay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.featured-item .featured-item-img .item-overlay h4{
	color: #fff;
	text-align: center;
	position: relative;
	top: 25%;
	padding: 0 20px;
}
.featured-item .featured-item-img .item-links{
	position: relative;
	text-align: center;
	top: 40%;
}
.featured-item .featured-item-img:hover .item-overlay {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.featured-item .product-meta .product-details {
	border-bottom: 1px solid #dddddd;
	float: left;
	margin: 0;
	padding: 20px 0 10px;
	width: 100%;
}
.featured-item .product-meta .product-details .product-name h4{
	font-weight: bold;
}
.featured-item .product-meta .product_div_footer {
	float: left;
	margin: 10px 0 0 0;
	width: 100%;
}
.featured-item .product-meta .cat-type-icon,
.featured-item .product-meta .author_div,
.featured-item .product-meta .share {
    display:inline;
}
.featured-item .product-meta .cat-type-icon{
    float:left;
} 
.featured-item .product-meta .cat-type-icon i {
    background: #0179a0 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    margin: 3px 10px 0 0;
    padding: 0 10px;
}
.featured-item .product-meta .author_div {
	float: left;
	width:60%; 
}

.featured-item .product-meta .author_div img {
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	width: auto;
}
.featured-item .product-meta .author_div h4 {
	float: left;
	font-family: "Ubuntu",sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	width: 100%;
}
.featured-item .product-meta .author_div h4 a {
	color: #333333;
	float: left;
	text-decoration: none;
	width: auto;
}
.featured-item .product-meta .author_div p {
	color: #016484;
	float: left;
	font-size: 12px;
	margin: 0;
	text-transform: capitalize;
	width: 100%;
}
.featured-item .product-meta .author_div p a {
	color: #016484;
	float: left;
	text-decoration: none;
	width: auto;
}
.featured-item .product-meta .share {
	float: right;
}
.featured-item .product-meta .share ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.featured-item .product-meta .share ul li {
	float: left;
	list-style: outside none none;
	text-align: center;
}
.featured-item .product-meta .share ul li a {
	color: #333333;
	float: left;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
}
.featured-item .product-meta .share ul li a i {
	color: #999999;
	float: left;
	font-size: 15px;
	width: 100%;
}
.featured-item .product-meta .share ul li a span {
	float: left;
	width: 100%;
}
.featured-item .product-meta .product-demo,
.featured-item .product-meta .producd-cat{
	width: 50%;
}
.featured-item .product-meta .product-demo a,
.featured-item .product-meta .product-cat a{
	font-size: 14px;
}
@media only screen and (max-width: 1229px){
	.featured-item .product-meta .product-name,
	.featured-item .product-meta .product-price{
		font-size: 13px;
	}
}
/*vender profile*/
.vendor-information {
	margin-bottom: 30px;
	position: relative;
}
.vendor-information .vendor-profile-banner {
	position: relative;
}
.vendor-information .vendor-profile-banner::after {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.vendor-information .btn-edit-profile {
	background: rgba(2, 193, 160, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 400ms ease 0s;
	z-index: 2;
}
.vendor-information .btn-edit-profile:hover {
	background: rgba(0, 193, 160, 0.7) none repeat scroll 0 0;
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}
.vendor-information .vendor-profile-details {
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.vendor-information .vendor-profile-details h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}
.vendor-information .vendor-profile-details .vendor-avatar {
	background: #fff none repeat scroll 0 0;
	border-radius: 1px;
	box-shadow: 0 0 4.75px 0.25px rgba(0, 0, 0, 0.16);
	left: 20px;
	padding: 5px;
	position: absolute;
	top: -50px;
}
.vendor-information .vendor-profile-details .vendor-profile-info {
	margin-left: 155px;
}
.vendor-information .vendor-profile-details .vendor-profile-info .vendor-profile-created,
.vendor-information .vendor-profile-details .vendor-profile-info .vendor-profile-located {
	color: #888;
	display: inline-block;
	line-height: 14px;
}
.vendor-information .vendor-profile-details .vendor-profile-info .vendor-profile-located {
	display: inline-block;
	width: 18px;
}

@media (max-width: 767px) {
	.vendor-information .btn-edit-profile {
		font-size: 12px;
		padding: 7px 10px;
	}
	.vendor-information .vendor-profile-details h4 {
		font-size: 24px;
		margin-top: 0;
	}
	.uvendor-information .vendor-profile-details p {
		margin-bottom: 0;
	}
	.vendor-information .vendor-profile-details .avatar {
		border-radius: 3px;
		margin-right: 10px;
		padding: 3px;
		width: 72px;
	}
}
.vendor-about {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding: 15px 20px;
}
.vendor-about h3 {
	font-weight: 300;
	text-transform: capitalize;
}
.boxes {
	border: 1px solid #e1e1e1;
	margin: 0 auto 10px;
	padding: 25px;
}
.boxes i {
	color: #c9cccf;
}
.total-item,
.total-item-sale{
	border-bottom: 1px solid #e1e1e1;
	color: #666;
	font-size: 15px;
	padding: 5px 0;
	text-align: right;
}
.total-item-sale{
	border-bottom: 0;
}
.total-item strong,
.total-item-sale strong{
	float: left;
}
.green{
	color: green!important;
}

.gray{
	color: gray;
}


.entry-content{
	background: #fff;
	padding: 30px;
}
.entry-content p{
	margin-bottom: 20px
}
@media only screen and (max-width: 767px){
	.product-details #singlewrapper{
		width: 100%;
		margin-right: 0;
	}
	.buy-btns .ts-col-3{
		margin: 5px -8px!important;
		border-bottom: 1px solid #eee;
	}
}
/*login and register*/
form{
	display: block;
	overflow: hidden;
}
legend{
	font-size: 25px;
	font-style: normal;
	line-height: 27px;
	margin-bottom: 22px;
}
#edd_profile_billing_address_label legend{
	margin: 15px 0;
}

form label{
	margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
select,
textarea{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius:0;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	margin-bottom: 10px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.contact-page form p{
	max-width: 767px;
	min-width: 300px;
	width: 100%;
}
.contact-page form  input[type="text"],
.contact-page form  input[type="email"],
.contact-page form  input[type="password"],
.contact-page form  input[type="number"]{
	width: 100%;
	border-radius: 0;
	margin: 3px 0 5px 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{
	box-shadow:0px 0px 4px #0179A0;
}
input[type="submit"]{
	color: #fff;
	border-radius: 0;
	font-size: 13px;
	padding: 6px 15px;
	position: relative;
	text-transform: uppercase;
	background-color: #0179a0;
	margin-top: 15px;
	border:0;

}
input[type="submit"]:hover{
	background-color: #016484 ;
	cursor: pointer;
}
.wpcf7-form {
	text-align: left;
}
div.wpcf7-validation-errors {
    background: #f2dede;
    border:0;
    padding: 5px 15px;
}
.page-template-template-login .entry-content {
    box-shadow: 0 1px 10px #cccccc;
    margin: 0 auto;
    max-width: 500px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
#sidebar .widget .widget-title{
	color: #313131;
	font-size: 16px;
	font-weight: 600;
}
#sidebar .widget .search-block{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
#sidebar .widget .search-block input[type="text"]{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px 25px;
	width: 100%;
	margin: 0;
}
#sidebar .search-block .searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	background: #00d8b3 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*checkout page*/
#edd_checkout_cart td,
#edd_checkout_cart th{
	font-size: 18px;
}
.edd_cart_actions a{
	background: #ff0000 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	padding: 5px 15px;
	position: relative;
	text-transform: uppercase;
}
#edd_purchase_form fieldset span{
	font-size: 18px;
}
#edd_purchase_form fieldset p{
	margin-bottom: 15px;
}
#singlewrapper .entry-content{
	margin-top: 0;
}
.widget-title{
	margin-bottom: 5px;
}
.edd_empty_cart{
	font-size: 30px;
	font-style: normal;
	line-height: 27px;
	margin-bottom: 22px;
}
/*Cart Search*/
.menu-search {
    border: 1px solid #dddddd !important;
    border-radius: 0!important;
    box-shadow: none !important;
    display: inline-block!important;
    font-size: 20px!important;
    padding: 14px 12px!important;
    vertical-align: middle!important;
    width: 80%!important;
}
.search-block .searchsubmit {
    background-color: #00d8b3 !important;
    border: 1px solid #f0f3f6 !important;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 59px;
    margin-left: -5px;
    margin-top: 0 !important;
    outline: 0 none !important;
    padding: 0 10px;
    vertical-align: top;
    width: 70px;
}

.edd_empty_cart{
	display: inline-block;
	overflow: hidden;
}
/*thank you page*/
.edd-success .entry-content p{
	font-size: 25px;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: #00d8b3;
	margin:0 auto 15px auto;
	border-radius: 5px;
}
.edd-success .entry-content p:last-child{
	display: none;
}
.edd-success .entry-content h3{
	margin: 15px 0;
}
/*table css*/
table tr th{
	background:#f1f1f1;
	font-weight: bold;
	font-size: 16px;
}
table tr td{
	font-weight: normal;
}
table tr td,
table tr th{
	border: 1px solid #dfdfdf;
	padding:5px 10px;
}
/*page success*/

/*forum css*/
#bbpress-forums .bbp-search-form input[type="text"]{
	height:25px;
	padding: 6px 15px;
	margin-right: -5px;
}
#bbpress-forums .bbp-body ul{
padding: 0 15px!important;
}
#bbpress-forums .bbp-body ul li {
	border-right: 1px solid #f1f1f1;
	min-height: 110px;
}

#bbpress-forums .bbp-body ul li:last-child {
	border-right: 0;
}
#bbpress-forums .bbp-header li{
	font-size: 16px;
	font-weight: bold;
}

#bbpress-forums .bbp-body ul li a{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
#bbpress-forums .bbp-body ul li a:hover{
	color: #00d8b3;
}
#bbpress-forums .bbp-body ul ul.bbp-forums-list li a{
	font-size: 13px!important;
	font-weight: normal;
}
#bbpress-forums .bbp-forum-content{
	font-size: 13px !important;
}
.subscription-toggle{
	font-size: 20px;
	font-weight: bold;
}
#bbpress-forums #subscription-toggle {
	float: right;
}

/*Vender css*/
.fes-product-list-status-bar {
	background: #0179a0 none repeat scroll 0 0;
	color: #fff;
	margin-bottom: 5px;
	padding: 10px;
}
.fes-product-list-status-bar a {
	color: #fff;
	font-size: 14px;
}
.edit-product-fes.active {
	position: relative;
}
.edit-product-fes.active::after {
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -9px;
	content: "";
	height: 0;
	left: 40%;
	position: absolute;
	width: 0;
}
.fes-product-list-status-bar a:hover{
	color: #00D8B3;
}
.product-details .fes-vendor-menu,
.product-details #fes-vendor-dashboard{
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.fes-vendor-menu{
	background:#0179a0; 
}
.product-details .fes-vendor-menu ul{
	margin: 0;
	padding: 0;
}
.product-details .fes-vendor-menu ul li {
	background: #0179a0 none repeat scroll 0 0;
	border-left: 1px solid #0880a7;
	border-right: 1px solid #006a91;
	display: inline;
	float: left;
	padding: 10px 30px;
}
.product-details .fes-vendor-menu ul li:last-child{
	border-right: 0!important;
}
.product-details .fes-vendor-menu ul li:first-child{
	border-left:0!important;
}
.product-details .fes-vendor-menu ul li a{
	color: #fff;
	font-size: 15px;
}
.product-details .fes-vendor-menu ul li.active{
	background: #00D8B3;
}
.product-details #fes-vendor-dashboard h1{
	font-size: 24px;
	font-weight: 600;
}
.product-details #fes-vendor-dashboard #fes-vendor-announcements,
.product-details #fes-vendor-dashboard #fes-vendor-store-link{
	margin-bottom: 10px;
}
#edd_user_commissions > div {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}
#edd_user_commissions h3 {
    font-size: 20px;
}
#edd-purchase-button, 
.edd-submit, 
input.edd-submit[type="submit"]{
	background: #0179A0;
	border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    position: relative;
    text-transform: capitalize;
}
#edd_user_commissions > div:last-child {
    border-bottom: 0 none;
}
#edd_user_commissions_unpaid > div,
#edd_user_commissions_paid > div,
#edd_user_commissions_revoked > div {
    color: #0179a0;
    font-size: 18px;
    text-align: right;
}
table,
.table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	padding: 10px;
}
.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}
th {
	text-align: left;
}

div.fes-form fieldset .fes-label .fes-help {
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 2px 0 5px;
}
div.fes-label{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}
.close.fes-remove-feat-image {
    background: red none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 33px;
    padding: 5px;
    position: absolute;
    right: 1px;
}
.fes-fields .fes-feat-image-upload {
	border: 4px dashed #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.fes-feat-image-upload {
	height: 350px;
	width: 550px;
	position: relative;
}
.instruction-inside {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
div.fes-form fieldset #wp-post_content-wrap {
	border: 1px solid #ddd;
}
div.fes-form fieldset {
	margin-bottom: 2em;
	padding: 0;
}
div.fes-fields table{
	width: 100%;
}
div.fes-fields table input{
	width: 100%;
}
.fes-url-choose-row {
	vertical-align: top;
}
.fes-product-list-td:nth-child(6){
	text-align: center;
}
.edit-product-fes,
.view-product-fes{
	margin: 2px 5px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
}
.fes-product-list-td a:nth-child(1){
	background: #00D8B3;
}
.fes-product-list-td a:nth-child(2){
	background: #212121;
}
.fes-product-list-td a:nth-child(3){
	background: #ff2222;
}
.fes-fields .fes-avatar-image-upload {
	border: 4px dashed #ddd;
	margin-bottom: 20px;
	max-width: 150px;
	overflow: hidden;
	position: relative;
}
.fes-registration-form-div fieldset{
	width: 45%;
	float: left;
	margin-right: 3%;
}
.fes-registration-form-div fieldset .edd-submit.button.blue{
	margin-top: 27px;
	background: #0179A0;
	border-radius: 0!important;
}
.ts-auther-login{
	max-width: 480px;
}
.ts-auther-login .fes-login-form fieldset{
	width: 90%;
}
/*start selling*/
#start-selling h1{
	font-size: 28px;
	margin:30px 0 50px 0;
}
#start-selling h4{
	margin-bottom: 10px;
}
#start-selling .ts-ss-blocks {
	width: 33.333%;
	float: left;
}
#start-selling .ts-ss-blocks figure.pref-image {
	color: #0179A0;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}
#start-selling .ts-ss-blocks:hover {
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
#start-selling .ts-ss-text {
	border: 1px solid #eeeeee;
	margin-left: -1px;
	margin-top: -1px;
	min-height: 280px;
	padding:15px 25px;
	text-align: center;
}
#start-selling .ts-ss-text p{
	margin-bottom: 5px;
	width: 100%;
}
#start-selling .ts-ss-blocks a.btn{
	margin-top: 15px;
	text-transform: capitalize;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	#start-selling .ts-ss-blocks{
		width: 100%;
	}
}
/*My Account*/
.edd-submit.button.blue{
	background: #0179A0;
	border-radius: 0!important;
}
/*start searching item list*/
.search-block{
	position: relative;
}
.inner-header .search-block input#menu-search{
	border: 1px solid #f0f3f6 !important;
	border-radius: 0;
	box-shadow: none !important;
	display: inline-block;
	font-size: 20px;
	height: 35px;
	padding: 5px 12px;
	vertical-align: middle;
}
.inner-header .search-block .searchsubmit {
	background: #00d8b3 !important;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #f0f3f6 !important;
	font-size: 20px;
	margin-top: 0 !important;
	outline: 0 none !important;
	border-radius: 0 !important;
	height: 47px;
	margin-left: -5px;
	padding: 0 10px;
	width: 47px;
}

.box {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 20px;
	border:1px solid #eee;
}
.box .box-title{
	border-bottom: 1px solid #ebeded;
	border-radius: 2px 2px 0 0;
	color: #757575;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: -20px -20px 20px;
	padding: 15px 20px;
}
.box ul {
	padding: 0 0 0 15px;
}
.documentation-items {
	list-style: outside none none;
	margin: 0;
	padding: 0 !important;
}
.documentation-category h3 a {
	color: #233141;
}
.documentation-category h3 i{
	margin-right: 10px;
}
.documentation-items li::before,
.ts-popular-links ol li:before{
	color: #1c2633;
	content:"\f101";
	font-family: FontAwesome;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
}
.ts-popular-links ol li,
.documentation-items li {
	display: block;
	margin: 0;
	padding: 0 0 15px 20px;
	position: relative;
}
.ts-popular-links ol li a,
.documentation-items li a {
	color: #1c2633;
	opacity: 0.5;
}
.ts-popular-links ol li a:hover,
.documentation-items li a:hover{
	opacity: 1;
}
.documentation-category h3 span {
	background: #f8f9fb none repeat scroll 0 0;
	border-radius: 30px;
	color: #233141;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin: -2px 0 0 10px;
	padding: 5px;
	width: 25px;
	height: 25px;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	line-height: 25px;
}

.support_link{display: none !important;}

.sweet-alert input[type="text"]{display: none !important;}

span.edd-required-indicator{color:red;}

.ts-col-2.contact_info {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}
.ts-col-2.contact_info p{
    margin-bottom: 15px;
}

.contact_info h3{margin-bottom:12px;}

p.contact_address{margin-top:20px;}


/*========= Chack Out Page ====== */

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    max-height: 48px;
}
#edd_checkout_form_wrap .edd-payment-icons {
    height: 50px;
    display: block;
    margin: 0 0 8px;
    float: left;
    clear: both;
    width: 100%;
}
#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap textarea {
    padding: 10px 6px;
    font-size:15px;
}
#edd_checkout_form_wrap select.edd-select {
    display: block;
    width: 70%;
    padding:10px;
    font-size:15px;
}
#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"] {
    background: #0179A0;
    border-radius: 4px!important;
    color: #fff;
    font-size: 13px;
    padding: 11px 12px;
    position: relative;
    text-transform: capitalize;
}

.ts-checkout-info.top p {
    font-weight: bold;
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    


.ts-checkout-info p {
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#edd_show_terms a:first-of-type {
    display: none;
}

.edd-terms-agreement {
    margin-bottom: 12px;
    font-size: 16px;
}