/**
 * 2008 - 2015 HDClic
 *
 * MODULE PrestaBlog
 *
 * @version   3.6.8
 * @author    HDClic <prestashop@hdclic.com>
 * @link      http://www.hdclic.com
 * @copyright Copyright (c) permanent, HDClic
 * @license   Addons PrestaShop license limitation
 *
 * NOTICE OF LICENSE
 *
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */

/** filtrage page recherche */
#categoriesFiltrage {
  display: block;
}

#categoriesFiltrage form {
  margin-top: 5px;
}

#categoriesFiltrage input.search_query {
  width: 150px;
  float: left;
  height: 32px;
}

#categoriesFiltrage select {
  height: 28px;
}

#categoriesFiltrage div.filtrecat {
  float: left;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  background: #333 none repeat scroll 0 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

#categoriesFiltrage div.deleteCat {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}

#categoriesFiltrage div.deleteCat:hover {
  color: #6f6f6f;
}

#prestablogfont p,
#prestablogfont ul,
#prestablogfont ol {
  margin: 0 0 15px;
}

/** Bloc Search **/
.blog-search-wrapper #prestablog_bloc_search {
  position: relative;
  margin-top: 35px;
}

#prestablog_bloc_search .btn.button-search {
  background: #231f20;
  border: medium none;
  color: #fff;
  display: block;
  padding: 7px 0 11px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  border-radius: 0;
}

#prestablog_bloc_search .btn.button-search span {
  display: none;
}

#prestablog_bloc_search .btn.button-search::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  text-align: center;
  width: 100%;
}

#prestablog_bloc_search .btn.button-search:hover {
  color: #ffcb05;
}

#prestablog_bloc_search #prestablog_search {
  background: #fff;
  display: inline;
  min-height: 35px;
  margin-right: 1px;
  padding: 13px 60px 13px 13px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 13px !important;
}

ul.related_blog_product li {
  display: block;
  height: auto;
  margin-bottom: 20px;
  min-height: 40px;
  width: 100%;
}

#prestablog_block_rss a {
  background: none repeat scroll 0 0 #333333;
  color: #fff;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 7px 10px 10px 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font: 600 18px/22px "Open Sans", sans-serif;
}

#prestablog_block_rss a:hover {
  background: none repeat scroll 0 0 #777777;
  color: #fff;
}

#prestablog_block_rss a i {
  float: right;
}

.prestablog_slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-bottom: 7px;
  background: #fff;
  padding: 5px;
  box-shadow: #ccc 0px 0px 5px;
  border-radius: 5px;
}

.prestablog_slide .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  overflow: hidden;
  height: 100%;
}

.prestablog_slide .nivoSlider img,
.productslinks .nivoSlider img {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.prestablog_slide .nivo-main-image,
.productslinks .nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.prestablog_slide .nivo-slice,
.productslinks .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.prestablog_slide .nivo-box,
.productslinks .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.prestablog_slide .nivo-box img,
.productslinks .nivo-box img {
  display: block;
}

.prestablog_slide .nivoSlider,
.productslinks .nivoSlider {
  position: relative;
}

.prestablog_slide .nivo-controlNav {
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 100%;
  height: 10px;
  z-index: 8;
}

.prestablog_slide .nivo-controlNav a {
  background: none repeat scroll 0 0 #2a2a2a;
  border-radius: 5px 5px 5px 5px;
  float: none;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 6px 3px 0;
  width: 6px;
  box-shadow: #ccc 2px 2px 3px;
  cursor: pointer;
  text-indent: -9999;
  margin-top: 4px;
  margin-right: 4px;
}

.prestablog_slide .nivo-controlNav a.active,
.prestablog_slide .nivo-controlNav a:hover {
  background: #fff;
  border: 2px solid #333;
  margin-bottom: -2px;
}

.prestablog_slide .nivo-directionNav .nivo-prevNav {
  background: url(modules/prestablog/views/img/controls.png) no-repeat left bottom;
  float: left;
  left: 5px;
  top: 40%;
}

.prestablog_slide .nivo-directionNav .nivo-nextNav {
  background: url(modules/prestablog/views/img/controls.png) no-repeat right bottom;
  float: right;
  right: 5px;
  top: 40%;
}

.prestablog_slide .nivo-directionNav .nivo-prevNav:hover {
  background: url(modules/prestablog/views/img/controls.png) no-repeat left top;
}

.prestablog_slide .nivo-directionNav .nivo-nextNav:hover {
  background: url(modules/prestablog/views/img/controls.png) no-repeat right top;
}

.prestablog_slide .nivo-directionNav a {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  height: 32px;
  width: 35px;
  text-indent: -9999px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
}

.prestablog_slide:hover .nivo-directionNav a {
  opacity: 1;
}

.prestablog_slide .nivo-caption {
  position: absolute;
  bottom: 10px;
  background: url(modules/prestablog/views/img/bg-texte-slide.png) repeat;
  border: 1px solid #626262;
  padding: 8px 8px 8px 5px;
  height: auto;
  width: auto;
  color: #fff;
  box-shadow: #333 2px 2px 5px;
  z-index: 8;
  border-radius: 0 5px 5px 0;
}

#blog_product_linked {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}

.productslinks {
  float: left;
  background: #f4f4f4;
  padding: 5px;
  box-shadow: #ccc 0px 0px 2px;
  border-radius: 5px;
  width: auto;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.productslinks:hover {
  box-shadow: #ccc 0px 0px 1px;
  border: 1px solid #fff;
  background: #fff;
}

ul.articleslinks {
  padding-left: 40px;
  margin-bottom: 10px;
  list-style: square;
}

a.bloc-rss img {
  margin-bottom: 5px;
}

a.bloc-rss:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#blog_list h3 {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 20px;
}

#blog_list .block_top {
  padding: 0 20px 0 0;
}

#blog_list .block_top .blog_desc {
  position: absolute;
  width: 100%;
  height: 0%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  overflow: hidden;
}

#blog_list li:hover .block_top .blog_desc {
  opacity: 1;
  height: 100%;
}

#blog_list .block_top img {
  width: 100%;
  height: auto;
}

#blog_list .block_bas {
  width: 100%;
  padding: 10px 0;
}

#blog_list .blog_link:after {
  font-family: "FontAwesome";
  content: "\f054";
  margin-left: 6px;
  font-size: 10px;
}

#blog_list .comments {
  float: right;
  font-size: 14px;
}

#blog_list .comments:before {
  font-family: "FontAwesome";
  content: "\f0e6";
  margin-right: 1px;
}

#blog_list a.blog_link:hover,
#blog_list .comments {
  color: #1592e6;
}

#blog_list a.blog_link:hover,
#blog_list .comments:hover {
  text-decoration: none;
  color: #136dc7;
}

#blog_list p {
  margin: 12px 0px;
  color: #888;
}

#blog_list .block_top .blog_desc,
#blog_list .block_top .blog_desc a {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

#prestablogfont ul,
#prestablogfont ol {
  padding-left: 40px;
  margin-bottom: 15px;
}

#prestablogfont ul li {
  list-style: square;
}

#prestablog_menu_cat ul li {
  list-style: none;
}

#prestablogfont ol {
  list-style: decimal;
}

.info_blog {
  font-size: 11px;
  color: #8b8b8b;
}

.info_blog a,
.date_blog-cat,
ul#blog_list li .date_blog-cat a {
  color: #909090;
}

.date_blog-cat {
  font-size: 10px;
  font-weight: normal;
}

.categorie_blog {
  color: #a020f0;
}

.categorie_blog:hover {
  text-decoration: underline;
}

#prestablog_nav_slide {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  text-align: center;
  padding-bottom: 5px;
}

#prestablog_nav_slide a {
  background: url(modules/prestablog/views/img/nav-slide.png) no-repeat right top;
  display: inline-block;
  height: 16px;
  width: 16px;
  outline: medium none;
  text-indent: -9999em;
  margin-right: 1px;
  margin-left: 1px;
}

#prestablog_nav_slide a.activeSlide {
  background: url(modules/prestablog/views/img/nav-slide.png) left top;
}

#prestablog_nav_slide a:hover {
  background: url(modules/prestablog/views/img/nav-slide.png) left top;
}

.prestablog_slide ul.admin {
  padding: 0px;
}

#prestablog_dateliste ul {
  font-weight: bold;
}

#prestablog_dateliste ul ul {
  color: #7f7f7f;
  font-size: 90%;
  font-weight: normal;
  margin-left: 15px;
}

#prestablog_dateliste ul ul li {
  list-style-type: square;
  margin-top: 2px;
  margin-bottom: 2px;
}

img.lastlisteimg {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-top: 5px;
}

.cat_prestablog p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

div.prestablog_pagination {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.prestablog_pagination a {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #aaa;
}

div.prestablog_pagination a:hover,
div.prestablog_pagination a:active {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #a0a0a0;
}

div.prestablog_pagination span.current {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #929ea2;
  background-color: #bdc5c8;
  color: #4d4d4d;
}

div.prestablog_pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  color: #ccc;
}

div.prestablog_pagination span.more {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #ddd;
  color: #aaa;
}

div.block_bas p.categories {
  font-size: 85%;
}

div.block_bas p.categories a {
  font-size: 115%;
}

#prestablog-fb-comments .fb-comments,
#prestablog-fb-comments .fb-comments iframe[style],
#prestablog-fb-comments .fb-like-box,
#prestablog-fb-comments .fb-like-box iframe[style] {
  width: 100% !important;
}

#prestablog-fb-comments .fb-comments span,
#prestablog-fb-comments .fb-comments iframe span[style],
#prestablog-fb-comments .fb-like-box span,
#prestablog-fb-comments .fb-like-box iframe span[style] {
  width: 100% !important;
}

fieldset#prestablog-comment {
  padding: 10px;
}

fieldset#prestablog-comment input {
  width: 100%;
}

fieldset#prestablog-comment input#submitComment {
  width: auto;
}

fieldset#prestablog-comment input.text {
  border: 1px solid #ccc;
  height: 20px;
}

fieldset#prestablog-comment textarea {
  width: 100%;
  height: 200px;
}

fieldset#prestablog-comment p#errors {
  text-align: center;
  font-weight: bold;
}

fieldset#prestablog-comment input.errors,
fieldset#prestablog-comment textarea.errors {
  border: solid 1px #0b9a0b;
}

div#comments {
  display: none;
}

span#toggle-comments {
  cursor: pointer;
}

div.comment h4 a {
  text-decoration: none;
}

div.comment h4 a:hover {
  text-decoration: underline;
}

div.comment {
  margin: 10px 0 10px 0;
  padding: 5px;
}

div.comment hr {
  color: #e5e5e5;
  background-color: #d9d7d7;
}

div.comment p.date-comment {
  color: #7f7f7f;
  font-size: 90%;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 0px;
}

div#abo {
  font-size: 90%;
  float: right;
}

div#abo a {
  color: #dd2a81;
  text-decoration: none;
}

div#abo a:hover {
  text-decoration: underline;
}

#block_footer_last_list {
  float: left;
  width: 175px;
  padding: 15px 10px;
}

.prestablog_cat_img {
  display: inline-block;
  height: auto;
  margin-bottom: 15px;
  max-width: 100%;
}

#prestablog_lastliste p,
#prestablog_catliste p,
#prestablog_dateliste li {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #cccccc;
  width: 100%;
  display: inline-block;
  background: #fff;
}

#prestablog_dateliste li {
  border-bottom: none;
}

#prestablog_dateliste li li {
  border-bottom: 1px dotted #cccccc;
}

#prestablog_lastliste a.button_large,
#prestablog_catliste a.button_large,
#prestablog_dateliste a.button_large {
  margin-top: 10px;
}

.prestablog_thumb_cat {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#prestablog_menu_cat {
  width: 100%;
  float: left;
}

#prestablog_menu_cat nav ul {
  min-height: 40px;
}

#prestablog_menu_cat nav a.mparent {
  background: url(modules/prestablog/views/img/flechebas.png) no-repeat right center;
}

#prestablog_menu_cat nav ul ul a.mparent {
  background: url(modules/prestablog/views/img/flechedroite.png) no-repeat right center;
}

#prestablog_menu_cat nav #nav-version {
  float: right;
}

