/*
    Theme Name: Keltic Ties
	Theme URI: http://www.kelticties.co.uk
	Description: Keltic Ties Theme
	Author: Keltic
	Version: 1.0.6
	License: GNU General Public License
	License URI: licence/GPL.txt

*/

/*Styling */

h1{
	font-size: 32px !important;
}
h1.tag_line_title {
    font-size: 40px !important;
}
.menu-transparent .navbar {
    border-bottom: none;
    position: relative;
    background-image: linear-gradient(135deg, #18467c 0%, #15355b 75%);
}
.header_top {
    position: relative;
    z-index: 111;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 14px solid #242c41;
    background: #eee url(/wp-content/themes/keltictiestheme/assets/images/p1top.JPG) repeat top left;
}
.header_top {
    background-color: #E5E5E5;
    border-top: 13px solid #15355b;
}
.header_top .left {
    float: left;
    height: 100%;
}
.Fa-home:before {
    content: "\f015";
}
.header_top .left .inner>div, .header_top .left .inner>div:last-child {
    float: left;
    border-bottom: 0;
    border-top: 0;
}
.header_top .right ul.menu li a {
    color: #fff;
	font-weight: 600;
    font-size: 15px;
}
.header_top .left .header-widget ul.menu, .header_top .right .header-widget ul.menu {
    margin: 0;
	padding: 0;
}
.header_top .left .header-widget .menu a {
    color: #1c355d;
    font-size: 20px;
    line-height: 29px;
}
.header_top .right {
    background: #242c41;
    color: #fff;
    position: relative;
    line-height: 14px;
    padding-bottom: 15px;
    padding-top: 1px;
}
.header_top .right {
    float: right;
    height: 100%;
}
.header_top .right {
    background: #15355b none repeat scroll 0 0;
}
.header_top .right:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 0;
    border-color: transparent #242c41 transparent transparent;
}
.header_top .right::before {
    border-color: transparent #15355b transparent transparent;
}
.header-widget.widget_nav_menu ul.menu>li, .header-widget.widget_text ul.menu li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 15px;
}
.header_top .left .header-widget .menu a {
    color: #1c355d;
    font-size: 19px;
    line-height: 29px;
	font-weight: 600;
}
.header-widget ul.menu li:last-child {
    margin-right: 0;
}

