/* default css */
html, body
{
    height: 100%;
}
a:focus {
    outline: inherit;
    text-decoration: none;
}
.hidehidden{
    display:none;
}
a, a:hover {
    text-decoration: none;
}
.pro-shopping-cart.cart_checkout h3 {
    text-align: center;
}
.pro-title h1 {
    font-size: 14px !important;
}
.offer-list{
    height:350px;
}
a,
.main-menu ul li a,
.single-sidebar ul li a,
.single-product .add-to-cart .cart button,
.single-product .content-block .pro-title h1 a,
.single-product .content-block .generic-name h1 a,
.single-product .content-block .brand-name h1 a,
.pager a,
.checkout-pro,
.single-footer .content-block a.readmore:hover,
.foo-menu li:hover a,
.copyright a:hover,
.social-icon ul li a,
.img-prc-block .price-block .add-to-cart .cart a,
.product-title h1 a {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.ajaxCall {
    min-height: 550px;
}
body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    background-color: #FFFFFF;
}
div#add-massage .alert-success {
    top: 250px;
    background: #ed1c24;
    border-radius: 0;
    border-color: transparent;
    color: #ffffff;
    text-align: center;
}
div#add-massage .alert-success22 {
    top: 250px;
    background: #398439;
    border-radius: 0;
    border-color: transparent;
    color: #ffffff;
    text-align: center;
}
.items i.fa.fa-check {
    font-size: 16px;
    color: #ed1c24;
    padding-right: 5px;
}
.items:hover i.fa.fa-check{
    color: #FFFFFF;
}
.product-shopping-cart {
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 11;
}
/* header area */
.header-top {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}
.header-top-content {}
.header-top-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.header-top-content ul li {
    display: inline-block;
    position: relative;
}
.header-top-content ul li a {
    color: #444444;
    text-transform: capitalize;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.single-sidebar ul li .active,
.single-sidebar ul li a:hover{
    color: #398439 !important;
    font-weight: bold !important;
    background: none;
}
.main-menu ul li:hover a,
.single-product .add-to-cart .cart:hover button,
.pager li:hover a,
.pager li.active a,
.img-prc-block .price-block .add-to-cart .cart:hover a {
    background-color: #398439;
}

.single-product .content-block .pro-title h1:hover a,
.single-product .content-block .generic-name h1:hover a,
.single-product .content-block .brand-name h1:hover a,
.single-footer .content-block a.readmore:hover,
.foo-menu li:hover a,
.copyright a:hover,
.social-icon ul li:hover a,
.product-title h1:hover a {
    color: #ed1c24;
}
.footer-area,
.header-area,
.main-nav-area {
    /*background-color: #EEEEEE;*/
    /*background-color: #fdd670;*/
    background-color: #122b40;
}
.header-area {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0px;

}
.logo {}
.logo a {}
.logo a img {
    width: 150px;
    padding: 8px 0;
}
.logo a h1 {}
.header-contact {
    color: #398439;
    display: inline-flex;
    font-size: 16px;
    line-height: 75px;
    vertical-align: middle;
    box-sizing: border-box;
}
.header-contact span {
    color: #398439;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 75px;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}
.header-contact i {
    margin-right: 10px;
}
.header-search {
    background-color: #fcfcfc;
    border: 1px solid #398439;
    display: inline-block;
    width: 100%;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    position: relative;
    margin-top: 15px;
}
.header-search .search-area {
    display: inline;
    width: 100%;
}
.header-search form {}
.header-search form .search-area input[type="text"]{
    border-right:none;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    float: left;
    line-height: 32px;
    padding-left: 10px;
    width: 90%;
    border-radius: 0px !important;
}
.search-category {
    float: left;
    width: 200px;
}
.search-category #dropdownMenu1 {
    width: 100%;
    border-radius: 0px;
}
.search-category span.caret {
    margin-left: 15px;
}
.search-category ul.category-list {
    height: 300px;
    width: 100%;
    padding-left: 10px;
    overflow-y: scroll;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}
.search-category ul.category-list li {}
.search-category ul.category-list li a {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.checkbox label, .radio label {
    font-size: 14px;
}
.header-search form button {
    background-color: #398439;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    float: right;
    padding: 7px 15px;
    width: 10%;
}
.header-search span {
  display: none;
}

/* main menu area */
.main-nav-area {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #398439;
    margin: 0 0 0 -30px;
}
.main-menu {}
.main-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.main-menu ul li {
    display: inline;
    float: left;
}
.main-menu ul li a {
    border-right: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}
.main-menu ul li.active a,
.main-menu ul li:hover a {
    color: #ffffff;
    background-color: #ed1c24;
}
.main-menu ul li:first-of-type a {
    border-left: 1px solid #ddd;
}
.shopping-cart {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    float: right;
    display: inline-flex;
}
.shopping-cart a {
    color: #ffffff;
    padding: 10px 20px;
}
.shopping-cart i {
    margin-right: 5px;
}
.shopping-cart > a span {
    font-weight: 700;
    margin-left: 5px;
}

/* content area */
.content-area {
    margin-top: 15px;
}

/* sidebar */
.sidebar {}
.single-sidebar {
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.single-sidebar h3 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}
.single-sidebar ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    padding: 10px 0;
}
.single-sidebar ul li a:hover {
    background-color: #ddd;
}
.single-sidebar ul li a {
    /*background-color: #fcfcfc;*/
    /*border-bottom: 1px solid #ddd;*/
    /*color: #737373;*/
    color: #3a4750;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 6px 7px;
    width: 100%;
    text-transform: uppercase;
}
.single-sidebar ul li:hover a {
    /*color: #ffffff;*/
}
.single-sidebar ul li:last-of-type a {
    border-bottom: 0;
}
.categories span {
    float: right;
}

/* slider area */
.slider-area {}

/* advertisement area */
.advertisement-area {}
.single-advertisement {
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-advertisement img {}

/* product area */
.product-area {}
.product-area .page-title {}
.ajaxCall .page-title h3,
.product-area .page-title h3 {
    background-color: #fcfcfc;
    /*background-color:#398439;*/
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    /*color:#ffffff;*/
}
.single-product {
    text-align: center;
    background-color: #fcfcfc;
    padding: 10px;
    border: 1px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
        height: 350px;
}
textarea.form-control {
    height: auto;
    border-radius: 0px;
}
.single-product:hover .details,
.single-product:hover .hover-product{
    opacity: 1;
}
.hover-product {
    text-align: center;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #FFFFFF;

}
.items2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: Transparent !important;
    color: transparent !important;
    border: 0 transparent;
}
.details{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    border-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px;
    border: 0 transparent !important;
    }
    img.out-stock{
    opacity: 1;
    position: absolute;
    width: 70%;
    height: auto;
    top: 0;
    right: 0;
    }
.modal{
    z-index: 1040 !important;
    top: 46px;
}
.modal-backdrop.in{
    display: none;
}
.hover-product h3{
    margin-top: 80px;
    line-height: 42px;
}
.single-product .image-block {}
.single-product .image-block img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*opacity: 0.3;*/
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.single-product .content-block {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.single-product .content-block .pro-title {}
.single-product .content-block .pro-title,
.single-product .content-block .generic-name,
.single-product .content-block .brand-name {
    height: 80px;
}
.single-product .content-block .pro-title h1 {}
.single-product .content-block .pro-title h1,
.single-product .content-block .brand-name h1,
.single-product .content-block .generic-name h1 {
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 0;
}
.single-product .content-block .pro-title h1 a {}
.single-product .content-block .pro-title h1 {
    color: #333;
    font-size: 13px !important;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.single-product .content-block .generic-name h1 a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.single-product .content-block .brand-name h1 a {
    color: #333;
    font-size: 13px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    
}
.single-product .content-block .generic-name {}
.single-product .content-block .generic-name h1 {}
.single-product .content-block .generic-name h1 a {}
.single-product .content-block .brand-name {}
.single-product .content-block .brand-name h1 {}
.single-product .content-block .brand-name h1 a {}
.single-product .price-box {}
.single-product .price-box {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    min-height:40px;
}
.single-product .add-to-cart,
.single-product .add-to-cart .cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:auto;
}
.single-product .price-box .discount-price,
.img-prc-block .price-block .price .discount-price {
    color: #ff0000;
    float: left;
    font-size: 14px;
    font-weight: 700;
    /*margin-right: 10px;*/
    text-align: center;
    text-decoration: line-through;
    width: 45%;
}
.single-product .price-box .current-price,
.single-product .add-to-cart span.quantity-price,
.img-prc-block .price-block .price .current-price,
.img-prc-block .price-block .add-to-cart .quantity-price {
    color: #398439;
    float: right;
    font-size: 14px;
    font-weight: 700;
    /*margin-right: 10px;*/
    text-align: center;
    width: 45%;
}
.single-product .price-box .current-price2{
    color: #398439;
    float: right;
    font-size: 14px;
    font-weight: 700;
    /*margin-right: 10px;*/
    text-align: center;
    width: 100%;
}
.single-product .add-to-cart {}
.single-product .add-to-cart input[type="number"],
.img-prc-block .price-block .add-to-cart input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333333;
    text-align: center;
    width: 45%;
    height: 35px;
}
.single-product .add-to-cart span.quantity-price {
    float: right;
}
.single-product .add-to-cart .cart {}
.single-product .add-to-cart .cart button{
    border: 0 transparent;
    color: #fff;
    display: inline-block;
    margin-top: 0px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #398439;
    width: 100%;
}
.img-prc-block .price-block .add-to-cart .cart a {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    margin-top: 0px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #FFFFFF;
}
.single-product .add-to-cart .cart:hover button,
.img-prc-block .price-block .add-to-cart .cart:hover a {
    border-color: #398439;
    color: #ffffff;
}
.type-of-unit {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 35px;
    color: red;
}
.pager a {
    border-radius: 0 !important;
    color: #333;
}
.pager li:hover a,
.pager li.active a {
    color: #ffffff;
    border-color: #398439;
}

/* category page */
.category-area .page-title > h3 {
    margin-top: 0;
}

/* footer area */
.footer-area {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}
.footer-top {
    /*padding-top: 30px;*/
    padding-bottom: 5px;
}
.single-footer {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.single-footer h3 {
    font-size: 16px;
    /*letter-spacing: 2px;*/
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
}
.single-footer .content-block {}
.foo-menu {}
.foo-menu li {
    display: inline;
}
.foo-menu li a {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    /*padding-bottom: 10px;*/
    padding-top: 10px;
    width: 100%;
}
.address {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.address li {
    display: inline-flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.address li i.fa {
    float: left;
    line-height: 28px;
    width: 20px;
}
.address li span {
    float: left;
    font-weight: 300;
    margin-left: 5px;
    letter-spacing: 1px;
    line-height: 24px;
}
.single-footer .content-block p {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 6px;
}
.single-footer .content-block a.readmore {
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.single-footer .social-icon {
    margin-top: 15px;
    display: inline-block;
}
.social-icon ul,
.foo-menu {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}
.social-icon ul li {
    display: inline;
}
.social-icon ul li a {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #fff;
}
.footer-bottom {
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.copyright {
    font-weight: 300;
    /*letter-spacing: 2px;*/
    text-transform: capitalize;
}
.copyright a {
    color: #333;
}

/* product area */
.single-product-area {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px;
    width: 100%;
    background-color: #fcfcfc;
}
.single-product-area .pro-title h1,
.type-name > h1 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}
.single-product-area .pro-title h1 span,
.type-name > h1 span {
    font-weight: 500;
    margin-right: 5px;
    text-transform: capitalize;
}
.img-prc-block {
    margin-top: 15px;
}
.img-prc-block .image-block {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 15px;
}
.img-prc-block .image-block img {
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.img-prc-block .price-block {
    display: inline-block;
    float: left;
    width: 200px;
}
.img-prc-block .price-block .price {
    display: inline-block;
    width: 100%;
}
.img-prc-block .price-block .price .discount-price {
    text-align: left;
}
.img-prc-block .price-block .price .current-price {}
.type {
    padding-bottom: 5px;
    padding-top: 5px;
}
.img-prc-block .price-block .add-to-cart {}
.img-prc-block .price-block .add-to-cart input[type="number"] {}
.img-prc-block .price-block .add-to-cart .quantity-price {}
.img-prc-block .price-block .add-to-cart .cart {}
.img-prc-block .price-block .add-to-cart .cart a {}

/* right sidebar */
.right-sidebar {

}
.right-sidebar h3 {
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.right-sidebar .single-product {
    margin-bottom: 0;
}
.product-description-area {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.product-description-area h3 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 15px;
    padding: 15px;
    text-transform: uppercase;
}
.product-description {
    padding: 10px 15px;
}
.product-description p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.product-description ul,
.product-description ol {
    list-style: outside none none;
    padding-left: 0;
}
.product-description ul li,
.product-description ol li {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.checkbox, .radio {
    position: relative;
    display: block;
     margin-top: 0px; 
     margin-bottom: 0px; 
}
.pro-shopping-cart {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #ffffff;
}
.pro-shopping-cart h3,
.total-customer-area h3,
.total-price-area h3 {
    font-weight: 400;
    /*letter-spacing: 2px;*/
    margin: 0;
    padding-bottom: 15px;
    padding-top: 0;
    text-transform: capitalize;
}
.image {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 50px;
}
.image img {
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.pro-shopping-cart table thead th {
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
}
.product-title h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}
.product-title h1 a {
    color: #333;
    font-weight: 300;
    letter-spacing: 1px;
}
.pro-price,
.cart-button,
.pro-shopping-cart .qty-number {
    text-align: center;
}
.pro-shopping-cart table input[type="number"]{
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    width: 70px;
}
.cart-button a {
    background-color: #398439;
    border-radius: 0;
    color: #fff;
}
.cart-button a:hover {
    color: #ffffff;
    background-color: #ed1c24;
}
.total-price-area,
.total-customer-area,
.shopping-cart-button {
    width: 100%;
    margin-top: 15px;
}
.total-price-area h3 {}
.total-customer-area h3 {}
.total-customer-area table tr,
.total-price-area table tr {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.total-price-area table tr:first-of-type,
.total-customer-area table tr:first-of-type,
.total-customer-area table tr:last-of-type,
.total-price-area table tr:last-of-type  {
    background-color: #fff;
    color: #398439;
}
.total-customer-area table tr:nth-child(2),
.total-price-area table tr:nth-child(2){
    font-weight: 400;
    color: #333333;
}
.total-price-area table tr td:last-of-type {
    text-align: right;
}
.continue-shopping {
    float: left;
}
.continue-shopping a,
.checkout-pro{
    background-color: #398439;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    border:0px;
}
.checkout-pro {
    float: right;
}
.continue-shopping a:hover,
.checkout-pro:hover,
.register-button:hover,
.send-button:hover,
.login-button:hover {
    background-color: #ed1c24;
}

/* login area*/
.middle{
    padding: 0 10px 20px 10px ;
    line-height: 30px;
    float:left;
    width: 100%;
    text-align:center;
}
.middle i{
    padding-right: 10px;
    color: #398439;
}
textarea.form-control.massage {
    height: 200px;
}
.middle h3{
    text-transform: uppercase;
}
.inquiry{
    padding: 10px;
}
/*.inquiry span{*/
    /*color: red;*/
/*}*/
.login-area{
    margin-top: 100px;
    margin-bottom: 100px;
}
.container-area {
    margin-top: 15px;
    margin-bottom: 15px;
}
.container-body {
    border: 1px solid #dddddd;
    display: inline-block;
    width: 100%;
}
.container-body p {
    padding: 0 10px;
}
.login {
    border: 1px solid #dddddd;
    display: inline-block;
    width: 100%;
}
.container-body h3,
.login h3 {
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 10px;
    text-transform: uppercase;
    background:#122b40;
    color:#ffffff;
}
.login form {
    padding: 10px;
}
.inquiry form label,
.login form label {
    font-weight: 600;
    letter-spacing: 1px;
    /*text-align: right;*/
    margin-top: 7px;
}
.inquiry form input[type="text"],
.inquiry form input[type="email"],
.inquiry form textarea,
.login form input[type="text"],
.login form input[type="email"],
.login form input[type="password"],
.login form textarea,
.login form select {
    background-color: #fcfcfc;
    border-radius: 0;
}
.login form textarea {}
.login form select {}
.register-button {
    float: right;
    display: inline-block;
    margin-bottom: 10px;
}
.register-button {}
.login-button {
    float: right;
    margin-bottom: 10px;
}
.send-button {
    float: right;
    margin-bottom: 10px;
    background-color: #398439;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
}
.register-button,
.login-button{
    background-color: #398439;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
}

/* shopping cart */
.shopping-title {}
.shop-icon {
    float: left;
}
.shop-icon i {
    margin-right: 5px;
}
.shop-price {
    float: right;
    margin-right: 15px;
}
.single-shop-item {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.single-shop-item:last-of-type {
    border-bottom: 0;
}
.single-shop-item input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 0;
    float: left;
    text-align: center;
    width: 50px;
    height: 30px;
}
.shop-item {
    display: inline-flex;
    float: left;
    margin-left: 10px;
    width: 70%;
}
.shop-item img {
    width: 30px;
    height: 30px;
}
.shop-title {
    float: left;
    margin-left: 10px;
}
.shop-title h1 {
    display: inline-flex;
    margin: 0;
    width: 100%;
}
.shop-title h1 a {
    font-size: 14px;
    color: #333;
}
.unit-type {
    float: left;
    font-size: 12px;
    font-weight: 700;
}
.pro-price {
    float: left;
}
.remove {
    float: right;
}
.remove a {}

/* shopping cart */
#cd-cart-trigger {}
#cd-cart-trigger a {
    width: 60px;
    height: 100%;
}
#cd-cart-trigger {
    right: 0;
}
#cd-cart-trigger a {
    background-image: url("img/cd-cart.svg");
}
@media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        right: 0;
    }
    #cd-cart-trigger a {
        position: relative;
        width: 100px;
        border-left: none;
        background-color: #dddddd;
    }
}
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
@media only screen and (min-width: 768px) {
    #cd-cart {
        width: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    #cd-cart {
        width: 26%;
        /* header height has changed */
        padding-top: 0px;
    }
}
.cd-cart-total p{
    margin-bottom: 0px;
    text-align: right;
}
.cartTitleArea {
  background-color: #398439;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}
.cartTitleArea2 {
  background-color: #ed1c24;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
    margin: -5px 0;
}
.place-order {
  bottom: 0;
  display: table;
  padding: 0 !important;
  position: absolute;
  width: 100%;
}
.cart-title {
  float: left;
  width: 50%;
}
#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}
#cd-cart.speed-in {
    right: 0;
}
#cd-cart > * {
    padding: 0 1em;
}
#cd-cart h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#cd-cart .cd-cart-items {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
    color: #000;
    font-size: 11px;
}
#cd-cart .cd-price {
    margin-top: 1.9em;
    float: left;
}
#cd-cart .cd-item-remove {
  background: rgba(0, 0, 0, 0) url("img/cd-remove-item.svg") no-repeat scroll center center;
  border-radius: 50%;
  bottom: auto;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}
