@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900&display=swap');

body {
	font-family: 'Roboto', sans-serif;
   color: #000 !important;
    background: #1c1c1c !important;
	font-size: 16px;
}

body p , body a {
	font-family: 'Roboto', sans-serif;
}

body p  {
	font-size: 16px;
	line-height:28px;
	font-weight:400;
	margin-bottom: 10px;
}

body h1 , body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Roboto', sans-serif;
}

body a:hover {
	text-decoration: none;
}

body * {
	padding:0;
	margin: 0;
	list-style-type: none;
}

body ol li, body ol li {
	font-family: 'Roboto', sans-serif;
}
h4 {
    font-size: 22px;
    margin-bottom: 10px;
	    line-height: 28px;
}

/***  header   ***/

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 24px;
    width: 100%;
	box-sizing: border-box;
}
.banner-iner {
    width: 100%;
    float: left;
}
.banner-img {
    height: 450px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
}
.banner-text h2 {
    color: #fff;
    font-size: 40px;
}
.middle-section {
    float: left;
    background: #fff;
    margin-top: 36px;
    padding: 30px 40px;
	width: 100%;
	box-sizing: border-box;
}
.about-right img {
    width: 100%;
}
.about-right {
    float: right;
    width: 34%;
    /* margin-right: 41px; */
}
.about-left {
    width: 64%;
    float: left;
}
.inner-pages {
    position: initial;
}
.tearm-text h2 {
    margin: 10px 0;
}
.tearm-text h4 {
    font-size: 20px;
    padding: 10px 0 0;
}
.tearm-text h5 {
    font-size: 16px;
    margin: 11px 0 8px;
    float: left;
    width: 100%;
}
.tearm-text ol {
    margin: 10px 0;
    padding: 0 25px;
    list-style-type: lower-alpha;
}
.tearm-text ol li {
    margin-bottom: 12px;
    padding-left: 3px;
}
.tearm-text a {
    color: #6e6868;
    text-decoration: none;
}
.tearm-text a:hover {
    color: #000;
    text-decoration: underline;
}
.tearm-text ol li {
    margin-bottom: 12px;
    padding-left: 3px;
        list-style: inherit;
}
.tearm-text.prov h3 {
    margin: 7px 0 9px;
    float: left;
    width: 100%;
}
.contact-form {
    width: 65%;
    float: left;
}
.contact-us h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 25px;
}
.contact-form ul {
    width: 100%;
    float: left;
}
.contact-form ul li {
    width: 100%;
    float: left;
}
.contact-form ul li .text-type-left {
    width: 49%;
    float: left;
}
.contact-form ul li label {
    width: 100%;
    float: left;
    color: #111;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.contact-form ul li input[type="text"], .contact-form ul li input[type="tel"], .contact-form ul li input[type="email"], .contact-form ul li textarea, .contact-form ul li input[type="submit"] {
    width: 100%;
    float: left;
    font-size: 18px;
    height: 50px;
    padding: 0 15px;
    color: #0c0a0a;
    margin: 8px 0 25px;
    border: 1px solid #c4c5c4;
}
.contact-form ul li textarea {
    height: 150px;
}
.contact-form ul li .text-type-right {
    width: 49%;
    float: right;
}
.contact-form ul li input[type="submit"] {
    width: 150px;
    background-color: #000;
    padding: 0;
    color: #fff;
    border: none;
    height: 50px;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 400;
    margin: 10px 0 0;
	    cursor: pointer;
}

.contact-form ul li input[type="submit"]:hover{
   background-color: #949292;
}
.contact-us-info {
    width: 30%;
    float: right;
}
.contact-us h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 25px;
}
.contact-us-info ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.contact-us-info ul li i {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 20px;
}
.contact-us-info ul li h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-us-info ul li address {
    font-style: normal;
    line-height: 26px;
	word-break: break-all;
}
.contact-form h3 {
    font-size: 26px;
    margin: 26px 0;
}
.contact-us-info h3 {
    font-size: 26px;
    margin: 26px 0;
}
.map-cont {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.map-cont iframe{
    width: 100%;
   }
   
 .footer {
    width: 100%;
    float: left;
      padding: 37px 0;
}
.footer-box {
    width: 50%;
}
.footer ul {
    width: auto;
    float: left;
}
.footer ul li {
    width: auto;
    float: left;
}
.footer ul li a {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    float: left;
    transition: 0.5s;
    margin-right: 24px;
}
.footer-box-2 {
    float: right;
}

.footer-box {
    width: 50%;
}

.footer-box-2 ul {
    width: auto;
    float: right;
    margin-top: 15px;
}
.footer ul li {
    width: auto;
    float: left;
}
.footer ul li h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 23px;
    font-size: 16px;
}
.copy-right {
    width: 100%;
    float: left;
}
.copy-right p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0 0;
}  
.footer-in {
    width: 96%;
    margin: auto;
}
.footer ul li a:hover {
    color: #ccc;
}
span._menuicon_bread_ {
    visibility: hidden;
}
ul#responsive-menu {
    padding-top: 65px;
    padding-left: 68px;
}
.social-icon {
      line-height: 144px;
}
.social-icon a {
    margin: 0 10px !important;
}

