@media (min-width: 768px){
 
 .details-container > div.details-item .amount, .details-container > div.details-item ins
{
    font-size:20px !important;
}

 
 
 .woocommerce ul.products li.product .bottom-components-list .component.add-to-cart{
     margin-right:0 !important;
 }
 
 
 .woocommerce ul.products.grid .archive-product-title{
    height:52px !important;
    overflow:hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
     position: relative;
    border-top:5px solid #F9970B !important;
    background-color:#fff !important;
  
     box-sizing: border-box;
    
}

    
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -2px;
  width: 110%;
  height: 5px;
  background-color: #fff;
  z-index:10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited
{
    border-right:2px solid #ebedf0 !important;
    border-left:2px solid #ebedf0 !important;
   
    
}    
    
    
    
    
    
 .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name
 , table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name 
 ,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:visited
 , table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:visited
 
{
    font-size:1.2em !important;
    color:#F9970B !important;
}
.navbar-nav>li {
    float: right; 
}
    ol, ul {
    padding-left: 0;
    padding-right: 30px;
}
    
 
 .header_mini_cart.visible_cart{
     top:100% !important;
 }
 
 #dropdown-user-profile.open ul, #dropdown-user-profile:hover ul
 {
     top:100% !important;
 }
 
 .my-account-navbar{
      width: 85% !important;
     
 }
 .my-account-navbar ul{
     margin:0;
     padding-right:10px !important;
        
 }
  .my-account-navbar ul #dropdown-user-profile li{
   padding-bottom:11px !important;
 }
 
 .navbar-header .logo{
     margin:15px 0 0 0 !important;
 }
.woocommerce .lrm-user-modal-container {
    max-width: 540px !important;
}


form[name='checkout']{
    display:block;
   
}

#customer_details,#payment
{
    width:58% !important;
   float:right !important;
    margin-left:40px !important;
}

#order_review{
    width:38%;
    float:left;
}
.col-1
{
    float:none !important;
    width:100% !important;
}
.col-2
{
    float:none !important;
    width:100% !important;
}

#payment
{
    order:1 !important;
     
}


}