/*
Theme Name: Prefab
Theme URI: http://nscreative.com/theme/prefab
Author: nilArtStudio
Author URI: https://themeforest.net/user/nilartstudio
Description: Prefab Construction WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prefab
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
**/


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - Default Widget

4 - Post & Comment Markup

5 - Footer Widget

*/

body {
    word-wrap: break-word;
	overflow-x: hidden;
}
.prefab-flickr .flickr_badge_image {
    display: inline;
}
.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 78px;
    height: 78px;
    float: left;
    background: 0 0;
    padding: 0;
}

.prefab-flickr a img {
    margin: 0 1px 4px 0;
}
.flickr_badge_image img {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}



.blog-area .sticky, .blog-area .category-sticky, .blog-area .tag-sticky-2 {
	border: 2px solid #99bace;
	padding: 0px 20px;
}
.blog-area .sticky .blog-item-content, .blog-area .category-sticky .blog-item-content, .blog-area .tag-sticky-2 .blog-item-content {
	padding-top: 15px;
	padding-bottom: 18px;
}
.blog-area .sticky .blog-thumb {
	padding-top: 20px;
}
.blog-item-content a.btn {
	padding: 18px 45px;
	background-color: #99bace;
}
/*-----------------------
	1 - Alignment
------------------------*/
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
/*-----------------------
	2 - Caption and Blockquote
------------------------*/
 .wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
 .wp-caption img {
    max-width: 98%;
    height: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.comment-respond #cancel-comment-reply-link,
.comment-respond .logged-in-as a {
	color:#2f2f2f;
}
.comment-respond .logged-in-as ,
.comment-respond .comment-notes {
	margin: 20px 0px;
}
.wp-caption-text{
	font-size: 14px;
}
.sidebar-gallery .flickr_badge_image{
	display:inline;
}
#main-content{
	word-break: break-word;
}