.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  display: block;
  float: left;
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
  width: 50%;
}
#cd-cart .cd-cart-total span {
    float: right;
    font-weight: 700;
}
#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #398439;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    text-transform: capitalize;
}
.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }
    #cd-cart .cd-cart-items li {
        display: inline-block;
        padding: 5px 10px;
        width: 100%;
    }
    #cd-cart .cd-item-remove {
	display: inline-block;
	float: left;
	left: 0.2em;
	text-indent: -9999px;
    }
}
#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.cart-trigger {
    background-color: #398439;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-align: center;
    width: 70px;
    text-transform: uppercase;
}
.cart-trigger .item-count {
    background-color: #398439;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    padding: 5px 2px;
}
.cart-trigger .item-count img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cart-trigger .price-count {
    background-color: #ed1c24;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: 600;
}
.cd-cart-items .cd-qty {
    float: left;
}
.cd-cart-items .cd-qty > input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    width: 50px;
}
.cd-cart-items h1 {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  margin-top: 18px;
  padding: 5px;
  width: 45%;
  color: #000;
}
.quantity {
    float: left;
    width:40px;
    text-align: center;
    margin-right: 5px;
}
.calculation{
    float: right;
    width:45%;
    text-align: left;
}
.quantity input[type="text"] {
    border-radius: 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
}
.reduced, .increase {
    cursor: pointer;
    font-size: 11px;
}
.search_therapeutic{
    width: 100%;
    height: 34px;
    font-size: 14px;
    border:0px;
    color: #858585;
    font-weight: 500;
    opacity: .7;
}
.readmore {
  float: right;
}
.readmore a {
  color: #333;
  font-weight: 300;
}
.myshopping-cart {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#menu5{
    position:fixed;
    left:10px;
    top:50px;
    z-index:2;
}
#menu5 i{
    background:#fff;
    padding:7px 12px;
    border-radius: 3px;
}
.cart-products {
  height: 400px;
  overflow: auto;
}
.cart-area {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
.pro-count-area {
  display: inline-block;
  padding-top: 6px;
  width: 100%;
}
.pro-count-area img {
  float: left;
  margin-right: 15px;
}
.pro-count-area .pro-count {
  line-height: 33px;
}
.delevery-area{
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.checkout2{
    text-align: center;
    text-transform:uppercase;
    background-color:#398439;
    font-weight:500;
    padding:5px 5px;
    font-size:10px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    }
.checkout2 a{
	color:#ffffff
}
.add_address{
    margin: 5px 0 10px 74px;
}
div#reve-chat-container-div {
    left: 20px !important;
}
.left-sidebar{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: calc(100% - 48px);
    overflow: scroll;
    margin-top: 48px;
    position: fixed;
    left: 0;
    width: 17%;
    background: #FFFFFF;
    padding-bottom:50px;
}
.middle-part{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: calc(100% - 48px);
    overflow: scroll;
    margin-top: 48px;
    position: fixed;
    right: 0;
    width: 83%;
}
.product{
    /*margin-left: -5px !important;*/
    margin-right: -1px !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#brand ul li a img{
    margin-right: 7px;

}
#brand ul.sub-nav {
    display: none;
}

