.home.blog{
	padding:0px;
}
.general-row .wpb_column.col-md-12{
	padding:0px;
}
.padding-top{
	padding-top:60px;
}
.padding-bottom{
	padding-bottom:60px;
}
.wpb_revslider_element{
	margin-bottom:0px !important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,.pagination > li > span.current{
	background: hsl(212, 63%, 13%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
}
.post .wp-post-image{
	width:100%;
	height:auto;
}
.author .post .wp-post-image{
	position:relative;
}
.blog_area_404{
	margin-top:50px;
	margin-bottom:50px;
}
.psocial li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
}
.psocial li {
    float: left;
    list-style-type: none;
}
.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"]{
	margin-top:0px;
	margin-bottom:0px;
}
.comment-reply-link{
	background: hsl(212, 63%, 13%) none repeat scroll 0 0;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    float: right;
    font-weight: 700;
    height: 30px;
    margin: 0 40px;
    padding: 4px 30px;
    text-transform: uppercase;
	line-height:21px;
}
.comment-reply-link:hover{
	background: hsl(195, 91%, 51%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
}
.footer-widget.widget_meta ul li a{
	color: hsl(211, 27%, 39%) !important;
    display: block;
    line-height: 1.4em;
    position: relative;
}
.footer-widget.widget_meta ul li a:hover{
	color:#ffffff !important;
}
.footer-widget .tagcloud a{
	background: hsl(215, 41%, 16%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 13px !important;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
}
.footer-widget .tagcloud a:hover{
	background: hsl(195, 91%, 51%) none repeat scroll 0 0;
}
.image-scroller-container {
    max-height: 440px!important;
    overflow: hidden;
}
#twitter_update li a{
	color:#ffffff;
}
.features-services.style-two{
	z-index:9999 !important;
}
#qa-page p{
	padding-top:10px; 
	padding-bottom:10px;
}
.our-team .member{
	margin-bottom:50px;
}
.home-one-page-version .page-banner{
	background:none;
}
.sidebar .widget_search{
	padding:0px;
}
.popular-list li a img {
    left: 0 !important;
    position: absolute;
}
.popular-list li .posted-date{
	margin-top:5px !important;
}
.widget ul li {
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
    margin-bottom: 0 !important;
    padding: 16px 0;
}
.widget ul li:last-child{
	border-bottom: medium none;
}
.popular-list li {
    border-bottom: medium none !important;
    padding-top: 0 !important;
}
.widget ul li a{
	color: hsl(213, 64%, 13%);
    font-family: "Droid Sans",serif;
    font-weight: bold;
    text-align: left;
}
.widget ul li a:hover{
	color: hsl(195, 91%, 51%);
}
.icon.fa.fa-twitter.tweet-slide-icon{
	color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
}
span.tags{
	margin-top:10px;
	margin-bottom:15px;
	display:inline-block;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}