.vc_column-inner .mb-padding-top {
    padding-top: 70px !important;
}
/*-----------------------
	3 - Default Widget
------------------------*/
.textwidget img{
	height:100%;
	width:100%;

}
.textwidget select{
	width:100%;
}
#widget-post-image{
	width:172px;
}
.container.vc_row{
    margin-left: auto !important;
    margin-right: auto !important;
}
.entry-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
table, th, td {
    border: 1px solid #d1d1d1;
}
th, td {
    padding: 10px !important;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
th, td {
    font-weight: normal;
    text-align: left;
	border-width: 0 1px 1px 0;
}
/*-----------------------
	4 - Post & Comment Markup
------------------------*/
.comment-navigation .nav-links{
	margin:20px 0px;
}
.comment-navigation .nav-links .nav-next{
	float:right;
}
.comment-navigation .nav-links .nav-previous{
	float:left;
}
.nav-links a{
	color:#2f2f2f;
}

.post-password-form label {
	color: #222;
	display: block;
	font-size: 18px;
	line-height: 1.6153846154;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.post-password-form input[type="password"] {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	color: #7c8c99;
	width: 100%;
	margin-bottom: 20px;
	height: 45px;
	padding: 0 15px;
}
.post-password-form input[type="password"]:focus{
	outline:none;
}
.post-password-form input[type="submit"] {
	background: #99bace;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	padding: 15px 45px;
	text-transform: uppercase;
	color: #444;
	font-size: 14px;
}
.page-links{
	margin: 25px 0px;
}
.page-links .page-links-title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.page-links a{
	padding: 5px 10px;
    background: #99bace;
    color: white;
	margin-right:10px;
}
.page-links a:hover{
	color: white;
}

.page-links-title + span,
.screen-reader-text + span {
	padding: 5px 10px;
    margin-right: 10px;
}
.post-navigation .nav-links{
	margin-bottom: 20px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous{
	display: inline-block;
}
.post-navigation .nav-next{
	float:right;
}
.comment-reply{
	margin-bottom:10px;
}
.comment-respond span.required,
.comment-respond sup{
	color:#f7505a;
	font-weight:bold;
}
.comment-respond .form-sec1{
	margin-top:20px;
}
.comment-thread h3 {
    margin-top: 70px;
}
.comment-thread .media{
	margin:10px 0px;
}
.widget_tag_cloud{
	display:inline-block;
}
.widget_tag_cloud a {

}
.tagcloud a, .widget_tag_cloud a {
	color: #444;
	margin-right: 5px;
	margin-bottom: 8px;
	display: inline-block;
	padding: 10px;
	line-height: 19px !important;
	position: relative;
	border: 1px solid #eee;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	font-size: 12px !important;
	font-weight: 500;
}
.blog-item-content .tagcloud {
    display: inline;
}
.tagcloud a:hover,
.widget_tag_cloud a:hover {
    background: #99bace;
    border-color: #99bace;
	color: #646464;
}
.entry-content iframe{
	max-width:100%;
}
ol.breadcrumb  li:last-child{
	color: #6c757d;
}
li.media{
	margin-left:30px;
}
.color-white-down {
    color: #e6ebff !important;
}
.vc_column-inner{
	padding-top: 0px !important;
}
#footer2 .footer-widget.border,
#footer2 .footer-widget.border .social-effect,
#footer2 .footer-widget.border p {
	text-align: center !important;
}

/**** post  ****/
.blog-item-content .post-desk p {
    margin-bottom: 20px !important;
}
.prefab-post-lay-a .blog-item-content h1,
.prefab-post-lay-a .blog-item-content h2,
.prefab-post-lay-a .blog-item-content h3,
.prefab-post-lay-a .blog-item-content h4,
.prefab-post-lay-a .blog-item-content h5,
.prefab-post-lay-a .blog-item-content h6 {
    margin-bottom: 10px;
}
blockquote {
    line-height:30px;
    padding: 35px 35px 30px;
}
blockquote::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 80px;
    left: 0;
    top: 50%;
    margin-top: -40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-item-content strong,
.blog-post strong {
    display: inline;
}
.blog-item-content table {
    margin-bottom: 25px;
}
.blog-item-content table a {
    color: #808080;
}
.blog-item-content table a:hover {
    color: #ffaf36;
}
.blog-item-content dl dd {
    margin-left: 15px;
    margin-bottom: 10px;
}
.blog-item-content address {
    font-style: italic;
}
.blog-item-content iframe{
    width: 100% !important;
}
.blog-item-content ul,
.blog-item-content ol {
    padding: 0;
}
.blog-item-content ul li,
.blog-item-content ol li {
    margin-bottom: 10px;
}
.prefab-page ul li ,
.blog-item-content ul li {
    list-style: inherit;
}
.prefab-page ol li ,
.blog-item-content ol li {
    list-style: inherit;
}
.prefab-page ul li ul,
.prefab-page ol li ol,
.prefab-page ul li ol,
.prefab-page ol li ul,
.blog-item-content ul li ul,
.blog-item-content ol li ol,
.blog-item-content ul li ol,
.blog-item-content ol li ul {
    margin-top: 10px;
    margin-bottom: 0;
	margin-left: 1.25em;
}
.blog-item-content ul li ul,
.blog-item-content ol li ol {
    margin-left: 15px;
}

/*** comment box ***/

.prefab-n-com {
	float:left;
}
.prefab-n-com {
	float:right;
}
.comments-box .comments-text h1,
.comments-box .comments-text h2,
.comments-box .comments-text h3,
.comments-box .comments-text h4,
.comments-box .comments-text h5,
.comments-box .comments-text h6 {
    margin-bottom: 6px;
}
.comments-box .comments-text p {
	margin-bottom: 10px;
}
.comments-box .comments-text table {
    margin-bottom: 20px;
}
.comments-box .comments-text table a {
    color: #808080;
}
.comments-box .comments-text table a:hover {
    color: #ffaf36;
}
.comments-box .comments-text dd {
    margin-bottom: 10px;
    margin-left: 15px;
}
.comment-area  .media-list  .media-list .media-list .replay {
    border: 0;
}

.comments-box .comments-text ul li {
   list-style-type: inherit;
   list-style-position: inside;
}
.comments-box .comments-text ol li {
	list-style-type: inherit;
   list-style-position: inside;
}
.comments-box .comments-text ul ul,
.comments-box .comments-text ol ul {
   list-style-position: inside;
   margin-left: 15px;
}
.comments-box .comments-text ol ol,
.comments-box .comments-text ul ol {
   list-style-position: inside;
   margin-left: 15px;
}


.comments-box .comments-text ul,
.comments-box .comments-text ol {
    padding: 0;
}
.comments-box .comments-text ul li ,
.comments-box .comments-text ol li {
    margin-bottom: 10px;
}

.comments-box .comments-text ul li ul,
.comments-box .comments-text ol li ol {
    margin-left: 15px;
}
.comments-box .comments-text ul li ul,
.comments-box .comments-text ol li ol,
.comments-box .comments-text ol li ul,
.comments-box .comments-text ul li ol {
    margin-bottom: 0;
    margin-top: 10px;
}
.comments-box .comments-text img {
    max-width: 100%;
}
.comments-box .comments-text iframe {
    width: 100% !important;
}
.comment-area .media > .media-list {
    border-top: 0;
}
/**** Widget ***/
.widget_categories .cat-item {

}
.widget_recent_comments a {
    word-wrap: break-word;
}
.screen-reader-text {
    display: none;
}
.widget ul li {
    margin-bottom: 10px;
}
.widget ul li span {
   // margin-top: -25px;
}
.widget ul li ul {
    margin-left: 15px;
    margin-bottom: 0;
}
.widget ul li ul li {
    margin-top: 20px;
}
.widget.widget_pages ul li ul li,
.widget.widget_nav_menu ul li ul li {
    margin-top: 10px;
}
.widget.custom_widget_search .widget-title {
    margin-left: 20px;
}
.widget.custom_widget_search form  {
    width: 95%;
    margin: auto;
    border: 1px solid #eeeeee !important;
}
.widget.widget_text .textwidget p {
    margin-bottom: 30px;
}
.widget.widget_text .textwidget p strong {
    font-size: 14px;
}
.widget.widget_text .textwidget p.wp-caption-text {
    margin-bottom: 0;
}
.widget.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    line-height: 20px;
}
.wpb_content_element {
	margin-bottom: 0px !important;
}
.main-content{
	padding:100px 0px;
}
.color-white-down .style4{
	color:#e6ebff;
}


.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.blog-item-content .gallery-item {
	display: inline-block;
	width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.page-links{
 margin: 25px 0px;
 text-align:center;
}
.page-links a span{
 color:#ffffff;
}
.wpb_video_widget .wpb_video_wrapper{
	height:320px;
}
.search-toggole {
	width: 40px
}
.navbar-box .search-toggole {
	width: 63px;
}


/*-----------------------
	5 - Footer Widget
------------------------*/

footer .tagcloud a,
footer .widget_tag_cloud a {
    border-color: #565968;
}

.widget_tag_cloud a:after,
.tagcloud a:after,
footer .tagcloud a:after,
footer .widget_tag_cloud a:after  {
    content: none !important;
}
footer .ft-title {
    margin-bottom: 25px;
}
footer .ft-title span {
    color: #ffffff;
    font-size: 16px;
 }
footer ul li,
footer ul li a {
    color: #565968;
}
footer select {
    border: 1px solid #3F56B4;
}
footer .screen-reader-text {
    display: none;
}
footer table,
footer table th,
footer table td {
    border: 1px solid #1b1f35;
}
footer .calendar_wrap caption {
    color: #ffffff;
}
footer .calendar_wrap tbody a,
footer .calendar_wrap tfoot a {
    color: #ffffff;
}
footer .calendar_wrap th,
footer .calendar_wrap th {
    color: #565968;
}
footer ul li {
    margin-bottom: 10px;
}
.footer-widget ul li {
	margin-bottom: 0px;
}
footer ul li ul {
    margin-left: 15px;
}
footer ul li ul li {
    margin-bottom: 0;
    margin-top: 10px;
}
footer form {
    position: relative;
}
footer form input.form-control {
    outline: none;
    box-shadow: none;
}
footer form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
}
footer p {
	color: #666;
	line-height: 32px;
}
.admin-bar #sticker {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar #sticker {
		top: 46px !important;
	}
	.admin-bar .mobile {
		position: fixed !important;
	}
}
.prefab-category .z-cat{
	margin: 0px 2px 5px 2px;
}
.second-comment2 .second-comment2,
.comment .second-comment2{
	margin-left: 80px;
    padding-left: 3px;
    margin-top: 20px;
}
.blog-item-content blockquote {
    margin: 35px 0px 35px 0px !important;
}


