   body {
       margin-top: 150px;
       background: #f1f2f7;
   }

   @media screen and (max-width:760px) {
       body {
           margin-top: 100px;
       }
   }

   /*panel*/
   .panel {
       border: none;
       box-shadow: none;
   }

   .panel-heading {
       border-color: #eff2f7;
       font-size: 16px;
       font-weight: 300;
   }

   .panel-title {
       color: #2a3542;
       font-size: 14px;
       font-weight: 400;
       margin-bottom: 0;
       margin-top: 0;
       font-family: "Open Sans", sans-serif;
   }

   /*product list*/

   .prod-cat li a {
       border-bottom: 1px dashed #d9d9d9;
   }

   .prod-cat li a {
       color: #3b3b3b;
   }

   .prod-cat li ul {
       margin-left: 30px;
   }

   .prod-cat li ul li a {
       border-bottom: none;
   }

   .prod-cat li ul li a:hover,
   .prod-cat li ul li a:focus,
   .prod-cat li ul li.active a,
   .prod-cat li a:hover,
   .prod-cat li a:focus,
   .prod-cat li a.active {
       background: none;
       color: #144a92;
   }

   .pro-lab {
       margin-right: 20px;
       font-weight: normal;
   }

   .pro-sort {
       padding-right: 20px;
       float: left;
   }

   .pro-page-list {
       margin: 5px 0 0 0;
   }

   .product-list img {
       width: 100%;
       border-radius: 4px 4px 0 0;
       -webkit-border-radius: 4px 4px 0 0;
   }

   .product-list .pro-img-box {
       position: relative;
   }

   .adtocart {
       background: #144a92;
       width: 50px;
       height: auto;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       color: #fff;
       display: inline-block;
       text-align: center;
       border: 3px solid #fff;
       left: 45%;
       bottom: -25px;
       position: absolute;
   }

   .adtocart i {
       color: #fff;
       font-size: 25px;
       line-height: 42px;
   }

   .pro-title {
       color: #5a5a5a;
       display: inline-block;
       margin-top: 5px;
       font-size: 16px;
       font-weight: bold;
   }

   .product-list .price {
       padding: 5px;
       border: 1px solid rgba(0, 0, 0, 0.2);
       border-radius: 2px;
       color: #144a92;
       font-size: 15px;
   }

   .pro-img-details {
       margin-left: -15px;
   }

   .pro-img-details img {
       width: 100%;
   }

   .pro-d-title {
       font-size: 16px;
       margin-top: 0;
   }

   .product_meta {
       border-top: 1px solid #eee;
       border-bottom: 1px solid #eee;
       padding: 10px 0;
       margin: 15px 0;
   }

   .product_meta span {
       display: block;
       margin-bottom: 10px;
   }

   .product_meta a,
   .pro-price {
       color: #144a92;
   }

   .pro-price,
   .amount-old {
       font-size: 18px;
       padding: 0 10px;
   }

   .amount-old {
       text-decoration: line-through;
   }

   .quantity {
       width: 120px;
   }

   .pro-img-list {
       margin: 10px 0 0 -15px;
       width: 100%;
       display: inline-block;
   }

   .pro-img-list a {
       float: left;
       margin-right: 10px;
       margin-bottom: 10px;
   }

   .pro-d-head {
       font-size: 18px;
       font-weight: 300;
   }