/* responisve start here */
@media only screen and (max-width:990px){
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 26px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 70px !important;
    height: 56px !important;
}
button#responsive-menu-button {
   top: 36px !important;
 }
}

@media only screen and (max-width:767px){
 .contact-form {
    width: 100%;
    float: left;
}
.contact-us-info {
    width: 100%;
    float: right;
}
.about-left {
    width: 100%;
  }
  .about-right {
    float: initial;
    width: 100%;
    margin-right: 0;
    text-align: center;
}
}

@media only screen and (max-width:640px){
.footer-box {
    width: 100%;
}
.footer-box-2 ul {
    width: 100%;
    float: right;
    margin-top: 15px;
}
.contact-form ul li .text-type-left {
    width: 100%;
   }
.contact-form ul li .text-type-right {
    width: 100%;
   }
   .footer ul li a {
     font-size: 13px;
     margin-right: 18px;
}
ul#responsive-menu {
    padding-top: 43px !important;
    padding-left: 25px !important;
}
#responsive-menu-container {
    width: 78% !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 18px !important;
}
}

.about-left h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 11px;
}
.about-left h2 {
    margin: 12px 0 5px;
    float: left;
    width: 100%;
}
.social-icon.about-s ._navigation_share {
    width: auto;
    height: auto;
    line-height: initial;
    float: left;
}
.social-icon.about-s ._global_header_share_wrapper {
    border-top: none;
    padding-top: initial;
}
.social-icon.about-s a {
    margin: 0 0px !important;
}