nav.primary-menu li.mega-parent > ul.dropdown {
    display: none !important;
}

.blog-item-content p {
	margin-bottom: 10px;
}

.prefab-footer-menu ul.sub-menu li {
	padding:6px 10px;
	background:#2f2f2f;
	width:150px;
	height:auto;
	margin-top: 0px;
	position:relative;
	display:block;
	text-align:left;
}

.prefab-footer-menu ul.sub-menu{
	display:none;
}
.prefab-footer-menu ul li.menu-item-has-children:hover > ul.sub-menu{
	display:block;
	position:absolute;
	z-index:9999;
	bottom: 30px;
}

.prefab-footer-menu ul.sub-menu li > ul.sub-menu{
	right:145px;
}
.prefab-post-thumb.mega-menu-image img {
	height:110px;
}
.prefab-news-share .share-social-link{
	float:left !important;
}
.prefab-post-header .prefab-post-meta ul {
	padding-left:0px;
}
.prefab-footer-menu ul.sub-menu li:first-child{
	padding-left:10px;
}
.prefab-footer-menu ul.sub-menu li:last-child {
    padding-right: 10px;
}
.prefab-widget .prefab-widget-content li {
	color:#c1c1c1;
}
.prefab-widget .prefab-post-title {
	padding:0px !important;
}
dd, dt {
	line-height: inherit !important;
}
.blog-item-content > ul {
	padding-left:20px;
}

