/*Tree-View CSS start*/
* {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li a:hover,
.tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}
span.required{color:red;}
/*Tree-View CSS end*/

nav.navbar.navbar-expand.navbar-light.bg-white.topbar.static-top {
    /* background-color: red; */
    background-image: linear-gradient(90deg,#78507e 10%,#ad5357 100%);
}

nav.navbar .navbar-nav li a span{     color: #fff !important;
    font-size: 16px;  }
.sidebar-brand1 img {
    height: 50px!important;
    background-color: #fff;
    padding: 2px 2px;
    border-radius: 4px;
    box-shadow: inset 0px 0px 35px rgb(79, 184, 83);
 /*   margin-top: 4px;*/
}
.sidebar-brand1 span{ color:#fff; }
.table tbody tr:nth-child(odd) {
    background-color: #4fb852;
}

.table tbody tr:nth-child(odd) td{
    color: #fff;
}

.table tbody tr:nth-child(even) {
    background-color: #ddd;
}

.table tbody tr:nth-child(even) td{
    color: #000;
}
.table td, .table th {
    padding: 5px 10px;
}
/*.table tbody tr:nth-child(even) td{
    color: #01a0e2;
}
.table tbody tr td:first-child {
    font-weight: bold;
    color: #ffffff;
}*/
/*===sub_drop_down_css=====*/
.cate_menu ul li ul li:hover .sub_menu1 {
    display: block;

}

.cate_menu ul li ul li .sub_menu1 {
    position: absolute;
    width: 160px;
    top: 40px;
    list-style: none;
    left: 100%;
    background-color: #0c4374 !important;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.cate_menu ul li ul.sub_menu1 {
      display:none;
}
/*===quantity-css===*/
 ._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
	margin: -1px;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 51px;
    height: 36px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.menu_nav_drop{
    right: -30px;
    top: 10px;
    color: #062c4e;
}
.menu_nav_drop {
    font-size: 25px;
    color: #f7f7f7;
    background-color: #0f5ea4;
    text-align: left;
    padding: 9px;
	display:none;
}


._p-add-cart ._p-qty .decrease_ {
    position: relative;
    top: 1px;
}

._p-add-cart ._p-qty .increase_ {
    position: relative;
    top: 1px;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 36px;
    font-size: 20px;
    font-weight: bold;
    margin: -5px;
}

@media (max-width: 767px) {
	.btn_pro {
    margin-top: 10px;
    display: block !important;
    justify-content: center;
    width: 100% !important;
}
	.btn_pro a {
    border-radius: 0px;
    margin-right: 15px;
    color: #fff;
    display: block !important;
    margin-top: 7px !important;
}
	
	._p-qty > span { 
    margin-right: 8px;
}
	.menu_nav_drop {
    font-size: 25px;
    color: #f7f7f7;
    background-color: #0f5ea4;
    text-align: left;
    padding: 9px;
	display:block;
}
	.produt_prize p {
    font-size: 27px !important;
    margin-bottom: 15px !important;
}
	.produt_name h3 {
    text-align: center !important;
    padding-top: 12px;
}
#content  .cate_menu > ul {
    display: none;
}
.cate_menu ul li ul.drop_down {
    width: 100% !important;
}
.product-grid4 {
    padding-top: 22px;
}
	/*===new-css===*/
	.cate_menu .shop_menu{ 
	display:none;
	}
	.mob_menu {
    background-color: #f88b01;
    color: white;
    display: flex !important;
    justify-content: space-between;
    padding: 6px 8px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
}
	
	.cate_menu ul li ul.drop_down li a i.fa-angle-right {
    position: absolute;
    right: 10px;
    top: 12px;
}
	.cate_menu ul li ul li .sub_menu1 {
    position: relative ;
    width: 100% ;
    top: 0px;
    list-style: none;
	left: 0px ;
	}
	.cate_menu ul.shop_menu  li ul.drop_down {
    position: relative;
    width: 100%;
    top: -1px;
    list-style: none;
    left: 0px;
    background-color: #055092;
    z-index: 99;
    padding: 0px;
    margin: 0px;
}

    .__ulNav {
        width: max-content;
    }
    button#sidebarToggleTop {
        position: absolute;
        right: -30px;
        top: 10px;
        color: #fff;
    }
    .__topDropDown {
        position: relative;
        left: -15px;
    }
    .sidebar .nav-item .collapse-inner {
    padding: 0px !important;
    margin-left: -17px !important;
}

.sidebar .nav-item .collapse-inner a.collapse-item {
    padding: 8px 4px!important;
}
}