.header_top .right:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 0;
    border-color: #242c41 transparent transparent transparent;
}
.header_top .right::after {
    border-color: #15355b transparent transparent;
}
.header-widget.widget_nav_menu {
    padding: 0 15px 0 0;
    position: relative;
    font-size: 14px;
}
.header_top .right .inner>div {
    border-left: 0;
    float: left;
}
.soc-header-top {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.soc-header-top li {
    font-size: 18px;
    float: left;
    border: none;
    transition: all 0.25s linear;
    padding: 0px 10px 0px 10px;
}
.soc-header-top li a i.fab{color: #1c355d;}

.sidebar aside#formcraft3_widget-2.widget {
    margin: 0 0 42px;
    padding: 20px;
    border: 1px solid #15355b;
    min-height: 380px;
}
.sidebar aside#formcraft3_widget-3.widget {
    margin: 0 0 42px;
    padding: 20px;
    border: 1px solid #15355b;
    min-height: 380px;
}
.wpb_widgetised_column .widget{
	margin: 0 0 42px;
    padding: 20px;
    border: 1px solid #15355b;
    min-height: 380px;
}
.sidebar aside#text-23.widget.widget_text{
	margin: 0 0 42px;
    padding: 20px;
    border: 1px solid #15355b;
    min-height: 380px;
}
button.bg-blue-button {
    background-color: #ccc;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
    box-shadow: inset 0px 1px 0px 0px #ccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #c6cbd2));
    background: -moz-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: -webkit-linear-gradient(top, #ccc 5%, #c6cbd2 100%);
    background: -o-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: -ms-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: linear-gradient(to bottom, #ccc 5%, #c6cbd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A7E3', endColorstr='#c6cbd2',GradientType=0);
    background-color: #ccc;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    color: #000 !important;
	padding: 0px 10px;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #154682;
	float: right;
    margin: -15px 20px;
}
button.bg-blue-button.bg-close{
	margin: 10px 0;
}
button.bg-blue-button:hover, button.bg-blue-button:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c6cbd2), color-stop(1, #ccc));
    background: -moz-linear-gradient(top, #c6cbd2 5%, #01A7E3 100%);
    background: -webkit-linear-gradient(top, #c6cbd2 5%, #ccc 100%);
    background: -o-linear-gradient(top, #c6cbd2 5%, #01A7E3 100%);
    background: -ms-linear-gradient(top, #c6cbd2 5%, #01A7E3 100%);
    background: linear-gradient(to bottom, #c6cbd2 5%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6cbd2', endColorstr='#01A7E3',GradientType=0);
    background-color: #c6cbd2;
}
button.bg-blue-button:active {
    top: unset;
    border-top: none;
    border: 1px solid #ccc;
    padding: 3px 13px;
}
button.bg-showmore-plg-button.bg-arrow:before, a.bg-showmore-plg-link.bg-arrow:before {
    content: "\f502";
    font-size: 8px;
    bottom: -2px;
}
.footer_bottom {
    display: table-cell;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    height: 53px;
    width: 1%;
    vertical-align: middle;
}
.latest_post_holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.latest_post_holder>ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.latest_post_holder>ul>li {
    display: block;
    position: relative;
    padding-top: 25px;
}
.latest_post, .latest_post>a, .latest_post a img {
    display: block;
    position: relative;
}
.latest_post_image {
    width: 64px;
    float: left;
}
.latest_post_image img {
    width: 100%;
    float: left;
}
.latest_post, .latest_post>a, .latest_post a img {
    display: block;
    position: relative;
}
.latest_post_text {
    display: block;
    width: auto;
}
.latest_post_holder.image_in_box .latest_post_text {
    padding: 0 0 0 80px;
}
.latest_post_holder>ul>li:first-child {
    padding-top: 0;
}
.latest_post_holder.image_in_box .latest_post_inner {
    display: table;
    width: 100%;
    margin: 0 0 0!important;
}
.latest_post_holder.image_in_box .latest_post_text_inner {
    display: table-cell;
    vertical-align: middle;
}
.latest_post_holder.image_in_box .latest_post_text_inner {
    text-align: left;
}
.latest_post_holder.image_in_box .latest_post_text .latest_post_title {
    margin: -3px 0 2px 0;
}
.latest_post_inner .post_infos {
    display: block;
    font-weight: 500;
}
.latest_post_holder .post_infos .dots {
    padding: 0 7px 0 7px;
}
.latest_post_holder .post_infos .dots i {
    font-size: 3px;
    vertical-align: middle;
}
.latest_post_inner .post_infos a.post_comments {
    margin: 0;
}
.latest_post_holder.image_in_box .latest_post_text .excerpt {
    margin: 0 0 8px 0;
	text-align: left;
	font-size: 16px;
    line-height: 25px;
}
.contact_detail_wrapper {
	float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 5px 0;
}

.contact_detail_wrapper:before {
	content: "";
	background: url(/wp-content/themes/keltictiestheme/assets/images/kelticTies-contact.jpg) no-repeat center center;
	height: 100%;
    width: 52%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: contain;
}

.address_detail {
	float: right;
    width: 48%;
    position: relative;
    z-index: 99;
    padding: 28px 10px 55px 22px;
	-webkit-box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .1);
	background: #1d497d
}

.address_detail h3 {
	color: #fff;
	font-size: 30px!important;
	text-transform: none!important;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative
}

.address_detail h3::after {
	width: 85px;
	height: 2px;
	background: #fff;
	content: "";
	float: left;
	width: 100%;
	max-width: 85px;
	position: absolute;
	bottom: 0;
	left: 0
}

#kelticContact h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 0;
	position: relative;
	text-align: left;
}

#kelticContact h2::after {
	width: 85px;
	height: 2px;
	background: #15355b;
	content: "";
	float: left;
	width: 100%;
	max-width: 85px;
	position: absolute;
	bottom: 0;
	left: 0
}

#kelticContact p {
	padding-bottom: 10px
}

.address_detail h4,
.address_detail p {
	color: #fff;
	margin: 10px 0
}

.address_detail p {
	font-size: 15px;
	margin: 10px 0
}
#eco_brochure_form {
    /*background: #fff none repeat scroll 0 0;
    border: 1px solid #15355b;*/
    overflow: hidden;
    margin-bottom: 0px!important;
	padding: 15px 15px 0;
}
/*#ecoties_form.wpb_widgetised_column .widget, #eco_brochure_form.wpb_widgetised_column .widget {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
#eco_brochure_form.wpb_widgetised_column .widget .form-cover form button[type="submit"] {
    background-color: #0c510b!important;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 10px;
}
#eco_brochure_form.wpb_widgetised_column .widget .form-cover form button[type="submit"]:hover {
    background-color: #012E69!important;
}*/
.form-element .form-element-html label {
    display: block;
}

#ecoties_form{
	background: #fff none repeat scroll 0 0;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 30px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px;
    border: none;
}
#ecoties_form.wpb_widgetised_column .widget .form-cover form button[type="submit"] {
	background-color: #70b62b;
}
.page-id-4644 .wrapper .main-content section.section {
    background-color: #c0e0ed!important;
    background-image: url(/wp-content/uploads/new.jpg);
    background-position: center top;
    background-size: cover;
}
.page-id-4644 .wrapper .main-content section.section p{
	color: #000;
}
.wordpress-gdpr-popup{line-height: 10px;}
.wordpress-gdpr-popup-actions {margin-top: 10px;}
.wordpress-gdpr-popup-container{padding: 10px;}
.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline{padding: 8px 15px;}
.wpb_wrapper h3 {
    font-size: 20px;
	margin: 0 0 20px;
}
.flexslides .flexslider{margin: 0;border: 0;box-shadow: unset;}
.flexslides .flex-control-nav{display:none;}