#prestablog_menu_cat nav #nav-version:hover {
  background: none;
}

#prestablog_menu_cat nav {
  margin-bottom: 10px;
}

#prestablog_menu_cat nav ul ul {
  display: none;
}

#prestablog_menu_cat nav ul li:hover>ul {
  display: block;
}

#prestablog_menu_cat nav ul,
img.logo_home {
  list-style: none;
  position: relative;
  background: #333333;
}

#prestablog_menu_cat nav ul:after {
  content: "";
  clear: both;
  display: block;
}

#prestablog_menu_cat nav ul li {
  float: left;
}

#prestablog_menu_cat nav span.parent {
  float: right;
}

#prestablog_menu_cat nav ul li:hover a {
  color: #fff;
}

#prestablog_menu_cat nav ul li a {
  display: block;
  padding: 9px 20px;
  color: #ffffff;
  text-decoration: none;
  font: 600 18px/22px "Open Sans", "Helvetica Neue", Verdana;
}

#prestablog_menu_cat nav ul li>img {
  padding: 0px 0px;
}

#prestablog_menu_cat nav ul ul {
  background: #6a6a6a;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  min-width: 150px;
  z-index: 10;
}

#prestablog_menu_cat nav ul ul li {
  float: none;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
  position: relative;
}

#prestablog_menu_cat nav ul ul li a {
  padding: 10px 10px;
  color: #fff;
}

#prestablog_menu_cat nav ul ul li a img {
  padding-right: 5px;
}

#prestablog_menu_cat nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

img.news {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #f3f3f3;
}

#prestablogfont img {
  max-width: 100%;
}

#prestablogfont img.f_left {
  margin-right: 10px;
  margin-bottom: 10px;
}

#prestablogfont img.f_right {
  margin-left: 10px;
  margin-bottom: 10px;
}

#prestablogfont iframe {
  border: none;
  max-width: 100%;
}

@media (max-width: 1024px) {
  #blog_list .block_top .blog_desc {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  #prestablog_menu_cat nav {
    display: none;
  }

  #prestablog_menu_cat nav ul {
    padding: 0;
  }

  #menu-mobile {
    cursor: pointer;
    background: #333333 url(modules/prestablog/views/img/menu-toggle-mobile.png) no-repeat 10px center;
    display: block;
    height: 26px;
    width: 100%;
    margin-bottom: 10px;
  }

  #prestablog_menu_cat nav ul ul {
    left: 40px;
    width: auto;
  }

  #prestablog_menu_cat nav ul ul ul {
    position: absolute;
    top: 0px;
    width: auto;
  }

  #prestablog_menu_cat nav ul li {
    float: none;
  }
}

@media (max-width: 600px) {
  #blog_list .block_top .blog_desc {
    font-size: 12px;
  }

  #blog_list li {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .block_top {
    padding: 0 !important;
  }

  img.news {
    float: none;
    display: block;
    clear: both;
  }

  #blog_list .block_top {
    text-align: center;
    width: 100%;
  }

  #blog_list .block_bas {
    width: 100%;
  }
}

#prestablog_catliste li {
  position: relative;
}

#prestablog_catliste li span.grower {
  display: block;
  background: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 14px;
}

#prestablog_catliste li span.OPEN:before,
#prestablog_catliste li span.CLOSE:before {
  content: "\f068";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

#prestablog_catliste li span.CLOSE:before {
  content: "\f067";
  color: silver;
}

#prestablog_catliste li span.OPEN~p {
  background-color: #f5f5f5;
}

#blog_list .block_structure .block_top img {
  border: 1px solid #f3f3f3;
  max-width: 400px;
}

div#blog_list {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#blog_list>div.col-md-9.col-xs-12.col-xs-push-3 {
  margin: 0;
}

div#blog_list>div.col-md-3.hidden-md-up.visible-sm.visible-xs.blog-search-wrapper h2 {
  margin: 30px 0;
}

div#blog_list .row div.block_structure {
  margin-bottom: 60px;
  transition: 0.4s;
  padding: 0;
}

div#blog_list .row div.block_structure div.block_bas.block_bas_inline>a.blog_link {
  color: #231f20;
  padding: 7px 21px;
  border-radius: 50px;
  background: #ffcb05;
  display: inline-block;
  text-decoration: none;
}

div#blog_list .row div.block_structure div.block_bas.block_bas_inline>a.blog_link:active,
div#blog_list .row div.block_structure div.block_bas.block_bas_inline>a.blog_link:hover {
  background: #ebb705;
  text-decoration: none;
}

#center_column #pagination.pagination.clearfix {
  margin: 0;
  padding: 0 20px;
}

#center_column #pagination.pagination.clearfix ul.pagination {
  margin: 0;
}

#center_column .product-count {
  margin: 30px 0;
  padding: 0 20px;
}

#center_column>div.content_sortPagiBar.pagi-bottom>div>div:nth-child(4) {
  display: none;
}

#center_column img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

#blog_list .block_structure .block_title_desc h3,
#blog_list .block_structure .block_title_desc h3 span.date_blog-cat,
#blog_list h2,
.blog-top-content h1,
.blog-top-content h2,
.blog-top-content h3,
.blog-top-content h4 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

#blog_list .block_title_desc a.title_desc_single {
  margin: 10px 0;
  display: inline-block;
}

.block_title_desc span.date_blog-cat a.categorie_blog {
  color: #1592e6;
}

.block_title_desc span.date_blog-cat a.categorie_blog:hover {
  color: #136dc7;
}

#blog_list .block_bas_inline {
  vertical-align: top;
  padding: 0;
}

#blog_list .blog-search-wrapper .blog-small-banner {
  margin-bottom: 55px;
  border: 1px solid transparent;
  transition: 0.4s;
}

#blog_list .blog-search-wrapper .blog-small-banner:hover {
  box-shadow: 0px 5px 17px #dadada;
  border: 1px solid lightgray;
}

#blog_list .custom-blog-categories nav ul {
  background: none;
}

#blog_list .custom-blog-categories nav ul li {
  width: 100%;
  padding: 0px;
}

#blog_list .custom-blog-categories nav ul li a {
  padding: 0 0 10px 0;
  color: #1e2d3f;
  font-weight: 400;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#module-prestablog-blog #columns {
  display: none;
}

#blog_list .blog-search-wrapper .custom-blog-categories h2,
#presta-blog-content-page .blog-search-wrapper h2 {
  margin: 40px 0 20px 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffcb05;
  font-weight: 300;
}

#presta-blog-content-page .blog-main-content div.me_references {
  padding: 0px 20px 20px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
}

#presta-blog-content-page .social-network-row {
  margin-bottom: 40px !important;
  padding: 0;
}

#blog_list .custom-blog-categories ul li:hover a {
  color: #1592e6;
}

#blog_list .blog-search-wrapper h2 {
  color: #ffcb05;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 10px 0 10px 0;
}

#presta-blog-content-page {
  margin-top: 28px;
}

#presta-blog-content-page em,
#presta-blog-content-page i {
  font-style: italic;
}

.blog-banner-background {
  background: #1f2e3f;
  display: block;
  padding: 90px 0;
  margin-bottom: 50px;
  background: url("https://download.mikroe.com/images/image-testing/blog-header-8.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.blog-banner-background h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px;
  font-weight: 400;
  font-size: 52px;
}

.blog-banner-background p {
  text-align: center;
  color: white;
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 2em;
}

#home-page-banner {
  padding: 0;
}

.shdcb_block_html.no-gutter {
  padding: 0;
}

.shdcb_block .home-banner-desk {
  display: block;
}

.shdcb_block .home-banner-mob {
  display: none;
  width: 100%;
}

#presta-blog-content-page .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#presta-blog-content-page .flex-center h1 {
  margin: 0;
}

@media (max-width: 959px) {
  .shdcb_block {
    display: block !important;
  }

  #presta-blog-content-page .text-align-mobile,
  #presta-blog-content-page .text-align-mobile p,
  #presta-blog-content-page .text-align-mobile h1,
  #presta-blog-content-page .text-align-mobile h2,
  #presta-blog-content-page .text-align-mobile h3,
  #presta-blog-content-page .text-align-mobile h4,
  #presta-blog-content-page .text-align-mobile h5 {
    text-align: center !important;
  }

  #presta-blog-content-page .flex-direction-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  #presta-blog-content-page .sm-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #presta-blog-content-page .sm-flex-center h1 {
    margin: 0;
  }
}

@media (min-width: 959px) {
  #presta-blog-content-page .md-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #presta-blog-content-page .md-flex-center h1 {
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .block_top {
    margin-bottom: 20px !important;
  }

  .shdcb_block {
    margin-top: 38px !important;
  }
}

@media (max-width: 500px) {
  .shdcb_block .home-banner-desk {
    display: none;
  }

  .shdcb_block .home-banner-mob {
    display: block;
  }

  #center_column {
    margin-top: 0 !important;
  }

  #blog_list div.home-left-column {
    padding: 0 !important;
  }

  #blog_list div.home-right-column {
    padding: 0 !important;
  }
}

.custom-blog-categories nav div.selector {
  width: 100%;
  font-size: 20px;
  height: auto;
}

.custom-blog-categories nav div.selector select {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  height: auto;
  display: block;
  position: absolute;
}

.custom-blog-categories nav div.selector select:hover {
  cursor: pointer;
}

.custom-blog-categories nav div.selector span {
  width: 258px;
  user-select: none;
  font-size: 13px;
  vertical-align: top;
  display: block;
  position: relative;
  height: auto;
  padding: 8px 0;
}

.custom-blog-categories nav div.selector span:after {
  top: 8px;
}

#presta-blog-content-page .col-md-12.blog-main-content img {
  margin: 20px auto;
}

#presta-blog-content-page .blog-main-content div.me_references h3 {
  margin-top: 20px;
}

#prestablog_menu_cat nav {
  margin-top: 10px;
}

#presta-blog-content-page .blog-top-content a.blog-category-top {
  color: #1592e6;
}

#presta-blog-content-page .blog-top-content a.blog-category-top:hover {
  color: #136dc7;
}

#presta-blog-content-page .blog-search-wrapper h3.products-mentioned-right {
  margin-top: 0;
}

#presta-blog-content-page .blog-main-content ul.gps-modules-block li {
  min-height: 300px;
  display: inline-block;
}

#presta-blog-content-page .blog-main-content ul.gps-modules-block li a {
  display: block;
}

/* STYLE FOR HOME PAGE NEWS */
#home_page_news {
  background: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#home_page_news:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
}

#home_page_news:hover .row-news span.title {
  background: #ebb705;
}

#home_page_news:hover .row-news span.triangle {
  border-color: transparent transparent transparent #ebb705;
}

#home_page_news .latestNews {
  opacity: 1 !important;
  cursor: default !important;
}

#home_page_news .row-news a {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}

#home_page_news .row-news a:hover,
#home_page_news .row-news a:focus {
  text-decoration: none;
}

#home_page_news .row-news span.title {
  padding-left: 30px;
  text-align: left;
  line-height: 50px;
  background: #ffca05;
  color: #231f20;
  width: 200px;
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}

#home_page_news .row-news span.triangle {
  display: inline;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #ffc905;
  left: 200px;
  position: absolute;
}

/* STYLE FOR New products in Store on HOME PAGE*/
#blog_list.hp {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  float: none;
}

#blog_list.hp .row {
  margin: 0;
  outline: none;
}

#blog_list.hp .col-md-3 {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

#blog_list.hp .col-md-3 .block_cont {
  border: 1px solid #f3f3f3;
  overflow: auto;
  cursor: pointer;
  background: #f9f9f9;
}

#blog_list.hp .col-md-3 .block_cont:after {
  content: "";
  clear: both;
  display: table;
}

#blog_list.hp .col-md-3 .block_cont:hover {
  box-shadow: 0 0 3px #9999994d;
  opacity: 0.9;
}

#blog_list.hp .col-md-12 {
  padding: 0;
}

#blog_list.hp img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog_list .twoBanner_rightBeeg {
  max-width: 100%;
  padding: 0 20px;
}

.blog_list .twoBanner_rightBeeg .col-md-4 {
  padding: 0 10px 20px 10px;
}