#brand ul.visible {
    display: block;
    margin-left: 23px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.3);
    padding-top: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-shado{
   position: fixed;
    min-height: 600px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 999;
    display: none;

}
div#brand {
    z-index: 3;
}
#cd-shadow-layer2 {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}
#cd-shadow-layer2.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#brand ul.mega {
    display: none;
}

#brand ul.visible ul.visible2 {
    display: block;
    margin-left: 15px;
    padding-left: 5px;
    border-left: 1px solid rgba(0,0,0,0.3);
    padding-top: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.price-count1{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 900;
}
img.needhelp {
    padding-top: 15px !important;
    /*font-size: 18px;*/
    /*color: #FFFFFF;*/
}
.header-top-content ul li a{
    background: #398439;
    padding: 8px 15px;
    margin-top: 14px;
    color: #FFFFFF;
    /*font-size: 18px;*/
    /*font-family: 'Lobster', cursive;*/
    /*letter-spacing: 2px;*/
}
.header-top-content ul li a:hover{
    background: #ed1c24;
}
.fb_iframe_widget {
    position: fixed !important;
    bottom: 60px;
    left: 18px;
    z-index: 999999;
}
#up{
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 10px;
    left: 255px;
    background-color: #fff;
    color:#0670aa ;
    font-weight: bold;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
    -webkit-box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
    -moz-box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
    box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
}
#down{
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 5px;
    left: 125px;
    background-color: #fff;
    color:#0670aa ;
    font-weight: bold;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
    -webkit-box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
    -moz-box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
    box-shadow: 4px -1px 58px 0px rgba(6,113,170,1);
}
#up img{
    margin-top: 6px;
    width: 40px;
}
#down i{
    font-size: 34px;
    text-align: center;
    padding: 10px 5px 5px 5px ;
}
i.fa.fa-angle-down,
i.fa.fa-angle-up{
    font-size: 18px;
}
input.qty {
    border: none;
    background: #398439;
    color: #FFFFFF;
    font-size: 14px;
}
.tob-nav22 li:hover .sub-nav22{
    opacity: 1;
}
.sub-nav22 li a{
    display:block;
    width:150px;
    margin-top: 1px !important;
    background:#fff !important;
    color:green !important;
    border-bottom: 1px solid #ddd;
}
.sub-nav22 li:hover a{
    background:green !important;
    color:white !important;
}
ul.sub-nav22 {
    position: absolute;
    opacity: 0;
    right: 0px;
    -webkit-box-shadow: 10px 10px 63px 0px rgba(217,213,217,1);
-moz-box-shadow: 10px 10px 63px 0px rgba(217,213,217,1);
box-shadow: 10px 10px 63px 0px rgba(217,213,217,1);
}
.btn-info{
   border-radius:0px;
   margin-top:7px;
}