.blog-item-content > ol {
	padding-left: 10px;
}
.blog-item-content ul ol,
.blog-item-content ol ul,
.blog-item-content ul ul,
.blog-item-content ol ol {
	padding-left:40px;
}
.prefab-page ul,
.blog-item-content ul {
	list-style:inherit;
}
.prefab-page ol,
.blog-item-content ol{
	list-style-type: decimal;
}

.prefab-widget ul ul.children{
	padding-left:20px;
	padding-top:10px;
}
.prefab-post-header.post-header-pading {
	padding-top:0px;
}
.prefab-widget-content li ,
.prefab-widget-content td ,
.prefab-widget-content th {
	color:#c1c1c1;
}
.footer-top-wrap .prefab-widget{
	margin-bottom:20px;
}





.latest-comments .brand-btn {
	margin-bottom:20px;
}
.blog-thumb img {
	max-width:100%;
	height:auto;
}
.blog-post-category {
	text-transform:capitalize;
}
.prefab-cat{
	display: inline-block;
}
.sidebar-widget li {
	color: #777 !important;
	font-size: 16px;
	line-height: 24px;
}
.sidebar-widget li a {
	color: #444 !important;
	font-size: 16px;
}
.sidebar-widget li a:hover {
	color: #99bace !important;
}
.sidebar-widget li a {
	font-weight: 500;
}
.sidebar-widget li a {
	font-weight: 500;
}
.sidebar-widget .rc-post-content a {
	font-family: 'Work Sans', sans-serif;
}
.footer-widget .nice-select,
.sidebar-widget .nice-select {
	float:none !important;
}
.footer-widget ul.children,
.sidebar-widget ul.children {
    padding-left: 20px;

}
.sidebar-widget ul.children li {
	margin-top:10px;
}
.sidebar-widget.widget_pages ul.children {
	margin-bottom:10px;
}
.sidebar-widget ul.sub-menu {
	padding: 10px 0 10px 30px;
}
.sidebar-widget.widget_nav_menu li {

}
.sidebar-widget.widget_prefab_recent_post li:before {
	content: "";
	margin: 0;
}
.search-form2 .form-control:focus {
	box-shadow:none;
	border-color:#ced4da;
}
.search-form2 .form-control {
	height: 50px;
    border-radius: inherit;
}

