/* UIkit
----------------------------------------------------------------------------------------------------*/

/* Base */

body {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: left; 
  background: url(https://cdn.shopify.com/s/files/1/1060/1126/files/body-bg.png?11684274172575097342) 0px 0px repeat transparent;
}

a {
  color: #c03439;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 30px 0px 15px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300 !important;
  letter-spacing: 0px !important;
}

h5, h6 {
  font-weight: 400 !important;
}

h1 {
  font-size: 32px !important;
  line-height: 36px !important;
}

h2 {
  font-size: 28px !important;
  line-height: 32px !important;
}

h3 {
  font-size: 24px !important;
  line-height: 28px !important;
}

h4 {
  color: #c03439;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

h5 {
  color: #c03439;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

h6 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

p {
  margin: 15px 0px;
}

ol, ul {
  margin: 15px 0px;
  list-style: initial;
}

.cart ol, ul {
  list-style: none;
} 

strong, b {
  color: #111;
  font-weight: 600;
}


/* Alert */

.uk-alert {
  border-radius: 5px;
  padding: 20px;
}

.uk-alert > *:first-child {
  margin-top: 0px;
}

.uk-alert-danger {
  border: 1px solid rgba(216,80,48,0.5);
}


/* Button */

.readmore {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #991b1e;
}

.readmore:focus,
.readmore:hover {
  color: #fff !important;
  text-decoration: none;
  background: #6b98a3;
}


/* Form */

input[type="email"],
input[type="text"],
textarea {
  border: 1px solid #ddd;
  background: #fff;
}

input::-webkit-input-placeholder {
color: #555 !important;
}
 
input:-moz-placeholder {
color: #555 !important;  
}
 
input::-moz-placeholder {
color: #555 !important;  
}
 
input:-ms-input-placeholder {  
color: #555 !important;  
}


/* Slidenav */


.uk-slidenav-contrast {
	color: rgba(50,50,50,.4);
}

/* Tab */

.uk-tab-left > li > a,
.uk-tab-right > li > a {
  padding-top: 15px;
  padding-bottom: 15px !important;
}


/* Text */

.uk-text-primary {
  color: #c03439 !important;
}

.text-small {
  font-size: 13px;
  line-height: 24px;
}


/* Utility */

.uk-align-medium-right,
.uk-align-medium-left {
  margin-top: 7px;
}

.uk-align-medium-right {
  margin-left: 30px;
}

.uk-align-medium-left {
  margin-right: 30px;
}


/* Theme
----------------------------------------------------------------------------------------------------*/

/* Defaults */

.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row {
  margin: 0px;
}

.col-left {
  margin: 0px;
}

input.required.error {
  border: 1px solid #c03439;
}


/* Images */

.article-image {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px;
  box-shadow: inset 0px 0px 0px 1px #fff;
  background: #f9f9f9;
}

.article-image.right {
  float: right;
  margin: 5px 0px 15px 25px;
}

.article-image.left {
  float: left;
  margin: 5px 25px 15px 0px;
}


/* Toolbar */

#toolbar {
  display: none;
}


/* Header */

#header {
  background: url(https://cdn.shopify.com/s/files/1/1060/1126/files/header-showcase-bg.jpg?2700355553367595749) 50% 0% no-repeat transparent;
  background-size: cover;
}

#header .home-showcase {
  display: none;
}

.cms-index #header .home-showcase {
  display: block;
}

.header-topMenu {
  text-align: center;
}

#novaworks-nav li.level0 {
  padding-left: 12px;
  padding-right: 12px; 
}

@media (min-width: 992px) and (max-width: 1200px) {
#novaworks-nav li.level0 {
  padding-left: 0px;
  padding-right: 0px; 
}
}


/* Logo */

/*#logo {
  width: 280px;
}*/



/* Account Links */

.account-links {
  margin-bottom: 15px;
}


/* Search */

#search {
  margin-right: 15px;
}

#search form {
  display: inline-block;
  vertical-align: top;
}

