body .product-col .product-price {
  font-size: 1.8rem;
  color: #212121 !important;
  font-weight: 500;
  line-height: 1.3rem;
  text-align: left;
  margin-bottom: .5rem;
}
body .product-col{
  padding-right: 5px;
  padding-left: 5px;
}
.product-col .product-card {
  background: none;
  border: none;
}
.product-col .product-price .currency {
  font-size: 16px;
  font-weight: bolder;
  color: #848484;
}
.product-col .product-price .cross_price {
  font-size: 1.2rem;
  color: #777;
  font-weight: 501;
  line-height: 1.2rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 3px;
  text-decoration-line: line-through;
}
.product-col .rating-stars i {
  font-size: 24px;
}
.product-col .product-card .product-title a{
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
  font-weight: 400;
  color: #212121;
  min-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-col .product-card .product-title a span {
  font-weight: bold;
  text-transform: uppercase;
}
#list_view_ajax #main_div {
  background: #fff;
  margin-top: 1px;
  border-radius: 5px;
  margin-right: 0px;
}
#cart_view_load .column-labels {
  margin-top: 50px;
}
#cart_view_load .column-labels label {
  text-align: left;
}
.cartPageCart {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 37px;
}
.cartPageCart > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.cartPageCart th{
    border-left:none;
    border-right:none;
}
.iyg_tblcr .iyg_pln {
  width: 12%;
}
.iyg_tblcr .iyg_prd {
  width: 37%;
}
.iyg_tblcr .iyg_qty {
  width: 12% !important;
}
.iyg_tblcr .iyg_blk {
  width: 10%;
}
.cartsubclick,.cartaddclick {
width: 29px !important;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #938e8e;
  height: 29px;
  padding: 4px;
  line-height: 19px;
}
.qtyValue.cartcart-amount {
  width: 50px;
  text-align: center;
  display: inline-block;
  height: 29px;
}
.remove-from-cart.btn {
  background: #f0f0f0 !important;
  color: #000 !important;
  padding: 5px 2px !important;
}
.card-body .shopping-cart-footer
{
  display: table;
  width: 100%;
  padding: 0;
  margin: 20px;
}
.cart-total
{
  text-align: left;
  display: initial;
}
.discount-div
{
  margin: 20px;
}
.action_div
{
  text-align: right;
  padding-right: 20px !important;
}
.card-body .shopping-cart-footer > .column
{
  display: block;
  padding: 0;
}
.shopping-cart-checkout
{
  margin: 20px;
}
.shopping-cart-checkout a
{
    width:100%;
}
.card-body .coupon-form .form-control
{
  width: 100%;
  max-width: 235px;
  margin-right: 0;
}
.card-body .shopping-cart-footer > .column:last-child .btn{
    margin-left:0px;
}  
.pricePrint
{
  font-size: 1.7rem;
  font-weight: 500;
}
.pricePrint del
{
  color: #777;
  font-size: 14px;
  margin-right: 10px;
}
#customAddToCart
{
  width: 100%;
  /*background: #fff !important;*/
  background: #FAE303!important;
  border: 1px solid #e1db23;
  font-family: 'Oswald';
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 0;
  text-align: center;
  color: #2e2e2e;
  font-size: 16px;
  text-transform: uppercase;
}
#customAddToCart:hover
{
   background: #000 !important; 
   border: 1px solid #000;
   color: #fff !important;
}
#outStock{
   width: 100%;
  background: #fff !important;
  border: 1px solid #e1db23;
  font-family: 'Oswald';
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 0;
  text-align: center;
  color: #2e2e2e;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.5;
}
.product-card:hover
{
  border: 1px solid #cac9c9 !important;
}
.product-card
{
  /*border: 1px solid #fff !important;*/
  border: 2px solid #00000026 !important;
}
#p_info .p-title-main{
    font-size: 2.2rem;
  color: #212121;
  font-weight: 400;
  line-height: 2.3rem;
  margin-top: 0;
}
#p_info .d-inline-block.previousPrice
{
  font-weight: 600 !important;
  color: #888 !important;
}
#p_info .currency
{
  font-size: 23px;
  color: #888;
  font-weight: bold;
}
#p_info .mb-2
{
  margin-bottom: 10px !important;
}
#p_info .slick-dots{
    display:none;
}
#backShopping{
        margin:20px;
    }
.owl-stage .item img{
    max-height:800px;
}  
.forMobile
{
  display: none;
}
.mobileImage{
   display: none;   
}



@media (max-width: 414px) {
 body #list_view_ajax .product-col
    {
      padding-right: 10px;
    padding-left: 10px;
    } 
    .mobileImage{
       display: block;   
    }
    .desktopImage{
       display: none;   
    }
    #list_view_ajax #main_div{
        margin-right: 0;
        margin-left: 0px;
    }
    .shop-top-filter-wrapper .shop-view
    {
      visibility: hidden;
      height: 1px;
    }
    .cartPageCart tr
    {
      display: block;
      position: relative;
      width: 100%;
      float: left;
      border-bottom: 5px solid #f5f5f5;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .productThumbTd
    {
      display: inline-block;
      width: 100px;
      float: left;
    }
    .productName
    {
      display: block;
    }
    .action_div
    {
      display: block;
      margin-top: -20px;
    }
    .cartPageCart
    {
      margin-top: 0;
    }
    .iyg_tblcr > tbody > tr > td.cart-prod-qty
    {
        padding: 0 !important;
    }
    .qtyValue.cartcart-amount
    {
      width: 32px;
        
    }
     .icon-x::before
    {
        content: "X" !important;
      }
    .card-body .shopping-cart-footer
    {
      margin: 0;
    }
    #coupon-select
    {
      max-width: 100%;
    }
    .offer-cart
    {
      margin: 0;
    }
    #backShopping{
        margin:10px 0px;
    }
    #backShopping a{
        width:100%;
    }    
    .offer-cart
    {
      margin: 0;
    }
    .discount-div
    {
      margin: 10px 0px;
    }
    .shopping-cart-checkout
    {
      margin: 0px;
    }
    .productPage .row
    {
      margin-right: 0px;
      margin-left: 0px;
    }
    .ofr-sldr
    {
      margin-left: 20px;
      margin-right: 20px;
    }
    #outStock
    {
      padding: 10px 15px;
    }
    .owl-stage .item img
    {
      max-height: 360px;
    }  

    .forMobile
    {
      display: block;
    }
    .product_desc_tabs .nav-tabs
    {
      display: none;
    }
    .product_desc_tabs .tab-content > .tab-pane
    {
      display: block;
      opacity: 9;
    }
    .product_desc_tabs .section-title > h2
    {
      padding-top: 0px;
      margin-top: 0px;
    }
    
}    