.main-menu ul li.menu-last-elements ul.submenu li ul.submenu {
	left: inherit;
	top: 0;
	right: 100%;
}
.main-menu ul li ul.submenu li a {
	background: #171A21;
}
.main-menu ul li a {
	white-space: inherit;
}
.main-menu ul li ul.submenu {
	width: 210px !important;
}
.nice-select.postform {
	width: 100%;
}



.calendar_wrap #next{text-align: right}
.calendar_wrap tfoot a{color: #444}
.nice-select {
	white-space: pre-line !important;
}
.type-post p a{color: #222}


ins {
	text-decoration:none;
}
.added_to_cart.wc-forward {
	display:none;
}
.prefab-thumb {
	width:70px;
	height:70px;
}
#prefab-cart.mini-cart-items {
    position: absolute;
    top: -12px;
    font-size: 12px;
    font-weight: 600;
    right: -15px;
    line-height: 25px;
    width: 20px;
    height: 22px;
    background: ##99bace;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-indent: -1px;
}
.pro-details-action .quantity {
	display:inline-block;
}
.pro-details-action .quantity .input-text {
	width: 66px;
    height: 55px;
}
.pro-details-action .quantity .input-text:hover {
	border: 2px solid #222;
}
.pro-details-action .quantity .input-text:focus {
	box-shadow:none;
}
.prefab-rating p.stars {
	display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 18px;
}
.prefab-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
	color: #99bace;
}
.prefab-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: '\e021';
    text-indent: 0;
}
.prefab-rating p.stars.selected a.active::before {
    content: '\e020';
}
.prefab-rating p.stars.selected a:not(.active)::before {
    content: '\e020';
}
.prefab-rating p.stars.selected a.active~a::before {
    content: '\e021';
}
section.related {
	margin-top: 60px;
}
section.related h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 28px;
}
.woocommerce-grouped-product-list {
	margin-bottom:20px;
}
.input-text.qty:focus {
	border: 1px solid #ced4da;
	box-shadow:none;
}
.woocommerce-variation-add-to-cart.pro-details-action {
	margin-top:20px;
}
.prefab-img-60 {
	height:60px;
	width:60px;
}
code {
	color: #178bb8ba !important;
}

footer ul li {
	width: 100%;
	float: left;
}

.prefab-flickr-img {
	max-width:100%;
}
.prefab-he-48 {
	height:90px;
}
.language-header-3 > ul > li > a i {
	margin-left: 5px;
}
.header-right.header-left-bar li {
	margin-left: 0;
}
.header-right.header-left-bar li a {
	color: #444;
}
.cta-img img {
	width: 100%;
}

.woocommerce img.prefab-he-48, .woocommerce-page img.prefab-he-48 {
	height: 48px;
	max-width: 100%;
}
.single-product .shop-area {
	padding-bottom: 50px;
}
blockquote {
	border-left: 5px solid #99bace;
	font-size: 18px;
	margin-bottom: 35px;
	margin-left: 50px;
	margin-top: 35px;
	padding-left: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	font-style: italic;
}
blockquote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	font-weight: 700;
	font-size: 40px;
	position: absolute;
	top: 12px;
	color: #EEEEEE;
	z-index: -1;
	left: 15px;
}
.blockquote p {
	color: #222;
	font-weight: 600;
	font-size: 18px;
}
.wrapper-box {
	padding: 0 75px;
}

.single-prefab-portfolio .portfolio-area {
	padding-bottom: 60px;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	height: 40px;
	border: 1px solid #ddd;
	background: none;
    padding: 0 5px
}
.pro-details-action .btn.brand-btn {
	float: left;
	margin-right: 10px;
}
.blog-area .col-xl-3 .sidebar-widget:last-child{
	margin: 0;
}