#search form input {
  top: 0px;
  float: left;
  margin-right: -1px;
  border: 1px solid #ccc;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 15px;
  width: auto;
  height: 43px;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  transition: all 100ms ease-in 0ms;
}

#search form input:focus {
  border-color: #991b1e;
  outline: none;
  transition: all 100ms ease-in 0ms;
}

#search form button {
  position: relative;
  border-radius: 0px 3px 3px 0px;
  width: 43px;
  height: 42px;
  line-height: 43px;
  background: #991b1e;
}

#search form button:focus {
  outline: none;
}


/* Cart */

#headerbar #cart .cart-contents {
  margin: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 15px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  transition: all 100ms ease-in 0ms;
  position: relative;
  float: none;
}


#headerbar #cart .cart-contents:hover {
  border: 1px solid #991b1e;
  color: #991b1e;
  transition: all 100ms ease-in 0ms;
}

#headerbar #cart .cart-contents i {
  margin-left: 8px;
}

#headerbar #cart .cart-contents .cart-count {
  top: -9px;
  right: -9px;
}


/* Navbar */

#navbar {
  display: inline-block;
  margin: 15px 15px 0px;
  border-radius: 5px;
  width: calc(100% - 30px);
  vertical-align: top;
  background: linear-gradient(to bottom, #892f32 0%, #71161a 100%);
}

#navbar .container {
  padding-top: 0px;
  padding-bottom: 0px;
}


.slicknav_menu .slicknav_icon-bar {
  background-color: rgb(255, 255, 255);
}

.slicknav_menu {
  margin-top: 0px;
}

.slicknav_nav {
background-color: rgb(137, 47, 50);
}

.slicknav_nav ul {
background-color: rgb(137, 47, 50);
}



/* Main */

#main {
	padding: 0px 0px 60px;
	background: url(https://cdn.shopify.com/s/files/1/1060/1126/files/main-bg.png?4435109448604634037) 50% 100% no-repeat transparent;
}

#main .page-title {
  margin: 0px;
}

#main .page-content {
  margin: 0px;
}

#main .content {
  margin-top: 50px;
}

#main .content.sidebar-a {
  padding-left: 50px;
}

#main .content.sidebar-b {
  padding-right: 50px;
}

#main .content > *:first-child {
  margin-top: 0px;
}

#main .content > *:last-child {
  margin-bottom: 0px;
}

#main .sidebar > *:first-child {
  margin-top: 0px;
}

#main .sidebar > *:last-child {
  margin-bottom: 0px;
}


/* Breadcrumbs */

.breadcrumbs {
  float: none !important;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.breadcrumbs ul {
  margin: 0px;
  text-align: left;
}

.breadcrumbs ul li a:hover span {
  color: #f32e35;
}


/* Sidebar */

#main .sidebar > div + div {
  margin-top: 30px;
}

/* hide Sidebar for Books category in Blog */

.sidebar .books .col-sm-3 { 
display:none;
}


/* Pagination */

.pagination {
  display: block;
  margin: 35px 0px 0px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  text-align: center;
}

.pagination ul {
  margin: 0px;
}

.pagination ul li {
  display: inline-block;
  margin: 0px 5px;
}

.pagination ul li > * {
  font-size: 18px;
}


/* Footer */

#footer {
  color: #aaa;
  background: #2c2c2e;
}

#footer a {
  color: #aaa;
}

#footer a:hover {
  color: #666;
}

#footer-d {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  vertical-align: top;
}


/* ToTop Scroller */

#toTop {
  display: none !important;
}


/* Menus
----------------------------------------------------------------------------------------------------*/

.header-topMenu .header-topMenu-inner {
  height: auto;
}

.megamenu {
  margin: 0px -10px !important;
}

.megamenu > li {
  margin: 0px !important;
}

.megamenu > li > a {
  padding: 15px 25px !important;
}

.megamenu > li > a span {
  color: #fff !important;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  line-height: 22px !important;
}

.megamenu > li > a i {
  display: none;
}