.woo-section-full #secondary {
display: none;
}
.woo-section-full #primary {
	width: 100% !important;
}
.woo-section-full {
    margin-top: 95px;
}
header.woocommerce-products-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 0px 0 18px;
}
.woocommerce-breadcrumb {
    padding-bottom: 2em !important;
    margin-bottom: 2em;
}
h2.woocommerce-loop-category__title {
     font-size: 18px;
    text-align: center;
    background: #0e6a77;
    padding: 13px 0;
	color: #fff;
    text-transform: capitalize;
}
mark.count {
    background: transparent;
    color: #fff;
}
li.product-category img {
    /*width: 100%;*/
	transition: all .3s;
}
.product-category:hover>a img {
  /*  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
}


li.product-category:hover h2.woocommerce-loop-category__title {
    background: #000;
	}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
   box-shadow: inset 0 0px 1px 1px #eee;
    text-align: center;
    color: #000;
}	
li.product.type-product a {
    color: #000;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 0 16px;
    }
span.price del {
    float: left;
    padding: 10px 38px;
}
span.price ins {
    float: right;
    padding: 10px 38px;
}
a.button.product_type_variable.add_to_cart_button {
    background: #0e6a77;
    color: #fff;
    padding: 8px;
    display: inline-block;
    margin-bottom: 4px;
	box-shadow: none !important;
}
a.button.product_type_variable.add_to_cart_button:hover {
    background: #000;
    box-shadow: none !important;
}
.onsale {
    background-color: #0e6a77 !important;
    color: #fff;
}
li.product.type-product h2.woocommerce-loop-product__title {
    padding: 5px 0;
}
select.orderby {
    padding: 5px 7px;
}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 3px 3.8% 2.992em 0;
    padding: 2px;
    position: relative;
    width: 22.05%;
    margin-left: 0;
    box-sizing: border-box;
}
.summary.entry-summary h1 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
}
.summary.entry-summary p.price {
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-product-details__short-description ul li {
    margin: 0 0 12px;
    list-style: disc;
    font-size: 14px;
}
table.variations tr {
    margin: 14px 0;
    float: left;
    width: 100%;
}
.tawcvs-swatches {
    display: inline-table;
}
span.sku_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.woocommerce-product-details__short-description ul {
    margin: 0 21px 24px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    float: initial;
    margin: 20px 0;
    padding: 11px 16px;
    color: #fff;
    background: #008494;
    border: none;
    opacity: 1;
	cursor:pointer;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #0e6a77 !important;
   }
 button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
    background: #000 !important;
   }
.single-product form.cart .quantity {
    float: initial !important;
    margin-right: .5em;
}
.single-product input[type="number"] {
    height: 38px !important;
    margin-left: 10px;
    padding: 0 3px;
    box-sizing: border-box;
}
span.posted_in a {
    color: #000;
}
span.posted_in a:hover {
    color: #0e6a77;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews.panel.entry-content{
    border: 1px solid #ccc;
    padding: 20px 29px;
}
.reviews_tab {
    background: #ccc;
    padding: 11px 20px;
    list-style: none;
    text-decoration: none;
}
.woocommerce-tabs li.active a {
    box-shadow: none !important;
}
.woocommerce-tabs li a {
	color:#fff;
}

.woocommerce-tabs a {
    box-shadow: none !important;
    }
p.comment-form-comment label {
    width: 100%;
    float: left;
}	
input#submit{
    float: initial;
    margin: 20px 0;
    padding: 11px 16px;
    color: #fff;
    background: #008494;
    border: none;
    opacity: 1;
    cursor: pointer;
}	
input#submit:hover{
	background:#000;
}
tr.woocommerce-cart-form__cart-item.cart_item td {
    border: 1px solid #ccc;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    border: 1px solid #ccc;
    border-bottom: none;
}
.single_variation_wrap button[type="submit"]{
	float: initial;
    margin: 20px 0;
    padding: 11px 16px;
    color: #fff;
    background: #008494;
    border: none;
    opacity: 1;
    cursor: pointer;
}

.coupon button[type="submit"]{
	float: initial;
    margin: 20px 0;
    padding: 13px 16px;
    color: #fff;
    background: #008494;
    border: none;
    opacity: 1;
    cursor: pointer;
}
.coupon button[type="submit"]:hover{
	background:#000;
}
.coupon input[type="text"]{
	float: initial;
    margin: 20px 0;
    padding: 11px 16px;
   }
  td.product-name a {
    color: #000;
} 

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td button[type="submit"]{
	float: initial;
    margin: 20px 0;
    padding: 13px 16px;
    color: #fff;
    background: #008494;
    border: none;
    opacity: 1;
    cursor: pointer;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td button[type="submit"]:hover{
	background:#000;
}
.cart_totals {
    border: 1px solid #ccc;
}
a.checkout-button.button.alt.wc-forward {
    background: #008494;
    color: #fff;
    border: none;
}
a.checkout-button.button.alt.wc-forward:hover {
	background:#000;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.cart_totals h2 {
    padding: 10px 14px 10px;
    border-bottom: 1px solid #ccc;
}
tr.cart-subtotal {
    border: 1px solid #ccc;
    float: left;
    border-top: none;
    border-left: none;
    padding: 0 30px;
}
tr.cart-subtotal th {
    border-right: 1px solid #ccc;
    padding-left: 0;
}
.cart-subtotal span.woocommerce-Price-amount.amount {
    padding: 0 6px;
    box-sizing: border-box;
}
tr.order-total th {
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    padding-left: 0;
}
tr.order-total td {
    border: 1px solid #ccc;
    border-left: none;
    padding: 16px 21px;
    margin-top: -1px;
    float: left;
}
form.checkout_coupon.woocommerce-form-coupon input {
    height: 40px;
    width: 50%;
    padding: 0 8px;
}
p.form-row.form-row-last button {
    height: 40px;
     background: #008494;
    border: none;
    padding: 0 13px;
	color:#fff;
	cursor:pointer;
}
p.form-row.form-row-last button:hover {
	background:#000;
}
.woocommerce-billing-fields input {
    height: 40px;
    padding: 0 10px;
}
.woocommerce-billing-fields textarea {
    height: 100px;
    padding: 0 10px;
}
.woocommerce-billing-fields select {
    height: 40px;
    padding: 0 10px;
	border-radius:none;
	}
.woocommerce-billing-fields  label {
    margin: 8px 0 0px;
}	
.woocommerce-info {
    background: #008494 !important;
    color: #fff;
}
.form-row.place-order button{
    height: 40px;
     background: #008494;
    border: none;
    padding: 0 13px;
	color:#fff;
	cursor:pointer;
}
.form-row.place-order button:hover {
	background:#000;
}
textarea#order_comments {
    height: 100px;
    padding: 12px 10px;
}
h3#order_review_heading {
    border: 1px solid #ccc;
    padding: 10px 14px;
    margin-bottom: 14px;
}
table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #ccc;
    }
table.shop_table.woocommerce-checkout-review-order-table th.product-name {
        padding: 14px 0;
    /* border: 1px solid #ccc; */
    margin: 0;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-total{
       padding: 14px 0;
    border-left: 1px solid #ccc;

}
table.shop_table.woocommerce-checkout-review-order-table td.product-name{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-total{
    padding: 14px 0;
    border: 1px solid #ccc;
}
form.woocommerce-form.woocommerce-form-login.login {
    border: 1px solid #ccc;
    width: 60%;
    margin: auto;
    padding: 26px 40px;
}
form.woocommerce-form.woocommerce-form-login.login input {
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    padding: 0 14px;
}

button {
    height: 40px;
     background: #008494;
    border: none;
    padding: 0 13px;
	color:#fff;
	cursor:pointer;
}
button:hover {
	background:#000;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
    float: left;
}
input#rememberme {
    display: inline-block;
    height: auto;
}
p.woocommerce-LostPassword.lost_password a {
    color: #008494;
}
.page-id-83 h2 {
    text-align: center;
    margin-bottom: 15px;
}
form.woocommerce-ResetPassword.lost_reset_password {
    width: 60%;
    border: 1px solid #ccc;
    margin: auto;
    padding: 24px;
    box-sizing: border-box;
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
    float: left;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    height: 40px;
}