#toolbar-administration{
    z-index: 999999;
}
a,input{
    transition: all 0.3s ease;
}
.md-slide-item{
    display: none;
}
.md-arrow-left {
    width: 30px;
    background: url(../images/light-skin-1.png);
    background-position: -89px -26px;
    height: 44px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}
.md-arrow-right{
    width: 30px;
    background: url(../images/light-skin-1.png);
    background-position: -89px -103px;
    height: 44px;
    cursor: pointer;
    top: 50%;
    right: 30px;
    left: auto;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}
.float-right{
    float:right !important;
}
.float-n{
    float:initial !important;
}
.tab-s{
    padding-top:15px;
}
.tab-s li{
	display: inline-table;
    padding: 1px 8px;
}
.tab-s li i{
    margin-left: 13px;
}
.tab-s ul{
    border:2px solid #DDD;
    text-align: center;
}
.tab-s li>a{

}
.tab-s li>a:hover{
    color:#00F769;
}
.tab-s li>a.is-active{
	font-size: 19px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.tab-s li:last-child >i{
    display:none;
}
.data_bg{
    display: none;
}
@media only screen and (max-width: 500px){
	.tab-s li>a{
		padding: 1px 10px;
	}
}

input[type=text],input[type=email],input[type=tel],input[type=password]{
	float: left;
    width: 75%;
    height: 40px;
    padding: 0px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

textarea{
    width: 75%;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
input[type=submit]{
	background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
}
input[type=submit]:hover{
	background-color: #f9f9f9;
}
.mt-20{
	margin-top: 20px;
}
.mb-40{
	margin-bottom: 40px;
}
.animated .logo >img{
	float: left;
    margin-top: 10px;
    text-indent: -999em;
}
@media (max-width: 999px){
    .list-unstyled li:first-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
}
/* .compact .animated .logo >img{
    width: auto;
    height: 32px;
} */
.compact .logo-13 img{
    margin-top: 12px;
}
/* Blog */
ul.post_meta_links .post_categoty >a{
	padding-right: 1px;
}
.video_embed{
	margin-bottom: 20px;
}
.video_embed iframe{
	width: 100%;
}
.comment-form label{
	display: none;
}
.comment-form input[type=text],.comment-form textarea{
	margin-top:5px;
	margin-bottom: 5px;
}
.content-link ul a{
    margin: 0 5px;
}
.comment-form .comment_textarea{
    margin-bottom:10px;
}
.indented > .comment_wrap{
	margin-left: 35px;
}
.content_none{
	padding: 0px;
	width:100%;
}
.sidebar_title >h5{
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}
.large-blog{
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}
.large-blog.demo-brg{
    padding-bottom:0;
    margin-bottom:0;
    border:none;
}
.pager li{
    display: inline;
    margin: 0 2px;
}
.pager li>a{
    font-size: 12px;
    background-color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px;
}
.pager li>a:hover,.pager li.is-active > a{
    color: #fff;
    background-color: #454545;
}
.content-small .rows{
    width: 100%;
}
.content-small .blog_post.small-blog{
    width: 50%;
    padding: 0px 15px 0px 15px;
}
@media (max-width: 767px){
    .content-small .blog_post.small-blog{
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
}
.row.demo-brg .divider_line1{
    display:none;
}

/* menu */
.contextual-region.wrapper.main-menu{
    position: static;
}
.list-unstyled >p{
    font-size: 13px;
    color: #727272;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0px;
    margin-bottom: 18px;
}
.mega-icon .list-unstyled{
    margin-top: -12px;
}
.mega-icon .list-unstyled>a{
    display:none !important;
}
/* #js-filters-full-width .cbp-filter-item:last-child{
    display:none;
} */
/* contact */
.contact .contact-form input[type=text],.contact .contact-form input[type=email]{
    float: initial;
    width:100%;
}
.contact .contact-form textarea{
    width:100%;
}
.contact .contact-form label{
    display: inherit;
}
.contact .contact-form .form-actions{
    margin-top:20px;
}
.contact .contact-form input[type=submit]{
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #2ecc71;
    border: 1px solid #2ecc71;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}
.h4-none h4{
    display:none;
}
.h4-none iframe{
    border:none;
    width:100%;
    height: 450px;
}
/* header*/
ul.dropdown-menu>li>a.is-active{
    color: #272727;
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}
.list-unstyled a.is-active {
    color: #393939;
}
.header-1 .buynowbut ,.header-1 .search-click{
    display:none;
}
.header-2 .search-click{
    display:none;
}
.header-2 .buynowbut{
    display:block;
}
.header-4 .search-click{
    display: none;
}
.header-4 .buynowbut{
    display: block;
}
.header-6 .search-click{
    display: none;
}
@media only screen and (max-width: 999px){
    .header.header_4 {
        padding-bottom: 20px;
    }
}
.logo-2 img{
    margin-top:2px;	max-height:50px;
}.compact .logo-2 img {	max-height:40px;}
/* Slider */
@media only screen and (max-width: 900px){
    .a-bt a{
        padding: 8px;
    }
}
@media only screen and (max-width: 479px){
    .a-bt a{
        padding: 4px;
    }
}

/* about */
.page_title,.page_title2,.page_title4,.page_title5,.page_title3 {
    float:inherit;
}
.page-node-60.compact header.header,.page-node-105.compact header.header,.page-node-114.compact header.header{
    background: #272727;
    border-bottom: none;
}
.page-node-60 header.header,.page-node-105 header.header,.page-node-114 header.header{
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.feature_section58 .one_fourth:last-child,.feature_section86 .one_fourth:last-child{
    margin-right:0px;
}
.counters7 .one_fifth:last-child{
    margin-right:0px;
}
.feature_section60 .owl-item:nth-child(3) .box-details{
    height: 180px;
    background-color: #1bb85e;
}
.feature_section60 .owl-item:nth-child(3) .box-details p{
    padding-top: 0px;
}
.feature_section60 .owl-item:nth-child(3) .box-details h4 {
    padding-top: 30px;
}
.feature_section71 .one_third:last-child{
    margin-right:0px;
}
.feature_sect01{
    float: left;
    width: 100%;
    text-align: inherit;
    padding: 90px 0px 70px 0px;
}
.feature_sect02{
    float: left;
    width: 100%; 
}

.feature_section74 .one_fourth_less:last-child{
    margin-right:0px;
}
.feature_section82 .one_fifth_less:last-child{
    margin-right:0px;
}
.page-node-115 .feature_section86 .one_fourth:nth-child(3) .box-details{
    height: 270px;
    background-color: rgba(56,56,56,1);
}
.page-node-115 .feature_section86 .one_fourth:nth-child(3) h5{
    padding-top: 35px;
}
.page-node-115 .feature_section86 .one_fourth:nth-child(3) .hline{
    visibility: visible;   
}
.find .one_fourth:last-child{
    margin-right:0px;
}
/*user*/
.feildcont .description{
    margin-left: 9px;
    font-size: 12px;
    font-style: oblique;
}
.logregform .form-actions input{
    color:#FFF;
    background-color:#2ecc71;
}
.logregform .form-actions input:hover{
    background-color:#393939;
}
.register-form .field--type-datetime h4{
    float: left;
    width: 100%;
    font-weight: normal;
    color: #727272;
    font-size: 14px;
    margin-bottom:0px;
}
.register-form textarea{
    width:100%;
    margin-bottom:20px;
}
/*comingsoon_page*/
.comingsoon_page div.logo{
    width:100%;
}
.comingsoon_page .logo a.logo{
    text-align: center;
    float:inherit;
}
.comingsoon_page .logo a.logo img{
    float:inherit;
}
/*simplenewssubscription*/
.newsletter .description,.simplenewssubscription label,.newsletter label,.newsletter .description{
    display:none;
}
.simplenewssubscription input{
     border-radius: 0;   
}
.simplenewssubscription input[type=email]{
    width:100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    color: #999;
    height:41px;

}
.simplenewssubscription > form{
    display: inline-flex;
}
.newsletter-code form input[type=email]{
    padding: 3px 0px 4px 20px;
    height: 50px;
    width: 58%;
    background: #fff;
    border: none;
    color: #727272;
    font-size: 14px;
    border-radius: 0;
}
.newsletter-code form input[type=submit]{
    padding: 13px 25px 14px 25px;
    background-color: #212121;
    border: 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.newsletter-code form input[type=submit]:hover{
        background-color: #454545;
}
@media only screen and (max-width: 479px){
    .newsletter-code form input[type=email]{
        width: 53%;
    }
}
/*Home 1*/
.blogs-news>div:last-child{
    margin-right:0px;
}
.blogs-news img{
    width:100%;
}
.two_third_less .content h4{
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 40px;
    color: #fff;
}
.two_third_less .content b{
    color:#FFF;
}
.blogs-news .choose-blog img{
    display:none;
}
.blogs-news .choose-blog h4{
    padding:0px;
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 30px;
    text-transform: none;
    color: #fff;
    margin-bottom: 25px;
}
.blogs-news .choose-blog b{
    padding:0px;
}
@media only screen and (max-width: 999px) and (min-width: 768px){
    .two_third_less .content h4 {
        font-size: 21px;
        line-height: 27px;
        padding-left: 25px;
    }
}
@media only screen and (max-width: 479px){
    .two_third_less .content h4 {
        font-size: 14px;
        line-height: 21px;
        padding-left: 20px;
    }
}
.feature_section13 .climg img{
    height:auto;
}
/*Footer*/
.flickr-widget li.flickr-badge-image{
    display: inline-table;
    padding: 4px;
    margin:0px;
}
.flickr-widget .flickr-badge-image img{
    width: 70px;
    height: 70px;
}
/*header 1*/
/*Logo-2*/
@media only screen and (max-width: 767px){
    .logo-2{
        text-align:center;
    }
}
.logo-2{
    margin-top: 5px;
}
.one_fourth:last-child,.one_third:last-child{
    margin-right:0px;
}
/**/
.header-1 .navbar-collapse{
    width:100%;
}
@media (max-width: 999px){
	.header-1 .navbar-collapse{
	position:fixed;
	left:0;
	max-height: calc(100% - 80px);
	}
    .header-1 .list-unstyled p{
        color: #fff;
        padding-top: 15px;
    }
    .header-1 .title-p .list-unstyled>ul{
        border-top: 1px solid #3b3b3b;
        padding-top: 12px;
    }
    .mega-icon .list-unstyled {
        margin-top:0px;
    }
}
.simplenews-footer-3 .form-control{ 
    padding: 3px 0px 4px 20px;
    height:55px;
    border-radius:0px;
    width: 50%;
}
.simplenews-footer-3 .input_submit{
    float: left;
    padding: 15px;
    background-color: #e87e04;
    border: 0px;
    border-radius:0px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.simplenews-footer-3 .input_submit:hover{
    color: #fff;
    background-color: #454545;
}
@media only screen and (max-width:766px){
    .simplenews-footer-3 .form-control{ 
        width: 80%;
    }   

}
.one_third_less:last-child{
    margin-right:0px;
}
@media only screen and (min-width: 999px){
    .header-3 .navbar-nav,.header-9 .navbar-nav{
        float:right;
    }
}
@media only screen and (max-width: 999px){
    .simplenews-footer-3 .form-control{ 
        width: 60%;
    }
}
.compact .logo-zoom img{
    width: 117px;
    height: auto;
}
.logo.logo3 img{
    margin-top: 0px; 
}
.img100 > img{
    width: 100%;
    height: auto;
}
.add-peosays .peosays .one_half:last-child{
    margin-right: 0px;
}
.hide{
    display: none;
}
@media only screen and (min-width: 660px){
    .simplenews-footer-3 .newsletter{
        width: 512px;
        margin: auto;
    }
}
nav.footer-menu .footer-menu-atr ul{
    display: inline-flex;
}
.logo-header-5 .logo-2 img{
     margin-top: 9px;
}
.header-5 .navbar-nav >li.dropdown:last-child > a{
    border-right: 1px solid #f3f3f3;
}
.one_fourth_less:last-child,.find-last-child>div:last-child{
    margin-right: 0px;
}
.width100{
    width: 100%;
}
.contact-home6 input[type=text],.contact-home6 input[type=email],.contact-home6 textarea{
    border-radius: 0px;
    width: 100%;
    margin-bottom:20px;
}
.location-1{
    position: relative;
    z-index: 2;
}
.header-5 .contact-of-main>a{
    border-right: 1px solid #f3f3f3;
}
.header-8 .buy-nowbut ,.header-8 .search-click,.header-8 .contact-of-main>ul,.header-9 .buy-nowbut ,.header-9 .search-click{
    display: none !important;
}
.header-8 .contact-of-main>a{
    border: 1px solid transparent;
    background: #2ecc71;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 25px;
    margin-top: 23px;
    color: #FFF !important;
}
.compact .header-8 .contact-of-main>a{
    margin-top: 12px;
}
.header-8 .contact-of-main>a:hover{
    border-color: #FFF;
    color: #FFF;
    background-color: transparent;
}
.header-8 .navbar-collapse,.fl2 .navbar-collapse{
    width: auto;
}
.header-9 .buy-nowbut{
    display: none;
}
@media only screen and (max-width: 1000px){
    .header-8 .contact-of-main>a{
        border-radius: 0px;
    }
    .header-8 .contact-of-main>a:hover{
        border-color: #727272;
        background-color: #727272;
    }
    .header-8 .navbar-collapse ,.fl2 .navbar-collapse{
        width:100%;
    }
}
.contact-home8 input[type=text],.contact-home8 input[type=email],.contact-home8 textarea{
    width: 100%;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ccc;
}
.contact-home8 input[type=submit]{
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    background-color: #2ecc71;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 0px;
}
.contact-home8 input[type=submit]:hover{
    color: #fff;
    background-color: #272727;
}
.hv_white a:hover{
    background-color: #FFF !important;
    color: #727272 !important;
}
.bgtr a{
    background-color: transparent !important;
}
.height-block h2.caps.white{
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.height-block .owl-pagination span{
    background-color: #FFF !important;
}
.color-3child .one_third:nth-child(2)>div{
    border-bottom: solid 5px #4183d7;
}
.color-3child .one_third:nth-child(3)>div{
    border-bottom: solid 5px #90c695;
}
.style-12 .contentbox.highlight p{
    color: #FFF;
}
.order-now .buynowbut{
    display:none;
}
.header-10 .order-now .buynowbut{
    display:block;
}
.donate-now .buynowbut{
    display:none;
}
.header-11 .donate-now .buynowbut{
    display:block;
}
.pa-b-0{
    padding-bottom: 0px; 
}
.pa-t-20{
    padding-top:20px;
}
.ma-t-20{
    margin-top:20px !important;
}
.ma-t-90{
    margin-top:90px;
}
.index-realestate .buynowbut{
    display:none;
}
.header-12 .index-realestate .buynowbut{
    display:block;
}
.index-nonprofit .buynowbut{
    display: none;
}
.header-17 .index-nonprofit .buynowbut{
    display: block;
}
.realestate-search .sitesearch_input{
        float: left;
    padding: 3px 0px 4px 20px;
    height: 52px;
    width: 39%;
    background: #f7f7f7;
    border: none;
    color: #727272;
    font-size: 16px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
    box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
}
.realestate-search .sitesearch_but{
        float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2f94d3;
    padding: 15px 20px 14px 20px;
    border-radius: 3px;
    margin-left: 20px;
    transition: all 0.3s ease;
}
.realestate-search .sitesearch_but:hover{
    background: #272727;
}
.b-small h5.white b{
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    text-transform: none;
    display: block;
    font-weight: normal;
}
.education-slider {
    margin-top: -40px;
}
.ma-l-10{
    margin-left:10px;
}
.ma-b--40{
    margin-bottom: -40px;
}
.ma-b-20{
    margin-bottom:20px;
}
.ma-b-40{
    margin-bottom:40px;
}
.ma-b-60{
    margin-bottom:60px;
}
.ma-b-80{
    margin-bottom:80px;
}
.pa-t-90{
    margin-top: 90px;
}
.add-two h2.on-two{
    margin: -143px auto 80px auto;
}
.input-color-tr input[type=search]{
    background-color:transparent;
    color:#272727;
    border:solid 1px #272727;
    width:70%;
}
.input-color-tr input[type=submit]{
    background: #cf000f;
    margin-top:15px;
}
.input-color-tr input[type=submit]:hover{
    background: #272727;
    color:#FFF;
}
.footer_portfolio .simplenews-footer-3 .input_submit{
    background-color :#2ecc71;
}
.contact-12 input[type=text],.contact-12 input[type=email]{
    background-color:transparent;
    border:1px solid #727272;
    width:100%;
    border-radius:0px;
    margin-bottom:15px;
}
.contact-12 textarea{
    width:98% !important;
    margin-bottom:20px;
    border-radius:0px;
}
.ma-b-9{
    margin-bottom: 90px;
}
.search-4 .sitesearch_input{
    padding: 10px 16px 10px 16px;
    width: 100%;
    background: #fff;
    color: #727272;
    font-size: 14px;
    border: 2px solid #ccc;
}
.search-4 input[type=submit]{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f36117;
    padding: 16px 40px;
    border-radius: 3px;
    border: none;
    margin-top: 18px;
    transition: all 0.3s ease;
}
.search-4 input[type=submit]{
    background: #272727;
    color: #FFF;
}
.search-4>form{
    margin-top: 20px;
}
.search-4{
    text-align: center;
}
.last-hit > div:last-child{
    margin-right: 0px;
}
.ma-left0 .one_half:last-child{
    margin: 0;
}
.logo-15 > img{
    margin-top: 5px;
}
.header-20 .contact-of-main{
        border-right: 1px solid #434343;
}
.h2-color-dark h2{
    color: #272727;
}
.search-5 .sitesearch_input{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 3px 0px 4px 18px;
    height: 54px;
    width: 55.2%;
    background: #fff;
    border-radius: 3px;
    border: none;
    color: #727272;
    font-size: 16px;
}
.search-5 .sitesearch_but:hover{
    color: #272727;
    background: #fff;
}
.search-5 .sitesearch_but{
    font-family: 'Oswald', sans-serif;
    padding: 13px 40px 14px 40px;
    border: solid 2px #fff;
    font-size: 18px;
    font-weight: 500;
    background: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 3px;
    margin-left: 12px;
}
.hit-3 >div:nth-child(3){
    margin-right: 0px;
}
.icon-cart{
    display: none !important;
}
.header-22 .icon-cart{
    display: block !important;
}
.icon-cart>a>i{
    margin-top: 3px;
}
.add-t-cart .item input[type=submit]{
    font-family: 'Open Sans', sans-serif;
    color: #9a9a9a;
    font-size: 12px;
    border: solid 2px #e9e9e9;
    transition: all 0.3s ease;
    padding: 5px 19px;
    text-transform: uppercase;
    font-weight: 600;
}
.add-t-cart .item input[type=submit]:hover{
    color: #fff;
    background: #272727;
}
.header-22 .search-block-form .sitesearch_but{
    background: #eba687;
    color: #272727;
}
.header-22 .search-block-form .sitesearch_but:hover{
    background: #999;
    color: #eba687;
}
@media only screen and (max-width: 639px){
    .class-one1 li img{
        height: auto;
    }
}
.li-border li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ccc;
}
.search-advanced fieldset>.fieldset-wrapper{
        display: inline-table;
}
.search-advanced>summary{
    cursor: pointer;
}



.cart-table.table-responsive form table thead tr > th{
    border: 1px solid #ececec;
    padding: 8px;
}
.cart-table.table-responsive form table thead tr > th.image{
    border-right: 0;
    border-left: 0;
}
.cart-table.table-responsive form table thead tr > th.desc{
    border-left: 0;
}
.cart-table.table-responsive form table tbody .price .uc-price{
    font-family: Raleway;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #a9a9a9;
}

.cart-table.table-responsive form table tbody .js-form-type-uc-quantity input[type=number]{
    width: 45px;
    height: 25px;
    border: 1px solid #ececec;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #2f2f2f;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.cart-table.table-responsive form input[type=submit]{
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}
.btn-remove-small{
    padding: 10px;
    height: auto;
    width: auto;
    font-size: 10px;
    line-height: 0;

}
.cart-table tbody tr td{
    border: 1px solid #ececec;
}
.page-cart-hat .cart-table.table-responsive form table tbody tr > td:nth-child(2){
    border-left: 0;
    border-right: 0;
}
.page-cart-hat .cart-table.table-responsive form table tbody tr > td:nth-child(3){
    border-left: 0;
}
.cart-table.table-responsive form table tfoot tr > td{
    border: 1px solid #ececec;
    padding: 20px;
}
.checkout-page table.cart-review tfoot{
    border-left: 0;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
}
.checkout-page-hat details{
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 20px;
}
.checkout-page-hat details summary{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.uc-store-address-field .form-item label{
    width: 100%;
    text-align: left;
}
.checkout-page-hat details input[type=text], .checkout-page-hat details textarea, .checkout-page-hat details input[type=number]{
    text-indent: 7px;
}
.checkout-page-hat details#payment-pane{
    padding-bottom: 55px;
}
@media (max-width: 399px){
    .cart-table.table-responsive form table tfoot tr > td{
        padding: 10px;
    }
    .cart-table tbody tr td{
        padding: 10px;
    }
}
.page-cart table th{
    border: 1px solid #ececec;
    padding: 15px;
    background-color: #f9f9f9;
}
.page-cart table tbody td{
    border: 1px solid #ececec;
    padding: 20px;
}
table.responsive-enabled tbody  td input[type=submit]{
    font-family: 'Open Sans', sans-serif;
    color: #9a9a9a;
    font-size: 12px;
    border: solid 2px #e9e9e9;
    transition: all 0.3s ease;
    padding: 5px 19px;
    text-transform: uppercase;
    font-weight: 600;
}
table.responsive-enabled tbody  td input[type=submit]:hover{
    color: #fff;
    background: #272727;
}
.page-cart .form-actions input#edit-update{
    border: none;
    border-radius: 0;
    background-color: #2ecc71;
    color: #FFF;
}
.page-cart .form-actions input#edit-update:hover{
   background-color: #3cbcd2; 
}
.page-cart .form-actions input.js-form-submit{
    border: none;
    border-radius: 0;
    background-color: #3cbcd2;
    color: #FFF;
}
.page-cart .form-actions input.js-form-submit:hover{
    background-color: #2ecc71;
}
.checkout-page #delivery-address-pane ,.checkout-page #billing-address-pane{
    overflow: auto;
}
.checkout-page form input[type=text],.checkout-page form input[type=number],.checkout-page form input[type=email],.checkout-page form textarea{
    border-radius: 0;
    border: solid 1px #bfbebe;
    width: initial;
}
.checkout-page select{
    padding: 5px;
    border: solid 1px #bfbebe;
}
.checkout-page .uc-store-address-field>div{
    width: 100%;
    clear: both;
}
.comingsoon_pages #Stage_jbeeb_3{
    margin: auto !important;
}
.ma-t-100{
    margin-top: 100px;
}
.logo.text-center{
    width: 100%;
    text-align: center;
}
@media (max-width: 767px){
    .page-node-portfolio .portfolio_area .portfolio_area_left,.page-node-portfolio .portfolio_area .portfolio_area_right{
        width: 100%;
        margin: 30px 0px 0px 0px;
    }
}