.megamenu > li > a:hover span,
.megamenu > li > a:hover i {
  color: #d50 !important;
}

.megamenu > li .sub-wrapper,
.megamenu > li .menu-dropdown {
  top: 52px !important;
  left: 0px !important;
  padding: 15px 0px !important;
}

.megamenu > li .sub-wrapper {
  padding: 15px 10px !important;
  width: 1140px;
  max-width: 100%;
}

.megamenu > li:first-child .sub-wrapper,
.megamenu > li:nth-child(2) .sub-wrapper {
  top: 42px !important;
  left: 0px !important;
}

.megamenu > li:first-child .sub-wrapper .grid12-8,
.megamenu > li:nth-child(2) .sub-wrapper .grid12-8 {
  width: 100%;
  max-width: 100%;
}

.megamenu > li:first-child .sub-wrapper .grid12-8 > ul > li,
.megamenu > li:nth-child(2) .sub-wrapper .grid12-8 > ul > li {
  clear: none;
  width: 16.666%;
}

.megamenu > li:nth-child(2) .sub-wrapper .grid12-8 > ul > li:nth-child(7) {
  clear: both;
}

.megamenu > li:first-child .sub-wrapper .grid12-4,
.megamenu > li:nth-child(2) .sub-wrapper .grid12-4 {
  display: none;
}

.megamenu > li .sub-wrapper .mm-item-base > div {
  padding: 0px !important;
}

.megamenu > li .sub-wrapper .mm-item-base > div > ul > li {
  padding: 0px !important;
}

#novaworks-nav li.level0 div.level0 ul li.groups > a,
#novaworks-nav li.level0 div.level0 ul li.groups > a:hover,
#novaworks-nav li.level0 div.level0 ul li.item > a,
#novaworks-nav li.level0 div.level0 ul li.item > a:hover,
#novaworks-nav .parent-dropdown ul li a,
#novaworks-nav .parent-dropdown ul li a:hover {
  padding: 5px 20px !important;
}

#novaworks-nav ul.level0 li {
  padding: 0px !important;
}

#novaworks-nav li.level0 .groups-wrapper ul li > a,
#novaworks-nav li.level0 .groups-wrapper ul li > a:hover {
  padding: 5px 15px !important;
}

.megamenu .groups-wrapper ul li > a {
  padding: 5px 15px !important;
}

#novaworks-nav {
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
  list-style: none;
  vertical-align: top;
}

#novaworks-nav li ul span {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  line-height: 24px !important;
}


/* Widgets
----------------------------------------------------------------------------------------------------*/

/* Defaults */

.widget .title h3 {
  margin: 0px;
}

#footer .widget .title h3 {
  color: #eee;
}

.widget-text p {
  font-size: 15px;
  line-height: 24px;
}


/* Home Slideshow */

/* uikit Slideshow */

.slideshow-block
{
  margin-top: 30px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px; 
}

/* revolution Slideshow */

.rev_slider_wrapper {
  margin: 30px 0px 0px;
  border: 5px solid rgba(255,255,255,0.5);
  border-radius: 7px;
  height: 350px !important;
}

.rev_slider_wrapper .rev_slider {
  height: auto !important;
}

.rev_slider_wrapper .rev_slider ul {
  margin: 0px;
}

.rev_slider_wrapper .tparrows {
  display: none !important;
}


/* Home Latest News */

.widget.latest-news {
  margin-top: 30px;
  border: 5px solid rgba(255,255,255,0.5);
  border-radius: 7px;
}

.widget.latest-news .text {
  background: #fff;
}


.widget.latest-news .text {
  padding: 24px;
}

.widget.latest-news .text h4 {
  margin: 0px;
}


/* Featured Products */

.widget.featured-products h3 {
  margin: 0px;
}

.widget.featured-products .products {
  margin: 15px 0px 0px;
}

.widget.featured-products .products .product {
  display: inline-block;
  width: 100%;
}