.blog_list .twoBanner_rightBeeg .col-md-4:hover img {
  opacity: 0.7;
}

.blog_list .twoBanner_rightBeeg img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.blog_list .twoBanner_rightBeeg .col-md-12 {
  max-width: calc(100% - 20px);
  margin: 0 auto 20px auto;
  box-shadow: 0 0 3px #9999994d;
  border-radius: 3px;
  overflow: hidden;
}

.blog_list .twoBanner_rightBeeg .col-md-12:hover img {
  opacity: 0.7;
}

#blog_list .splitdate {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#blog_list .splitdate h3 {
  line-height: 40px;
  padding-right: 15px;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

#blog_list .splitdate .years {
  margin-right: 10px;
}

#blog_list .splitdate div {
  position: relative;
}

#blog_list .splitdate select {
  display: block;
  outline: none;
  padding: 10px 40px 10px 13px;
  max-width: 100%;
  font-size: 12px;
  line-height: 16px !important;
  color: #999;
  background: url("https://i.ibb.co/b7xjLrB/selectbox-arrow.png") right center no-repeat;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 13px;
  height: 40px;
}

#blog_list .splitdate select option {
  padding: 20px 4px;
}

#blog_list .splitdate select::-ms-expand {
  display: none;
}

.standard-wrap {
  padding: 0 20px;
}

.standard-wrap-min {
  padding: 0 20px;
}

.standard-wrap-large {
  padding: 0;
}

@media screen and (min-width: 600px) {

  .standard-wrap-min,
  .standard-wrap {
    padding: 0 50px;
  }
}

@media screen and (min-width: 900px) {

  .standard-wrap-min,
  .standard-wrap {
    padding: 0 20px;
  }

  #blog_list .blog-container .blog-box:nth-child(12) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .standard-wrap {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
  }

  .standard-wrap-min {
    padding: 0px;
  }

  .standard-wrap-large {
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1300px) {
  .standard-wrap {
    width: 1280px;
  }

  .standard-wrap-large {
    width: 1280px;
  }

  #blog_list .block_structure .block_top img {
    height: 189px;
  }
}

#blog_list.hp .block_top:hover .read-more a {
  color: #136dc7;
  font-weight: 500;
}

#blog_list.hp .block_top:hover img {
  opacity: 1;
}

#blog_list.hp .block_top img {
  margin: 0;
}

#blog_list.hp .block_top h2 {
  font-size: 18px;
  margin: 15px 0 0 0;
  font-weight: 500;
}

#blog_list.hp .block_top>.row {
  margin: 15px 0;
}

#blog_list.hp .block_top a>.row .col-md-4 {
  padding: 0;
}

#blog_list.hp .block_top a>.row .col-md-5 {
  padding: 0;
}

#blog_list.hp .block_top a>.row .col-md-7 {
  padding-right: 0;
  height: 190px;
  overflow: hidden;
}

#blog_list.hp .block_top .read-more {
  text-align: right;
  line-height: 40px;
}

#blog_list.hp .block_top .read-more a {
  color: #1592e6;
}

#blog_list.hp .block_top .date>span:first-child {
  float: left;
  display: block;
  width: 100%;
  font-size: 30px;
  margin: 0;
  line-height: 25px;
}

#blog_list.hp+.banner_wrapp {
  max-width: 1280px;
  margin: 30px auto 30px auto;
  display: block;
}

@media (max-width: 990px) {
  #blog_list .block_top .date {
    padding-left: 15px;
  }

  #blog_list h2 {
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 900px) {
  #home_page_news .row-news span.triangle {
    display: none;
  }

  #home_page_news .row-news a {
    height: auto;
    line-height: 1.4;
    padding: 0 0 20px 0;
    margin: 0;
  }

  #home_page_news .row-news span.title {
    text-align: center;
    line-height: initial;
    position: relative;
    left: initial;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 0;
    margin: 0 0 20px 0;
  }

  #blog_list.hp .col-md-3 {
    padding: 0;
    margin: 0 0 50px 0;
  }

  #blog_list.hp .block_cont {
    margin-bottom: -30px;
  }
}

#presta-blog-content-page .blog-main-content a.fancybox,
.home-page-wrapper div.home-left-column {
  margin: 0 auto;
}

@media (max-width: 767px) {
  #blog_list.hp .block_top a>.row .col-md-7 {
    text-align: left;
  }

  #blog_list .block_top .date {
    text-align: left;
  }

  #blog_list .block_bas {
    padding: 0;
  }
}

#blog_list .home-page-wrapper .block_title_desc a.title_desc_single {
  height: 66px;
}

@media (max-width: 1200px) {
  #presta-blog-content-page .dual-link {
    width: 644px !important;
    display: block;
    height: 405px !important;
    top: -410px !important;
  }

  .twoBanner_rightBeeg .col-md-12 {
    max-width: 1170px;
  }

  .blog-top-content .blog-main-content div.big-video-wrapper {
    height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 44.2%;
  }

  #blog_list .home-left-column {
    max-width: 600px;
  }
}

@media (max-width: 992px) {
  #presta-blog-content-page div.blog-top-content {
    padding-right: 15px;
  }

  #presta-blog-content-page .dual-link {
    width: 709px !important;
    display: block !important;
    height: 446px !important;
    top: -451px !important;
  }

  #blog_list div.home-left-column {
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  #blog_list .home-page-wrapper .block_title_desc a.title_desc_single {
    height: 44px;
  }

  #blog_list .home-left-column {
    max-width: none;
  }

  #blog_list .block_top {
    max-width: 100%;
  }

  #blog_list.hp .block_top img {
    max-width: 200px;
    margin: 0 auto;
  }

  #blog_list.hp+.banner_wrapp {
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  #blog_list .block_bas_inline {
    width: 100%;
  }

  #presta-blog-content-page .dual-link {
    display: none !important;
  }
}

#presta-blog-content-page h1,
#presta-blog-content-page h2,
#presta-blog-content-page h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#presta-blog-content-page .blog-top-content .blog-banner-wrapper {
  display: inline-block;
  position: relative;
}

#presta-blog-content-page .blog-main-content h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin: 40px 0 20px 0;
}

#presta-blog-content-page .blog-search-wrapper h2.search-blog-title {
  margin-top: 0px;
}

#presta-blog-content-page p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 22px;
}

#presta-blog-content-page ul li,
#presta-blog-content-page a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}

#presta-blog-content-page #blog_product_linked ul li {
  margin-bottom: 25px;
}

#presta-blog-content-page #blog_product_linked ul li i {
  font-style: normal !important;
}

#presta-blog-content-page #blog_product_linked ul li a.ajax_add_to_cart_button,
#presta-blog-content-page #blog_product_linked ul li a span p {
  margin-bottom: 0px;
}

#blog_product_linked>ul>li.ajax_block_product .more-info {
  margin-bottom: auto;
  font-size: 32px;
}

#blog_product_linked>ul>li.ajax_block_product div.left-block-overlay>.compare {
  display: none;
}

#prestablogfont ul li {
  list-style: disc;
}

#presta-blog-content-page .custom-blog-categories nav ul {
  background: none;
  padding: 0;
}

#presta-blog-content-page .custom-blog-categories nav ul li {
  width: 100%;
  padding: 0px;
}

#prestablog_menu_cat nav ul li:hover {
  background: transparent;
}

#presta-blog-content-page .custom-blog-categories nav ul li a {
  padding: 0 0 10px 0;
  color: #1e2d3f;
  font-weight: 400;
}

#presta-blog-content-page .custom-blog-categories ul li:hover a {
  color: #136dc7;
}

#presta-blog-content-page .blog-top-content {
  padding-right: 60px;
}

#presta-blog-content-page .blog-top-content a {
  color: #1592e6;
}

#presta-blog-content-page .blog-top-content a:hover {
  color: #136dc7;
}

#presta-blog-content-page .info_blog {
  display: inline-block;
}

#presta-blog-content-page .blog-views-count {
  display: inline-block;
  color: #888888;
}

#blog_list .blog-views-count-list {
  display: inline-block;
  color: #888888;
  font-size: 10px;
}

#presta-blog-content-page .blog-views-count span {
  padding: 0 5px 0 0;
  color: #888888;
}

.blog-main-content div.big-video-wrapper {
  position: relative;
  padding-bottom: 38.2%;
  height: 0;
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-main-content div.big-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#blog_list .home-left-column {
  border-right: 1px solid #ddd;
}

#blog_list .home-left-column h2 {
  color: #e61c24;
}

#blog_list .home-left-column h2,
#blog_list .home-right-column h2 {
  margin-left: 15px;
  margin-bottom: 20px;
}

#blog_list h1,
#blog_list h2,
#blog_list h3,
#blog_list h4,
#blog_list h5,
#blog_list h6,
.social-network-row h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#blog_list p.blog-views-count-list {
  margin: 0px;
}

#blog_list .block_structure .block_title_desc h3 span.date_blog-cat {
  line-height: 15px;
  height: 15px;
  display: inline-block;
}

#blog_list .block_title_desc span.categories_blog-cat {
  display: block;
  color: #909090;
  line-height: 15px;
  margin-top: 0px;
  height: 30px;
  font-size: 10px;
}

#blog_list .block_title_desc span.categories_blog-cat a {
  color: #e61c24;
}

.blog-main-content table {
  margin: 20px 0;
}

.blog-main-content table td {
  border: 1px solid #ccc;
}

.blog-search-wrapper div#blog_product_linked h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

#qp_cl_1939534,
#qp_cl_1939523,
#qp_cl_1939531 {
  display: none !important;
}

.anchor-blog {
  z-index: -999;
  display: block;
  height: 76px;
  margin-top: -76px;
  visibility: hidden;
}

@media (max-width: 1200px) {
  #presta-blog-content-page {
    padding: 0 20px;
  }
}

@media (max-width: 899px) {
  #presta-blog-content-page {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  #blog_list .block_top {
    height: auto;
    float: left;
  }

  #blog_list .block_bas_inline {
    float: left;
  }

  #blog_list .block_title_desc a.title_desc_single {
    margin: 0 0 10px 0;
  }

  div#blog_list .row div.block_structure div.block_cont.block_cont_inline {
    overflow: auto;
  }

  div#blog_list .row div.block_structure div.block_cont.block_cont_inline:after {
    clear: both;
  }

  div#blog_list .row div.block_structure div.block_cont.block_cont_inline:after,
  div#blog_list .row div.block_structure div.block_cont.block_cont_inline:before {
    content: " ";
    display: table;
  }

  div#blog_list .row div.block_structure div.block_bas.block_bas_inline>a.blog_link {
    margin: 10px 0 0 0;
  }
}

/* end media */