.sub-menu {
    position: relative;
}

.sub-menu .sub-menu-drop {
    position: absolute;
    background-color: #fff;
    left: 100%;
    width: 200px;
    top: 0px;
    border: solid 1px #f1e7e7;
    border-radius: 4px;
    display: none;
}
.sub-menu .sub-menu-drop a {
    font-size: 14px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    color: #000;
    display: block;
    padding: 6px 15px;
    border-bottom: solid 1px #f1e7e7;
}

.sub-menu .sub-menu-drop a:hover {
    background-color: #e3e6f0;
}

.sidebar .sub-menu:hover .sub-menu-drop {
    display: block;
}
.sidebar .nav-item a {
    text-transform: capitalize;
    display: flex !important;
    align-items: flex-start;
}
.sidebar .nav-item a i {
    position: relative;
    top: 3px;
}
.sidebar .nav-item span {
    margin-left: 2px;
}
.sidebar .nav-item a.nav-link:after {
    position: absolute;
    right: 8px;
}
.sub-menu a.collapse-item {
    justify-content: space-between;
}

.ocsh_box{  }
.product-grid4 .product-image4 {
    background-color: #c1c4bd;
	overflow:hidden;
}
.product-grid4,.product-grid4 .product-image4{position:relative}
.product-grid4{font-family:Poppins,sans-serif;text-align:center; background-color: #fff; border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s}
.product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{ height:220px;   
     } 
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-1{opacity:0}
.product-grid4 .pic-2 {
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    opacity: 0;
    transition: all .5s ease-out 0s;
}
.product-grid4:hover .pic-2 {
    opacity: 1;
    transform: scale(1.1);
}
.product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}
.product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s}
.product-grid4 .social li:nth-child(1){transition-delay:.15s}
.product-grid4 .social li:nth-child(2){transition-delay:.3s}
.product-grid4 .social li:nth-child(3){transition-delay:.45s}
.product-grid4:hover .social li{opacity:1}
.product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s}
.product-grid4 .social li a:hover{color:#fff;background:#16a085}
.product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#16a085;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding:25px}
.product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#16a085}
.product-grid4 .price{color:#16a085;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s}
.product-grid4:hover .add-to-cart{border:1px solid transparent;background:#16a085;color:#fff}
.product-grid4 .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}
.cate_menu {
    display: block;
}

.cate_menu ul {
    display: flex;
    list-style: none;
    background-color: #0f5ea4;
}

.cate_menu ul a {
    padding: 8px 20px;
    background-color: #0f5ea4;
    color: #fff;
    display: block;
    border-right: solid 1px #114777;
    text-decoration: none;
    transition: ease-in-out all 0.5s;
}

.cate_menu ul a:hover {
    background-color: #084277;
}
@import"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
.para_{
	font-size: 18px;
    margin-top: 32px;
    text-align: left;
}
.produt_name h3 {
    font-size: 20px;
    font-weight: 400;
}

.produt_prize p {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 8px;
}

.add_btn{
    margin-top: 32px;
    margin-left: 20px;
    margin-right: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    width: 30%;
    background: #ff9f00;
    color: #fff;
}    
.buy_btn{
	margin-top: 32px;
    margin-right: 30px;
    padding: 4px 8px;
    border-radius: 2px;
    width: 30%;
    background: #fb641b;
    color: #fff;
}
.off_ span{
	font-size: 16px;
    font-weight: 500;
    color: #388e3c;
}
.off_prize {
    text-decoration: line-through;
    font-size: 15px;
    color: #878787;
    margin-right: 15px;
}
.avlible_off .text_pa i.fa {
    color: #28a745;
}
.rating_{
	color: #fff;
	padding: 2px 7px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
    background-color: #26a541;
    display: inline-block;
}
.btn_pro {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.btn_pro a {
    border-radius: 0px;
    margin-right: 15px;
    color:#fff;
}
.avlible_off .text_pa {
    color: #212121;
    font-weight: 500;
    padding-right: 4px;
    margin-bottom: 8px;
    font-size: 14px;
}

.pro_deatils{ 
        position: relative;
       
 }
.img_2
   {
  	    opacity:0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        cursor: pointer;
        transition: all .5s ease-out 0s;

  }
.pro_deatils:hover .img_2 
  {
     opacity:1;
   }
.pro_deatils img{ 
	/*width:100%;*/
     
    height: 100%;
}
.mySlides img {
    max-width: 354px;
    max-height: 401px;
}
img.demo.cursor.img-fluid {
    width: 100%;
    height: 90px;
}
.avlible_off {
    margin-top: 30px;
}
.tex1_
{
    color: #878787; 
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 50px;
}
.tex2_{
	font-size: 17px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}
.product_discount {
	z-index: 999;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    background-color: #d7292a;
}


.cate_menu ul li:hover ul.drop_down {  display:block; }

.cate_menu ul li ul.drop_down {
    display: none;
    position: absolute;
    width: 260px;
    top: 40px;
    list-style: none;
    left: 0px;
    background-color: green;
    z-index: 99;
    padding: 0px;
    margin: 0px;
}

.cate_menu ul li ul.drop_down li {
    text-align: left;
}

.cate_menu ul li ul.drop_down li a { display: block;text-align: left;padding: 8px 15px; position:relative; }
.cate_menu ul li{  position:relative;  }
.cate_menu{  position:relative;  }
.cate_menu .cart_box {
    position: absolute;
    top: 6px;
    right: 20px;
    background-color: #fff;
    border-radius: 100px;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 600;
}


table.tab {
    width:100%;
}
td.text-left a {
    font-size: 12px;
}
td.text-left small {
    font-size: 11px;
}
tr.body_text td {
    font-size: 16px;
}
tr.colr_box1 {
    background-color: #0157a0;
    color: white;
    font-size: 17px;
    text-align: center;
}
.crd_box2 {
background-color: #f6f9fe;
}
.crd_box {
    background-color:#f7971e;
    height: 44px;
}
.crd_box a {
    font-size: 17px;
    color: white;
    display: block;
    text-decoration: none;
}
.crd_box a:hover {
    color:white;
}
/*===cart2====*/
.cart_wrap_two {
    margin-top: 28px;
}
.cart_wrap_two .panel-title {
    width: 100%;
    background-color: #f1eaea;
    height: 35px;
    border-radius: 5px;
}
.ocash_logo {
   background-image: url(https://www.ocashpay.com/assets/img/ocash_logo.png);
   width: 76px;
   height: 60px;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   border-radius: 27px;
}
.ocash_logo ul li {
      padding-top: 18px;
    padding-left: 81px;
    color: black;
    font-weight: 500;
}
.ocash_logo ul {
   display: flex;
   list-style: none;
}
/***new-css****/
._p-add-cart ._p-qty {
    display: flex;
    align-items: center;
}

._p-add-cart > ._p-qty > span {width: 200px;}

._p-add-cart ._p-qty .input-group {
    width: 140px;
}
.btn_pro {
    margin-top: 10px;
    display: block;
    justify-content: center;
}