.widget.featured-products .products .product + .product {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.widget.featured-products .products .product h6 {
  margin: 0px;
  font-weight: 300 !important;
}

.widget.featured-products .products .product .article-image.left {
  margin: 0px 15px 0px 0px;
  padding: 5px;
}


/* Home Features */

.widget.home-features {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  min-height: 202px !important;
  box-shadow: inset 0px 0px 0px 1px #fff;
  text-align: center;
  background: linear-gradient(to bottom, #fcfcfc 0%,#f3f3f3 100%);
}

.widget.home-features img {
  float: left;
}

.widget.home-features .text h4 {
  margin: 0px;
  font-weight: 300 !important;
  line-height: 22px !important;
}

.widget.home-features .text p {
  margin: 10px 0px 0px;
  line-height: 18px;
}

.widget.home-features .text .readmore {
  margin: 15px 0px 0px;
}


/* Recent Articles */

.widget.recent-articles .title h3 {
  margin: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.widget.recent-articles .text {
  margin-top: 20px;
}

.widget.recent-articles .text ul {
  margin: 0px;
}

.widget.recent-articles .text ul li {
  margin-top: 10px;
}

.widget.recent-articles .text ul li:first-child {
  margin-top: 0px;
}

.widget.recent-articles .text ul li h6 {
  margin: 0px;
}

.sidebar.books .widget.recent-articles .text ul li .post-meta {
  display: none;
}


/* Tags */

.widget.tags .title h3 {
  margin: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}


/* Custom Widget */

.widget.custom .block-content > *:last-child {
  margin: 0px;
}


/* Categories */

.widget.categories #sidebar-nav-menu {
  margin-top: 15px;
}

.widget.categories #sidebar-nav-menu > li {
  padding: 5px 0px;
}

.widget.categories #sidebar-nav-menu > li + li {
  border-top: 1px solid #ddd;
}

.widget.categories #sidebar-nav-menu li.level0 .plus-right {
  right: 15px;
  height: auto;
  width: 24px;
  text-align: center;
  background: transparent;
}

.widget.categories #sidebar-nav-menu li.level0 .plus-right:before {
  color: #aaa;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 16px;
}

.widget.categories #sidebar-nav-menu > li > ul.level0 {
  margin: 10px 0px;
  list-style: none;
}

.widget.categories #sidebar-nav-menu li.level2 {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 18px;
}

.widget.categories #sidebar-nav-menu li.level2 a {
  color: #333;
}

.widget.categories #sidebar-nav-menu li.level2 a:hover {
  color: #ccc;
}


/* Brand */

.widget.brands {
  margin-top: 50px;
}

.widget.brands .block-content {
  display: none;
}


/* Type */

.widget.type {
  margin-top: 50px;
}

.widget.type .filter-list {
  margin-top: 15px;
}

.widget.type .filter-list li {
  margin: 0px;
}

.widget.type .filter-list li label {
  border: none;
  padding: 0px;
  height: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}


/* Footer Menu */

.widget.contact-information .text a {
  color: #c03439 !important;
}

.widget.contact-information .text a:hover {
  color: #666 !important;
}


/* Copyright */

.widget.copyright a {
  color: #c03439 !important;
}

.widget.copyright a:hover {
  color: #666 !important;
}


/* Page
----------------------------------------------------------------------------------------------------*/

.maininner.page {
  padding-left: 50px;
}

/* Vendor Page  */

.vendor-page .uk-panel-box {
  background-color: #ffffff;
}

/* Blog
----------------------------------------------------------------------------------------------------*/

.maininner.blog {
  padding-right: 50px;
}

.maininner.blog .posts {
  margin: 50px 0px 0px;
}

.maininner.blog .posts .post {
  display: inline-block;
  width: 100%;
  margin: 35px 0px 0px;
  border-top: 1px solid #ddd;
  padding: 30px 0px 0px;
}

.maininner.blog .posts .post:first-child {
  margin: 0px;
  border-top: none;
  padding: 0px;
}

.maininner.blog .posts .post .title {
  margin: 0px;
}

.maininner.blog .posts .post .title h1,
.maininner.blog .posts .post .title h2 {
  margin: 0px;
}