.tag_title {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 101;
    border-bottom-color: #eee;
}
.tag_title .title_holder {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
}
.tag_title .title_holder {
    background: #01a7e3;
	min-height: 5px;
}
.home .tag_title .title_holder{background: transparent;}
.title_subtitle_holder {
    display: none;
    padding: 0;
    position: relative;
}
.tag_title.title_size_medium h1 {
    font-weight: 400;
    line-height: 1.384615384615385em;
	margin: 15px 0;
}
.tag_title.title_size_medium h1 span {
    color: #fff;
}
.tag_title.title_size_medium h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.384615384615385em;
	margin: 20px 0;
}
.tag_title.title_size_medium h3 span {
    color: #fff;
}
html .formcraft-css .fc-form .form-element .form-element-html{
	padding: 0.5em 1.5em;
    padding-left: 0;
    padding-top: 0;
}
.sidebar_form_widget > .vc_column-inner > .wpb_wrapper, .sidebar_form_widget_without_bg > .vc_column-inner > .wpb_wrapper {
    margin: 0 0 42px;
    padding: 19px;
	border: 1px solid #01a7e3;
    min-height: 380px;
}
.sidebar_form_widget .wpb_widgetised_column .widget, .sidebar_form_widget_without_bg .wpb_widgetised_column .widget {
    margin: 0;
    border: 0;
    padding: 0;
    min-height: 100%;
}
.sidebar_form_widget .wpb_widgetised_column.wpb_content_element, .sidebar_form_widget_without_bg .wpb_widgetised_column.wpb_content_element{
	margin-bottom: 0px;
}
.wpb_single_image.wpb_content_element.iconclass {
    margin-top: -20px;
	margin-bottom: 15px;
}
.wpb_single_image.wpb_content_element.iconclass img {
    margin-top: -15px;
}
.sidebar_form_widget .form-element .field-cover textarea{height: 120px;}
.bottom-logo{width:190px;}
.find-out-more figure.wpb_wrapper.vc_figure {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.61);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.61);
    border: 3px solid #fff;
}
.box-heading-block{overflow: inherit !important; margin-bottom: 30px;}
.box-heading-block figure.wpb_wrapper.vc_figure img { border: 2px solid #000;}

.sidebar_form_ecoties_widget > .vc_column-inner > .wpb_wrapper
{
    margin: 0 0 42px;
    padding: 0px;
    border: 1px solid #70b62b;
    min-height: 380px;
}
.sidebar_form_ecoties_widget .custom-field-heading {
    background: #70b62b;
    color: #fff;
    padding: 12px;
    margin-bottom: -35px;
    width: 100%;
}
#ecoties_form .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="text"], #ecoties_form .formcraft-css .fc-form.fc-form-2 .form-element .field-cover textarea{
	background-color: #f5ffeb;
}

.tiesprice{
	font-size: 21px;
    color: #fff;
    margin: 10px 0px;
    text-align: center;
}
.find-out-more{
	overflow: inherit !important;
    margin-bottom: 30px;
}
.box-heading {
    background: #1d345c;
    padding: 10px 30px;
    margin: -50px auto 0px !important;
    width: 30%;
    height: 53px;
    text-align: center !important;
    color: #fff;
    position: relative;
    z-index: 999;
}
.find-out-more a{color:#fff;}
.sidebar_form_widget .custom-field-heading {
    background: #01a7e3;
    color: #fff;
    margin: -20px;
    padding: 15px 75px 15px 12px;
    position: relative;
	font-size: 25px;
}
.sidebar_form_widget .custom-field-heading span.icon-ties{
    width: 55px;
    min-height: 84px;
    background-image: url(/wp-content/uploads/keltic-tie.png);
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    border-left: 1px solid #fff;
    background-position-y: 15px;
}
.sidebar_form_widget .form-element .field-cover textarea[name=field31]{
	height:80px !important;
}

.sidebar_form_widget_without_bg .custom-field-heading {
    margin: -20px;
    padding: 12px;
	color: #646464;
	font-weight: 500;
}
.sidebar_form_widget_without_bg.bluebackground .custom-field-heading {
	color: #fff;
    background: #1d345c;
}
.sidebar_form_widget_without_bg .form-element .field-cover textarea[name=field31]{
	height:80px !important;
}
.sidebar_form_widget_without_bg.sidebar-taller-form .form-element .field-cover textarea[name=field31], .sidebar_form_widget.sidebar-taller-form .form-element .field-cover textarea[name=field31]{height: 150px !important;}

.sidebar_form_widget_without_bg.sidebar-taller-form .form-element .field-cover textarea[name=field37],
.sidebar_form_widget.sidebar-taller-form .form-element .field-cover textarea[name=field37]{height: 120px !important;}

.vc_row.wpb_row.vc_row-fluid.simplesteps {
    border: 3px solid #1d345c;
    margin: 0 30px 10px;
}
.testimonial-section{
	width: 95% !important;
    margin: 0 auto;
    padding: 5px !important;
    left: 0 !important;
}
#home_news .content{
	background: transparent;
	padding-bottom: 0px;
}
.recentnews .news-thumb {
    background: #00a8e2;
    text-align: center;
	width: 30%;
    float: left;
    margin-right: 20px;
	padding: 3px;
	max-width: 115px;
}
.recentnews .news-thumb img {
    height: auto;
    width: auto;
	max-width:100%;
}
.news-content {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    min-height: 300px;
	-webkit-box-shadow: -7px 2px 10px -5px rgba(0,0,0,0.61);
    -moz-box-shadow: -7px 2px 10px -5px rgba(0,0,0,0.61);
    box-shadow: -7px 2px 10px -5px rgba(0,0,0,0.61);
}
.news-content .news-date {
    margin: 10px 0;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #012E69 !important;
	float: right;
}
.relatedposts .rel-thumb{
    text-align: center;
    width: 100%;
    float: left;
    margin-right: 20px;
    padding: 3px;
    border: 2px solid #00a8e2;
}
.relatedposts .rel-thumb img {
    max-width: 100%;
    width: auto;
    max-height: 100px;
}