.language ul li a i {
	margin-left: 5px;
}
.brand-space {
	padding: 0 60px !important;
}
ol.breadcrumb li:last-child {
	color: #222;
}
ul.children {
	padding-left: 50px;
}
.comments-box {
	margin-bottom: 35px;
}
.error-text p input {
	width: 100%;
	border-radius: 0;
	height: 45px;
	border: 1px solid #ddd;
}
.error-text p input:focus {
	box-shadow: none;
	border-color: #444;
}
footer .footer-widget {
	padding-top: 14px;
}
.product-zoom-img  img {
	border: 1px solid #ddd;
}

.product-desc span.woocommerce-Price-amount {
	display: inline-block;;
}
.product-desc > p {
	margin-bottom: 5px;
}
.price del {
	display: inline-block;
}

.blog-post-tag > a {
	font-size: 14px;
}
footer select {
	border: 1px solid #ddd;
	height: 40px;
	width: 100%;
	padding: 0 10px;
}
footer .rssSummary {
	font-size: 17px;
	line-height: 35px;
	color: #666;
}
.blog-post-tag::before {
	content: "\f02c";
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
	color: #777;
	font-size: 13px;
}
.single-post .blog-post {
	padding-bottom: 50px;
}
.prefab-rating span {
	margin-right: 10px;
}
.rc-post-img {
	width: 85px;
}
.rc-post-img img {
	width: 100%;
}
.search-form2 {
	position: relative;
}
.prefab-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	border: 0;
	background: no-repeat;
	color: #444;
	line-height: 52px;
}
.author-meta {
	padding: 30px;
	background: #F4F4F4;
	margin-bottom: 45px;
}
.author-meta .media-body span a {
	color: #444;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 3px;
}
.media-left a {
	display: inline-block;
	background: #fff;
	padding: 10px;
}
.author-meta .media-body {
	padding-left: 18px;
}
.author-meta .media-body p {
	margin-bottom: 10px;
}
.author-meta .social a {
	color: #666;
	font-size: 14px;
	margin-right: 15px;
}
.comments-avatar img {
	border-radius: 50%;
}
.post-comments input {
	border: 1px solid #e6e6e6;
	height: 45px;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 100%;
}
/* pre loader */
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #99bace;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
.comment-depth-5 .comments-box {
	padding-bottom:20px;
}
ul.children li.comment-depth-5:first-child {
	margin-bottom: -40px;
}
.product-name a {
	color: #444;
}
.woocommerce-message {
	border-top-color: #99bace;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 3px solid #99bace !important;
}
.showcoupon {
	color: #444;
}
.woocommerce-info::before {
	color: #99bace;
}
.woocommerce-billing-fields input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
	overflow: visible;
}
.woocommerce-input-wrapper {
	width: 100%;
}
.select2-container .select2-selection--single {
	border-radius: 0 !important;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 38px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
	position: absolute;
	top: 1px;
	right: 6px;
	width: 20px;
}
.woocommerce form .form-row textarea {
	height: 100px;
	padding: 15px;
}
#order_review_heading {
	margin-top: 50px;
}
.woocommerce .woocommerce-checkout-review-order-table table, .woocommerce .woocommerce-checkout-review-order-table th, .woocommerce .woocommerce-checkout-review-order-table td {
	border: 0;
}
.woocommerce-checkout-payment label {
	color: #444;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #99bace;
	color: #222;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	padding: 14px 30px;
	font-weight: 600;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #222;
	color: #fff;
}
.woocommerce-order p {
	margin-bottom: 45px;
	font-weight: 600;
	color: #444;
}
.order_details table {
	border: 1px solid #ddd;
}
.order_details th, td {border: 0;}
.woocommerce .woocommerce-customer-details address {
	padding: 16px 25px;
	border: 1px solid #ddd;
}
.woocommerce-order-details__title,.woocommerce-column__title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-widget .instagram {
	overflow: hidden;
	padding-right: 5px;
}