.maininner.blog .posts .post .title .post-meta {
  margin: 0px;
}

.maininner.blog .posts .post .image {
  margin-top: 15px;
  padding: 0px;
}

.maininner.blog .posts .post .text {
  margin: 15px 0px 0px;
}

.maininner.blog .posts .post .readmore {
  margin-top: 15px;
  text-align: left;
}

.maininner.blog .posts .post .readmore a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: top;
}

.maininner.blog .posts .post .readmore a:hover {
  border: 1px solid #f32e35;
  color: #f32e35;
}


/*Social Share Button Set */
.share-button-set .uk-icon-button {
    border-radius: 5% !important;
    float:left;
  }
 
 
.share-button-set .uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    background: #transparent ;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 0px solid #cccccc;
}

 
 
.share-button-set .facebook {
    background: #3b5998 ;
    color: #fff;
}
 
 
.share-button-set .facebook:hover {
     font-size: 24px;
}
 
 
.share-button-set .twitter {
    background: #55acee ;
    color: #fff;
}
 
 
.share-button-set .google:hover {
     font-size: 24px;
}

.share-button-set .google {
    background: #c53929 ;
    color: #fff;
}
 
 
.share-button-set .facebook:hover {
     font-size: 24px;
}



/* Books */

.maininner.blog .posts.books .post .post-meta {
  display: none;
}

.maininner.blog .posts.books .post .image img {
  float: left !important;
  margin: 5px 25px 15px 0px;
  width: 150px;
}


/* Collection
----------------------------------------------------------------------------------------------------*/

.maininner.collection > .title {
  margin-top: 30px;
}

.maininner.collection > .title h1 {
  margin: 0px;
}

.maininner.collection .toolbar {
  margin: 0px;
  padding: 0px;
}

.maininner.collection .toolbar .sorter {
  margin: 30px 0px 0px;
}

.maininner.collection .toolbar .sorter .sort-by {
  background: #fff;
}

.maininner.collection .toolbar .sorter .sort-by span {
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.maininner.collection .toolbar .sorter .sort-by ul li a {
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.maininner.collection .toolbar .sorter .direction {
  background: #fff;
}

.maininner.collection .products {
  margin-top: 0px;
}

.maininner.collection .products .uk-grid > div {
  margin-top: 30px;
}

.maininner.collection .products .uk-grid > div .inner {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: inset 0px 0px 0px 1px #fff;
  text-align: center;
  background: #f9f9f9;
}

.maininner.collection .products .uk-grid > div .inner .image img {
  border-radius: 3px;
}

.maininner.collection .products .uk-grid > div .inner .title {
  margin: 15px 0px 0px;
  line-height: 22px !important;
  text-transform: none;
}

.maininner.collection .products .uk-grid > div .inner .price {
  margin: 15px 0px 0px;
}

.maininner.collection .products .uk-grid > div .inner .price .price-label {
  margin-right: 5px;
  font-weight: 400;
}

.maininner.collection .products .uk-grid > div .inner .link {
  margin: 15px 0px 0px;
}




/* Product
----------------------------------------------------------------------------------------------------*/


/* Next & Previous btns */

.scroll-btns
{
  display: none;
}

.collection .scroll-btns
{
  display: block;
}

.novaworks-social-share
{
  margin-bottom: 20px; 
}

.next-btn
{
  width: 100px ;
  float: left;
  background-color: rgb(153, 27, 30);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.next-btn:hover
{
  background-color: rgb(107, 152, 163); 
}

.next-btn a
{
  color: #fff;
}

.next-btn a:hover
{
  text-decoration: none;
}

.prev-btn
{
  width: 100px ;
  margin-right: 15px;
  float: left;
  background-color: rgb(153, 27, 30);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.prev-btn:hover
{
  background-color: rgb(107, 152, 163); 
}

.prev-btn a
{
  color: #fff;
}

.prev-btn a:hover
{
  text-decoration: none;
}

.uk-modal {
  z-index: 300000;
}

@media (max-width: 900px)
{
  .collection .scroll-btns
{
  margin-bottom: 15px;
}
}

/* Product view */

.maininner.product {
  margin: 0px 15px;
}

.maininner.product .product-view {
  display: inline-block;
  margin-top: 30px;
  width: 100%
}

.maininner.product .product-view #product-images .more-views-wrap {
  padding: 0px;
}

.maininner.product .product-view #product-images .more-views-wrap .more-views {
  padding: 0px;
}

.maininner.product .product-view #product-images .more-views-wrap .more-views .bx-wrapper {
  top: 0px !important;
  max-width: 100%;
}

.maininner.product .product-view #product-images #item-thumbnails a {
  padding: 0px;
}

