#ex-footer .bottom-area-left::after {
    content: '';
    width: 1px;
    height: 102%;
    border-right: 0px dotted #0E3C63;
    position: absolute;
    top: -10px;
}

.sp-page-title {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: initial;
    background-attachment: fixed;
    background-image: url("../images/bg/table2.jpg");
    text-align: center;
}
.curved-bg::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url(../images/bg/curved-bg.png) no-repeat bottom center;*/
	background:none;
    content: "";
    height: 30px;
    background-size: cover;
    z-index: 1;
}

.main-image {
    border: 0px dotted #8ea5b9;
}

/* hide product tab */
.sppb-nav-organic_product {
    text-align: center;
    display: none;
}

.addon-products .product-item .product-image img {
    display: inline-block;
    padding-top: 20px;
}
/* click product image category view */ 
.foo::before, .foo::after {
    z-index: -1;
}
/* border product image category view */ 
.browseProductImage {
    height: auto;
    max-width: 100%;
    padding-top: 20px;
	padding-bottom: 20px;
}
.category-view.list-view .product .product-container .vm-product-media-container {
    float: left;
    width: 264px;
    border: 1px dotted #477587;
    margin-right: 30px;
    margin-bottom: 0;
	border-radius: 20px;
}

/* border product image main page view */ 
.foo::after {
    border-top: 1px dotted #8ea5b9;
    border-right: 1px dotted #8ea5b9;
    -webkit-transform-origin: 100% 0%;
	border-radius: 20px;
}
.foo:before {
	border-bottom: 1px dotted #8ea5b9;
	border-left: 1px dotted #8ea5b9;
	-webkit-transform-origin: 0 100%;
	border-radius: 20px;
}

/*.foo:hover{
-webkit-box-shadow: 0px 0px 10px 5px rgba(67, 67, 67, 0.31); 
box-shadow: 0px 0px 10px 5px rgba(67, 67, 67, 0.31);
} */

#sp-main-body {
    padding: 80px 0 0 0;
}
/*price */
.PricepriceWithoutTaxTt {
    font-size: 2.5rem;
    font-family: "Dosis", sans-serif;
    color: #255683;
    line-height: 1;
    font-weight: 600;
}
span.vm-price-desc {
    text-align: left;
    min-width: 16px;
    margin: 0 16px 3px 0;
    font-size: 14px;
    font-weight: lighter;
}
.productdetails-view .product-short-description {
    margin: 110px 0 0 0px;
        margin-bottom: 0px;
    padding: 0;
}

.productdetails-view .has-sale {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: start !important;
    text-align: right;
    float: left;
	font-size: 2.4rem;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
}
/*price end */
a {
	color: #195790;
	text-decoration: none;
	font-weight: 500;
}
#ex-footer .ex-copyright a {
    color: #195790;
}

h5 {
    font-size: 1.5rem;
}
.about-group.about-phone {
  margin-top: 40px !important;
}