@media only screen and (min-width: 900px) {
  div#blog_list {
    margin-top: 25px;
  }

  #blog_list.hp .col-xs-12.col-md-3.th5 {
    width: 20%;
  }

  #blog_list.hp .pull-right.row-box {
    width: 100%;
    display: flex;
    padding: 0 5px;
  }

  #blog_list.hp .pull-right.row-box p:nth-child(2) {
    position: absolute;
    right: 5px;
  }

  #blog_list.hp .block_top {
    position: relative;
  }

  #blog_list.hp .pull-left {
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 5px;
    height: 36px;
  }

  #blog_list.hp .desc {
    height: 40px;
    padding: 0;
    display: flex;
  }

  #blog_list.hp .desc i {
    margin-right: 5px;
    font-weight: 400;
  }

  #blog_list .block_top {
    padding: 0;
  }

  #blog_list .block_cont {
    height: auto;
  }

  #blog_list .home-page-wrapper .big-box,
  #blog_list .home-page-wrapper .stand-box {
    padding: 0 5px;
    margin-bottom: 10px;
    height: 160px;
  }

  #blog_list .home-page-wrapper .big-box {
    height: 330px;
    position: relative;
  }

  #blog_list .home-page-wrapper .stand-box .desc h5 {
    padding-top: 10px;
  }

  #blog_list .home-page-wrapper .big-box h4 {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 800;
    font-size: 24px;
    color: #fbfbfb;
    position: absolute;
    width: calc(100% - 10px);
    padding-top: 10px;
    padding-right: 10px;
  }

  #blog_list .home-page-wrapper .big-box h5 {
    padding-top: 10px;
  }

  #blog_list .home-page-wrapper .big-box img {
    margin: 0;
    width: 100%;
  }

  #blog_list .home-page-wrapper .big-box h4 {
    height: 100px;
    background-image: linear-gradient(to top,
        rgba(255, 0, 0, 0),
        rgba(0, 0, 0, 1));
    z-index: 10;
  }

  #blog_list .stand-box .date {
    position: absolute;
    right: 0;
    display: grid;
    width: auto;
    padding: 0;
    top: 0;
  }

  #blog_list .stand-box .date span {
    width: auto !important;
    font-weight: 500;
    background: #fbfbfb;
    padding: 0 5px;
    border-radius: 0 0 0px 10px;
  }

  #blog_list .stand-box .date span:first-of-type {
    font-size: 20px !important;
    text-align: center;
    border-radius: 0px 0 0 0;
  }

  #blog_list .background-img {
    height: 299px;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  div#blog_list {
    margin-top: 20px;
  }

  #blog_list .block_bas_inline {
    padding: 0;
    margin-top: 10px;
  }

  #blog_list div.blog-small-banner>a>img {
    width: 100%;
    max-height: 188px;
  }

  #blog_list .block_structure .block_top img:hover,
  #blog_list div.blog-small-banner>a>img:hover {
    opacity: 0.8;
  }

  #blog_list .blog-search-wrapper .custom-blog-categories h2,
  #presta-blog-content-page .blog-search-wrapper h2,
  #blog_list .blog-search-wrapper h2 {
    font-size: 24px;
  }

  #blog_list .custom-blog-categories nav ul li a {
    font-size: 16px;
  }
}

.heading-h1 {
  font-size: 32px;
  letter-spacing: 3px;
  padding: 60px 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}

#prestablog_search {
  max-height: 40px !important;
}

#blog_list .resultseacrsh {
  cursor: pointer;
}

#blog_list .resultseacrsh,
#blog_list .secndresultseacrsh {
  display: block;
  width: fit-content;
  border-radius: 50px;
  padding: 5px 20px;
  background: #15b3c9;
  color: #fff;
  font-size: 15px;
  margin: 0;
}

#blog_list .pagination .resultseacrsh,
#blog_list .pagination .secndresultseacrsh {
  display: none;
}

#blog_list .showseacrsh {
  margin: 7px 0 0 0;
  position: absolute;
  left: 350px;
}

#blog_list .scdcountserach,
#blog_list .countserach {
  font-size: 14px;
  margin: 30px 0 0 0;
  position: relative;
  bottom: -20px;
}

#blog_list .cont-box {
  padding: 0 5px;
}

#blog_list .blog-box-wrap.blog-box-first .blog-box {
  float: none;
  margin: 0 auto;
}

#blog_list button.slick-arrow {
  top: 53%;
  height: 46px;
  width: 46px;
  z-index: 1;
  background-color: rgba(227, 227, 227, 0.5);
  border-radius: 50px;
}

#blog_list button.slick-next {
  right: -20px;
}

#blog_list button.slick-prev {
  left: -20px;
}

#blog_list .slick-next:before,
#blog_list .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #231f20;
  font-size: 24px;
}

#blog_list .slick-next:before {
  content: "\f054";
}

#blog_list .slick-prev:before {
  content: "\f053";
}

#blog_list .blog-box a {
  outline: none;
}

#blog_list .blog-box .info {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}

#blog_list .blog-box .info p {
  margin: 0;
}

#blog_list .blog-box img.opacity {
  opacity: 0.1;
}

#new_home #blog_list .home-box-wrap {
  height: 340px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 10px;
  display: none;
}

#new_home #blog_list .home-box-wrap:first-of-type {
  display: block;
}

#new_home #blog_list .home-box-wrap a {
  height: 100%;
  display: block;
  position: relative;
}

#new_home #blog_list .home-box-wrap .desc {
  position: absolute;
  top: 0;
  padding: 15px;
  display: none;
  color: #707070;
  height: 200px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

#new_home #blog_list .home-box-wrap .desc p strong {
  font-weight: 500;
}

#new_home #blog_list .home-box-wrap .desc p {
  display: contents;
  font-size: 16px;
}

#new_home #blog_list .home-box-wrap .desc p span {
  font-size: 16px !important;
}

#new_home #blog_list .home-box-wrap .head {
  height: 200px;
  position: relative;
}

#new_home #blog_list .home-box-wrap .prod-title {
  text-align: left;
  height: 85px;
}

/* #new_home #blog_list .home-box-wrap .head img{height: 190px;position: absolute;left: 0;right: 0;top: 20px;} */
#new_home #blog_list .home-box-wrap .info {
  padding: 20px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 10px;
}

#new_home #blog_list .home-box-wrap.todays-product {
  background-color: #fff;
  border: 1px solid #ffcb05;
  color: #fff;
  font-weight: 600;
}

#new_home #blog_list .home-box-wrap.todays-product .info {
  font-size: 22px;
  background-color: #ffcb05;
  text-align: center;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  line-height: 16px;
}

#new_home #blog_list .home-box-wrap.todays-product .info p {
  margin: 0;
}

#new_home #blog_list .home-box-wrap a .info .read-more {
  color: #1592e6;
}

#new_home #blog_list .home-box-wrap a:hover .info .read-more {
  color: #136dc7;
}

#new_home #blog_list .home-box-wrap a:hover .info .read-more i {
  transition: 0.2s ease-in;
  padding-right: 10px;
}

/* #new_home #blog_list .home-box-wrap a:hover .desc{display: block;} */
/* #new_home #blog_list .home-box-wrap a:hover{background-color: #343434;color: #888!important;} */
/* #new_home #blog_list .home-box-wrap a:hover .head{opacity: 0.1;} */

#blog_list .blog-box .head.blog-img-background {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#blog_list.standard-wrap-large {
  margin: 0 auto 60px auto;
}

#blog_list .blog-box .head:hover,
#blog_list .blog-box .head:focus {
  outline: 0;
}

#blog_list .blog-box .info i {
  padding-right: 4px;
}

#blog_list h2 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 60px 0 30px 0;
}

#blog_list h2.titleblog:first-of-type {
  padding: 80px 0 30px 0;
  margin: 0;
}

#blog_list .blog-box .desc {
  color: #231f20;
  font-size: 14px;
  outline: 0;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  line-height: 22px;
}

#blog_list .blog-box-wrap .blog-box {
  background: #fff;
  border: 1px solid #e6e6e6;
}

#blog_list .blog-box-wrap .blog-box .desc {
  height: 140px;
  text-align: left;
}

#blog_list .blog-box-wrap .blog-box h4 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  margin: 20px auto 0 auto;
  height: 56px;
  padding: 0 20px;
}

#blog_list .col-lg-12 {
  padding: 0 20px;
}

#categoriesFiltrage {
  display: none;
}

#blog_list .pagination {
  width: 100%;
  position: relative;
}

#blog_list .pagination a,
#blog_list .pagination span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #231f20;
  font-weight: 500;
  margin-right: 12px;
  background: #fff;
}

#blog_list .pagination a:hover,
#blog_list .pagination span:hover {
  background: #fbfbfb;
  text-decoration: none;
}

#blog_list .pagination span.active {
  background: #ffcb05;
  border: 1px solid #ffcb05;
}

#blog_list .pagination .col-lg-12 {
  display: flex;
  justify-content: center;
}

#blog_list .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.07), 0 0 2px #136dc7;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.07), 0 0 2px #136dc7;
  border: 1px solid #136dc7;
}

#blog_list .search-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}

#blog_list form#prestablog_bloc_search {
  position: relative;
  margin: 0;
  outline: none;
  width: 306px;
}

#blog_list form#prestablog_bloc_search input::placeholder {
  color: #231f20;
}

#blog_list #prestablog_bloc_search .btn.button-search {
  background: #fff;
  height: 40px;
  color: #444;
  font-size: 13px;
  border: 1px solid #e6e6e6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#blog_list #prestablog_bloc_search .btn.button-search:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075), 0 0 2px #136dc7;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 2px #136dc7;
}

#blog_list #prestablog_bloc_search .btn.button-search::before {
  font-family: "FontAwesome";
  content: "\f002";
  font-weight: 100;
}

#blog_list .pagination .col-lg-12 i {
  font-size: 14px;
  font-weight: 300;
}

#blog_list .news-archive {
  outline: none;
  position: fixed;
  margin: 0;
  z-index: 99999;
  left: 0;
  width: 100%;
}

#blog_list .news-archive p {
  text-align: right;
  padding-right: 30px;
  cursor: pointer;
}

#blog_list #divMonths {
  height: 306px;
  display: none;
  overflow: overlay;
  text-align: right;
  border: none;
  box-shadow: none;
  padding-right: 30px;
  background: #fbfbfb;
}

#module-prestablog-blog span.select2-selection.select2-selection--single {
  outline: none;
}

#module-prestablog-blog .select2-container .select2-selection--single {
  height: 40px;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: initial;
  border: inherit;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: relative;
  top: -8px;
  font-size: 16px;
  font-weight: 300;
  right: 6px;
}

#module-prestablog-blog .select2-container--default .select2-selection--single {
  border: 1px solid #e6e6e6;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
}

#module-prestablog-blog .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\f077";
}

#module-prestablog-blog .select2-results__option {
  padding: 10px 6px;
}

#module-prestablog-blog .select2-container--default .select2-search--dropdown .select2-search__field {
  outline-color: #e6e6e6;
}

#module-prestablog-blog .select2-dropdown {
  border: 1px solid #e6e6e6;
}

#module-prestablog-blog .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 300;
  font-size: 30px;
  right: 20px;
}

#blog_list .home-box-wrap.todaysnew .blog-box {
  border: 2px solid #ffcb05;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#blog_list div.row.pagination.mobile {
  display: none;
}

#blog_list .showseacrsh i {
  cursor: pointer;
  color: #fff;
}

#blog_list .no-blog {
  border: 1px solid #dfdfdf;
  padding: 30px;
}

#blog_list .no-blog ul li {
  display: block;
  font-size: 15px;
  line-height: 30px;
  list-style-type: disc;
}

#blog_list .no-blog a {
  color: #1592e6;
  text-decoration: none;
  font-weight: 400;
}

#blog_list .no-blog h3:nth-of-type(1) {
  margin-bottom: 20px;
}

#blog_list .no-blog span {
  font-style: italic;
  font-weight: 600;
}

#blog_list .blog-container {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 900px) {
  #presta-blog-content-page h1 {
    font-size: 24px;
  }

  #blog_list .showseacrsh {
    margin: 20px 0 0 0;
    position: relative;
    left: unset;
  }
}