.maininner.product ul#thumbs-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}


.maininner.product ul#thumbs-list li
{
	margin-bottom:10px;
} 


.maininner.product .product-view .price-box {
  margin: 5px 0px 0px;
  padding: 0px;
}

.maininner.product .product-view .price-box > p > span {
  padding: 0px !important;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 36px;
}

.maininner.product .product-view .product-codes {
  margin: 30px 0px 0px;
  border: none;
  padding: 0px;
}

.maininner.product .product-view .product-codes p {
  margin: 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
}

.maininner.product .product-view .product-codes p + p {
  margin-top: 10px;
}

.maininner.product .product-view .add-to-box {
  margin-top: 10px;
}

.maininner.product .product-view .product-options {
  padding: 0px;
}

.maininner.product .product-view .product-options .swatch {
  margin: 0px;
}

.maininner.product .product-view .product-options .swatch > label {
  float: none;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
}

.maininner.product .product-view .product-options .swatch .swatch-element {
  float: none;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.maininner.product .product-view .product-options .swatch-element.text label {
  border: none;
  padding: 0px 10px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: middle;
}

.maininner.product .product-view .product-options .swatch-element.text label:before {
  margin-right: 5px;
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 24px;
  vertical-align: top;
}

.maininner.product .product-view .product-options .swatch-element.text input:checked + label,
.maininner.product .product-view .product-options .swatch-element label:hover {
  font-weight: 400;
}

.maininner.product .product-view .add-to-cart .button {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 42px;
  background: #991b1e;
}

.maininner.product .product-view .add-to-cart .button:hover {
  background: #6b98a3;
}

.maininner.product .product-view .add-to-links li a {
  border: 1px solid #ddd;
  width: 42px;
  line-height: 40px;
  vertical-align: top;
  background: #fff;
}

.maininner.product .product-view .add-to-links li a:hover {
  border: 1px solid #991b1e;
}

.maininner.product .product-view .add-to-links li a i {
  color: #ddd;
  transition: all 100ms ease-in 0ms;
}

.maininner.product .product-view .add-to-links li a:hover i {
  color: #991b1e;
  transition: all 100ms ease-in 0ms;
}

.maininner.product .product-view .product-essential .qty {
  border: 1px solid #ddd;
  border-right: none;
  height: 42px;
  background: #fff;
}

.maininner.product .product-view .novaworks-social-share h4 {
  margin: 0px;
}

.maininner.product .product-view .novaworks-social-share ul {
  margin: 15px 0px 0px;
  list-style: none;
}

.maininner.product .product-view .novaworks-social-share ul li a {
  background: #fff;
}

.maininner.product .product-view .novaworks-social-share ul li a:hover {
  border: 1px solid #991b1e;
}

.maininner.product .product-view .novaworks-social-share ul li a i {
  color: #ddd;
  line-height: 42px;
  transition: all 100ms ease-in 0ms;
}

.maininner.product .product-view .novaworks-social-share ul li a:hover i {
  color: #991b1e;
  transition: all 100ms ease-in 0ms;
}

.maininner.product .product-essential {
  margin: 0px;
}

.maininner.product .product-collateral {
  margin: 30px 0px 0px;
  background: #fff;
}

.maininner.product .resp-vtabs .resp-tabs-container {
  width: 70%;
}

.maininner.product .resp-vtabs .resp-tabs-list {
  background: #fff;
}

.maininner.product .resp-vtabs .resp-tabs-list li {
  padding: 0px 30px;
  letter-spacing: 0px;
}

.maininner.product .resp-vtabs .resp-tab-content {
  padding: 30px;
}

.maininner.product .resp-vtabs .resp-tab-content > div {
  color: #333;
  line-height: 24px;
}

.maininner.product .resp-vtabs .resp-tab-content > div p,
.maininner.product .resp-vtabs .resp-tab-content > div ul {
  margin: 15px 0px;
}

.maininner.product .resp-vtabs .resp-tab-content > div > *:first-child {
  margin-top: 0px;
}

.maininner.product .resp-vtabs .resp-tab-content > div > *:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .nova-header {
    padding-bottom: 30px;
  }
  #top-search {
    margin-left: 6vw;
  }
  .products-grid-full .product-hover-box .ajaxcart_simple{font-size: 12px}
}

