.desktop-categories-view{
  display: block;
  padding: 23px;
}

.mobile-categories-view{
  display: none;
}

.mobile-add-cart {
    display: none;
}

.mobile-categories {
    display: none;
}

a{
  cursor: pointer;
}

/*silu css*/
.cborder-header-color .divider{
  border-bottom-width: 3px !important;
  border-color: #3D87C9 !important;
}

.side-right-header{
    float:right;
}

.table-right{
    float:right;
}

.table-right td{
  padding: 5px 10px;
}

.cbutton-blue{
  padding: 8px 8px;
  color: #fff;
  background-color: #3D87C9;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  border-radius: 10px;
}



.cbutton-grey{
  padding: 8px 15px;
  color: #fff;
  background-color:#6b6e72;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  border-radius: 10px;
}


.title-download-form{
  font-size: 20px;
  margin-bottom: 5px;
}

.lang-title{
  font-size: 10px;
}

.wel-text{
  text-align: center;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  color: #3D87C9;
  font-weight: 900;
  letter-spacing: 2px;
  font-style: italic;
}

.pg-font-size{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.lang-choose{
  padding: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.clang-table{
  text-align: center;
  margin: 0 auto;
}

.clang-table td{
  padding:10px 25px;
  cursor: pointer;
}

.clang-table td:hover{
  -webkit-box-shadow: 0px 0px 5px 2px rgba(245,245,245,0.9);
-moz-box-shadow: 0px 0px 5px 2px rgba(245,245,245,0.9);
box-shadow: 0px 0px 5px 2px rgba(245,245,245,0.9);
}

.footer-bg-col{
  background-color: #3D87C9;
  color: #fff;
  bottom: 0px;
}

.cfooter-left{
  float: left;
}

@media only screen and (max-width: 991px) {
  .side-right-header{
    float:none;
    margin: 0 auto;
  }

  .table-right {
    float: none;
    margin: 0 auto;
  }

  .cfooter-left{
    float: none;
    text-align: center;
  }
}

/*end silu css*/


.slider-categories {
    font-size: 18px;
    width: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: -60px;
}

.categories-title {
    display: inline-block;
    background-color: #d1d2d4;
    color: #404041;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    position: relative;
    top: -60px;
}

.breadcrumbs {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
	top : -40px;
}

.prev-link {
    color: #808284;
    font-weight: 300;
    margin-right: 10px;
}

.current-link {
    font-weight: 600;
}

.breadcrumbs a:hover {
    color: red;
}

.add-cart {
    padding-right: 0;
    position: relative;
    top: -59px;
}

.add-cart i,
.mobile-add-cart i {
    margin-right: 20px;
}

.content-right .add-cart {
    display: inline-block;
}

.content-right .add-cart i,
.content-right .mobile-add-cart i {
    margin-right: 20px;
}

.my-cart {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    background-color: indianred;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    justify-content: flex-end
}

.my-cart:hover{
    background-color: red;
}

.background-image {
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #808284;
}

.categories-title p {
    margin-bottom: 0px;
}

.slider-menu {
    width: 100%;
    background-color: #fff;
}

.menu-header{
	margin-top : 10px;
}

.navbar-expand-lg.menu > div.row{
	width : 100%;
}

.navbar-nav {
    width: 100%;
    padding: 0;
}

.fixed-height {
    height: 600px;
}

.navbar-fixed-left .navbar-nav > li {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d1d2d4;
}

.navbar-fixed-left + .container {
    padding-left: 160px;
}

/* On using dropdown menu (To right shift popuped) */

.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    padding: 20px;
    margin-top: 0;
    width: 180%;
    position: absolute;
    border-radius: 0;
    border: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid #d1d2d4;
}

.sub-menu-02 {
    top: -68px !important;
}

.sub-menu-03 {
    top: -136px !important;
}

.sub-menu-04 {
    top: -204px !important;
}

.sub-menu-05 {
    top: -272px !important;
}

.sub-menu-06 {
    top: -340px !important;
}



.dropdown:hover .dropdown-menu {
    display: block;
}

.brand-img {
    width: 100%;
    height: 100px;
}

.brand-name {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.categories-icon {
    display: none;
}



.divider {
    height: 20px;
    width: 100%;
  /*  border-bottom: 1px solid #000;*/
}

.hot-selling {
    margin-top: 50px;
}

.hot-selling h4,
.sale-items h4,
.new-products h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.slick-slide {
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 30px;
    line-height: 1;
    color: lightgray;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f104";
    font-weight: 900;
}

.slick-next:before {
    content: "\f105";
    font-weight: 900;
}

.slick-prev:hover,
.slick-next:hover {
    color: #000;
}

.product-container {
    border: 1px solid #d1d2d4;
    background-color: #fff;
}

.product-top {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-sale {
    background-color: red;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-fav {
    float: right;
    font-size: 30px;
    margin-right: 20px;
    margin-top: 8px;
}

.product-fav i:hover {
    color: red;
}

.product-image {
    height: 200px;
    width: 100%
}

.product-name {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-right: 30px;
    font-size: 24px;
    font-weight: 700;
}

.price-row {
    width: 100%;
    background-color: lightgray;
    padding: 20px;
}

.price-row:hover {
    background-color: red;
    color: #fff;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
}

.product-cart-icon {
    float: right;
    font-size: 24px;
    margin-top: 5px;
}

.super-sale {
    margin-top: 50px;
}

.shop-now {
    border: 1px solid #d1d2d4;
    text-align: center;
}

.sale-image {
    width: 100%;
    height: 400px;
}

.shop-now-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: red;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shop-now-btn:hover {
    background-color: darkred;
}

.sale-items-bg {
    background-color: gray;
    padding-bottom: 65px;
}

.sale-items {
    margin-top: 50px;
    padding-top: 50px;
}

.sale-items .title {
    color: #fff;
}

.sale-items .divider {
    border-color: #fff;
}


.new-products {
    margin-top: 50px;
}

.web-info-bg {
    margin-top: 100px;
    padding-bottom: 50px;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.web-info-content {
    font-size: 18px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.info-title {
    display: inline-block;
    margin-right: 25px;
    color: #404041;

}

.web-info-content > p {
    color: #808284;
}


@media only screen and (max-width: 991px) {
  .desktop-categories-view{
    display: none;
  }

  .mobile-categories-view{
    display: block;
    padding: 25px;
    text-align: center;
  }

    .categories-content{
        display: none;
    }


    .background-image{
        height: 400px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .mobile-categories {
        display: block;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .mobile-categories img{
        width: auto;
        height: 30px;
    }

    .mobile-categories p{
        font-size: 12px;
        margin-top: 20px;
    }


    .add-cart {
        display: none;
    }


    .mobile-add-cart {
        display: block;
        text-align: center;
    }

    .categories-title {
        width: 250px;
        font-size: 16px;
        text-align: center;
        top: -54px;
    }

    .slider-categories {
        width: 250px;
        font-size: 12px;
        text-align: center;
        margin-top: -54px;
    }

    .categories-icon {
        display: block;
        width: 30px;
        text-align: center;
        margin: 5px auto;
    }


    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        width: 180%;
        padding: 20px;
        position: absolute;
    }

    .fixed-height {
        height: auto;
    }

    .sub-menu-02 {
        top: -92px !important;
    }

    .sub-menu-03 {
        top: -191px !important;
    }

    .sub-menu-04 {
        top: -283px !important;
    }

    .sub-menu-05 {
        top: -382px !important;
    }

    .sub-menu-06 {
        top: -481px !important;
    }



    .cart-right {
        display: none;
    }


    .divider {
      /*  display: none;*/
    }

}

/* contact us */
.contact-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #808284;
}

.contact-us-detail tr td {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}

.contact-form p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-form span {
    color: red;
    margin-left: 5px;
    margin-right: 10px;
}

.contact {
    padding: 15px;
    width: 75%;
    border-radius: 10px;
    border: 1px solid #d1d2d4;
    margin-bottom: 25px;
}

.google-captcha {
    float: left;
}

.submit-btn {
    float: right;
    margin-right: 25%;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #808284;
    color: #fff;
    border-radius: 25px;
    border: 0;
}

.submit-btn:hover {
    background-color: red;
    color: #fff;
}

.gmap-wrapper,
.mapouter {
    text-align: center;
    margin: 0 auto;
}


.web-info {
    padding-bottom: 50px;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.web-info-content {
    font-size: 18px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.info-title {
    display: inline-block;
    margin-right: 25px;
    color: #404041;

}

.web-info-content > p {
    color: #808284;
}

@media only screen and (max-width: 1190px) {
    .google-captcha {
        text-align: center;
        float: none;
    }

    .submit-btn {
        float: none;
        display: block;
        text-align: center;
        width: 75%;
    }

}

@media only screen and (max-width: 991px) {

  .logo-hd{
    max-width: 220px !important;
    margin: 0 auto;
  }


    .inner-categories {
        display: none;
    }

    .mobile-categories {
        display: block;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .mobile-categories img {
        width: auto;
        height: 30px;
    }

    .mobile-categories p {
        font-size: 12px;
        margin-top: 20px;
    }

    .inner-categories .categories-title {
        width: 250px;
        font-size: 16px;
        text-align: center;
        top: -54px;
    }

    .inner-categories .slider-categories {
        width: 250px;
        font-size: 12px;
        text-align: center;
    }

    .inner-categories .categories-icon {
        display: block;
        width: 30px;
        text-align: center;
        margin: 5px auto;
    }


    .inner-categories .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        width: 180%;
        padding: 20px;
        position: absolute;
    }

    .inner-categories .fixed-height {
        height: auto;
    }

    .inner-categories .sub-menu-02 {
        top: -92px !important;
    }

    .inner-categories .sub-menu-03 {
        top: -191px !important;
    }

    .inner-categories .sub-menu-04 {
        top: -283px !important;
    }

    .inner-categories .sub-menu-05 {
        top: -382px !important;
    }

    .inner-categories .sub-menu-06 {
        top: -481px !important;
    }


    .breadcrumbs {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .content-right .my-cart {
        margin-top: 0;
    }

    .add-cart {
        justify-content: center !important;
        margin-top: 0;
    }

    .contact {
        width: 100%;
    }

    .submit-btn {
        float: none;
        margin: 0;
        width: 100%;
        margin-bottom: 50px;
    }

}

/* login */
.register-login {
    margin-top: 50px;
    margin-bottom: 50px;
}

.new-member p {
    color: #404041;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 500;
}

.register-btn {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #808284;
    color: #fff;
    border: 0;
    border-radius: 25px;
    margin-top: 50px;
}

.email-login,
.password-login {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #d1d2d4;
}
.all-login{
	padding: 30px;
}
.all-login p {
    margin-top: 20px;
    font-weight: 500;
}
.all-login span {
	/* display: block; */
    font-size: 10px;
    font-style: italic;
}

.investor-login-title {
    color: white;
    font-weight: 500;
}
.investor-login{
	background: #3D87C9;
}
.investor-login hr{
	border-color: white;
}
.investor-login p {
    color: white;
}
.investor-login span {
    color: white;
}



.recaptcha-style{
	transform:scale(0.70);
	-webkit-transform:scale(0.70);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.investor-recaptcha{
	margin-top: 20px;
}
.issuer-recaptcha{
	margin-top: 20px;
	padding-left: 45px;
}

.issuer-login-title {
    color: #3D87C9;
    font-weight: 500;
}
.issuer-login p {
    color: #3D87C9;
}

.login-btn {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 40px 5px 40px;
    background-color: #3D87C9;
    color: #fff;
    border: 0;
	border_radius: 0px;
    margin-top: 20px;
}

.register-btn:hover, .login-btn:hover{
    background-color: red;
    color: #fff;

}


.web-info {
    padding-bottom: 50px;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.web-info-content {
    font-size: 18px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.info-title {
    display: inline-block;
    margin-right: 25px;
    color: #404041;

}

.web-info-content > p {
    color: #808284;
}

@media only screen and (max-width: 991px) {
    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        padding: 20px;
        width: auto;
        height: auto;
        position: relative;
    }

    .fixed-height {
        height: auto;
    }

    .breadcrumbs {
        text-align: center;
        margin-bottom: 20px;
		top : 0px;
    }

    .add-cart {
        justify-content: center !important;
        margin-top: 0;
		top : 0px;
    }

    .member-login{
        margin-top: 50px;
    }

}

/* my cart */
.cart-row{
    margin-bottom: 50px;
}

.my-cart-title{
    color: #404041;
    margin-top: 50px;
}


.update-btn{
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #808284;
    color: #fff;
    border-radius: 30px;
    margin-top: 50px;
    border: 0;
}

.update-btn:hover{
    background-color: red;
}

.my-item{
    width: 100%;
    margin-bottom: 50px;
    font-weight: 300;
}


.table-color{
    background-color: #808284;
}

.table-color td{
    color: #fff;
    padding: 15px;
    font-size: 20px;
}

.item-detail td{
    color: #000;
    padding: 15px;
    border: 1px solid #000;
}

.continue-btn{
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    color: #404041;
    border: 1px solid #404041;
    border-radius: 25px;
}

.continue-btn:hover{
    background-color: red;
    border-color: #fff;
}

.end-price{
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
}

.end-price td{
    color: #404041;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    padding-left: 20px;
}

.end-price tr td:nth-child(3){
    text-align: center;
}

.end-price tr:nth-child(3){
    border-bottom: 1px solid #000;
    width: 100%;
}

.end-price tr:nth-child(4){
    border-bottom: 1px solid #000;
    width: 100%;
}

.total-price td:nth-child(1){
    text-align: left;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {

    .add-cart{
        margin-top: 0;
    }

    .my-cart-title{
        text-align: center;
    }

    .button-right{
        justify-content: center!important;
        text-align: center;
    }

    .update-btn{
        margin-top: 20px;
    }

    .continue-btn{
        text-align: center;
    }

    .price-list{
        justify-content: center!important;
    }

    .end-price{
        width: 100%;
        margin-top: 50px;
    }
}

/* product category */
.mobile-categories p{
    margin-top: 20px;
}

.product-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.product-brand{
    margin-bottom: 50px;
}

.product-brand p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.product-brand img {
    width: 100%;
    height: 250px;
}

/* product description */

.main-image {
    width: 100%;
    height: auto;
    padding: 30px;
  /*  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);*/
}

.image-thumb {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.product-right {
    margin-top: 50px;
}

.product-title {
  font-size: 22px;
font-weight: 700;
color: #404041;
margin-bottom: 20px;
text-align: left;
}

.product-detail-title {
    font-size: 20px;
    font-weight: 500;
    color: #808284;
}
.product_detail{
	width : 100%;
}
.product-detail {
    font-size: 18px;
    font-weight: 300;
    color: #808284;
    margin-bottom: 50px;
}

.price-tag {
    font-size: 26px;
    font-weight: 600;
    text-decoration: line-through;
    color: red;
    margin-bottom: 0;
}

.discount-tag {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;

}

.divider {
    height: 20px;
    width: 100%;
    /*border-bottom: 1px solid #000;*/
}

.sale-items h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}


.product-count .fa-shopping-cart {
    position: absolute;
    top: 22px;
    left: 35px;
    font-size: 20px;
}

.count-textbox {
    color: #000;
    font-size: 22px;
    line-height: normal;
    padding: 15px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
}

.price {
    position: relative;
}

.minus-button {
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 0;
    color: #000;
    right: 30px;
    bottom: 10px;
}

.minus-button:focus {
    outline: none;
}

.plus-button {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 10px;
    background-color: #fff;
    border: 0;
    color: #000;
}

.plus-button:focus {
    outline: none;
}


.add-wishlist {
    font-size: 20px;
    margin-top: 15px;
}

.add-wishlist i {
    margin-right: 20px;
}

.add-wishlist a:hover {
    color: red;
}

.add-cart-btn {
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #404041;
    color: #fff;
    border-radius: 25px;
    border: 0;
    float: right;
    margin-top: 50px;
}

.add-cart-btn:hover {
    background-color: red;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .product-description{
        margin-top: 0;
    }

    .product-small {
        width: 25%;
    }

    .product-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .price-tag {
        text-align: center;
        margin-bottom: 0;
    }

    .discount-tag {
        text-align: center;
    }

    .add-wishlist {
        text-align: center;
    }

    .add-to-cart {
        text-align: center;
    }

    .add-cart-btn {
        float: none;
    }

    .count-textbox {
        width: 100%;
    }

    .minus-button,
    .plus-button {
        right: 35;
    }

    .minus-button {
        bottom: 10;
    }


}

/* wishlist */
.item-remove{
    margin-top:  10px;
}

.add-all-btn{
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #808284;
    color: #fff;
    border: 0;
    border-radius: 25px;
    margin-top: 50px;

}

.add-all-btn:hover{
    background-color: red;
}

.shopping-cart{
    color: #404041;
    margin-right: 50px;
}

.shopping-cart i{
    margin-right: 20px;
}

.remove{
    color: red;
}

.remove i{
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    .add-all-btn{
        margin-top: 20px;
    }

    .add-cart{
        margin-top: 0;
    }
}
/*Footer*/

footer {
    color: #2C3539;
}

.footer-background {
    background-color: #F3F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer h5 {
    text-transform: uppercase;
    font-weight: 700;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slim-font {
    font-weight: 300;
    margin-bottom: 0;
}

.bold-font {
    font-size: 28px;
    margin-bottom: 15px;
}

.email-input {
    width: 80%;
    padding: 8px;
    font-size: 20px;
}

.subscribe i {
    font-size: 32px;
    margin-left: 15px;
    vertical-align: middle;
}

.subscribe img {
    width: 100%;
}

.payment {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bottom-bar {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-media i {
    font-size: 30px;
    margin-left: 20px;
    vertical-align: middle;
}

.copyright {
    float: right;
    font-size: 12px;
    text-align: right;
}

.copyright span {
    display: block;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .contact-us,
    .big-bath {
        margin-bottom: 25px;
    }

    .copyright {
        float: none;
        text-align: center;
    }
}

/*End of Footer*/
/* by Eric */
/** cart **/

.cart-thumbs{
	max-width : 150px;
	padding : 15px 5px;
}

.cart-table-title{background-color : #666; color : white; border-right : 1px solid black; padding : 15px 5px; text-align : center;}
.cart-table-title:last-child{ border-right : 0px solid transparent}

.cart-table-wrapper{
	width : 100%;
	overflow-x : auto;
}
.responsive-table{
	width: 100%;
	overflow-x: auto;
}
.cart-table{
	width : 100%;
	min-width : 500px;
}

.cart-table .cart-table-title{
	background-color : #666; text-align : left;
}

.cart-table .cart-table-title td{
	 padding : 10px 10px; color : white; border-right : 1px solid white;
}
.cart-table .cart-table-title td:last-child{
	 border-right : 0px solid transparent;
}
.cart-table tbody td{
	 border-bottom : 1px solid #c5c5c5;
	 border-right : 1px solid #c5c5c5;
	 vertical-align: top;
	 padding: 10px;
}
.cart-table tbody td:first-child{
	 border-left : 1px solid #c5c5c5;
}
.cart-sub-total-table{
	text-align: right;
}
.cart-sub-total-table tbody td{
	padding: 3px;
}
.cart-sub-total-table tbody tr.cart-grand-total-tr{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.cart-sub-total-table table{
	width : 300px;
	margin : 0 auto;
}
.cart-sub-total-table table{
	width : 100%;
}
@media screen and (min-width : 767px){
	.cart-sub-total-table{
		float : right;
	}
	.cart-sub-total-table table{
		width : auto;
		margin : 0 auto;
	}
}

.cart-totals-title{
	font-size : 30px;
	border-bottom : 1px solid #999;
}

.cart-grand-total{
	font-size : 18px;
}

.btn-cart{
	color: #fff;
	border : 1px solid #666;
	background-color: #666;
	font-size: 18px;
    font-weight: 500;
	padding: 10px 30px;
	border-radius: 25px;
}

.btn-cart:hover{
	color: #404041;
	border : 1px solid #666;
	background-color: #fff;
}

.shopping-cart{
    color: #404041;
	border : 1px solid #666;
	background-color: #fff;
}

.align-top{
	vertical-align: top;
}

.cart-table-margin{
	margin-top : 20px;
	margin-bottom : 20px;
}

.cart-table-full-width, .client-order-table, .order-item-table{
	width : 100%;
}

tr.cart-grand-total-row {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.qty{
	max-width : 100px; margin : 0 auto; text-align : center; vertical-align: top;
}

.cart-item-product-name{
	padding :10px;
	text-align : left;
}

.cart-item-product-price{
	padding :10px;
	text-align : right;
}

.carousel-control-prev, .carousel-control-next {
	width : 5%;
}

.btn-cart-remove-text {
    color: red;
    margin-left: 10px;
}

.btn-cart-remove {
    background-color: red;
    padding: 4px;
    border-radius: 15px;
    width: 17px;
    height: 17px;
    font-size: 10px;
}
.btn_remove{min-width : 100px;margin-left: 10px;}

.checkout-bk-gray {
    background-color: #F2F2F4;
}

.checkout-title{
	padding: 5px;
}

.checkout-table {
    width: 100%;
}

.checkout-table tr td{
	border-bottom : 1px solid #999;
	padding : 5px;
}

.checkout-table tr th{
	padding : 5px;
}

.checkout-table thead tr th{
	border-bottom : 1px solid #999;
	background-color: #666;
	padding: 10px 10px;
    color: white;
    border-right: 1px solid white;
}
