/* default css */
a:focus {
    outline: inherit;
    text-decoration: none;
}
a, a:hover {
    text-decoration: none;
}
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;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #f5f5f5;
}
.product-shopping-cart {
    position: fixed;
    right: 0;
    top: 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;
}
.main-menu ul li:hover a,
.single-product .add-to-cart .cart:hover button,
.single-sidebar ul li:hover a,
.pager li:hover a,
.pager li.active a,
.img-prc-block .price-block .add-to-cart .cart:hover a {
    background-color: #283C74;
}
.header-top-content ul li:hover a,
.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: #FAA92C;
}
.footer-area,
.header-area,
.main-nav-area {
    background-color: #fcfcfc;
}
.header-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo {}
.logo a {}
.logo a img {}
.logo a h1 {}
.header-contact {
    color: #283C74;
    display: inline-flex;
    font-size: 16px;
    line-height: 75px;
    vertical-align: middle;
    box-sizing: border-box;
}
.header-contact span {
    color: #283C74;
    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: 2px solid #283C74;
    display: inline-block;
    width: 100%;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    position: relative;
    margin-top: 20px;
}
.header-search .search-area {
    display: inline;
    width: 100%;
}
.header-search form {}
.header-search form .search-area input[type="text"]{
    border-right: 1px solid #283C74;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    float: left;
    line-height: 32px;
    padding-left: 10px;
    width: 308px;
}
.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;
}
.header-search form button {
    background-color: #283C74;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    float: left;
    padding: 7px 15px;
}
.header-search span {
  display: none;
}

/* main menu area */
.main-nav-area {
 border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #283C74;   
}
.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:hover a {
    color: #ffffff;
    background-color: #FAA92C;
}
.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;
}
.single-sidebar ul li {}
.single-sidebar ul li a {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 15px;
    width: 100%;
}
.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 {}
.product-area .page-title h3 {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    text-transform: uppercase;
}
.single-product {
    text-align: center;
    background-color: #fcfcfc;
    padding: 10px;
    border: 1px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-product .image-block {}
.single-product .image-block img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    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: 40px;
}
.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: 15px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.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: 25px;
}
.single-product .add-to-cart,
.single-product .add-to-cart .cart {
    display: inline-block;
    margin-top: 8px;
}
.single-product .price-box .discount-price,
.img-prc-block .price-block .price .discount-price {
    color: #ff0000;
    float: left;
    font-size: 18px;
    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: #283C74;
    float: right;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    text-align: center;
    width: 45%;
}
.single-product .price-box .current-price2{
    color: #283C74;
    float: right;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    text-align: center;
    width: 90%;
}
.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,
.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: #283C74;
    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: #283C74;
}

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

/* footer area */
.footer-area {
    border-top: 3px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}
.footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-footer {
  display: inline-block;
  width: 100%;
}
.single-footer h3 {
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.single-footer .content-block {}
.foo-menu {}
.foo-menu li {
    display: inline;
}
.foo-menu li a {
    color: #333;
    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: #333;
    display: inline-block;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.footer-bottom {
    background-color: #f5f5f5;
    border-top: 3px 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;
    text-align: center;
}
.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;
}
.single-product-area img{
    width: 48%;
    height: auto;
}
.topprice{
    margin-top: 0px !important;
}
.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 {
    background-color: #FAA92C;
    color: #FFFFFF;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    letter-spacing: 1px;
    margin: -10px -10px 0 -10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.right-sidebar h2 {
    font-size: 22px;
    color: #283C74;
    letter-spacing: 1px;
    padding-bottom: 40px;
    margin-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;
}
.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: 300;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 0;
    text-transform: uppercase;
}
.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;
}
.unit-price,
.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: #283C74;
    border-radius: 0;
    color: #fff;
}
.cart-button a:hover {
    color: #ffffff;
    background-color: #FAA92C;
}
.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: #283C74;
}
.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: #283C74;
    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: #FAA92C;
}

/* login area*/
.middle{
    padding: 0 10px 20px 10px ;
    line-height: 30px;
    float:left;
    width: 100%;
}
.middle i{
    padding-right: 10px;
    color: #283C74;
}
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: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 10px;
    text-transform: uppercase;
}
.login form {
    padding: 10px;
}
.inquiry form label,
.login form label {
    font-weight: 300;
    letter-spacing: 1px;
}
.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: #283C74;
    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: #283C74;
    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: 260px;
    /* 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: 30%;
        /* header height has changed */
        padding-top: 0px;
    }
}
.cartTitleArea {
  background-color: #FAA92C;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.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: #a5aebc;
    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: #283C74;
    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: #283C74;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-align: center;
    width: 85px;
}
.cart-trigger .item-count {
    background-color: #283C74;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    padding: 10px;
}
.cart-trigger .item-count img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cart-trigger .price-count {
    background-color: #FAA92C;
    color: #333;
    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: 5px;
  margin-top: 15px;
  padding: 5px;
  width: 175px;
}
.quantity {
    float: left;
    width:40px;
    text-align: center;
    margin-right: 5px;
}
.calculation{
    float: right;
    width:160px;
    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;
}
.cart-products {
  height: 400px;
  overflow: auto;
}
.cart-area {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
.pro-count-area {
  display: inline-block;
  padding-top: 10px;
  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:#283C74;
    font-weight:500;
    padding:5px 12px;
    font-size:11px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    }
.checkout2 a{
	color:#ffffff
}
.add_address{
    margin: 5px 0 10px 0;
}
.tab-content {
    padding: 20px;
}
.single-header{
    margin-top: -20px;
}