/* Product Tabs -------------*/

/* Tabs CSS  */

.tabs-list {
	margin-right: -1px;
}

.tabs-content {
    border: 1px solid #ddd;
    padding: 30px;
    background: #fff;
}

.tabs-content > ul > li > *:first-child {
    margin-top: 0px;
}

.tabs-content > ul > li > *:last-child {
    margin-bottom: 0px;
}

.uk-tab > li > a
{
color: #991b1e !important;
}

@media (max-width: 768px) {
  
  .product-tab-content {
    border-top: 0px solid #dddddd;
}
}


/* Cart
----------------------------------------------------------------------------------------------------*/

.maininner.cart .products {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.maininner.cart .products .cart-table thead th {
  padding: 10px 15px;
}

.maininner.cart .products .cart-table input.qty {
  padding: 10px 15px !important;
  height: auto !important;
  width: 48px !important;
  font-size: 12px !important;
  line-height: 24px !important;
}

.maininner.cart .products .cart-table input.qty:focus {
  outline: none;
}

.maininner.cart .products .cart-table .btn-remove {
  margin: 8px auto 0px;
}

.maininner.cart .products .cart-table .btn-remove:before {
  color: #555;
  transition: all 100ms ease-in 0ms;
}

.maininner.cart .products .cart-table .btn-remove:hover:before {
  color: #ccc;
  transition: all 100ms ease-in 0ms;
}

.maininner.cart .products .cart-table tfoot td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  background: #fff;
}

.maininner.cart .products .cart-table .cart-link {
  color: #c03439;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  line-height: 24px;
}

.maininner.cart .products .cart-table .cart-link:focus {
  outline: none;
}

.maininner.cart .products .cart-table .cart-link:hover {
  color: #ccc;
}

.maininner.cart .products .cart-table span.or {
  font-family: 'Open Sans', arial, sans-serif;
  letter-spacing: 0px;
}

.maininner.cart .products .cart-widget {
  margin: 0px;
  border: 1px solid #ddd;
  padding: 30px;
}

.maininner.cart .products .cart-widget > *:first-child {
  margin-top: 0px;
}

.maininner.cart .products .cart-widget > *:last-child {
  margin-bottom: 0px;
}

.maininner.cart .products .cart-widget.shipping label {
  float: left;
  margin-bottom: 5px !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 20px;
}

.maininner.cart .products .cart-widget.shipping input,
.maininner.cart .products .cart-widget.shipping select {
  padding: 10px 15px !important;
  height: auto;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 24px !important;
  text-transform: uppercase;
}

.maininner.cart .products .cart-widget.shipping-rates > div > *:first-child {
  margin-top: 0px;
}

.maininner.cart .products .cart-widget.shipping-rates > div > *:last-child {
  margin-bottom: 0px;
}

.maininner.cart .products .cart-widget.totals td {
  padding: 5px 0px;
  color: #555 !important;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px !important;
}

.maininner.cart .products .cart-widget.totals form {
  margin: 20px 0px 0px !important;
  vertical-align: top;
}