@media screen and (min-width: 891px) and (max-width: 1199px) {
  #blog_list .blog-box:nth-child(3) {
    margin-right: 0 !important;
  }

  #blog_list .blog-box:nth-child(6) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  #blog_list .big {
    display: none;
  }

  #blog_list div.row.pagination.big {
    display: none;
  }

  #blog_list div.row.pagination.mobile {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #new_home #blog_list.hp {
    margin: 0;
  }

  #new_home #blog_list .home-box-wrap {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px 10px;
  }

  #blog_list .news-archive {
    padding: 20px 20px 0 20px;
    width: 230px;
    right: 0;
    left: inherit;
    left: initial;
  }

  #blog_list .blog-container {
    padding: 30px 10px 0 10px;
    margin: 30px -20px;
  }

  #blog_list .blog-box-wrap .blog-box {
    float: left;
    border: 1px solid #e6e6e6;
    margin: 0 10px 20px 10px;
  }

  #blog_list button.slick-arrow {
    top: 258px;
    background-color: transparent;
  }

  #blog_list .blog-container button.slick-arrow {
    top: calc(50% - 10px);
  }

  #blog_list .blog-box-wrap.blog-box-first .blog-box {
    display: none;
  }

  #blog_list .blog-box-wrap.blog-slick {
    display: block;
    float: left;
  }

  #blog_list .no-blog {
    margin: 0 0 30px 0;
  }

  #new_home #blog_list.hp .st-block-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #new_home #blog_list .home-box-wrap:nth-child(-n + 4) {
    display: block;
    flex: 0 calc(50% - 20px);
  }

  #blog_list .blog-box-wrap .blog-box .desc {
    height: 160px;
  }

  #new_home #blog_list .home-box-wrap .info {
    line-height: 5px;
  }

  #blog_list .search-wrap {
    flex-direction: row;
    padding: 0 15px;
    justify-content: space-between;
  }

  #blog_list .splitdate {
    width: calc(50% - 10px);
    justify-content: flex-end;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  #home_page_news {
    margin: 30px 0;
  }

  #blog_list .blog-container {
    margin: 30px -20px 20px -20px;
  }

  #blog_list h2.titleblog {
    padding: 80px 0 40px 0;
    margin: 0;
  }

  #new_home #blog_list .home-box-wrap:nth-child(-n + 8) {
    display: block;
    flex: 0 calc(25% - 20px);
    height: 277px;
  }

  #new_home #blog_list .home-box-wrap {
    width: calc(25% - 20px) !important;
    height: 277px;
  }

  #new_home #blog_list .home-box-wrap .head {
    height: 158px;
  }

  #new_home #blog_list .home-box-wrap .info {
    line-height: 9px;
  }

  #new_home #blog_list .home-box-wrap.todays-product .info {
    font-size: 18px;
    line-height: 12px;
    height: 44px;
  }

  #new_home #blog_list .home-box-wrap .prod-title {
    height: 74px;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 15px 0 15px;
  }

  #new_home #blog_list .home-box-wrap .desc {
    line-height: 18px;
  }

  #new_home #blog_list .home-box-wrap .info {
    padding: 15px;
  }

  #new_home #blog_list .home-box-wrap .desc p {
    font-size: 13px;
  }

  #new_home #blog_list .home-box-wrap .desc p span {
    font-size: 13px !important;
  }

  #blog_list p {
    margin: 0px;
  }

  #blog_list h2 {
    text-align: center;
  }

  #blog_list .search-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #blog_list .scdcountserach,
  #blog_list .countserach {
    bottom: -10px;
    margin: 20px 0 0 0;
  }

  #blog_list .splitdate {
    width: calc(33% - 10px);
  }

  #blog_list .news-archive {
    margin: 0;
    width: 32%;
    padding: 0 20px;
  }

  #blog_list .home-page-wrapper .slick-track .slick-slide div:nth-of-type(2) .blog-box-wrap {
    margin-bottom: 0;
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 200px;
  }

  #blog_list .blog-box-wrap .blog-box .desc {
    height: 130px;
  }

  #blog_list .blog-box .head {
    height: 180px;
  }

  #blog_list .blog-box .head img {
    object-fit: cover;
    height: 100%;
  }

  #blog_list button.slick-next {
    right: -20px;
  }

  #blog_list button.slick-prev {
    left: -20px;
  }

  #blog_list .pagination {
    margin: 0;
  }

  div#blog_list .post-container:last-of-type {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  #blog_list.standard-wrap-large {
    margin: 0 auto 80px auto;
  }

  #blog_list h2 {
    padding: 80px 0 40px 0;
    font-weight: 200;
  }

  #blog_list h2.titleblog:first-of-type {
    padding: 60px 0 40px 0;
  }

  #blog_list .blog-container {
    margin: 26.5px 0;
    padding: 26.5px 0px 0 0px;
  }

  #blog_list .col-lg-12 {
    padding: 0;
  }

  #blog_list .search-wrap {
    width: 1170px;
    margin: 0 auto;
  }

  #blog_list .splitdate {
    width: calc(30% - 15px);
  }

  #blog_list .news-archive {
    width: 276px;
    padding: 0;
    left: 892px;
    margin: 0 auto;
  }

  #blog_list .blog-box-wrap .blog-box {
    margin: 0;
    margin: 0 10px;
  }

  #blog_list .blog-box .head {
    height: 170px;
  }

  #blog_list .blog-box-wrap .blog-box h4 {
    height: 70px;
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 172px;
  }

  #blog_list .blog-container button.slick-arrow {
    top: calc(50% - 10px);
  }

  #blog_list .blog-container button.slick-arrow::before {
    font-size: 26px;
  }

  #blog_list .blog-container button.slick-prev {
    left: -20px;
  }

  #blog_list .blog-container button.slick-next {
    right: -20px;
  }

  div#blog_list .post-container {
    margin: 0 -10px;
  }

  #new_home #blog_list .home-box-wrap .desc {
    line-height: 21px;
  }

  #new_home #blog_list .home-box-wrap .desc p {
    font-size: 14px;
  }

  #new_home #blog_list .home-box-wrap .desc p span {
    font-size: 14px !important;
  }

  #new_home #blog_list .home-box-wrap .prod-title {
    height: 59px;
    padding: 10px 15px 0 15px;
  }

  #new_home #blog_list .home-box-wrap .head {
    height: 170px;
  }

  #blog_list .blog-box-wrap {
    width: 25%;
    float: left;
  }

  #blog_list .blog-box-wrap:nth-child(4),
  #blog_list .blog-box-wrap:nth-child(8),
  #blog_list .blog-box-wrap:nth-child(12) {
    padding: 0 0 20px 0;
  }

  #new_home .section-first .todays-product .info {
    font-size: 22px;
  }

  #new_home #blog_list .home-box-wrap.todays-product .info {
    height: 47px;
    font-size: 19px;
  }

  #blog_list .splitdate h3 {
    padding-right: 20px;
  }

  #blog_list .splitdate .years {
    margin-right: 20px;
  }

  #blog_list .splitdate .years select {
    padding: 10px 64px 10px 13px;
  }
}

@media screen and (min-width: 1240px) {
  #blog_list .blog-container button.slick-prev {
    left: -30px;
  }

  #blog_list .blog-container button.slick-next {
    right: -30px;
  }
}

@media screen and (min-width: 1300px) {
  #blog_list .search-wrap {
    width: 1280px;
  }

  #blog_list .blog-container {
    margin: 30px 0;
    padding: 30px 0px 0 0px;
  }

  #blog_list form#prestablog_bloc_search {
    width: 306px;
    margin-right: 30px;
  }

  #blog_list .splitdate .years select {
    padding: 10px 80px 10px 13px;
  }

  #blog_list .splitdate .month select {
    padding: 10px 50px 10px 13px;
  }

  #blog_list .news-archive {
    left: 977px;
    width: 304px;
  }

  #blog_list .home-page-wrapper .home-box {
    width: 232px;
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 189px;
  }

  #blog_list .blog-box .head {
    height: 198px;
  }

  #blog_list .blog-box-wrap .blog-box {
    max-width: 400px;
  }

  #blog_list .blog-container button.slick-prev {
    left: -20px;
  }

  #blog_list .blog-container button.slick-next {
    right: -20px;
  }

  #new_home #blog_list .home-box-wrap:nth-child(-n + 8) {
    height: 305px;
  }

  #new_home #blog_list .home-box-wrap {
    height: 305px;
  }

  #new_home #blog_list .home-box-wrap .head {
    height: 190px;
  }

  #new_home #blog_list .home-box-wrap .prod-title {
    height: 67px;
  }

  #new_home #blog_list .home-box-wrap.todays-product .info {
    font-size: 22px;
  }

  #new_home #blog_list .home-box-wrap .desc {
    line-height: 24px;
  }

  #new_home #blog_list .home-box-wrap .desc p {
    font-size: 16px;
  }

  #new_home #blog_list .home-box-wrap .desc p span {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1340px) {
  #blog_list .blog-container button.slick-prev {
    left: -30px;
  }

  #blog_list .blog-container button.slick-next {
    right: -30px;
  }
}

#presta-blog-content-page .blog-top-content.standard-wrap {
  padding-right: 0;
}

@media screen and (max-width: 776px) {
  #new_home #blog_list .home-box-wrap .head {
    height: 230px;
  }

  #new_home #blog_list .home-box-wrap {
    height: 370px;
  }

  #new_home #blog_list .home-box-wrap .head .st-img {
    object-fit: contain;
    object-position: top;
  }

  #new_home .blogs-section .popular-blog-img {
    height: 230px !important;
  }

  #new_home .st-block-row .st-block-1 {
    height: 370px;
  }
}

#prestablogfont p.mobile {
  display: none !important;
}

#prestablogfont p.big {
  display: block !important;
}

@media screen and (max-width: 992px) {
  #prestablogfont p.big {
    display: none !important;
  }

  #prestablogfont p.mobile {
    display: block !important;
  }
}

#blog_list .row.blog-wrap {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

#blog_list .fourinline {
  width: calc(25% - 15px);
  border: 1px solid #e6e6e6;
  margin-bottom: 20px !important;
  margin: 0 10px;
  background: #fff;
}

#blog_list {
  margin: 60px auto;
}

#blog_list .col-xs-push-3 {
  padding: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 30px;
}

#blog_list .fourinline h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 600 !important;
  margin: 20px auto 0 auto;
  height: 56px;
  padding: 0 20px;
}

#blog_list .fourinline img {
  border: none !important;
}

#blog_list .fourinline .custom-blog-desc {
  padding: 0 10px;
  height: 130px;
  color: #231f20;
  line-height: 20px;
}

#blog_list .fourinline .info {
  padding: 0 20px 20px 20px;
  margin: 0;
  height: 47px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
}

#blog_list .fourinline .info .date_blog-cat {
  font-size: 14px;
}

#blog_list .fourinline .blog-views-count-list {
  font-size: 14px;
}

#blog_list .fourinline .block_bas_inline {
  margin-top: 0px;
}

#pagination {
  margin-bottom: 80px !important;
}

#pagination ul {
  display: flex;
}

#pagination li {
  margin-right: 12px;
  font-weight: 500;
}

#pagination li a,
#pagination li span {
  border-radius: 5px;
}

#pagination {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  #blog_list #titleblog {
    padding: 60px 0 40px 0;
  }

  #blog_list .fourinline h3 {
    height: 70px;
  }
}

@media screen and (min-width: 990px) {
  #blog_list .fourinline:nth-child(4n + 0) {
    margin-right: 0;
  }

  #blog_list .fourinline:nth-child(1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  #blog_list .fourinline {
    width: calc(50% - 20px);
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 172px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  #blog_list .fourinline {
    width: calc(50% - 20px);
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  #blog_list .fourinline {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  #blog_list .row.blog-wrap {
    display: block;
  }

  #blog_list .blog-box .head.blog-img-background {
    height: 200px;
  }
}

.visible-sm.blog-search-wrapper {
  display: none !important;
}

#new_home .latest-news-wrap .desc {
  display: none !important;
}

#new_home .latest-news-wrap h4 {
  font-size: 16px !important;
  padding: 10px 15px 0 15px !important;
  height: 67px !important;
}

#new_home .latest-news-wrap .blog-box {
  height: 307px !important;
}

@media only screen and (max-width: 768px) {
  #new_home .latest-news-wrap .blog-box {
    height: 370px !important;
  }
}

#new_home .latest-news-wrap .info {
  margin: 0 !important;
  padding: 15px;
}

#new_home .latest-news-wrap .read-more {
  line-height: 9px;
  font-size: 14px !important;
}

#new_home .latest-news-wrap .popular-blog-img {
  height: 190px !important;
}

#new_home .section-fusion {
  display: none !important;
}

#new_home .product-highlights .blog-box {
  height: 305px !important;
  height: 307px !important;
}

#new_home .product-highlights .blog-box h4 {
  font-size: 16px !important;
  padding: 10px 15px 0 15px !important;
  height: 67px !important;
  margin: 0;
  line-height: 26px;
}

#new_home .product-highlights .popular-blog-img {
  height: 190px !important;
}

#new_home .product-highlights .blog-desc-desk {
  display: none !important;
}

#new_home .product-highlights .read-more {
  line-height: 9px;
  font-size: 14px !important;
}

#new_home .product-highlights .info {
  margin: 0 !important;
  padding: 15px;
}

#new_home .product-highlights .blog-desc-mob {
  display: none;
}

#presta-blog-content-page #necto.necto-2_0 .downloadSection {
  background: #fff;
  padding-bottom: 60px;
}

#presta-blog-content-page #necto.necto-2_0 .downloadSection h2 {
  font-weight: 300;
  font-size: 43px;
  padding: 60px 0 45px 0;
  line-height: 1.4;
  text-transform: uppercase;
}

