.product-grid{
    font-family: "Dosis", sans-serif;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
    border: 2px solid #dedade;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	margin-bottom:20px;
}
.product-grid:hover{ border: 1px solid #FF7000;}
.product-grid .product-image{
    position: relative;
}
.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all .5s ease; }
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    border: 0px solid #aaa;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease 0.3s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    margin: 2px;
    display: block;
}
.product-grid .product-links li a i{ line-height:inherit; }
.product-grid .product-links li a{
    color: #aaa;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    height: 40px;
    width: 40px;
    margin: 0px;
    border: 1px solid #aaa;
    display: block;
    position: relative;
    transition: all 0.3s ease 0.1s;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 5px 5px;
    white-space: nowrap;
    display: none;
    transform: translateY(-50%);
    position: absolute;
    right: 53px;
    top: 50%;
}
.product-grid .product-links li a:after{
    content: "";
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 50px;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{ display: block; }
.product-grid .product-links li a:hover{
    color: #ffffff;
    background-color: #000000;
}
.product-grid .product-content{ padding: 10px 0 0; }
.product-grid .rating{
    color: #ffd200;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: inline-block;
}

.product-grid .title{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #FF7000; }
.product-grid .price{
    color: #FF7000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}
ul.a {
list-style-type: disc;
list-style-position: inside;
}

.product-grid .add-cart{
    color: #FF7000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 12px 10px;
    border: 1px solid #FF7000;
    display: block;
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}
.product-grid .add-cart i{ margin: 0 5px 0 0; }
.product-grid .add-cart:hover{ color: #fff; }
.product-grid .add-cart:before{
    content: "";
    background: #FF7000;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.product-grid .add-cart:hover:before{ width: 100%; }

@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

.line {
height: 3px!important;
width: 100px;
background-color: #FF7000;
}


.line2 {
height: 1px;
width: 100%;
background-color: #F2F2F2;
}
.orange {
color: #FF7000;
padding-bottom:10px;
}
 .ff{
  font-size: 12px;

  }
.head{
font-size: 18px;
font-weight: 800;
letter-spacing: 1px;
text-align: left;
text-transform: uppercase;

padding-bottom:20px;
height: 40px ;
text-transform:uppercase;
 Border(bottom: BorderSide(
         color: Colors.amber, 
         width: 1.0, // Underline thickness
        ))
}
.butttonv {
    color: #fff;
    background: #ff7000;
    padding:7px 25px;
    border: 2px solid #ff7000;
	margin-bottom:10px;
}
.butttonv:hover {
    background: none;
    color: #ff7000;
}


.butttonv2 {
    color: #fff;
    background: #ff7000;
    padding:5px 15px;
    border: 1px solid #ff7000;
	margin-bottom:10px;
}
.butttonv2:hover {
    background: none;
    color: #ff7000;
}
//////////

.col_oran{
color:#f50;
 }
 .center_h3i{
border-right:1px solid #ff55001c;
padding:30px 10px;
 }
 
 
 .menu1{
 height:25px;
 margin-bottom:10px;}
  .menu2{
 height:25px;
 margin-bottom:10px;
 background-color:#f2f2f2;
  display: flex;
  justify-content: center; /* Horizontally centers content */
  align-items: center;    /* Vertically centers content */
 
 }
   .menu3{
 height:25px;
 margin-bottom:10px;
 background-color:#f2f2f2;
 padding-left:10px;
 
 }
 
   .menu22{
 height:25px;
 margin-bottom:10px;
 background-color:#000000;
  color:#FFFFFF;

  display: flex;
  justify-content: left; /* Horizontally centers content */
  align-items: center;    /* Vertically centers content */
  padding-left:15px;
 }
   .menu23{
 height:25px;
 margin-bottom:10px;
 background-color:#000000;
  color:#FFFFFF;

  display: flex;
  justify-content: left; /* Horizontally centers content */
  align-items: center;    /* Vertically centers content */
 padding-left:5px;
 }

.alignright {
  float: right; /* Aligns this element to the right */
}

    .menucdf{
 height:25px;
 margin-bottom:10px;
  color:#000000;
  width:30px;
  justify-content: center; /* Horizontally centers content */
  align-items: right; 
  padding:0 5px  0 5px  ;
 
 }
   .menu33{
 height:25px;
 margin-bottom:10px;
 background-color:#CBCBCB;
 padding-left:5px;
 color:#FF7000;
 
 }
  .menutest{
  font-size:15px;
  color:#000000;
  text-decoration:none;
 }
   .menutest:hover{
  font-size:15px;
  color:#FF7000;
  text-decoration:none;
 }
   .menutest2{
  font-size:13px;
  color:#FF7000;
  text-decoration:none;
 }
   .menutest2:hover{
  font-size:13px;
  color:#000000;
  text-decoration:none;
 }
 
.imgggss{
    width: 25px;
    height: 25px;
	filter: invert(100%);
	border:1px solid #f2f2f2;
}
.imgggss2{
    width: 25px;
    height: 25px;
	border:1px solid #000000;
}
.prod_pg1l2{
border:1px solid #FF7000;
padding:15px;}
.iccco{
 font-size:35px;
  color:#FF7000;
}
.grey{
  font-size:13px;
  color:#959595;
}


 @media only screen and (min-width: 320px) and (max-width: 680px) { 

.hide-land {
	display:none;
	}


}

.imggd{
    width: 300px;
	padding-bottom:15px;
}


















.tab{ font-family: 'Dosis', sans-serif; }
.tab .nav-tabs{
    background-color: transparent;
    border: none;
}
.tab .nav-tabs li a{
    color: #222;
    background: transparent;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li:last-child a{ margin-right: 0; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #222;
    background: #fff;
    border: none;
}
.tab .nav-tabs li.active a{ color: #FF7000; }
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background-color: #d1d1d1;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:after{
    background-color: #FF7000;
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    height: 7px;
    opacity: 1;
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
}
.tab .tab-content h3{
    color: #222;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{ width: 100%; }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
    .tab .tab-content h3{ font-size: 18px; }
}


/*-------------------------------------
[ 5.8. Order complete ]
---------------------------------------*/
.complete-title > p {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 60px;
}
.order-no ul li {
	border:1px solid #ccc;
	border-right:0;
    float: left;
    font-size: 16px;
    font-weight: 700;
    padding: 35px 0;
    width: 25%;
}
.order-no span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}
.order-no ul li:last-child{border-right:1px solid #ccc;}
.order-address.bill > p {margin-bottom: 55px;}
.order-complete .place-text {
    border: 0 none;
    padding: 0;
}
.order-address p span {text-transform: uppercase;}
.order-details .por-dse li {
    margin-bottom: 5px;
    padding: 0;
}
.order-details .por-dse span {
    font-weight: 600;
    width: 80px;
}
ul{
	list-style: none;
	
}




.tus_custom{
	margin:25px 25px 20px 25px; padding:0px; position:relative; z-index:1}
.tus_cbox{
	margin:0px auto; padding:5px; width:130px; height:130px;    transition:0.8s}
	.tus_custom h4{
	color:#000; font-size:16px; text-transform:capitalize;   font-family: 'Dosis', sans-serif; text-align:center}
.tus_custom p{
	color:#000; font-size:12px;    font-family: 'Dosis', sans-serif; text-align:justify;}
	
	
	
	
	.tus_instsect{
	margin:25px 0 0 0; padding:0px; position:relative}
.tus_instgrm{
	margin:0px; padding:0px; position:relative;}
.tus_instgrm img{
	margin:0 auto; padding:0px; filter:grayscale(100%); transition:0.8s}
.tus_instgrm i{
	margin:0px auto; padding:15px 0 0 0; background-color:#000; color:#fff; font-size:20px; text-align:center; width:50px; height:50px; position:absolute; top:10%; left:0; border-radius:100%;
	right:0; transition:0.8s; opacity:0}
.tus_instgrm:hover i{
	background-color:#bd060c; opacity:1; top:40%}
.tus_instgrm:hover img{
	filter:grayscale(0);}
	

.txt_id{
color:#000; font-size:12px;    font-family: 'Dosis', sans-serif; text-align:justify;
}
.rating{
    color: #ffd200;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: inline-block;
}