.sticky .post .post-content{
	margin-bottom:0px;
	background:#fafafa;
	box-shadow:none;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.sticky .blog-post .inner-box{
	background:#fafafa;
}
.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,
.comments h1,.comments h2,.comments h3,.comments h4,.comments h5,.comments h6{
	font-family: "Roboto Slab",serif;
	margin-bottom:15px !important;
	font-weight:400 !important;
	color: #333333 !important;
	line-height:1em;
}
.post-content h1,.comments h1{
	font-size:36px;
}
.post-content h2,.comments h2{
	font-size:32px;
}
.post-content h3,.comments h3{
	font-size:28px;
}
.post-content h4,.comments h4{
	font-size:24px;
}
.post-content h6,.comments h6{
	font-size:12px;
}
.post-content table thead tr th,.comments table thead tr th,.blog-section table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.post-content table tbody tr th,.comments table tbody tr th,.blog-section table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post-content table tbody tr td,.comments table tbody tr td,.blog-section table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post-content ul:first-child,.post-content ol:first-child,
.comments ul:first-child,.comments ol:first-child,
.blog-section ul:first-child,.blog-section ol:first-child{
	padding:0px;
}
.post-content ul,.post-content ol,
.comments ul, .comments ol,
.blog-section ul, .blog-section ol{
	padding-left:40px !important;
}
.post-content ul li,.comments ul li,
.blog-section ol li,.comments ol li{
	list-style-type:disc;
	display:list-item;
	margin-bottom:0px;
}
.post-content ul li ul li, .comments ul li ul li,
.blog-section ul li ul li{
	list-style-type:circle;
}
.post-content ul li ul li ul li, .comments ul li ul li ul li,.blog-section ul li ul li ul li{
	list-style-type:square;
}
.post-content ol li,.comments ol li,.blog-section ol li{
	list-style-type:decimal;
	display:list-item;
}
.post-content ol li ol li,.comments ol li ol li,.blog-section ol li ol li{
	list-style-type:lower-alpha;
}
.post-content ol li ol li ol li,.comments ol li ol li ol li,.blog-section ol li ol li ol li{
	list-style-type:upper-roman;
}
.post-content p img,.post-content figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.content-box .alignright{
	float:right;
	padding:10px;
}
.post-content .share-box ul{
	padding:0px !important;
}
.post-content .share-box ul li{
	list-style-type:none !important;
}	
/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #cccccc;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
}
.widget ul li{
	padding:0px;
}
.widget ul li ul li:first-child{
	border-top:1px solid hsla(0, 0%, 0%, 0.1);
}
.widget ul li a{
	width:88%;
	display:inline-block;
	padding:16px 0;
}
.widget_recent_comments ul li{
	padding:16px 0;
}
/*** 
====================================================================
	Schedule style
====================================================================
***/
table.tt_timetable{
	position:relative;
	border:2px solid #ffffff !important;
}
.tt_timetable tr,.tt_timetable tr.row_gray{
	background-color:#d1ecf5 !important;
}
.tt_timetable tr th{
	background: hsl(195, 91%, 51%) none repeat scroll 0 0;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
	color:#ffffff !important;
	font-weight:bold;
}
.tt_timetable tr .tt_hours_column{
	color:#ffffff;
	background: hsl(212, 63%, 13%) none repeat scroll 0 0;
	border-color:hsl(212, 63%, 13%) !important;
	text-align: center;
    vertical-align: middle;
	line-height: 20px;
    overflow: hidden;
	font-weight:bold;
}
.tt_event_theme_page{
	width:1170px !important;
}
.attachment-post-thumbnail.wp-post-image {
    height: auto;
    max-width: 100%;
}
/*--------------------------------woocommerce----------------------------*/
#shop-page .single_product_detailes_text{
	text-align:center;
	padding:0px 10px 10px 10px;
}
#shop-page .single_product_detailes_text h4{
	color: hsl(0, 0%, 0%);
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
}
#shop-page .single_product_detailes_text .text{
	color: hsl(0, 0%, 60%);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