#presta-blog-content-page #necto.necto-2_0 .downloadSection .col-md-4 {
  display: flex;
  justify-content: center;
}

#presta-blog-content-page #necto.necto-2_0 .downloadWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

#presta-blog-content-page #necto.necto-2_0 .downloadWrap a {
  text-align: center;
  font-size: 60px;
  margin: 0 50px;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox i {
  font-size: 90px;
  margin: 30px auto;
  color: #2c3b63;
  font-style: normal;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox {
  border: 1px solid #03a9f4;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 285px;
  justify-content: center;
  cursor: pointer;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox a {
  color: #fff;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox a:hover {
  color: #fff;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox:hover {
  box-shadow: rgb(0 0 0 / 17%) 0 0 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
  -webkit-box-shadow: rgb(0 0 0 / 17%) 0 0 13px;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox p {
  margin-top: 30px;
}

#presta-blog-content-page #necto.necto-2_0 .downloadBox img {
  filter: invert(1);
  max-width: 25px;
  height: 25px;
  margin: 0;
  margin-right: 10px;
}

#presta-blog-content-page #necto.necto-2_0 .btnDownload {
  display: flex;
  background-color: #03a9f4;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

#presta-blog-content-page #necto.necto-2_0 .btnDownload p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #presta-blog-content-page #necto.necto-2_0 .downloadBox {
    margin-bottom: 40px;
  }
}

#presta-blog-content-page #cover {
  max-width: 400px;
  margin: 30px auto 40px auto;
}

#presta-blog-content-page #ntf-area {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #2392e6;
  background-color: #fbfbfb;
  border-radius: 40px;
  transition: 0.5s cubic-bezier(0, 1.28, 0.29, 1.18) width;
}

#presta-blog-content-page #ntf-area.active {
  width: 390px;
}

#presta-blog-content-page #ntf-btn,
#f-msg {
  font-size: 22px;
  color: #2392e6;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 14px;
  cursor: pointer;
  transition: 0.6s ease transform;
}

#presta-blog-content-page #ntf-btn {
  transform: scale(1);
}

#presta-blog-content-page #ntf-btn.inactive {
  transform: scale(0);
}

#presta-blog-content-page #ntf-area.active #ntf-btn {
  display: none;
}

#presta-blog-content-page #ntf-form-cover.active {
  display: block;
  background: #fbfbfb;
  border-radius: 50px;
}

#presta-blog-content-page #ntf-form-cover {
  padding: 4px 0;
  display: none;
}

#presta-blog-content-page #td-inp {
  padding-left: 20px;
}

#presta-blog-content-page #email-inp {
  width: 100%;
  font-weight: 500 !important;
  height: 30px;
  background: #fbfbfb;
}

#presta-blog-content-page #email-inp:focus {
  outline: none;
}

#presta-blog-content-page #td-pre {
  width: 1px;
  white-space: pre;
  padding-left: 20px;
}

#presta-blog-content-page #submit-btn {
  color: #fff;
  padding: 13px;
  background-color: #2392e6;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin-right: 4px;
  border-radius: 40px;
  transform: scale(0);
  transition: 0.4s cubic-bezier(0, 0.73, 0.35, 1.22) transform, 0.2s ease color;
}

#presta-blog-content-page #submit-btn i {
  font-size: 19px;
}

#presta-blog-content-page #email-inp,
#submit-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border: 0;
}

#presta-blog-content-page #submit-btn.active {
  transform: scale(1);
}

#presta-blog-content-page #submit-btn.active.valid {
  color: #fff;
  cursor: pointer;
}

#presta-blog-content-page #f-msg {
  position: relative;
  top: -50px;
  transform: scale(0);
}

#presta-blog-content-page #f-msg.active {
  transform: scale(1);
}

#presta-blog-content-page .offers h2 {
  text-align: center;
  font-weight: 600;
  margin: 60px;
}

#presta-blog-content-page #subscribe .container {
  display: flex;
}

#presta-blog-content-page #subscribe .container button {
  border: none;
  background-color: #2392e6;
  color: #fff;
  padding: 15px 25px;
  font-size: 21px;
  letter-spacing: 1px;
}

#presta-blog-content-page #subscribe .container input {
  width: 300px;
  border: 1px solid #dfdfdf;
  height: 49px;
  text-align: center;
}

#presta-blog-content-page #cover .subscribe-title {
  font-weight: 600;
  text-align: center;
}

#presta-blog-content-page #cover #mc_embed_signup_scroll {
  display: flex;
  height: 40px;
  padding: 2px 25px;
  position: relative;
}

#presta-blog-content-page #cover #mc_embed_signup_scroll input#mce-EMAIL {
  height: 35px;
  border: none;
  background: #fbfbfb;
  outline: none;
  font-size: 15px;
  padding: 0 10px;
  width: calc(100% - 50px);
}

#presta-blog-content-page #cover #mc_embed_signup_scroll .clear {
  position: absolute;
  right: 0;
}

#presta-blog-content-page #cover #mc_embed_signup_scroll button.button {
  position: relative;
  top: -2px;
  right: 5px;
  border-radius: 50px;
  height: 40px;
  width: 49px;
  border-style: none;
  background: #2392e6;
}

#presta-blog-content-page #cover #mc_embed_signup_scroll button.button.disabled {
  opacity: 0.7;
}

#presta-blog-content-page #cover #mc_embed_signup_scroll .clear i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 25px;
  color: #fff;
  display: block;
  font-weight: 300;
  font-style: normal;
}

#presta-blog-content-page #cover .input-row {
  position: absolute;
  left: -5000px;
}

@media screen and (max-width: 1280px) {
  #presta-blog-content-page .pk-banner img {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  #presta-blog-content-page .pk-banner img {
    width: 150px;
  }

  #presta-blog-content-page #ntf-area.active {
    width: 320px !important;
  }
  #new_home #blog_list.sw_daily_release li.lastSlide {
    margin-left: 25px !important;
  }
}

#new_home #blog_list.sw_daily_release {
  display: block;
  margin: 0;

}


#new_home .uppercase a {
  text-transform: uppercase;
}


#new_home #blog_list.sw_daily_release .info {
  position: absolute;
  bottom: 15px;
  left: 20px;
}


#new_home #blog_list.sw_daily_release .info p {
  font-size: 14px;
}

#new_home #blog_list.sw_daily_release li.blog_post {
  width: calc(25% - 20px);
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 10px 20px 10px;
  height: 305px;
  padding: 20px 10px 20px 20px;
  position: relative;
  box-sizing: border-box;
  display: none;

}

#new_home #blog_list.sw_daily_release li.blog_post.today {
  border: 1px solid #ffcb05;
}

#new_home #blog_list.sw_daily_release li.blog_post.today .info {
  background-color: #ffcb05;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 47px;
}

#new_home #blog_list.sw_daily_release li.blog_post.today .info p {
  color: #fff;
  font-size: 19px;
}

#new_home #blog_list.sw_daily_release .block_droite h4 {
  font-size: 16px;
  color: #121212;
  line-height: normal;
  font-weight: 500;
}

#new_home #blog_list.sw_daily_release .block_droite ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 20px;
}

#new_home #blog_list.sw_daily_release .block_droite ul li {
  margin-bottom: 20px;

}

#new_home #blog_list.sw_daily_release .block_droite ul li a,
#new_home #blog_list.sw_daily_release .block_droite ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;

}

#new_home .sw_daily_release_wrap {
  margin: 0 -10px 20px -10px
}


#new_home #blog_list.sw_daily_release li .block_droite {
  max-height: 231px;
  overflow: hidden;    
  padding-right: 5px;

}

#new_home #blog_list.sw_daily_release li .block_droite.scroll {
  height: 231px;
  overflow-y: auto;
}

#new_home #blog_list.sw_daily_release li .block_droite.scroll::-webkit-scrollbar {
  width: 6px;
}

#new_home #blog_list.sw_daily_release li .block_droite.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#new_home #blog_list.sw_daily_release li .block_droite.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

#new_home #blog_list.sw_daily_release li .block_droite.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .55);
}

#new_home #blog_list.sw_daily_release li.lastSlide {
  padding: 0;
  background-image: url(https://cdn.mikroe.com/img/necto-studio/necto-daily-update-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 278px;
}

#new_home #blog_list.sw_daily_release li.lastSlide a:hover .read-more i {
  transition: .2s ease-in;
  padding-right: 10px;
}

#new_home #blog_list.sw_daily_release li.lastSlide .read-more {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  color: #fff;
}

 #new_home #blog_list.sw_daily_release li.lastSlide  a {
  display: block;
  width: 100%;
  position: relative;
  height: inherit;
 }

#new_home #blog_list.sw_daily_release li.loading {
  width: 276px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 10px 20px 10px;
  height: 305px;
  padding: 20px 10px 20px 20px;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}

#new_home #blog_list.sw_daily_release li.loading .ldio-m4z3ldimm2q {
  transform: translateZ(0) scale(.8);
  margin-top: 20px;
  margin-left: 5px;
}

#new_home #blog_list.sw_daily_release li.loading .ldio-m4z3ldimm2q>div {
  border-color: #bcbcbc transparent #bcbcbc transparent;
}



#new_home #blog_list.sw_daily_release li.loading .ldio-m4z3ldimm2q>div:nth-child(2) div:before,
#new_home #blog_list.sw_daily_release li.loading .ldio-m4z3ldimm2q>div:nth-child(2) div:after {
  display: none;
}

@supports (-moz-appearance: none) {
  #new_home #blog_list.sw_daily_release li .block_droite.scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .4) #f1f1f1;
  }
}


#blog_list .blog-box-wrap.necto_studio_daily_updates .blog-box {
  padding:   20px 10px 20px 20px;

}

#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite {
  max-height: 231px;
  overflow: hidden;
  height: 229px;
  padding-right: 5px;
}


#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll {
  height: 231px;
  overflow-y: auto;
}


#blog_list .blog-box-wrap.necto_studio_daily_updates h4 {
  font-size: 16px;
  color: #121212;
  line-height: normal;
  font-weight: 500;
  height: auto;
  padding: 0;
  margin-top: 5px;
}


#blog_list .blog-box-wrap.necto_studio_daily_updates ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 20px;
}


#blog_list .blog-box-wrap.necto_studio_daily_updates ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

#blog_list .blog-box-wrap.necto_studio_daily_updates  .info {
  padding-left: 0px;
  padding-bottom: 13px; 
}

#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll::-webkit-scrollbar {
  width: 6px;
}

#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

#blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .55);
}

@supports (-moz-appearance: none) {
  #blog_list .blog-box-wrap.necto_studio_daily_updates .block_droite.scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .4) #f1f1f1;
  }
}

@media (min-width: 1300px) { 
  #new_home #blog_list.sw_daily_release li.lastSlide { min-width: 305px; }

}


@media (min-width: 1000px) and (max-width: 1200px) {
  #new_home #blog_list.sw_daily_release li.lastSlide { min-width: 225px; }

}
.padding-top {
	padding-top: 15px;
}

#cornerBanner {
	-moz-box-shadow: 2px 2px 20px #888;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: 50% 50%;
	-webkit-transform: rotate(-41deg);
	-webkit-transform-origin: 50% 50%;
	position: absolute;
	width: 213px;
	z-index: 2;
	left: -95px;
	text-align: center;
	z-index: 10000;
}

.product-list-button {
	border: 1px solid;
	pointer-events: none;
	border-color: #06b2e6;
	padding: 10px 14px;
	display: block;
	background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
}

.ghost-button {
	display: inline-block;
	width: 200px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
}

.ghost-button-stock-manual {
	margin-top: 75px;
  	padding: 8px;
	color:#000000;
	border: 1px solid #000000;
}

.ghost-button-timed {
	padding: 6px;
}

.tighten-up {
	margin:0px;
	padding:0px;
}