.maininner.cart .products .cart-widget.totals form ul {
  margin: 0px;
}

.maininner.cart .products .cart-widget.totals form ul li {
  margin: 0px;
}

.feeding-chart th {
  font-weight: 700;
}

.feeding-chart td {
  padding-top: 12px !important;
  padding-bottom: 12px !important; 
}

.sidebar .books .col-sm-3 {display: none; 
}


table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:15px;
}

td, th {
	padding:8px 8px;
	border-bottom:1px solid #E5E5E5;
}

th {
	text-align:left;
}

td {
	vertical-align:top;
}

thead th {
	vertical-align:bottom;
}

caption,  tfoot {
	font-size:12px;
	font-style:italic;
}

caption {
	text-align:left;
	color:#999;
}

tbody tr.uk-active {
	background:#f0f0f0;
}

td {
	vertical-align:middle!important;
}

tbody tr:nth-of-type(odd) {
	background:#fafafa;
}

td {
	padding:4px 8px;
}

tbody tr:hover {
	background:#f0f0f0;
}


/* Challenge Page
----------------------------------------------------------------------------------------------------*/

.shopify-challenge__container {
  	margin: 50px auto !important;
}

.shopify-challenge__container .shopify-challenge__button {
  	float: none;
}


/* Recaptcha 
----------------------------------------------------------------------------------------------------*/

.grecaptcha-badge {
	visibility: collapse !important;
}

.create-account .grecaptcha-badge,
.contact-us .grecaptcha-badge {
	visibility: visible !important;
}


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1219px) {

}


/* Only Phones and Tablets (Portrait) */
@media (max-width: 991px) {
  
  /* Theme */
  
  #navbar > div {
    padding: 0px 5px;
  }
  
  .slicknav_menu a {
    float: left;
    padding: 15px;
    width: auto;
  }
  
  .slicknav_menu a .slicknav_icon {
    margin: 0px;
  }

      .slicknav_menu a {
        float: none !important;
        width: auto !important;
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 5px !important;
    }
  .slicknav_menu {
    padding-bottom: 10px !important;
}
  .slicknav_nav .slicknav_item {
    padding-left: 0 !important;
}
#navbar .col-md-12.col-sm-8.col-xs-6 {
    width: 100%;
}
}


/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}


/* Only Phones */
@media (max-width: 767px) {

  /* UIkit */

  .uk-align-medium-right,
  .uk-align-medium-left {
    margin-top: 0px;
  }

  .uk-align-medium-right {
    margin-left: 0px;
  }

  .uk-align-medium-left {
    margin-right: 0px;
  }
  
  
  /* Theme */
  
  .col-left {
    margin-top: 30px;
  }
  
  .maininner.page {
    padding-left: 15px;
  }
  
  #header #logo.uk-margin-left {
    margin-left: 0px !important;
  }
  
  #header #cart.uk-margin-right {
    margin-right: 0px !important;
  }
  
  #header #search {
    margin-right: 0px !important;
  }
  
  
  /* Product */
  
  .maininner.product .tabs {
    margin-right: 0px;
    margin-bottom: -1px;
    margin-left: 0px;
    width: 100%;
  }
  
  .maininner.product .tabs .tabs-list {
    margin-right: 0px;
    margin-bottom: -1px;
    padding-left: 0px;
    width: 100%;
  }
  
  .maininner.product .tabs .tabs-list ul > li.uk-active > a {
    border-bottom: 1px solid #fff !important;
  }
  
  .maininner.product .tabs .tabs-list ul > li:not(.uk-active) > a,
  .maininner.product .tabs .tabs-list ul > li:not(.uk-active) > a:focus,
  .maininner.product .tabs .tabs-list ul > li:not(.uk-active) > a:hover {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid #ddd;
  }
  
  .maininner.product .tabs .tabs-content {
    width: 100%;
  }
  

}


/* Only Phones (Portrait) */
@media (max-width: 479px) {
  
  .maininner.collection .toolbar .sorter .sort-by {
    margin: 0px;
  }

}