.customers img{
	filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	opacity: 0.5;
}
.customers img:hover{
	filter: none;
    -webkit-filter: grayscale(0);
	opacity: 1;
}
.customers h3{
	margin:0;
}
.customers .vc_column_container>.vc_column-inner{padding-top: 20px;}

.mainwhydoyou_block{width: 100%;position: relative;padding: 10px 0;margin: 0 auto;}
.whydoyou_block{padding: 25px 25px 20px;display: inline-block;background: #ececec;border-left: #15355b 3px solid;}
.wleftblock{float: left;width:75%}
.wrightblock{float: left;text-align: center;padding-top: 30px;width: 25%;}
.wleftblock h2{font-size: 24px; color: #353535; margin: 0px 0px 10px; padding: 0px;}
.wrightblock a:link{background: #15355b; color: #ffffff; text-decoration: none; padding: 10px 20px 10px;}
.wrightblock a:hover {
    opacity: 0.6;
}

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

.post-content .wp-caption .wp-caption-text{
	line-height: 17px;
    margin: 0;
}

.rank-math-breadcrumb {
    margin: 20px 0 0;
}
.contacts-top li span span.fa.fa-volume-control-phone, .contacts-top li span span.fa.fa-map-marker {
    display: inline-block;
    margin: 0 5px 0 0;
}
.contacts-top li span.phonecss {
    font-size: 30px;
	color:#1b355d;
}
.contacts-top li span.phonecss span{
	font-size: 30px;
	color:#70b62b;
}
.soc-top .soc-menu-mobile{display:none;}
.soc-menu-mobile span.menumobile {color: #fff;}
.soc-menu-mobile span.menumobile span.fa.fa-volume-control-phone {margin: 0 5px 0 0;color: #fff;}

.footer-top-logo{margin: 0px 0 20px;width: 190px;}
.bottom-logo{width:190px;}
.scroll-top-visible{bottom: 60px !important;}
.scroll-top{background-color: #15355b !important;background-image: linear-gradient(135deg, #15355b 0%, #0e4382 75%) !important;}

.abtflexslider .flexslider .slides img {
    height: auto;
}

.custommargin .wpb_content_element {
    margin-bottom: 20px;
}
.custommargin.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .custommargin.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top: 20px;}
.karenteam {border-bottom: 5px solid #70B52C;}
.karenblock, .karenblock a {color: #333333;font-size: 18px;}
.karenblock img {width: 85%;}
.wpb_text_column.wpb_content_element.karenteamtxt {
	width: 70%;
    text-align: center;
    margin: 0 auto 20px;
}
.topblocksection {
    background: #E2E2E2;
    padding: 15px;
    border-top: 10px solid #00A8E3;
	text-align: center;
	min-height: 361px;
}
.topblocksection a {
    position: absolute;
    width: 95%;
    height: 85%;
    top: 30px;
    left: 15px;
    text-decoration: none;
    z-index: 10;
}
.topblocksection .topheading {
    color: #1D345C;
    font-size: 20px;
    font-weight: 600;
}
.topblocksection .topblocktxt {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.blockbackground{
	display: block;
    width: 92.5%;
    left: 3.7%;
    position: absolute;
	background: #00A8E3;
    top: 185px;
}
.blockimg {
    height: 230px;
    width: 250px;
    position: relative;
    margin: 0 auto;
}
.blockbackground .blockimg{
	height: 165px;
}
.blockimg img {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}
.blockbackground .blockimg img {
    bottom: 0px;
}
.hidethis {
    display: none;
}

.njt-review .njt-review-header {
    left: 5px;
    position: relative;
}
.njt-review{
    left: 5px;
    position: relative;
}
.sidebar h3 {
    font-size: 20px;
    text-align: center;
}
.single_title_subtitle_holder h1.tag_line_title {
    color: #fff;
	margin: 8px 0;
}
.img-graphics-85 img {
    width: 85%;
}
.imageblueborder{
	border: 3px solid #01a7e3;
	padding: 1px;
	background: #01a7e3;
	/*margin-left: 50px !important;
	margin-top: -60px;*/
}

.wpb_single_image.wpb_content_element.iconclass {
    margin-top: -20px;
	margin-bottom: 15px;
}
.wpb_single_image.wpb_content_element.iconclass img {
    margin-top: -15px;
	width: 70px;
}
.visual-right.wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    border-top: 10px solid #00a8e2;
    background-color: #e2e2e2;
    padding: 15px;
}
.free-visual-title{
	font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 40px;
	color: #1d345c;
}
.visual-right .formcraft-css .fc-form.fc-form-7 .form-element .fileupload-cover .button-file{
	background: #00a8e3;
	margin-top: 20px;
}
.visual-right .visual-txt a {
    color: #00a8e3;
    text-decoration: underline;
}
.requiredtxt {
    color: #1d345c;
    font-weight: 600;
}
.visual-txt {
    font-size: 18px;
    text-align: center;
}
.visual-right .form-element .form-element-html label{margin-bottom:5px;}
.free-visuals button.bg-blue-button{float: left;margin: 0px 10px 10px 0;}
.free-visuals h1, .free-visuals h2, .free-visuals h3, .free-visuals h4{margin: 0 0 20px;}
.free-visuals [id ^= bg-showmore-hidden]{padding-top: 5px;}
.free-visuals .graphics-85 img{width:85%;}
.free-visuals .graphics-90 img{width:90%;}
.free-visuals .graphics-95 img{width:95%;}
.graphics-85 img{width:85%;}
.graphics-90 img{width:90%;}
.graphics-95 img{width:95%;}
.text-box-heading{
	background: #1d345c;
    padding: 10px 30px;
    margin: 0px auto !important;
    width: 90%;
    min-height: 53px;
    text-align: center !important;
    color: #fff;
    font-weight: normal;
}
.price-match-cls img {
    width: 140px;
    float: right;
    padding: 10px 5px 10px;
	height: auto;
}
.trendbutton {
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 25px;
    font-size: 17px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
    color: #000;
    border: 1px #26ade4 solid;
    text-align: center;
}
.trendbutton:hover {
    background-color: #26ade4;
    color: #fff;
}
.blue-border-box {
    border: 2px solid #ccc;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #ccc;
}
.blue-border-box img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.blue-border-box:hover {
    background: #01a7e3;
    border: 2px solid #01a7e3;
}
.price-match-cls .widget.widget_media_image {
    float: left;
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
}
.archive .no-sidebar article.post-set.andaman_mas_item{
    margin-bottom: 40px;
}
.masonry-border {
    border: 1px solid #e1dede;
    padding: 10px;
    min-height: 590px;
}
.masonry-border h3 {
    font-size: 20px;
}
.custom-tables table.vc-table-plugin-theme-classic_green tr.vc-th td {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid #6fb62a;
}
.custom-tables table.vc-table-plugin-theme-classic_green td {
    font-size: 19px;
    line-height: 21px;
	border: 1px solid #19355c;
}
.custom-tables-bigger table.vc-table-plugin-theme-classic_green tr.vc-th td {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid #6fb62a;
}
.custom-tables-bigger table.vc-table-plugin-theme-classic_green td {
    font-size: 17px;
    line-height: 21px;
	border: 1px solid #19355c;
}
.custom-tables table.vc-table-plugin-theme-classic_green tr.vc-th td:first-child, .custom-tables table.vc-table-plugin-theme-classic_green tr.vc-th td:nth-last-child(2), .custom-tables-bigger table.vc-table-plugin-theme-classic_green tr.vc-th td:first-child, .custom-tables-bigger table.vc-table-plugin-theme-classic_green tr.vc-th td:nth-last-child(2) {
    border-right: 1px solid #fff;
}
.stylingheading h2 {
    margin: 0 0 35px !important;
    position: relative;
    padding: 0 0 10px 0 !important;
}
.stylingheading h2:after {
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 35%;
    background-image: linear-gradient(to right,#15355b,#70b62b);
}
.stylingheading h3{
	border: 1px solid #aeacac;
    margin: 0px;
    padding: 5px;
}
.hotspost-block {
    padding: 20px;
    border: 1px solid #dddddd;
    margin: 0 0 35px 0!important;
    background: #f9f9f9;
}
.wpb_single_image .vc_box_border.vc_box_border_sky, .wpb_single_image .vc_box_border_circle.vc_box_border_sky {
    background-color: #01a7e3 !important;
}
.testimonials-border {
    border: 1px solid #01a7e3;
    padding: 10px;
    min-height: 450px;
    max-width: 360px;
    margin: 0 auto;
}
.testimonials-border .post-thumbnail img {
    height: 220px;
    width: 100%;
}
.footerclothing {max-width: 300px;font-size: 16px;line-height: 1.5;padding: 1rem 15px;box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);border-radius: 5px;position: relative;z-index: 1;background: inherit;overflow: hidden;}
.footerclothing:before {content: "";position: absolute;background: #f1f1f1;z-index: -1;top: 0;left: 0;right: 0; bottom: 0;box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);filter: blur(10px);}
.footer-bottom-logo {margin: 10px 0 10px;max-width: 250px;width: 100%;}
.short_more_description {overflow: hidden;margin-bottom: 10px;/*min-height: 160px;*/}
.short_more_description p {margin: 0 0 20px;}
a.expand, a.contract {
    padding: 0px 10px;
    top: 5px;
    background: #ccc;
    position: relative;
    cursor: pointer;
    text-align: center;
    float: right;
    margin-bottom: 10px;
    color: #000;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
    box-shadow: inset 0px 1px 0px 0px #ccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #c6cbd2));
    background: -moz-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: -webkit-linear-gradient(top, #ccc 5%, #c6cbd2 100%);
    background: -o-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: -ms-linear-gradient(top, #01A7E3 5%, #c6cbd2 100%);
    background: linear-gradient(to bottom, #ccc 5%, #c6cbd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A7E3', endColorstr='#c6cbd2',GradientType=0);
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size: 14px;
	z-index: 1;
}
.common-block {
    padding: 15px 0;
    border: 3px solid #1a3757;
    margin: 0 0 35px 0!important;
    background: #f9f9f9;
}
.common-block h2{
    padding: 0 10px;
    text-align: center;
    color: #fff;
	position: relative;
	font-size: 18px;
}
.common-block h2 a {color: #fff;}
.common-block.design-green h2{background-color: #01c000;}
.common-block.design-pink h2{background-color: #ff017e;}
.common-block.design-blue h2{background-color: #316bfa;}
.common-block.design-orange h2{background-color: #ff9400;}
.common-block h2:after {
    position: absolute;
    top: 98.1%;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
}
/*.common-block.design-green h2:after{
	border-top: solid 25px #01c000;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.common-block.design-pink h2:after{
	border-top: solid 25px #ff017e;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.common-block.design-blue h2:after{
	border-top: solid 25px #316bfa;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.common-block.design-orange h2:after{
	border-top: solid 25px #ff9400;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}*/
/*.mkd-row-triangle {
    top: 45px;
    border-top: 25px solid transparent;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 25px solid transparent!important;
    border-right: 25px solid transparent!important;
    z-index: 100;
}
.mkd-row-triangle-bottom-green{border-color: #01c000;}
.mkd-row-triangle-bottom-pink{border-color: #ff017e;}
.mkd-row-triangle-bottom-blue{border-color: #316bfa;}
.mkd-row-triangle-bottom-orange{border-color: #ff9400;}*/
.design-a-tie h2{font-size: 24px;}
.same-block-550{min-height: 510px;}
.same-block-425{min-height: 425px;}
.default-button{
	color: #fff;
    background-color: #012E69;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    font-weight: 600;
	bottom: 0;
	right: 15px;
	position: absolute;
}
.green{border: 3px solid #01c000;}
.pink{border: 3px solid #ff017e;}
.blue{border: 3px solid #316bfa;}
.orange{border: 3px solid #ff9400;}
h2.woocommerce-loop-category__title {color: #000;font-weight: 400 !important;padding: 5px 5px 5px;font-size: 16px !important;text-align: center;}
h2.woocommerce-loop-category__title mark {color: #012E69;display: none;}
.woocommerce .products .loop-product .loop-product-title{text-align: center;}

/* page builder category */
.dawnthemes-custom-woocommerce-product-category .wrapper {overflow: hidden;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category{margin-right: auto;margin-left: auto;padding-left: .9375rem;padding-right: .9375rem;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category h1.woocommerce-products-header__title{margin-bottom: 0px !important;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .col-md-6.col-ordering{display: none;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category p.woocommerce-result-count {display: none;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .loop-product{margin-bottom: 20px;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .loop-product a.woocommerce-LoopProduct-link {border: 1px solid #2a2a2a;display: block;text-align: center;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .loop-product h3 {font-size: 16px !important;font-weight: 700 !important;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category a .pimagewrapper {border: 1px solid #2a2a2a;display: block;height: 365px;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category a .pimagewrapper img {width: auto;height: 100%;}
.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category h2.woocommerce-loop-category__title {font-weight: 700 !important;margin: 20px 0 0 0 !important;}
.dawnthemes-custom-woocommerce-product-category .header_top .right{height: auto;}
.dawnthemes-custom-woocommerce-product-category .header_top .left{height: auto;}
.woocommerce .product-category.product {margin-bottom: 25px;}

.block-el-text-with-icon .rblock-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(206,206,206,.75);
    box-shadow: 0px 1px 1px 0px rgba(206,206,206,.75);
    padding: 10px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	opacity: .75;
	min-height: 100px;
}
.block-el-text-with-icon .rblock-item.rblock-item-ht-80 {min-height: 65px;max-width: 300px;margin: 0 auto;}
.block-el-text-with-icon .rblock-item .rblock-content {
    max-width: 185px;width: 100%;
}
.block-el-text-with-icon .rblock-item .rblock-icon {
    margin-right: 15px;
    border-right: 1px solid #a8a8a8;
    padding-right: 15px;
    line-height: 1;
    width: 90px;
}
.block-el-text-with-icon .rblock-item .rblock-icon.rblock-icon-size-80{width: 80px;}
.block-el-text-with-icon .rblock-item .rblock-icon img {
    width: 100%;
    height: auto;
}
.block-el-text-with-icon .rblock-item .rblock-title {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.block-el-text-with-icon .rblock-item .rblock-subtitle {
    margin: 5px 0 0;
    font-size: 14px;
}
.block-el-text-with-icon .rblock-item:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(194,194,194,.75);
    box-shadow: 0px 10px 29px 0px rgba(194,194,194,.75);
    background-color: #fff;
}
.tag_line_image{min-height:350px;}
.singlebanner {height: 300px;position: relative;text-align: center;}

div.wpcf7 {
    background: #f3f3f3;
    padding: 25px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%);
    border-radius: 0px;
}
.get-your-pens-out .wpcf7-form-control {
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.get-your-pens-out label {
    font-weight: normal;
    color: #999999;
}

button.readall-button{padding:5px 15px;color:#414143;float:right;border:0;background:0 0;letter-spacing:0;text-transform:inherit;font-size:16px}
button.readall-button:hover,button.readall-button:active,button.readall-button:visited,button.readall-button:focus{color:#fff;background:#9ea1a2;border:0;outline:none;border:none}
.readall{position:relative;text-align:left;box-sizing:border-box}
.readall-hide:after{content:"";display:inline-block;position:absolute;bottom:0;right:0;width:100%;height:25px;background:linear-gradient(to bottom,rgba(255,255,255,.1),#fff 75%)}

button.readall-link {padding: 0px 5px;color: #414143;border: 0;background: #dfdbdb;letter-spacing: 0;text-transform: inherit;font-size: 13px;text-align: right;float: right;width: 75px;}
button.readall-link:hover,button.readall-link:active,button.readall-link:visited,button.readall-link:focus{color: #fff;background: #414142;border: 0;outline: none;border: none;}
.common-block .readall-hide:after{background: linear-gradient(to bottom,rgba(255,255,255,.1),#f9f9f9 75%);}
.full-price-table table { width: 100%;}
@media screen and (max-width:990px) {
	.soc-top .soc-menu-mobile{display: block;}
}

@media screen and (max-width:767px) {
	.wrightblock{width:100%;text-align: right;}
	.wleftblock {
		width: 100%;
		float: right;
		text-align: left;
	}
	.img-graphics-85 img {
		width: 100%;
	}
	
}
@media (min-width: 990px) and (max-width: 1200px) {
	.nav>li>a{padding: 24px 20px 20px 22px !important;font-size: 11px !important;}
	.header_top .right ul.menu li a{font-size: 13px !important;}
	.tag_line_image{min-height: 220px;}
	.singlebanner{height: 220px;}
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .testmasonry {
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .testmasonry {
    column-count: 2;
  }
  .tag_line_image{min-height: 200px;}
  .singlebanner{height: 200px;}
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .testmasonry {
    column-count: 2;
  }
  .tag_line_image{min-height: 130px;}
  .singlebanner{height: 150px;}
}
@media (min-width: 768px){
	.customers .vc_col-sm-3 {
	    width: 20%;
	    margin: 0 auto;
	    left: 10%;
	}
}
@media screen and (max-width:767px) {
	.address_detail {
		float: right;
		width: 100%;
		text-align:left;
	}
	.newservices .vc_column_container.vc_col-sm-3{margin-bottom:10px;}
	.visual-wrapper{min-height: 315px;}
	.step-1{left: -30px;}
	.step-1 .img-rounded{width: 90px;}
	.step-2{left: -30px;}
	.step-2 .img-rounded{width: 90px;}
	.step-3{left: -30px;}
	.step-3 .img-rounded{width: 90px;}
	.step-1 .step-desc, .step-2 .step-desc, .step-3 .step-desc{font-size: 14px;}
	.step-1 .steps-txt, .step-2 .steps-txt, .step-3 .steps-txt{top: 20px;}
	.step-1 .step-head {
		font-size: 17px;
		width: 80px;
	}
	.step-2 .step-head {
		font-size: 17px;
		width: 80px;
	}
	.step-3 .step-head {
		font-size: 17px;
		width: 80px;
	}
	.testimonial .vc_col-sm-3 {
		width: 25%;
		float:left;
	}
	.testimonial .vc_col-sm-9 {
		width: 75%;
		float:left;
	}
	.testimonial .wpb_content_element p{
		text-align:left;
	}

	.home_news .recentnews{padding-bottom: 20px;}
	.ideasimg {
		width: 100%;
	}
	.ideastxt {
		width: 100%;
	}

	.box-heading{width: 95%;font-size: 20px;}
	.rightsection.wpb_column.vc_column_container.vc_col-sm-6{width: 95%;margin: 0 auto 20px;}
	.leftsection.wpb_column.vc_column_container.vc_col-sm-6{width: 95%;margin: 0 auto 20px;}
	.find-out-more {width: auto !important;}
	.find-out-more .wpb_content_element {margin-bottom: 10px;}
	.news-description {text-align: left;}
	.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{padding: 10px;}
	.footer-area-cont{margin-top: 0 !important;}
	.footer-area-cont{text-align:left !important;}
	.footer-top-logo{margin: 10px 0;}
	.sidebar_form_widget .custom-field-heading{width:auto;}
	#home_news .vc_col-sm-3 .vc_column-inner{padding-left: 15px;}
	#home_news .vc_col-sm-9 .vc_column-inner{padding-right: 15px;}
	.testimonial .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img {
		width: 100%;
		height: auto;
		min-height: 100px;
	}
	.client-container .footer_clients img{width: 15% !important;}

	.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category a .pimagewrapper{height: 282px;width: 282px;margin: 0 auto;}
	.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category a {margin-bottom: 20px;display: block;}
	h1 {font-size: 25px!important;}
}

@media screen and (max-width:545px) {
	.tiesprice{font-size: 17px;}
	.free-visuals .imageblueborder {/*margin-left: 30px !important;margin-top: 0;*/}
	.header_top .right ul.menu li.menu-item-6221, .header_top .right ul.menu li.menu-item-5944 {display: none;}
	.tag_line_image{min-height: 105px;}
	.singlebanner{height: 100px;}
	.block-el-text-with-icon .rblock-item{min-height: 75px;}
    .block-el-text-with-icon .rblock-item .rblock-icon.rblock-icon-size-80{width: 65px;}
	h1{font-size: 20px !important;}
}
@media screen and (max-width:480px) {
	.step-1 .step-desc, .step-2 .step-desc, .step-3 .step-desc {
		font-size: 13px;
	}
	.step-1 .steps-txt, .step-2 .steps-txt, .step-3 .steps-txt {
		top: 15px;
	}
	.testimonial .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img{width: 100%;height: auto;    min-height: 60px;}
	.testimonial .wpb_content_element p {text-align: left;}
	.box-heading{width: 95%;font-size: 20px;}
	.rightsection.wpb_column.vc_column_container.vc_col-sm-6{width: 95%;margin: 0 auto 20px;}
	.leftsection.wpb_column.vc_column_container.vc_col-sm-6{width: 95%;margin: 0 auto 20px;}
	.find-out-more {width: auto !important;}
	.find-out-more .wpb_content_element {margin-bottom: 10px;}
	.news-description {text-align: left;}
	.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{padding: 8px;}
	.footer-area-cont{margin-top: 0 !important;}
	.footer-top-logo{margin: 10px auto;}
	.sidebar_form_widget .custom-field-heading{width:auto;}
	.socialconnect .socialdiv {
		width: 33.33%;
		float: left;
	}
	
	.tiesprice{font-size: 14px;}
	.wordpress-gdpr-popup{bottom:50px;}
	.tag_line_image{min-height: 80px;}
	.singlebanner{height: 85px;}
	.block-el-text-with-icon .rblock-item{min-height: 75px;}
    .block-el-text-with-icon .rblock-item .rblock-icon.rblock-icon-size-80{width: 65px;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.footer.black .col-sm-6:nth-child(1), .footer.black .col-sm-6:nth-child(2) {min-height: 335px;}
	.menu-responsive.desktop{display:none !important;}
	.menu-responsive.mobile {display: block !important;}
	.footer-area-cont{text-align:left !important;}
	.footer-top-logo{margin: 10px 0;}
	.client-container .footer_clients img{width: 12% !important;}
	.free-visuals .imageblueborder {margin-left: 20px !important;margin-top: 0;}
	.common-block h2{font-size:19px;}
	.mkd-row-triangle{top:40px;}
	.tag_line_image{min-height: 180px;}
	.singlebanner{height: 180px;}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.newservices .vc_column_container.vc_col-sm-3{width:50%;margin-bottom:10px;}
	.sidebar_form_widget .custom-field-heading{width:auto;}
	.box-heading{width: 95%;font-size: 20px;}
	.news-title h4 {font-size: 14px;}
	.news-description {text-align: left;}
	.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category .products .product-category a .pimagewrapper {height: 282px;}
}
@media only screen and (max-width: 1000px){
	.header_top .right:before, .header_top .right:after, .header_top .left {
		display: none;
	}
	.header_top .left, .header_top .right {
		text-align: center;
		float: none;
	}
	.header_top .left .inner>div, .header_top .right .inner>div:first-child {
		border-left: 0;
		display: inline-block;
		float: inherit!important;
	}
	.header_top .container{
		width: 100%;
		padding: 0;
	}
	.formcraft-css .fc-form.fc-form-2 .form-element .field-cover textarea, .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="text"]{width:100% !important;}
	.design-a-tie h2 {font-size: 19px;}
}
@media (min-width: 1200px){
	.footer.black .footer-area-cont .col-lg-3{width:24% !important;}
	.footer.black .footer-area-cont .col-lg-3:first-child{width:28% !important;}
	.dawnthemes-custom-woocommerce-product-category .dtwpb-woocommerce-product-category{width: 1170px;}

}