.sale-image-bground {
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.home-product-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flash-sale-item-info {
	float:right;
}

.stock-manual-h2 {
	margin-left: 40px;
	margin-top: 0px;
}

.clock-outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.clock-inner-center {
    float: right;
    right: -50%;
    position: relative;
}

.view-all-outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.view-all-inner-center {
    float: right;
    right: -50%;
    position: relative;
}

.flash-sale-product-list-img
{
	max-height: 200px;
}

/* Tablet */
@media screen and (max-width: 850px) {
	#cornerBanner {
		-webkit-transform: rotate(-35deg);
		-webkit-transform-origin: 37% -121%;
		position: absolute;
		width: 213px;
		z-index: 2;
		left: -95px;
		text-align: center;
	}
}
/*Apple iPhone 5*/
@media screen and (max-width: 450px) {

	.ghost-button-timed {
		margin-top: -7px;
		margin-bottom: 5px;
	}

	.flash-sale-item-img {
		height:172px;
	}

	.tighten-up-devise {
		margin:0px;
		padding:0px;
	}

	#cornerBanner {
		-webkit-transform: rotate(-37deg);
		-webkit-transform-origin: 7% 50%;
		position: absolute;
		width: 175px;
		z-index: 2;
		left: -20px;
		text-align: center;
	}

	.stock-manual-h2 {
		margin-left: 10px;
	}
}

#flashsalepro-top {
	width: 100%;
	height: 180px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}


#flashsalepro-top .offer-name {
	text-align: right;
}

#flashsalepro-top .carousel .banner{
	padding:0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#flashsalepro-top .carousel .product-wrapper {
	height: 100%;
	overflow: hidden;
	outline: none;
}

#flashsalepro-top .carousel .product-wrapper .discount{
	background: #e61c24;
    font: 16px Arial,Helvetica,sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 10px 35px 5px 35px;
    display: inline-block;
    position: absolute;
    z-index: 10000;
    top: 10px;
    left: -30px;
    transform: rotate(-45deg);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.60);}
#flashsalepro-top .carousel .product-wrapper .img-wrapper {
	width: 174px;
	height: 174px;
	margin-left: 15px;
	display: inline-block;
}
#flashsalepro-top .carousel .product-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	outline: none;
}
#flashsalepro-top .carousel .product-wrapper .product-desc {
	display: inline-block;
	vertical-align: top; }
#flashsalepro-top .carousel .product-wrapper .product-desc .wrapper {
	height: 100%;
	vertical-align: middle;
	padding: 30px 0 0 20px;
	width: 100%;
}
#flashsalepro-top .carousel .product-wrapper .product-desc .wrapper .call-to-action{
	padding: 5px 10px 5px 10px;
	color: #fff;
	background-color: #00acc4;
	border-radius: 5px;
	text-transform: uppercase;
	width: auto;
}
#flashsalepro-top .carousel .product-wrapper .product-desc .wrapper .button-container{
	margin-top: 15px;
}
#flashsalepro-top .carousel .product-wrapper .product-desc a {
	outline: none;
}
#flashsalepro-top .carousel .product-wrapper .product-desc h2 {
	font-family: 'geogrotesque_medium', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	outline: none;
}

#flashsalepro-top .flip-clock-wrapper {
	margin-top: 15px;
	float: right; }

/*Apple iPhone 5*/
@media screen and (max-width: 767px) {
	#flashsalepro-top {
		overflow: auto;
		height: auto; }
	#flashsalepro-top .carousel .product-wrapper .product-desc h2 {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#flashsalepro-top .carousel .product-wrapper .product-desc {
		width: 488px;
		height: 174px;} }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#flashsalepro-top .carousel .product-wrapper .product-desc {
		width: 354px;
		height: 174px;} }
@media screen and (min-width: 768px) and (max-width: 991px) {
	#flashsalepro-top .carousel .product-wrapper .product-desc {
		width: 525px;
		height: 174px;} }
@media screen and (max-width: 767px) {
	#flashsalepro-top .carousel .product-wrapper .product-desc {
		width: 473px;
		height: 174px;} }
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("themes/me-simplicity/css/modules/flashsalepro/views/fonts/slick.eot"); src: url("themes/me-simplicity/css/modules/flashsalepro/views/fonts/slick.eot?#iefix") format("embedded-opentype"), url("themes/me-simplicity/css/modules/flashsalepro/views/fonts/slick.woff") format("woff"), url("themes/me-simplicity/css/modules/flashsalepro/views/fonts/slick.ttf") format("truetype"), url("themes/me-simplicity/css/modules/flashsalepro/views/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; z-index: 9999; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: #e61c24; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -5px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -5px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; padding: 0px;}

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}/* Get the bourbon mixin from http://bourbon.io */

/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px Arial, Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 222px; }

#flashSaleProducts .flip-clock-wrapper,
#flashsalepro-top .flip-clock-wrapper {
  max-width: 385px; }

#flashSaleProducts h1.page-heading {
  text-align: center;}

#flashSaleProducts .flip-clock-wrapper{
  margin-top: 40px;
  margin-bottom: 20px; }

#index .flip-clock-wrapper {
  max-width: 205px; }

#product .flip-clock-wrapper {
    max-width: 222px; }

@media (max-width: 767px) {
  #index .flip-clock-wrapper {
    max-width: 260px; }

  #product .flip-clock-wrapper {
    max-width: 270px; } }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 2px;
  width: 45px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 97px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; 
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  /*color: #ccc;*/
  text-shadow: none!important;
  text-align: center;
  /*background-color: #333;*/
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: play 0.5s 0.5s linear both;
  -moz-animation: play 0.5s 0.5s linear both;
  animation: play 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 45px; }

#flashSaleProducts .flip-clock-divider,
#flashsalepro-top .flip-clock-divider {
    width: 20px;
    height: 70px; }

#flashSaleProducts .flip-clock-divider:first-child,
#flashsalepro-top .flip-clock-divider:first-child,
#index .flip-clock-divider:first-child,
.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -64px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -68px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -71px; }

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 0px; 
}

@-webkit-keyframes play {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes play {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes play {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes play {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.flash-sale-pro-left-column .countdown-wrapper {
  margin: 40px 0 20px 0; }

#product .countdown-wrapper {
  margin: 30px auto 20px auto;
  text-align: center; }

/*Apple iPhone 5*/
@media screen and (max-width: 450px) {
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 35px;
    height: 53px;
    font-size: 80px;
    font-weight: bold;
    line-height: 37px;
    border-radius: 6px;
    background: #000; }

  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 53px;
    text-decoration: none !important; }

  .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 60px;
    overflow: hidden; 
    outline: 1px solid transparent; }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 35px; }

  .flip-clock-divider .flip-clock-label {
    right: -54px; }

  .flip-clock-divider.minutes .flip-clock-label {
    right: -60px; }

  .flip-clock-divider.seconds .flip-clock-label {
    right: -60px; }

  .flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px; }

  .flip-clock-dot.top {
    top: 20px; }

  .flip-clock-dot.bottom {
    bottom: 0px; }
}

/* Mini Clock */
.mini-clock .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 25px;
    height: 40px;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 6px;
    background: #000;
  }

.mini-clock .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-decoration: none !important;
  }

.mini-clock .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden; 
    outline: 1px solid transparent; 
  }

.mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 35px; }

.mini-clock .flip-clock-divider {
  width: 11px;
  height: 35px; }

.mini-clock .flip-clock-divider .flip-clock-label {
    right: -54px; }

.mini-clock .flip-clock-divider.minutes .flip-clock-label {
    right: -58px; }

.mini-clock .flip-clock-divider.seconds .flip-clock-label {
    right: -60px; }

.mini-clock .flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 3px;
  }

.mini-clock .flip-clock-dot.top {
    top: 15px;
  }

.mini-clock .flip-clock-dot.bottom {
    bottom: 0px; 
  }

.fancybox-type-iframe .mini-clock {
  display : none;
}
.left-column-mini-clock .mini-clock .flip-clock-wrapper {
  left: calc(100% - 228px); }

@media screen (min-width: 1200px) {
  .mini-clock .flip-clock-wrapper ul {
    width: 35px; }

  .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 40px; }

  #index .mini-clock .flip-clock-dot, #product .mini-clock .flip-clock-dot {
    left: 5px; }

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul {
    width: 35px;}

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px;}
}

@media screen (min-width: 768px) and (max-width: 1199px) {
  .mini-clock .flip-clock-wrapper ul {
    width: 30px; }

  .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 35px; }
  
  #index .mini-clock .flip-clock-dot, #product .mini-clock .flip-clock-dot {
    left: 2px; }

  #index .flip-clock-divider, #product .flip-clock-divider {
    width: 10px; }

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul {
    width: 32px;}

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px;}
}

@media screen and (max-width: 767px) {
  .mini-clock .flip-clock-wrapper ul {
    width: 35px; 
    height: 45px; }

  .mini-clock .flip-clock-wrapper ul li {
    line-height: 45px; }

  .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 40px; }

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul {
    width: 35px; }

  .left-column-mini-clock .mini-clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px;}
}

/* Left Column Customization */

.flash-sale-pro-left-column {
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb; }

.flash-sale-pro-left-column .block_content { padding-top: 0px; }

.flash-sale-pro-left-column .img-wrapper a {
  outline: none;
  display: block;
  text-align: center; }

.flash-sale-pro-left-column .img-wrapper a img {
  outline: none;
  margin: 0 auto;
  text-align: center;}

@media screen and (min-width:1200px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 250px;
    height: 250px; }

  #flashsalepro-top .flip-clock-divider {
    width: 20px;
    height: 70px; }
}

@media (min-width:992px) and (max-width:1199px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 180px;
    height: 180px; }
  #index .flash-sale-pro-left-column .flip-clock-wrapper {
    display: none; }
  #product .flip-clock-wrapper {
    max-width: 265px;}
}

@media (min-width:768px) and (max-width:991px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 121px;
    height: 121px; }

  .flash-sale-pro-left-column .countdown-wrapper {display: none;}
  
  .mini-clock .flip-clock-wrapper {
    max-width: 265px;}
}

@media (min-width:560px) and (max-width:767px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 250px;
    height: 250px; }
  .flip-clock-wrapper {
    max-width: 265px;}
}

@media (min-width:450px) and (max-width:559px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 250px;
    height: 250px; }
  .flip-clock-wrapper {
    max-width: 265px;}
  #flashSaleProducts .flip-clock-wrapper {
    max-width: 385px; }
}

@media (min-width:200px) and (max-width:449px) {
  .flash-sale-pro-left-column .img-wrapper a img {
    width: 250px;
    height: 250px; }
  #flashSaleProducts .flip-clock-wrapper,
  .flip-clock-wrapper {
    max-width: 305px;}
  #flashSaleProducts .flip-clock-divider {
    width: 15px;
    height: 45px; }
}

.flash-sale-pro-left-column .desc-wrapper {
  padding: 0px 5px 0px 5px;
  width: 100%;}

.flash-sale-pro-left-column .desc-wrapper .product-name{
  border-top: 1px solid #ebebeb;
  padding-top: 10px;}

.flash-sale-pro-left-column .countdown-title {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px; }

.flash-sale-pro-left-column .view-all-wrapper {
  margin: 0 auto;
  text-align: center; }

.flash-sale-pro-left-column .view-all-wrapper .btn {
  width: 100%; }

#left_column .flash-sale-pro-left-column.block {
  border: 1px solid #e61c24; }

#left_column .flash-sale-pro-left-column.block .title_block {
  background-color: #e61c24;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

@media (max-width:767px) {
  #left_column .flash-sale-pro-left-column.block .title_block {
    border-bottom: none;
  }
}
#header .banner a {
  display: block;
  max-width: 1170px;
  max-height: 65px; }

#header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 1170px; }

/*# sourceMappingURL=blockbanner.css.map */

#mini_cart {
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    max-width: 1200px; }

/*******************************************************************
          Cart Block Styles
********************************************************************/

#header .shopping_cart {
    position: relative;
    float: right; }

#header .shopping_cart>a:first-child:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #121212;
    padding: 6px 0 0 0;
}

#header .shopping_cart>a:first-child:hover:after {
    content: "\f106";
    padding: 4px 0px 2px 0px;
}