#shop-page .single_product_detailes_text span.price ins{
	color: hsl(195, 91%, 51%);
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}
.single_add_to_cart_button{
	background: hsl(195, 91%, 51%) none repeat scroll 0 0 !important;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    padding: 5px 25px;
    text-transform: uppercase;
}
#shop-page .col-lg-4{
	margin-bottom:20px;
	min-height:420px;
}
.row.widget-title.sort-catalog.clearfix{
	margin-bottom:24px;
}
#shop-page .col-lg-4 .single_reated_products_img img{
	margin:0 auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size:20px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	display:inline-block;
	margin-top:8px;
}
.bigprice ins .amount{
	font-size:25px;
}
#shop-page .product{
	margin-top:73px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:hsl(195, 91%, 51%);
}
.woocommerce .quantity .qty{
	height:45px;
	margin-right:10px;
}
.tab-content .tab-pane{
	border:1px solid #cccccc;
	border-top:none;
	padding:20px;
}
.sectionTitleRelated{
	margin-top:20px;
	margin-bottom:20px;
}
.single_product_detailes_text p.price{
	color:#000000 !important;
}
.thumbnails .entry{
	width:31.80%;
	display:inline-block;
}
.attachment-thumbnail{
	width:100%;
	overflow:hidden;
}
.product .tabRow{
	margin-top:25px !important;
}
.woocommerce-cart .blog{
	background-color:#ffffff;
}
.woocommerce-cart .post-content{
	padding:30px 0 0 0 !important;
}
.woocommerce-cart .post-content .woocommerce .contentRowPad,
.woocommerce-cart .post-content .woocommerce .contentRowPad .cartPage{
	margin:0px !important;
}
.woocommerce-cart .post-content .woocommerce .table-responsive{
	border:1px solid hsl(0, 0%, 92%);
}
.woocommerce-cart .post-content .woocommerce .table-responsive .table thead{
	background-color:hsl(0, 0%, 98%);
}
.woocommerce-cart .post-content .woocommerce .table-responsive .table > thead > tr > th{
	padding:16px;
	border-right:2px solid hsl(0, 0%, 92%) !important;
	text-align:center;
	font-weight:normal;
}
.woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td{
	border-right:2px solid hsl(0, 0%, 92%) !important;
	text-align:center;
	vertical-align:middle;
}
.woocommerce-cart .post-content .woocommerce .table-responsive .table > thead > tr > th:last-child,
.woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td:last-child{
	border-right:none;
}
.woocommerce-cart .quantity .qty{
	border:1px solid #ededed;
}
.woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td.actions{
	background-color:hsl(0,0%,98%);
	padding-top:25px;
	padding-bottom:25px;
}
.woocommerce-cart table{
	margin-bottom:0px;
}
.woocommerce a.remove{
	color:hsl(195, 91%, 51%) !important;
	font-weight:700 !important;
	font-size:15px !important;
	display:inline-block;
}
.woocommerce a.remove:hover{
	color:hsl(195, 91%, 51%) !important;
	font-weight:700 !important;
	background:none !important;
	font-size:15px !important;
}
.woocommerce-cart #coupon_code{
	background-color:#ffffff;
	border:1px solid #ededed; 
	border-radius:0px;
	padding:8px 16px 9px;
}
.woocommerce-cart .apply_coupon{
	background-color:#f0f0f0;
	border: 1px solid hsl(0, 0%, 93%);
    border-radius: 0;
	color: hsl(0, 0%, 0%);
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 22px;
}
.woocommerce-cart .pull-right .btn-primary,
.woocommerce-cart .box2 .btn{
	background-color:hsl(195, 91%, 51%);
	border-radius:0px;
	border:none;
	line-height:30px;
}
.woocommerce-checkout .input-text,.woocommerce-checkout .select2-choice,.woocommerce-account .input-text{
	border:1px solid hsl(0, 0%, 89%);
	color: hsl(0, 0%, 78%);
}
.woocommerce-checkout .button-wrapper .btn{
	line-height:40px;
}
.woocommerce-checkout .mini-title > h3{
	margin:25px 0px;
}
.woocommerce-checkout h2,.woocommerce-account h2{
	margin-bottom:15px;
}
.woocommerce-checkout form .button-wrapper{
	display:inline-block !important;
}
.main-header.header-fixed .open-hours{
	opacity:1;
}
.main-header.header-fixed{
	padding-top:20px;
	padding-bottom:20px;
}
.header-fixed .main-menu{
	margin-right:220px;
}
.comment-list .children{
	margin-top:60px;
	margin-left:40px;
}
.widget_shopping_cart_content .buttons a{
	  background: hsl(195, 90%, 51%) none repeat scroll 0 0 !important;
	  color:#ffffff !important;
}
.cart_list.product_list_widget li{
	padding-left:0px !important;
}
ul.product_list_widget li img{
	width:60px !important;
}
.product_list_widget .star-rating span{
	color:#10baf3 !important;
}
/*********Cart Page*********/
.woocommerce .shop_table thead{
	background:#f7f7f7;
}
.woocommerce table.shop_table th{
	color: #222222;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
	padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td{
	padding:27px 7px 28px 35px;
	border-bottom: 1px solid #f3f3f3;
	color: #aaaaaa;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal{
	color:#6aaf08;
}
.woocommerce-cart table.cart img{
	width:auto;
}
.woocommerce .shop_table tbody tr td.actions{
	padding:20px !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
	display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	border: 2px solid #f3f3f3;
    border-radius: 3px;
    font-family: "Lora",serif;
    font-weight: 700;
    height: 45px;
    margin-right: 19px;
    padding-left: 15px;
    width: 225px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce a.stay-btn{
	border-radius: 3px;
	background:#10bcf4;
	border:1px solid #10bcf4;
    color: #fff;
    font-weight: 900;
	height:45px;
	line-height:42px;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
    padding:0 20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.woocommerce a.stay-btn:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #10bcf4 !important;
	background:none !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
	opacity:1;
	color:#ffffff;
}
/**********************Shiping Form*************************/

.woocommerce .cart_shipping,
.woocommerce .cart_totals {
    border: 1px solid #ebebeb;
    padding: 15px;
}
.woocommerce .cart_shipping p {
    margin-top: 10px;
}
.woocommerce .cart_shipping input,.woocommerce .cart_shipping select{
	border: 2px solid #f6f4f4;
    display: block;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin:0px;
}
.woocommerce .cart_totals{
	padding:0px !important;
}
.woocommerce .cart_totals h2 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}
.woocommerce .cart_totals tr{
	border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
    padding:14px 20px !important;
    border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
    padding: 14px 20px !important;
    text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	float:right;
	margin:0px;
	background:#10bcf4;
	line-height:42px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background:#ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-collapse:collapse !important;
	width:100%;
}
/****************************Check Out Page****************************/
.woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
    padding: 10px !important;
	border:1px solid #e3e0dc;
	width:100%;
	min-height:auto !important;
}
.woocommerce .checkout_coupon p {
    display: inline-block;
}
.woocommerce .checkout_coupon p #coupon_code{

	height:45px !important;
	border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce #place_order{
	float:right;
	background:#10bcf4;
}
.woocommerce #place_order:hover{
	background:#ffffff;
}
.shop_sidebar .shop_aside{
	margin-top:0px;
}
#order_review_heading{
	color: #262626;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
	font-family: "Raleway",sans-serif;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
    display:inline-block !important;
	width:31.65% !important;
	margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
	margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color:#10bcf4 !important;
	color:#ffffff;
}
.contact_info ul li{
	border-bottom:none !important;
	line-height: 1.8em !important;
	padding:0px !important;
}
.contact_info ul a::after{
	content:'' !important;
}
.contact_info ul a{
	display:inline-block !important;
	color:#93b300 !important;
}
.woocommerce-pagination ul{
	border:none !important;
	padding-top: 40px !important;
}
.woocommerce-pagination ul li {
    display: inline-block !important;
    margin: 0 7px 0 0 !important;
    position: relative;
	float:none !important;
	border:none !important;
}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span,.paginate-links > span, .paginate-links a{
	background: #ffffff none repeat scroll 0 0 !important;
    border: 1px solid #10bcf4 !important;
    border-radius: 2px !important;
    color: #10bcf4 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    min-width: 40px !important;
    padding: 7px 5px !important;
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links > span, .paginate-links a:hover,.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #10bcf4 none repeat scroll 0 0 !important;
    border-color: #10bcf4 !important;
    color: #ffffff !important;
}
.woocommerce .f-shop-detail .summary .star-rating{
	color:#10bcf4 !important;
}
.paginate-links > span, .paginate-links a{
	display: inline-block !important;
    margin: 0 7px 0 0 !important;
}