/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*Version 2*/

 /** Woocommerce Table Cells Background Color **/

 .woocommerce table.shop_attributes td,
 .woocommerce-page table.shop_attributes td {
 background-color: rgba(0,0,0,0);
 }

 /** Move Navbar Items Right *//

 .tm-navbar > div > .uk-flex-center {
 -ms-flex-pack: end;
 -webkit-justify-content: flex-end;
 justify-content: flex-end;
 }

 .tm-navbar-center.uk-flex.uk-flex-center.uk-hidden-small.uk-hidden-medium {
     justify-content: flex-end;
     padding-right: 0px;
 }
