.card-box h3{color: #1486C1;}

.dropdown-menu a { color: #333333; padding: 3px 20px;}

.dropdown-menu strong a { font-weight: normal;}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body a {
  color: #6E6E6E;
}

body h1 {
  color: #717EB7;
  text-transform: uppercase;
}

body.products_show h1 {
  color: #6E6E6E;
}

.search-form {
  width: 300px;
  margin-right: 15px;
  position: relative;
  top: 10px;
  display: inline-block;
  border-right: 1px solid #979797;
}

.search-form input#q {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  color: #979797;
  height: auto !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0;
}

.search-form .input-group-addon {
  border: 0;
  background: none;
  border-radius: 0;
  color: #979797;
}

.header-page-row {
  background: #E5E5E5;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 15px;
}

.product-cover {
  border: 0;
  padding: 0;
}

.last-products-title, .promote-products-title {
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 30px;
}

.last-products-title h2 {
  background: url(/system/store_assets/data/001/634/819/original/icon-start.png) no-repeat 0 4px;
  background-size: 18px 16px;
  padding-left: 25px;
}

.promote-products-title h2 {
  background: url(/system/store_assets/data/001/992/823/original/icon-heart.png) no-repeat 0 4px;
  background-size: 18px 16px;
  padding-left: 25px;
}

h2 {
  text-transform: uppercase;
  color: #8E8E8E;
  font-size: 24px;
}

.link-to-sign-in {
  font-size: 12px !important;
  text-transform: uppercase;
}

.cart_link {
  color: #979797;
  font-size: 20px;
}

.cart_link:hover {
  text-decoration: none;
}

.cart_link .c-l-a-c {
  font-size: 10px;
}

.cart_link .fa-shopping-basket {
  display : none;
}

.cart_link .c-l-a-c-l {
  display: none;
}

.footer {
  background: #424D62;
  text-transform: uppercase;
  color: #fff;
}

.footer a {
  color: #fff;
}

/* NEW PRODUCT */
.product-main-subject {
  margin-bottom: 30px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 5px;
  margin-top: 30px;
}

.product-main-subject a {
  text-transform: uppercase;
  font-size: 16px;
  color: #F46799;
}

.product-main-subject a:before {
  content: ' ';
  border-radius: 5px;
  background: #F46799;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.products_show .product-cover, .chapters_show .product-cover {
  width: 50%;
}

.products_show .product-cover img, .chapters_show .product-cover img{
  border: 0;
  padding: 0;
  /*-moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);*/
}

.product-cover-column {
  text-align: center;
}

.product-title {
  text-transform: uppercase;
  color: #6E6E6E;
  font-weight: bold;
}

.product-navigation {
  margin-top: 30px;
}

.product-navigation .nav-tabs {
  border-bottom: 1px solid #6E6E6E;
  color: #6E6E6E;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.product-navigation .nav-tabs > li {
  font-size: 16px;
  font-weight: normal;
  width: 15%;
}

.product-navigation li[data-identifier="tab-list-item-placeholder_741"] {
  width: 25% !important;
}

.product-navigation .nav-tabs > li:last-child {
  text-align: right;
  width: 20% !important;
}

.product-navigation .nav-tabs > li > a {
  border: 0;
  color: #6E6E6E;
  padding: 0;
}

.product-navigation .nav-tabs > li > a:hover, .product-navigation .nav-tabs > li > a:focus {
  color: #F46799;
  background: none;
  border: 0;
}

.product-navigation .tab-content {
  padding: 15px 50px;
}

.product-publisher, .product-collection, .product-publication-date {
  text-transform: uppercase;
  color: #6E6E6E;
  display: inline-block;
  font-size: 12px;
}

.product-publisher:after, .product-collection:after {
  content: ' | ';
}

.product-social-networks .at-share-btn {
  border-radius: 5px !important;
  padding: 8px !important;
}

.product-articles-selector {
  margin-top: 30px;
}

/* articles-selector */

.product-articles-selector .articles-selector-cell-articles {
  width: 80%;
}

.product-articles-selector .articles-selector-submit-label .add-to-cart-label {
  display: none;
}

.product-articles-selector .articles-selector-container {
  display: table;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  width: 100%;
}

.product-articles-selector .articles-selector-row {
  display: table-row;
}

.product-articles-selector .articles-selector-cell {
  display: table-cell;
}

.product-articles-selector .articles-selector-cell-add-to-cart {
  background: #8E8E8E;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: middle;
  position:relative
}

.product-articles-selector .articles-selector-cell-add-to-cart .text-right {
  text-align: center !important;
}

.product-articles-selector .articles-selector-cell-add-to-cart .articles-selector-submit {
  background: none;
  border: 0;
  font-size: 48px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  .product-articles-selector .articles-selector-cell-add-to-cart .articles-selector-submit {
    font-size: 37px;
  }
}

.product-articles-selector .articles-selector-cell-add-to-cart .articles-selector-submit .fa-shopping-cart {
  display: block;
}

.product-articles-selector .articles-selector-cell-articles .table > tbody > tr > td {
  vertical-align: middle;
  border: 0;
}

.product-same-subjects-title h3.title {
  background: url(/system/store_assets/data/004/984/418/original/pink-arrow.png) no-repeat 0 3px;
  background-size: 16px 18px;
  padding-left: 25px;
  border-bottom: 1px solid #6E6E6E;
  color: #6E6E6E;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.product-customers-also-bought-title h3.title {
  background: url(/system/store_assets/data/004/984/418/original/pink-arrow.png) no-repeat 0 3px;
  background-size: 16px 18px;
  padding-left: 25px;
  border-bottom: 1px solid #6E6E6E;
  color: #6E6E6E;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* CAROUSEL */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  color: #6E6E6E;
  font-size: 24px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: none;
  color: #6E6E6E;
}

.carousel-indicators-contrasted-true li.active {
  border: 1px solid #4A599B;
  background: #EFEAFF;
}

.carousel-indicators-contrasted-true li {
  border: 1px solid #4A599B;
  background: #4A599B;
}

.logos {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-navigation {
  text-transform: uppercase;
}

.navigation-section div[data-type="page-navigation"] {
  text-align: center;
}

.navigation-section div[data-type="page-navigation"] > div > ul > li > a, .mega-menu-container .link_to_toggle_navigation {
  color: #fff;
  text-transform: uppercase;
}

.navigation-section div[data-type="page-navigation"] > div > ul > li > a:hover, .navigation-section div[data-type="page-navigation"] > div > ul > li > a:focus {
  text-decoration: none;
}

.mega-menu-container .link_to_toggle_navigation {
  padding-bottom: 20px;
}

.mega-nav {
  margin-top: 15px;
}

.navigation-section div[data-type="page-navigation"] > div > ul > li {
  border-right: 1px solid #fff;
  margin-right: 30px;
  padding-right: 30px;
}

.navigation-section div[data-type="page-navigation"] > div > ul > li:last-child {
  border-right: 0px;
  margin-right: 0px;
}

.navigation-section {
  background: #424D62 !important;
}

footer {
  background: #424D62 !important;
}

body h5 a, body h5 a:hover, body h5 a:focus {
  color: #6E6E6E;
  text-transform: uppercase;
  font-weight: bold;
}

.p-i-p, .medium-price .medium-public-price, .medium-price .medium-discounted-price {
  color: #5C71B0;
}

.copyright-column {
  text-align: center;
  font-size: 11px;
}

.link-to-rss-feed {
  margin-left: 8px;
}

.link-to-rss-feed i {
  display: none;
}

.logo-paybox {
  margin-left: 15px;
  margin-top: 15px;
}

.article-price .article-public-price, .article-price .article-discounted-price {
  color: #337ab7;
}

.pagination>li>a, .pagination>li>span {
  border: 0;
  color: #B2B2B2;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
  color: #337ab7;
  background-color: #fff;
  border-color: #fff;
}


.breadcrumb {
  font-size: 12px;
  color: #B2B2B2;
}

.breadcrumb a {
  color: #B2B2B2;
}

.breadcrumb a:hover {
  color: #F46799;
}

.breadcrumb li:last-child {
  color: #F46799;
}

.separation-under-product-title {
  width: 10%;
}

.separation-under-product-title hr {
  border-top: 1px solid #F46799;
}

.logos-section {
  text-align: center;
}

.logos-section img {
  width: 70%;
}

.mega-menu-container .mega-nav {
  text-transform: uppercase;
}

.mega-menu-container .mega-nav ul {
  text-align: left !important;
}

.mega-menu-container .mega-nav ul li {
  padding-left: 0;
  padding-right: 0;
}

.mega-menu-container .mega-nav .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mega-menu-container .mega-nav a {
  text-align: left !important;
  color: #8E8E8E !important;
  font-size: 12px;
}

div[data-identifier="page_column_126"] {
  border-left: 1px solid #8E8E8E;
}

div[data-identifier="page_column_128"] {
  border-left: 1px solid #8E8E8E;
}

div[data-identifier="page_column_122"] {
  border-left: 1px solid #8E8E8E;
}

.mega-menu-container .mega-nav a:before {
  content: ' ';
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.mega-menu-container .mega-nav a:hover {
  text-decoration: none;
  color: #717EB7 !important;
}

.mega-menu-container .mega-nav a:hover:before {
  background: #717EB7;
}

body input.btn-default, button.btn-default, .btn-info {
  background-color: #F46799;
  border-color: #F46799;
  color: #fff;
}

body input.btn-default:hover, button.btn-default:hover, body input.btn-default:focus, button.btn-default:focus, .btn-info:hover, .btn-info:focus {
  background-color: #717EB7;
  border-color: #717EB7;
  color: #fff;
}

.article-publication-date-cell{
  font-size: 11px;
}

.link-to-facebook {
  background: #979797;
  color: #E5E5E5;
  padding: 5px 10px;
  border-radius: 15px;
}

.link-to-facebook:hover, .link-to-facebook:focus, .link-to-facebook:active {
  background: #F46799;
  color: #fff;
}

.link-to-facebook-richtext {
  padding-top: 20px;
}



@media (max-width: 767px){
  .global-social-networks-column {
    display: none;
  }
  div[data-identifier='page_column_2']{
    text-align: center;
  }
  .site-tools-column .search-form {
    border-right: 0;
  }
  .site-tools-column .navbar-toggle {
    float: none;
    color: #979797;
    padding: 0;
    margin: 15px 0 0 0; 
  }
  
  .logos-section img {
    width: 100%;
  }
  
  .main-navigation ul li {
    border: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    display: block !important;
  }
}