@media (min-width: 2048px){
    #account_block .cart-wrapper { right: 30px; position: relative; }
    #account_block { width: 1955px; display: block; margin: 0 auto; }}

@media (max-width: 1700px){
    #account_block { width: 1700px; }
    #account_block .cart-wrapper { position: relative; right: 0; }}

@media (max-width: 1630px){#account_block { width: 1600px; } }

@media (max-width: 1490px){#account_block { width: 100%; } #account_block .cart-wrapper { right: -50px; }}
@media (max-width: 1300px){#account_block .cart-wrapper { right: -30px; }}
@media (max-width: 1100px){#account_block .cart-wrapper { right: 20px; }}



/*added by Srdjan*/
#cart_block .cart-wrapper {
    margin-right: 20px;
    display: block;
    position: relative;
    right: 0px;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .cart-wrapper .shopping_cart {
        border: 1px solid #ebebeb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding-top: 5px !important; }
}

#cart_block .shopping_cart, #account_block .shopping_cart {
    width: 25%;
    max-width: 300px;
    min-width: 250px;
    position: fixed;
    z-index: 9999;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .shopping_cart {
        padding-top: 5px !important;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        right: 0px; /*added by Srdjan*/
    }
}

@media (max-width: 1200px) {
    .shopping_cart {
        margin: 0 auto;
        float: none;
        /*width: 100%;*/
    }
}

.shopping_cart .ajax_cart_no_product {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.shopping_cart>a:first-child {
    padding: 7px 10px 14px 16px;
    background: transparent;
    display: block;
    font-weight: 400;
    color: #121212;
    overflow: hidden;
}

.shopping_cart>a:first-child span.ajax_cart_product_txt,
.shopping_cart>a:first-child span.ajax_cart_product_txt_s {
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart>a:first-child span.ajax_cart_product_txt,
    .shopping_cart>a:first-child span.ajax_cart_product_txt_s {
        display: none !important;
    }
}

.shopping_cart>a:first-child .ajax_cart_quantity {
    font-weight: bold;
    background: #E61C24;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
}

.shopping_cart>a:first-child b {
    color: #121212;
    font: 400 14px/22px Arial, Helvetica, sans-serif;
    padding-right: 5px;
}

.shopping_cart>a:first-child:before {
    content: "\f291";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #121212;
    padding-right: 15px;
}

.shopping_cart .ajax_cart_total {
    display: none !important;
}

.shopping_cart .block_cart_expand:after,
.shopping_cart .block_cart_collapse:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #121212;
    padding: 6px 0 0 0;
}

.shopping_cart .block_cart_collapse:after {
    content: "\f106";
    padding: 4px 0px 2px 0px;
}

.cart_block .cart_block_list dl.products {
    overflow-y: scroll;
    max-height: 320px;
    margin-bottom: 0px;
    z-index: 1;
    display: block;
    position: relative;
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #bbb;
    display: block;
    width: 100%;
    height: 100%;
}

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
}

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #E61C24;
}

.cart_block .cart-images {
    float: left;
    margin-right: 20px;
}

.cart_block .cart-images img {
    width: 98px;
    height: 98px;
}

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}

.cart_block .cart-info .product-name a {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
    font-size: 15px;
}

.hookDisplayProductPriceBlock-price {
    margin: 0;
    padding: 0;
    line-height: 10px;
}

.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.cart_block dt.last_item {
    border-bottom: none;
}

.cart_block dd {
    position: relative;
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #121212;
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px 0px 20px;
    z-index: 2;
    display: block;
    position: relative;
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 7px 0;
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}

.cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #fff;
    text-align: center;
}

.cart_block .cart-buttons a {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.cart_block .cart-buttons a#button_order_cart span {
    padding: 10px 50px;
    font-size: 18px;
    text-shadow: 0px 0px 0px;
    background: #E61C24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "geogrotesque_regular", Arial, Helvetica, sans-serif;
}

.cart_block .cart-buttons a#button_order_cart span i {
    display: none;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
    background: #B21823;
    color: #fff;
}


/*******************************************************************
          Cart Block(Header) Styles
********************************************************************/

#header .cart_block {
    position: absolute;
    top: 80px;
    right: 0;
    border-top: 3px solid #E61C24;
    z-index: 100;
    display: none;
    height: auto;
    background: #fff;
    color: #121212;
    width: 320px;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
    box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
    #header .cart_block {
        /*width: 100%;*/
        top: 51px;
    }
}

@media (max-width: 1024px) {
    #header .cart_block {
        top: 51px;
    }
}

@media (max-width: 1200px) {
    #header .cart_block {
        /*width: 100%;*/
    }
}

#header .cart_block a {
    color: #121212;
    font-family: "geogrotesque_medium", Arial, Helvetica, sans-serif;
}

#header .cart_block a:hover {
    color: #E61C24;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #121212;
    outline: none;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #121212;
}

#header .cart_block .price {
    color: #E61C24;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#header .cart_block dt {
    border-bottom: 1px solid #ebebeb;
}

#header .cart_block dt.first_item {
    background: none;
}

#header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}

#header .cart_block .product-atributes a {
    color: #9c9b9b;
}

#header .cart_block .product-atributes a:hover {
    color: #121212;
}

#header .cart_block .cart-prices {
    border: none;
    border-bottom: 1px solid #ebebeb;
}

#header .cart_block .cart-buttons {
    border-bottom: 1px solid #ebebeb;
}

#header .block_content {
    margin-bottom: 0;
}

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cart_block table.vouchers tr td {
    padding: 2px;
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px;
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px;
}


/*****************************************************************************
          Layer Cart Css
*****************************************************************************/

.layer_cart_wrapper {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 10000;
}

.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#layer_cart {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    width: 84%;
    /* margin-right: 8%;
  margin-left: 8%;*/
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product {
        padding-bottom: 20px;
    }
}

#layer_cart .layer_cart_product .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}

#layer_cart .layer_cart_product .title i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title i {
        font-size: 22px;
        line-height: 22px;
    }
}

#layer_cart .layer_cart_product .product-image-container {
    max-width: 178px;
    border: 1px solid #ebebeb;
    padding: 5px;
    float: left;
    margin-right: 30px;
}

@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 38px 0 0 0;
}

@media (max-width: 480px) {
    #layer_cart .layer_cart_product .layer_cart_product_info {
        padding: 0;
    }
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: block;
    padding-bottom: 8px;
}

#layer_cart .layer_cart_product .layer_cart_product_info>div {
    padding-bottom: 7px;
}

#layer_cart .layer_cart_product .layer_cart_product_info>div strong {
    padding-right: 3px;
}

#layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #ebebeb;
    padding: 20px 30px 170px 30px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        -webkit-border-radius: 0px 0 4px 4px;
        -moz-border-radius: 0px 0 4px 4px;
        -ms-border-radius: 0px 0 4px 4px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #ebebeb;
        padding-bottom: 130px;
    }
}

#layer_cart .layer_cart_cart .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, Helvetica, sans-serif;
    color: #121212;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .title {
        font-size: 18px;
    }
}

#layer_cart .layer_cart_cart .layer_cart_row {
    padding: 0 0 7px 0;
}

#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .button-container {
        text-align: center;
    }
    #account_block div.shopping_cart{
        width: auto;
    }
}

#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #121212;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium:hover i {
    color: #fff;
}

#layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #121212;
    z-index: 2;
}

#layer_cart .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}

#layer_cart .cross:hover {
    color: #515151;
}

#layer_cart .continue {
    cursor: pointer;
}

#layer_cart p {
    padding: 0px;
}


/************************************************************************
            Layer Cart Caroucel
*************************************************************************/

#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #ebebeb;
    padding: 5px 30px 40px 30px;
    position: relative;
}

#layer_cart .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, Helvetica, sans-serif;
    color: #121212;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
    display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}

#layer_cart .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #121212;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}

#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}

#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}

#cart_block .cart-links {
    padding: 0px 25px 10px 25px;
}

#cart_block .cart-my-account-list {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#cart_block .cart-my-account-list .cart-my-account-item {
    list-style-type: none;
    line-height: 20px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

#cart_block .cart-my-account-list .cart-my-account-item:last-child {
    border-bottom: none;
}

#cart_block .cart-my-account-list .cart-my-account-item a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}

#cart_block .cart-my-account-list .cart-my-account-item a i {
    margin-right: 10px;
}


/*test for account block*/
#account_block div.shopping_cart{
    width: 25%;
    max-width: 200px;
    position: fixed;
    z-index: 9999;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
  }

/* styling for the account block */
li.cart-my-account-item {
  padding: 4px 8px;
  font-size: 14px;
}
li.cart-my-account-item a:hover,li.cart-my-account-item a:focus {
  color: #b21823;
}
#blockcart-account-logged .cart-my-account-item a > i{
  padding-right: 10px;
}
#blockcart-account-not-logged .cart-my-account-item a > i{
  padding-right: 10px;
}

#blockcart-account-logged li a, #blockcart-account-not-logged li a{
  font-family: "Open Sans", "Helvetica Neue", Verdana;
  font-size: 14px;
  color: #1E2D3F;
}
#blockcart-account-logged li a:hover, #blockcart-account-not-logged li a:hover{
  color: #E61C24;
}

#account_block li.sign-out-item{
  border-top: 1px solid lightgray;
}

.custom-nav li.me-ln-menu-item.me-ln-categories:hover, .custom-nav li.me-ln-menu-item.me-ln-categories:active{
  background-color: #f5f5f5;
}

#blockcart-account-not-logged li.cart-my-account-item{
  border-top: 1px solid #e6e6e6;
}

.cart_block ul.cart-my-account-list{
    margin-bottom: 0;
}

.cart_block div.cart-links ul.cart-my-account-list{
    padding: 10px 20px 10px 20px;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  zoom: 1;
  margin: 0 !important;}

.bx-wrapper img {
  max-width: 100%;
  display: block; 
  image-rendering: -webkit-optimize-contrast;
}

.bx-viewport {
	direction: ltr !important;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(js/jquery/plugins/bxslider/images/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1; }

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #000;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  height: 40px;
  width: 40px;
  line-height: 0;
  position: absolute;
  top: 40%;
  margin-top: -20px;
  font-size: 0;
  overflow: hidden;
  outline: none;
  text-decoration: none;}
  .bx-wrapper .bx-controls-direction a:before {
    color: rgba(128, 128, 128, 0.5);
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px; }
  .bx-wrapper .bx-controls-direction a:hover:before {
    color: #333; }

.bx-next {
  right: -14px; }
  .bx-next:before {
    content: "\f138"; }

.bx-prev {
  left: -14px; }
  .bx-prev:before {
    content: "\f137"; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(js/jquery/plugins/bxslider/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(js/jquery/plugins/bxslider/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px; }
#currencies-block-top {
  float: right;
  border-left: 1px solid #ebebeb;
  font: 400 12px Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 45px;
  position: relative; }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: normal;
    padding: 0px 11px 0px 11px;
    color: #121212;
    cursor: pointer;
    line-height: 45px; }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    @media (max-width: 480px) {
      #currencies-block-top div.current {
        line-height: 25px; } }
    #currencies-block-top div.current strong {
      color: #da2c33;
      font-size: 11px; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      background: transparent; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 18px;
      color: #121212;
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 157px;
    background: #fff;
    z-index: 2;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px; }
    #currencies-block-top ul li {
      color: #121212;
      line-height: 35px;
      font-size: 12px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #121212;
        font-family: Arial, Helvetica, sans-serif; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #f5f5f5; }
#languages-block-top {
  float: right;
  line-height: 45px;
  padding: 0px 13px 0px 13px;
  border-left: 1px solid #ebebeb;
  position: relative;
  font: 400 12px Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 45px; }
  @media (max-width: 479px) {
    #languages-block-top {
      width: 25%;
      padding: 0px 3px 0px 3px; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    font: 400 12px Arial, Helvetica, sans-serif;
    color: #121212;
    line-height: 45px;
    cursor: pointer; }
    @media (max-width: 479px) {
      #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    @media (max-width: 480px) {
      #languages-block-top div.current {
        line-height: 25px; } }
    #languages-block-top div.current strong {
      color: #121212; }
    #languages-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 18px;
      color: #121212;
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 479px) {
        #languages-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 157px;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    z-index: 2; }
    #languages-block-top ul li {
      color: #fff;
      line-height: 35px;
      font-size: 12px; }
      #languages-block-top ul li a,
      #languages-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #121212; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
        background: #f5f5f5; }
