/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.saltandpeppershop.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/**
 * @copyright 2017 Absolute Commerce Ltd. (https://abscom.co/terms)
 */
.modal-wrapper {
    align-items: center;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: flex !important;
    justify-content: center;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.modal-wrapper .geo-modal-content {
    background: #fff;
    border-radius: 3px;
    max-width: 550px;
    padding: 20px 20px 40px;
    width: 50%;
    text-align: center;
}

.modal-wrapper .geo-modal-content p {
    font-size: 16px;
    margin: 10px 0 30px;
}

.modal-wrapper .geo-modal-content .geo-logo {
    margin: 20px auto 30px;
    max-height:120px;
}

@media (max-width: 810px) {
    .modal-wrapper .geo-modal-content  { width: 70%; }
    .modal-wrapper .geo-modal-content .button {
        margin-bottom: 15px;
    }
}
@media (max-width: 585px) {
    .modal-wrapper .geo-modal-content  { width: 90%; }
    .modal-wrapper .geo-modal-content .button {
        margin-bottom: 15px;
    }
}

/*

INSTRUCTION FOR STYLING:

# Change background, color of the horizontal menu bar:
.em_nav .hnav { }

# Change font, color of hyperlinks:
.em_nav a { }
.em_nav a:hover { }

# Menu item's links when hover or active:
.em_nav li:hover > a, .em_nav li.active > a { }


# Top level's menu:
# -----------------

# Change padding, font, color of top menu item:
.hnav .menu-item-depth-0 a { }

# Change position of the drop-down menu of top level menu:
.hnav .menu-item-depth-0 > .menu-container,
.em-catalog-navigation.horizontal > li > ul,
.em-catalog-navigation.horizontal > li:hover > ul { top:50px }

# Level 2+ menu:
# -----------------

# Change background color, padding of container of level 2+ menu container:
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul { }

# Change font, color of hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 a,
.em_nav .em-catalog-navigation li li a { }

# Change font, color of hover/active hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 li:hover > a, 
.em_nav .menu-item-depth-1 li.active > a,
.em_nav .em-catalog-navigation li li:hover > a,
.em_nav .em-catalog-navigation li li.active > a { }


# ----------------

# Add a gutter between 2 children of hbox:
.em_nav .menu-item-hbox > .menu-container > li { margin-left:10px }
.em_nav .menu-item-hbox > .menu-container > li:first-child { margin-left:0 }

# Fix hbox on mobile view
.adapt-0 .menu-item-hbox > .menu-container { white-space:normal }
.adapt-0 .menu-item-hbox > .menu-container > li { display:block; margin-left:0 }



BELOW BASE CSS SHOULD NOT BE CHANGED:
===============================================================================
*/


ul ul, ul ol, ol ol, ol ul { font-size:100% }

.em_nav { }
.em_nav ul { margin:0; }
.em_nav li { /*margin:0;*/}
.em_nav em,
.em_nav code{word-wrap:break-word;}

.menu-item-depth-0 a { display:block;}
.hnav .menu-item-depth-0 > a { display:block; /*height:20px; */line-height:30px; padding:5px 10px }
.em-catalog-navigation > li > a{ display:block; /*height:20px; */line-height:30px; padding:5px 10px }
.menu-container .em-catalog-navigation > li > a{ display:block; /*height:20px; */line-height:20px; padding:5px 0px }
.em-catalog-navigation ul.level0 li a{display:block;line-height:20px; padding:5px 10px }


.adapt-0 .menu-item-depth-0 > ul.menu-container{ padding:15px 20px}
.adapt-0 .menu-item-depth-0.dd-menu-link > ul.menu-container{ padding:15px 0px}
/* horizontal menu */
/*.menu-item-depth-1 > .menu-container > li{ padding:0 20px; margin:0}*/
.menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{ padding:0 10px;}
.adapt-0 .menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{ padding:0}
.menu-container .grid_24{ margin:0}
.hnav .menu-item-depth-0 { float:left; position:relative }
.hnav .menu-item-depth-0 > .menu-container { position:absolute; top:30px; left:-9999px; z-index:9999 }

/* vertical menu */

.vnav { min-width:100px }
.vnav .menu-item-depth-0 { position:relative }
.vnav .menu-item-depth-0 a { display:block; padding:5px 0px }

.vnav .menu-item-depth-0 > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }

/* general */
.menu-item-parent > a { margin-right:20px }
.em_nav a.arrow { position:absolute; margin-right:0 !important; width:20px; /*text-indent:-99999px;*/ overflow:hidden; top:0; right:0; padding:11px 0 !important }
.em_nav a.arrow span { display:block; /* add background arrow here */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	/* workaround for touch devices */
	/*.menu-item-parent > .menu-container { display:none }
	.menu-item-parent:hover > .menu-container { display:block }
	.em-catalog-navigation li.parent > ul { display:none }
	.em-catalog-navigation li.parent:hover > ul { display:block }*/
	.menu-item-depth-0 > .menu-container { display:none }
	.menu-item-depth-0:hover > .menu-container { display:block }
	.em-catalog-navigation li > ul { display:none }
	.em-catalog-navigation li:hover > ul { display:block }
	.menu-item-link.menu-item-depth-1.menu-item-parent > .menu-container {display:none}
	.menu-item-link.menu-item-depth-1.menu-item-parent:hover > .menu-container { display:block }
}

.menu-item-link > .menu-container,
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul ,
.nav-container .em-catalog-navigation ul{
	background-color:#fff;
	padding:10px 0px;
	box-shadow:0 2px 5px #ccc;
	-moz-box-shadow:0 2px 5px #ccc ;
	-webkit-box-shadow:0 2px 5px #ccc ;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #cdcdcd;
}
.adapt-0 .em_nav .em-catalog-navigation ul, 
.adapt-0 .menu-item-link .menu-item-depth-1 > .menu-container{ border:none}
/*.menu-item-link .menu-item-depth-1 > ul.menu-container{ padding:10px}*/
/* ---------- level 2+ ---------- */

/* horizontal menu */

.hnav .menu-item-depth-0:hover > .menu-container,
.hnav .menu-item-depth-0.hover > .menu-container { left:0 }

/* vertical menu */

.vnav .menu-item-depth-0:hover > .menu-container,
.vnav .menu-item-depth-0.hover > .menu-container { left:100% }
.vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.vnav.nav-right .menu-item-depth-0.hover > .menu-container { left:auto; right:100% }


.menu-item-hbox > .menu-container { white-space:nowrap }
.menu-item-hbox > .menu-container > li { display:inline-block; white-space:normal; vertical-align:top; float:none }
.adapt-0 .menu-item-hbox > .menu-container > li { display: block; margin-left: 0;}
.menu-item-link > .menu-container { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }

.menu-item-depth-0 .menu-item-link { position:relative }
.menu-item-depth-0 .menu-item-link > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }
.menu-item-depth-0 .menu-item-link:hover > .menu-container,
.menu-item-depth-0 .menu-item-link.hover > .menu-container { left:100%; top:-11px }
.menu-container .menu-item-link a{ padding:5px 0px}
.dd-menu-link .menu-container .menu-item-link a{ padding:5px 10px}
.menu-item-link.dd-menu-link ul.menu-container{ padding:10px 0px}
.adapt-0 .dd-menu-link.menu-item-depth-0 .menu-container li{ padding:0 10px}
.adapt-0 .dd-menu-link.menu-item-depth-0 > .menu-container > li{ padding:0 20px}

.nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container { left:auto; right:100% }

/* Catalog Navigation */
.em-catalog-navigation li.parent > a { margin-right:20px }
.em-catalog-navigation li.parent > a.arrow { margin-right:0; padding:5px 0 }
.em-catalog-navigation ul { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }
.em-catalog-navigation li { position:relative }
.em-catalog-navigation li > ul { position:absolute; top:0; left:-9999px; z-index:9999 }
.em-catalog-navigation li:hover > ul,
.em-catalog-navigation li.hover > ul { left:100%; top:-11px }
.nav-right .em-catalog-navigation li:hover > ul,
.nav-right .em-catalog-navigation li.hover > ul { left:auto; right:100% }

.adapt-0 .em-catalog-navigation ul.level0 li{ padding:0 10px}
.adapt-0 .em-catalog-navigation ul.level0 > li{ padding:0 20px}
.adapt-0 .menu-container .em-catalog-navigation ul.level0 > li{ padding:0px}

/* Catalog Navigation with vertical style of top level */
.em-catalog-navigation.horizontal > li { float:left }
.em-catalog-navigation.horizontal > li > ul { top:30px }
.em-catalog-navigation.horizontal > li:hover > ul { left:0; top:30px }

/* Mobile view */

.adapt-0 .menu-item-link, 
.adapt-0 .menu-item-text,
.adapt-0 .menu-item-hbox,
.adapt-0 .menu-item-vbox,
.adapt-0 .em-catalog-navigation li { display:block; float:none;}

.adapt-0 .menu-container,
.adapt-0 .em-catalog-navigation ul { /*width:100% !important;*/ top:0 !important; }

.adapt-0 .hnav .menu-item-depth-0 > .menu-container,
.adapt-0 .menu-item-link > .menu-container,
.adapt-0 .em-catalog-navigation li > ul,
.adapt-0 .menu-item-depth-0 .menu-item-link > .menu-container	{display:none;position:static;}
.adapt-0 .menu-item-link.mhover > .menu-container,
.adapt-0 .em-catalog-navigation li.mhover > ul ,
.adapt-0 .menu-item-depth-0 .menu-item-link.mhover > .menu-container{display:block;position:static; }


/* Clear Divs */
.em_nav .hnav:after,
.em_nav .vnav:after,
#nav > .menu-container:after,
.menu-item-hbox:after { content:'.';display:block;clear:both;visibility:hidden;height:0;overflow:hidden }


/*Icon Menu*/
.emmegamenu_icon{
	display:inline-block;
}






















#leftpart .fa.fa-arrow-circle-left {
  color: #fff;
  font-size: 30px;
  left: 10px;
  position: absolute;
  top: 48%;
  cursor:pointer;
}

#leftpart .fa.fa-arrow-circle-right {
  color: #fff;
  font-size: 30px;
  right: 10px;
  position: absolute;
  top: 48%;
  cursor:pointer;
}

.follow-link:hover {
  text-decoration: none;
}
.user > .follow-link {
  background-color: #3897f0;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  height: 30px;
  margin-top: 5px;
  padding: 4px 11px;
  vertical-align: unset;
}
.username-li {
  color: #262626;
  font-weight: 600;
  margin-right: 5px;
}
.cmt-div {
  float: left;
  width: 100%;
}
.cmt-div {
  float: left;
  font-size: 11px;
  margin-top: 5px;
  width: 100%;
}

.bottom-insta {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  padding: 10px 0;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 99;
}
.middle-contain {
  float: left;
  height: 385px;
  overflow-y: scroll;
  width: 100%;
}
.popup-icon {
  font-size: 24px;
}
.popup-icon .fa.fa-heart {
  color: #ed4956;
}
.bottom-insta p.popupdate {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  margin: 4px 0 0;
}
.bottom-insta p.likecount {
  color: #262626;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 11px;
}
#mainimgdiv:hover .hoverp > div > div {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.instagrampro-view #mainimgdiv:hover .hoverp {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.instagrampro-view #mainimgdiv .hoverp {
  color: rgb(130, 130, 130);
  cursor: pointer;
  display: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagrampro-view .fs-text-container div {
  float: left;
  margin: 0;
  padding: 5px;
}

.fs-text-container {
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.fs-text-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}

.fs-service-icon {
  color: #fff;
  font-size: 18pt;
  padding: 5px 10px 0 5px;
}
.fs-has-links {
  color: white;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#mainimgdiv > a {
  float: left;
  width: 100%;
}
#mainimgdiv > a > video {
  float: left;
  width: 100%;
}
.fs-entry-date-old {
  padding-top: 25px !important;
  width: 100%;
}

.fs-timeline-text {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  padding: 4px;
  text-align: center;
}
.fs-entry-date {
  background: rgba(255, 255, 255, 0.29) none repeat scroll 0 0;
  bottom: 0;
  color: #ccc;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13pt;
  font-style: normal;
  font-weight: 300;
  left: 0;
  letter-spacing: 1px;
  line-height: 14pt;
  position: absolute;
  width: 100%;
}
.fs-entry-date > #imagelikes {
  float: left;
  padding-left: 5%;
}
.fs-entry-date > #imagecomments {
  float: right;
  padding-right: 5%;
}


.fs-entry-title {
  color: white;
  font-family: Times New Roman,serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  line-height: 21px;
  margin: 0;
}




.instagrampro-view #mainimgdiv:nth-child(4n+1) {
  clear: both;
}
.instagrampro-view .leftimgdiv {
  float: left;
  margin: 0 0.5% 5px 0;
  width: 33%;
}
.instagrampro-view .leftimgdiv:nth-child(3n) {
  margin-right: 0;
}
.prdblocka > img {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.select-div {
  float: left;
  margin: 10px 0;
  width: 100%;
}


.select-div > select {
  font-size: 16px;
  font-weight: bold;
  margin-left: 25%;
  padding: 10px;
  width: 50%;
}
.userimage > img {
  border: 1px solid;
  border-radius: 50px;
  height: 40px;
  padding: 2px;
  width: 40px;
}
.userimage {
  display: inline-table;
  vertical-align: middle;
  float: left;
}
.userlink {
  display: inline-table;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}
.alltitleul li a img {
  float: left;
}
#leftpart > span {
  position: absolute;
}
#titletext {
  border-radius: 6px;
  transition: all 1s ease 0s;
}
#titletext > a:hover{text-decoration:none;color:#fff}
#titletext > a{text-decoration:none;color:#fff}
#titletext > a > .number {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/hotspot.png") no-repeat scroll 0 0 / 30px 33px;
  float: left;
  height: 33px;
  text-align: center;
  width: 30px;
}	
#titletext > a > .numbertitle {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 1px solid;
  float: left;
  padding: 4px 10px;
}
#titletext .number {
  left: -16px;
  position: absolute;
  top: 0;
}
.prdblocka > span {
  float: left;
  font-size: 11px;
  height: 40px;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  text-align: center;
}
.instagrampro-view div {
	float:left;
	margin:10px;
}
#instagrampro_category { clear:both; }
#instagrampro_category img { float:left; height:100px; margin:0 10px 10px 0; }
#instagrampro_category #cleardiv { clear:both; height:15px; }
.instagrampro-view #mainimgdiv {
  float: left;
  margin: 0 2% 15px 0;
  overflow: hidden;
  position: relative;
  width: 23.5%;
}
.instagrampro-view #mainimgdiv img {
  height: 100%;
  transition: all 0.5s ease-in 0s;
  width: 100%;
}

#mainimgdiv:hover a > img
{
	 transform: scale(1.1);
}
#mainimgdiv:hover a > vedio
{
	 transform: scale(1.1);
}

.instagrampro-view #mainimgdiv:nth-child(4n) {
  margin-right: 0;
}

.hoverp > div > div {
  color: #fff;
  transform: translate3d(-360px, 0px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.hoverp > div > div:first-child {
  transition-delay: 0.05s;
}
.hoverp > div > div:nth-of-type(2) {
  transition-delay: 0.1s;
}
.hoverp > div > div:nth-of-type(4) {
  transition-delay: 0.15s;
}


.instagrampro-view #mainimgdiv .hoverp {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 1.5s ease 0s;
  width: 100%;
}

.instagrampro-view #mainimgdiv .hoverp #innerdiv {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#innerdiv > span {
  font-size: 20px;
  padding-top: 45%;
}
#innerdiv > #imagecomments {
  float: right;
  margin-right: 40px;
}
#innerdiv > #imagelikes {
  float: left;
  margin-left: 40px;
}
.instagrampro-view #mainimgdiv .hoverp #shopitimgbtn {
   background:url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/white-instagram.png") scroll 0 0 no-repeat;
   height:30px; width:30px; display: block; margin:0 auto 10px; 
}
.instagrampro-view #mainimgdiv .hoverp #shopitbtn {
    border: 2px solid #fff;
    color: #fff;
    display: block;
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; 
    padding: 3px 6px; margin:0 auto 10px; width:75px;
}
.instagrampro-view #mainimgdiv .hoverp #desc {
    display: inline-block;
	clear:both; text-align:left;  
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; font-weight:normal;  
}
.instagrampro-view #mainimgdiv .hoverp #desc p,
.instagrampro-view #mainimgdiv .hoverp #desc strong,
.instagrampro-view #mainimgdiv .hoverp #desc span,
.instagrampro-view #mainimgdiv .hoverp #desc em, 
.instagrampro-view #mainimgdiv .hoverp #desc label
{
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; 
}
.instagrampro-view #mainimgdiv .hoverp a { 
	text-decoration:none; 
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px;   
	height: 244px; width:250px;
    overflow: hidden;
    text-decoration: none; 
	display:inline-block; text-align:center;
}
.instagramproshow { display:block !important; }
#backgrounddiv {
	align-items: baseline;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    bottom: 0; left: 0;  right: 0; top: 0;
    justify-content: center;
    overflow: auto;
    position: fixed;
    z-index: 15001;
	width:100%;
	height:100%;
	display:none;
}
#backgrounddiv #whitebgdiv {
  background-color: white;
  height: 550px;
  margin: 50px auto;
  max-width: 100%;
  position: relative;
  width: 970px;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li {
  border: 1px solid #e2e2e2;
  display: inline-table;
  height: 142px;
  margin-bottom: 15px;
  margin-right: 2%;
  margin-top:0;
  padding:0;
  width: 32% !important;
}
.instagrampro-view.clearer {
  float: left;
  width: 100%;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:nth-child(3n) {
  margin-right: 0;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: 4px 7px 15px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover a span{color:#000 !important}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li div {
    display: none;
}
#backgrounddiv #whitebgdiv #leftpart
{
    display: table-cell;
    position: relative;
    text-align: center; 
	width:550px;
	float:left;
	height:100%;
}
#backgrounddiv #whitebgdiv #leftpart img {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
	width:100%;
	height:100%;
}
#backgrounddiv #whitebgdiv #rightpart {
  display: table-cell;
  float: left;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  vertical-align: top;
  width:420px;
  padding:10px;
}
.main-user-div {
  border-bottom: 1px solid #000;
  height: 60px;
  width: 100%;
}
#backgrounddiv #whitebgdiv #rightpart ul {
  border-bottom: 1px solid #000;
  clear: both;
  padding: 15px 0;
  margin-bottom:0;
}
#backgrounddiv #whitebgdiv #rightpart ul li {
  display: inline-table;
  transition: all 1s ease 0s;
  width: 100%;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 5px 0;
  padding: 7px 30px;
  text-align: left;
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover {
  background: rgba(255, 255, 255, 0.74) none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 5px 7px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul li a:hover { text-decoration:none; }
#backgrounddiv #whitebgdiv #rightpart ul li a span {
  color: #000000 !important;
  font-weight: 500;
  vertical-align: middle;
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover a span {
  background-color: transparent !important;
  color: #67c6ed !important;
}
#backgrounddiv #whitebgdiv #rightpart ul li a span.number {
    color:#fff !important;
	height:20px;
	width:20px;
	display:inline-block;
	background-color: #222;
    border-radius: 50%;
	text-align:center;
	display:none;
}
#instatitle > p {
  font-size: 14px !important;
}
#leftpart #titletext .numbertitle {
  font-size: 12px;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle {
  color: #000;
  float: left;
  font-size: 11px;
  text-align: left;
  width: 100%;
}
.insta-icon {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/instagram.png") no-repeat scroll 0 0 / 40px 40px;
  float: left;
  height: 41px;
  margin-left: 10px;
  margin-top: 5px;
  width: 40px;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle p,
#backgrounddiv #whitebgdiv #rightpart #instatitle strong,
#backgrounddiv #whitebgdiv #rightpart #instatitle span,
#backgrounddiv #whitebgdiv #rightpart #instatitle em, 
#backgrounddiv #whitebgdiv #rightpart #instatitle label
{
	color:#222 !important; 
	font-size:17px; 
}
#backgrounddiv #loadingdiv {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/balls.svg") no-repeat scroll 0 0 / 63px 63px;
  display: none;
  height: 63px;
  margin-left:48%;
  margin-top: 15%;
  width: 63px;
}
.leftheading {
  float: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
margin-top:10px;
}
#backgrounddiv #wh
{
	clear:both;	
}
.insta-heading {
  float: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size:24px;
}
.insta-producttab-heading {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.insta-widget {
  float: left;
  width: 100%;
}
.iteminsta > img , .iteminsta > video {
  width: 100%;
}
.iteminsta:nth-child(4n) {
  margin-right:0;
}
.all-instaimage {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.producttab-item:nth-child(6n) {
  margin-right:0;
}
.producttab-item {
  display: inline-block;
  margin-right: 2%;
  width: 15%;
}
.producttab-item > img, .producttab-item > video {
  width: 100%;
  margin-bottom:10px;
}
.iteminsta {
  float: left;
  margin-right: 2%;
  width: 23.5%;
  margin-top:10px
}
#backgrounddiv #whitebgdiv #closebtndiv {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/close.png") no-repeat scroll 0 0 / 25px 25px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -16px;
  width: 25px;
  z-index:9999;
}
#rightpart > .main-user-div > .user {
  float: left;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#backgrounddiv #whitebgdiv #prevbtndiv {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/instaprev.png") no-repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 50px;
  left: -51px;
  position: absolute;
  top: 47%;
  width: 50px;
}
#backgrounddiv #nextbtndiv
{
	height:50px;
	width:50px;
	float:left;
	background:url("https://www.saltandpeppershop.fr/skin/frontend/base/default/images/instagrampro/instanext.png") scroll 0 0 no-repeat;
	cursor:pointer;	
	right: -60px;
  	position: absolute;
  	top: 47%;
}
#backgrounddiv #whitebgdiv #rightpart ul li.item > a {
  display: inline;
  width: 100%;
}
.alltitleul span.numbertitle {
  font-size: 15px;
}

@media only screen and (max-width: 1060px) 
{
	
.middle-contain {
  margin-bottom: 95px;
}
	
#backgrounddiv #whitebgdiv #rightpart #instatitle {
  margin-bottom: 15px;
}
#popupdiv #backgrounddiv #whitebgdiv {
  background-color: white;
  display: table;
  font-family: "Open Sans";
  height: auto;
  margin: 50px auto;
  max-width: 100%;
  position: relative;
  width: 550px;
}	
#popupdiv #backgrounddiv #whitebgdiv #rightpart {
  float: left;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv ,#popupdiv #backgrounddiv #nextbtndiv {
  top: 260px;
}
}

@media only screen and (max-width: 640px) 
{
#backgrounddiv #loadingdiv {
  margin-left: 44%;
}

#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv {
  left: -7px;
  z-index:9999;
}
#popupdiv #backgrounddiv #nextbtndiv {
  right: -7px;
  z-index:9999;
}
#popupdiv #backgrounddiv #whitebgdiv {
  max-width: 90%;
}
.instagrampro-view #mainimgdiv {
	  float: none;
      margin: 10px auto;
      width: auto;
	}
#backgrounddiv #whitebgdiv #leftpart {
  width: 100%;
  height:auto;
  position: initial;
}
#backgrounddiv #whitebgdiv #rightpart {
  width: 100%;
  height:auto;
}
#backgrounddiv #whitebgdiv #rightpart {
  position: inherit !important;
}

}

@media only screen and (max-width: 639px) 
{
#titletext {
  display: none;
}
}

@media only screen and (max-width:400px) 
{
#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv, #popupdiv #backgrounddiv #nextbtndiv {
  top: 150px;
}
}


@media only screen and (max-width:360px) 
{
	
#backgrounddiv #whitebgdiv #leftpart img {
  width: 100% !important;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #closebtndiv {
  height: 20px;
  width: 20px;
}

}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.saltandpeppershop.fr/skin/frontend/base/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rma-italic {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.rma-mute {
  color: #999;
  font-size: 11px;
}
.rma-view div.fieldset,
.rma-new-step2 div.fieldset {
  margin: 30px 0px;
}
.rma-view .rma__customer-option,
.rma-new-step2 .rma__customer-option {
  margin-bottom: 1rem;
}
.rma-view .rma__customer-option label,
.rma-new-step2 .rma__customer-option label {
  width: 100%;
}
.rma-view .rma__customer-option select,
.rma-new-step2 .rma__customer-option select {
  width: 100%;
}
.rma-history div.fieldset {
  padding: 5px 10px;
  margin: 10px 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 13px;
}
.rma-history div.fieldset h2.legend {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.rma-history div.fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.rma-history div.fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}
.rma-confirmation-form {
  border: solid 1px #cccccc;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -215px;
  width: 630px;
  padding: 20px;
  z-index: 1001;
}
.rma-confirmation-form .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  cursor: pointer;
}
.rma-confirmation-form h2 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #50A4CF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rma-confirmation-form .buttons {
  text-align: right;
  margin-bottom: 0px !important;
}
.rma-confirmation-form-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.rma-items .rma-one-item {
  *zoom: 1;
  margin-bottom: 10px;
}
.rma-items .rma-one-item:before,
.rma-items .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-items .rma-one-item:after {
  clear: both;
}
.rma-items .rma-one-item .item-description {
  width: 50%;
  float: left;
  border-right: 1px solid #ededed;
}
.rma-items .rma-one-item .item-description b {
  margin-left: 20px;
}
.rma-items .rma-one-item .item-description img {
  width: 150px;
  float: left;
  margin-left: 10px;
}
.rma-items .rma-one-item .item-description input {
  float: left;
}
.rma-items .rma-one-item .item-options {
  border-left: 1px solid #ededed;
  margin-left: -1px;
  padding-left: 20px;
  width: 50%;
  float: left;
}
.rma-items .rma-one-item .item-options > div {
  margin-bottom: 8px;
  position: relative;
}
.rma-items .rma-one-item .item-options > div label {
  width: 150px;
}
.rma-items .rma-one-item .item-options > div label em {
  color: #df280a;
}
.rma-items .rma-one-item .item-options > div .total-qty {
  position: absolute;
  left: 200px;
  top: 1px;
}
.rma-items .rma-one-item .item-options > div .validate-rma-quantity {
  font-size: 13px;
  text-align: center;
}
/* ACCORDION
*******************************************************************************/
dl.accordion .grid {
  margin-bottom: 0;
}
dl.accordion dt {
  background: #6f8992;
  padding: 2px 10px;
  margin-top: 1px;
}
dl.accordion dt a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
dl.accordion dt a:hover {
  color: #fff;
  text-decoration: none;
}
dl.accordion dt.open a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
dl.accordion dd {
  display: none;
}
dl.accordion dd.open {
  display: block;
}
.entry-edit .entry-edit-head {
  background: #6f8992;
  padding: 2px 10px;
}
.entry-edit fieldset.collapseable {
  margin-bottom: 10px;
}
div.collapseable {
  margin-top: 1px;
}
div.collapseable a:hover {
  color: #fff;
  text-decoration: none;
}
table.collapseable th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  min-width: 20px;
}
table.open th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
div.disabled {
  background: #c6cbc9 !important;
}
div.disabled a {
  color: #f6f6f6 !important;
}
img.accordion-btn {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
}
.form-list select.form-list-select-fix,
.form-list input[type=number] {
  width: inherit;
}
.form-list #add_new_offline_order {
  text-align: right;
  margin: 20px 0px;
}
.go-step2 {
  float: right;
}
.add-other-manual-order {
  float: left;
}
.rma__order-offline-item {
  *zoom: 1;
  border-bottom: 1px solid #eee;
  margin: 0.5rem 0;
  padding: 1rem;
  background: #f4f4f4;
}
.rma__order-offline-item:before,
.rma__order-offline-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline-item:after {
  clear: both;
}
.rma__order-offline-item .field.name-itemname,
.rma__order-offline-item .field.name-itemqty,
.rma__order-offline-item .field.name-remove {
  float: left;
}
.rma__order-offline-item .field.name-itemname input[type="text"],
.rma__order-offline-item .field.name-itemqty input[type="text"],
.rma__order-offline-item .field.name-remove input[type="text"],
.rma__order-offline-item .field.name-itemname input[type="number"],
.rma__order-offline-item .field.name-itemqty input[type="number"],
.rma__order-offline-item .field.name-remove input[type="number"] {
  width: 100%;
}
.rma__order-offline-item .field.name-itemname {
  width: 60%;
}
.rma__order-offline-item .field.name-itemqty {
  width: 20%;
  margin-left: 5%;
}
.rma__order-offline-item .field.name-remove {
  width: 14%;
  margin-left: 1%;
  text-align: right;
}
.rma__order-offline-item .field.name-remove button {
  margin-top: 20px;
}
.rma__order-offline {
  margin-bottom: 3rem;
}
.rma__order-offline > .field {
  position: relative;
  *zoom: 1;
}
.rma__order-offline > .field:before,
.rma__order-offline > .field:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline > .field:after {
  clear: both;
}
.rma__order-offline > .field .input-box {
  width: 50%;
}
.rma__order-offline > .field .input-box input {
  width: 100%;
}
.rma__order-offline > .field button {
  position: absolute;
  right: 0;
  top: 20px;
}
.rma__guest-gift {
  *zoom: 1;
  margin-bottom: 15px;
}
.rma__guest-gift:before,
.rma__guest-gift:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift:after {
  clear: both;
}
.rma__guest-gift .is-gift {
  float: right;
}
.rma__guest-gift .is-gift label {
  margin-left: 5px;
}
.rma__guest-gift .fieldset {
  *zoom: 1;
}
.rma__guest-gift .fieldset:before,
.rma__guest-gift .fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift .fieldset:after {
  clear: both;
}
.rma__guest-gift .fieldset .wide {
  padding: 0 1%;
  width: 50%;
  float: left;
}
.rma__guest-gift .fieldset .wide input {
  width: 100%;
}

.remove-text-transformation {
  text-transform: none !important;
}

.UI-ORDER-BLOCK.data-table th {
  white-space: normal;
}

.UI-ORDER-BLOCK.data-table th.order-status-aling-center {
  text-align: center;
}

/* Custom Fields styles */

div.custom-fields {
  display: none;
}

div.custom-field {
  width: 100%;
}

div.custom-field select, div.custom-field input, div.custom-field textarea {
  width: 90%;
}

div.custom-field input[type="checkbox"] {
  width: auto !important;
}

@media only screen and (max-width: 599px) {
  body.rma-rma-index.customer-account #rma-table th.rma-date,
  body.rma-rma-index.customer-account #rma-table td.rma-date,
  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK .hidden-elem,
  body.rma-rma-new-step2.customer-account #my-orders-reason-table .hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table .hidden-elem,
  body.rma-rma-view.customer-account #rma-table .hidden-elem {
    display: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td {
    width: 100%;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td select {
    width: 60px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemname {
    width: 100%;
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemqty {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-remove {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td,
  body.rma-rma-view.customer-account #rma-table td {
    display: block;
    border-bottom: 0;
    padding: 5px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK tr,
  body.rma-rma-view.customer-account #rma-table tr {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 770px) {
  body.rma-rma-index.customer-account #rma-table td {
    padding: 5px;
  }

  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-success.customer-account #rma-table th.hidden-elem,
  body.rma-rma-view.customer-account #rma-table th.hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table td.hide-image,
  body.rma-rma-view.customer-account #rma-table td.hide-image {
    display: none;
  }
}
/* ============================================ *
 * Linearize Table
 * ============================================ */

@media only screen and (max-width: 479px) {
  .rma-rma-view .linearize-table {
    /* Helpers */
  }
  .rma-rma-index .linearize-table tr,
  .rma-rma-index .linearize-table th,
  .rma-rma-index .linearize-table td,
  .rma-guest-list .linearize-table tr,
  .rma-guest-list .linearize-table th,
  .rma-guest-list .linearize-table td,
  .rma-rma-new-step1 .linearize-table tr,
  .rma-rma-new-step1 .linearize-table th,
  .rma-rma-new-step1 .linearize-table td,
  .rma-rma-new-step2 .linearize-table tr,
  .rma-rma-new-step2 .linearize-table th,
  .rma-rma-new-step2 .linearize-table td,
  .rma-rma-new-success .linearize-table tr,
  .rma-rma-new-success .linearize-table th,
  .rma-rma-new-success .linearize-table td,
  .rma-rma-view .linearize-table tr,
  .rma-rma-view .linearize-table th,
  .rma-rma-view .linearize-table td {
    display: block;
  }
  .rma-rma-index .linearize-table thead th,
  .rma-guest-list .linearize-table thead th,
  .rma-rma-new-step1 .linearize-table thead th,
  .rma-rma-new-step2 .linearize-table thead th,
  .rma-rma-new-success .linearize-table thead th,
  .rma-rma-view .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .rma-rma-index .linearize-table thead th.lin-hide,
  .rma-guest-list .linearize-table thead th.lin-hide,
  .rma-rma-new-step1 .linearize-table thead th.lin-hide,
  .rma-rma-new-step2 .linearize-table thead th.lin-hide,
  .rma-rma-new-success .linearize-table thead th.lin-hide,
  .rma-rma-view .linearize-table thead th.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table thead th:nth-child(1n+2),
  .rma-guest-list .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-step1 .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-step2 .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-success .linearize-table thead th:nth-child(1n+2),
  .rma-rma-view .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .rma-rma-index .linearize-table tbody tr,
  .rma-guest-list .linearize-table tbody tr,
  .rma-rma-new-step1 .linearize-table tbody tr,
  .rma-rma-new-step2 .linearize-table tbody tr,
  .rma-rma-new-success .linearize-table tbody tr,
  .rma-rma-view .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .rma-rma-index .linearize-table tbody td,
  .rma-guest-list .linearize-table tbody td,
  .rma-rma-new-step1 .linearize-table tbody td,
  .rma-rma-new-step2 .linearize-table tbody td,
  .rma-rma-new-success .linearize-table tbody td,
  .rma-rma-view .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .rma-rma-index .linearize-table tbody td.lin-hide,
  .rma-guest-list .linearize-table tbody td.lin-hide,
  .rma-rma-new-step1 .linearize-table tbody td.lin-hide,
  .rma-rma-new-step2 .linearize-table tbody td.lin-hide,
  .rma-rma-new-success .linearize-table tbody td.lin-hide,
  .rma-rma-view .linearize-table tbody td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table tbody td:first-child,
  .rma-guest-list .linearize-table tbody td:first-child,
  .rma-rma-new-step1 .linearize-table tbody td:first-child,
  .rma-rma-new-step2 .linearize-table tbody td:first-child,
  .rma-rma-new-success .linearize-table tbody td:first-child,
  .rma-rma-view .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .rma-rma-index .linearize-table tbody td:first-child,
  .rma-rma-index .linearize-table tbody td:first-child h3,
  .rma-guest-list .linearize-table tbody td:first-child,
  .rma-guest-list .linearize-table tbody td:first-child h3,
  .rma-rma-new-step1 .linearize-table tbody td:first-child,
  .rma-rma-new-step1 .linearize-table tbody td:first-child h3,
  .rma-rma-new-step2 .linearize-table tbody td:first-child,
  .rma-rma-new-step2 .linearize-table tbody td:first-child h3,
  .rma-rma-new-success .linearize-table tbody td:first-child,
  .rma-rma-new-success .linearize-table tbody td:first-child h3,
  .rma-rma-view .linearize-table tbody td:first-child,
  .rma-rma-view .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .rma-rma-index .linearize-table tbody td[data-rwd-label],
  .rma-guest-list .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-step1 .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-step2 .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-success .linearize-table tbody td[data-rwd-label],
  .rma-rma-view .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .rma-rma-index .linearize-table tbody td[data-rwd-label]:before,
  .rma-guest-list .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-step1 .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-step2 .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-success .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-view .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .rma-rma-index .linearize-table tfoot tr,
  .rma-guest-list .linearize-table tfoot tr,
  .rma-rma-new-step1 .linearize-table tfoot tr,
  .rma-rma-new-step2 .linearize-table tfoot tr,
  .rma-rma-new-success .linearize-table tfoot tr,
  .rma-rma-view .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .rma-rma-index .linearize-table tfoot tr:after,
  .rma-guest-list .linearize-table tfoot tr:after,
  .rma-rma-new-step1 .linearize-table tfoot tr:after,
  .rma-rma-new-step2 .linearize-table tfoot tr:after,
  .rma-rma-new-success .linearize-table tfoot tr:after,
  .rma-rma-view .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .rma-rma-index .linearize-table tfoot td,
  .rma-guest-list .linearize-table tfoot td,
  .rma-rma-new-step1 .linearize-table tfoot td,
  .rma-rma-new-step2 .linearize-table tfoot td,
  .rma-rma-new-success .linearize-table tfoot td,
  .rma-rma-view .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .rma-rma-index .linearize-table tfoot td.lin-hide,
  .rma-guest-list .linearize-table tfoot td.lin-hide,
  .rma-rma-new-step1 .linearize-table tfoot td.lin-hide,
  .rma-rma-new-step2 .linearize-table tfoot td.lin-hide,
  .rma-rma-new-success .linearize-table tfoot td.lin-hide,
  .rma-rma-view .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table tfoot td:nth-child(odd),
  .rma-guest-list .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-step1 .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-step2 .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-success .linearize-table tfoot td:nth-child(odd),
  .rma-rma-view .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .rma-rma-index .linearize-table tfoot td:nth-child(even),
  .rma-guest-list .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-step1 .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-step2 .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-success .linearize-table tfoot td:nth-child(even),
  .rma-rma-view .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .rma-rma-index .linearize-table .linearize-hide,
  .rma-guest-list .linearize-table .linearize-hide,
  .rma-rma-new-step1 .linearize-table .linearize-hide,
  .rma-rma-new-step2 .linearize-table .linearize-hide,
  .rma-rma-new-success .linearize-table .linearize-hide,
  .rma-rma-view .linearize-table .linearize-hide {
    display: none;
  }
  .rma-rma-index .linearize-table .linearize-unpad,
  .rma-guest-list .linearize-table .linearize-unpad,
  .rma-rma-new-step1 .linearize-table .linearize-unpad,
  .rma-rma-new-step2 .linearize-table .linearize-unpad,
  .rma-rma-new-success .linearize-table .linearize-unpad,
  .rma-rma-view .linearize-table .linearize-unpad {
    padding: 0;
  }
  .rma-rma-index .linearize-table .linearize-show,
  .rma-guest-list .linearize-table .linearize-show,
  .rma-rma-new-step1 .linearize-table .linearize-show,
  .rma-rma-new-step2 .linearize-table .linearize-show,
  .rma-rma-new-success .linearize-table .linearize-show,
  .rma-rma-view .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .rma-rma-view .linearize-table-large {
    /* Helpers */
  }
  .rma-rma-index .linearize-table-large tr,
  .rma-rma-index .linearize-table-large th,
  .rma-rma-index .linearize-table-large td,
  .rma-guest-list .linearize-table-large tr,
  .rma-guest-list .linearize-table-large th,
  .rma-guest-list .linearize-table-large td,
  .rma-rma-new-step1 .linearize-table-large tr,
  .rma-rma-new-step1 .linearize-table-large th,
  .rma-rma-new-step1 .linearize-table-large td,
  .rma-rma-new-step2 .linearize-table-large tr,
  .rma-rma-new-step2 .linearize-table-large th,
  .rma-rma-new-step2 .linearize-table-large td,
  .rma-rma-new-success .linearize-table-large tr,
  .rma-rma-new-success .linearize-table-large th,
  .rma-rma-new-success .linearize-table-large td,
  .rma-rma-view .linearize-table-large tr,
  .rma-rma-view .linearize-table-large th,
  .rma-rma-view .linearize-table-large td {
    display: block;
  }
  .rma-rma-index .linearize-table-large thead th,
  .rma-guest-list .linearize-table-large thead th,
  .rma-rma-new-step1 .linearize-table-large thead th,
  .rma-rma-new-step2 .linearize-table-large thead th,
  .rma-rma-new-success .linearize-table-large thead th,
  .rma-rma-view .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .rma-rma-index .linearize-table-large thead th.lin-hide,
  .rma-guest-list .linearize-table-large thead th.lin-hide,
  .rma-rma-new-step1 .linearize-table-large thead th.lin-hide,
  .rma-rma-new-step2 .linearize-table-large thead th.lin-hide,
  .rma-rma-new-success .linearize-table-large thead th.lin-hide,
  .rma-rma-view .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large thead th:nth-child(1n+2),
  .rma-guest-list .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-step1 .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-step2 .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-success .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-view .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .rma-rma-index .linearize-table-large tbody tr,
  .rma-guest-list .linearize-table-large tbody tr,
  .rma-rma-new-step1 .linearize-table-large tbody tr,
  .rma-rma-new-step2 .linearize-table-large tbody tr,
  .rma-rma-new-success .linearize-table-large tbody tr,
  .rma-rma-view .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .rma-rma-index .linearize-table-large tbody td,
  .rma-guest-list .linearize-table-large tbody td,
  .rma-rma-new-step1 .linearize-table-large tbody td,
  .rma-rma-new-step2 .linearize-table-large tbody td,
  .rma-rma-new-success .linearize-table-large tbody td,
  .rma-rma-view .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .rma-rma-index .linearize-table-large tbody td.lin-hide,
  .rma-guest-list .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-step1 .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-step2 .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-success .linearize-table-large tbody td.lin-hide,
  .rma-rma-view .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large tbody td:first-child,
  .rma-guest-list .linearize-table-large tbody td:first-child,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child,
  .rma-rma-new-success .linearize-table-large tbody td:first-child,
  .rma-rma-view .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .rma-rma-index .linearize-table-large tbody td:first-child,
  .rma-rma-index .linearize-table-large tbody td:first-child h3,
  .rma-guest-list .linearize-table-large tbody td:first-child,
  .rma-guest-list .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-success .linearize-table-large tbody td:first-child,
  .rma-rma-new-success .linearize-table-large tbody td:first-child h3,
  .rma-rma-view .linearize-table-large tbody td:first-child,
  .rma-rma-view .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .rma-rma-index .linearize-table-large tbody td[data-rwd-label],
  .rma-guest-list .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-step1 .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-step2 .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-success .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-view .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .rma-rma-index .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-guest-list .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-step1 .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-step2 .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-success .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-view .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .rma-rma-index .linearize-table-large tfoot tr,
  .rma-guest-list .linearize-table-large tfoot tr,
  .rma-rma-new-step1 .linearize-table-large tfoot tr,
  .rma-rma-new-step2 .linearize-table-large tfoot tr,
  .rma-rma-new-success .linearize-table-large tfoot tr,
  .rma-rma-view .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .rma-rma-index .linearize-table-large tfoot tr:after,
  .rma-guest-list .linearize-table-large tfoot tr:after,
  .rma-rma-new-step1 .linearize-table-large tfoot tr:after,
  .rma-rma-new-step2 .linearize-table-large tfoot tr:after,
  .rma-rma-new-success .linearize-table-large tfoot tr:after,
  .rma-rma-view .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .rma-rma-index .linearize-table-large tfoot td,
  .rma-guest-list .linearize-table-large tfoot td,
  .rma-rma-new-step1 .linearize-table-large tfoot td,
  .rma-rma-new-step2 .linearize-table-large tfoot td,
  .rma-rma-new-success .linearize-table-large tfoot td,
  .rma-rma-view .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .rma-rma-index .linearize-table-large tfoot td.lin-hide,
  .rma-guest-list .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-step1 .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-step2 .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-success .linearize-table-large tfoot td.lin-hide,
  .rma-rma-view .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large tfoot td:nth-child(odd),
  .rma-guest-list .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-step1 .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-step2 .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-success .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-view .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .rma-rma-index .linearize-table-large tfoot td:nth-child(even),
  .rma-guest-list .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-step1 .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-step2 .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-success .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-view .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .rma-rma-index .linearize-table-large .linearize-hide,
  .rma-guest-list .linearize-table-large .linearize-hide,
  .rma-rma-new-step1 .linearize-table-large .linearize-hide,
  .rma-rma-new-step2 .linearize-table-large .linearize-hide,
  .rma-rma-new-success .linearize-table-large .linearize-hide,
  .rma-rma-view .linearize-table-large .linearize-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large .linearize-unpad,
  .rma-guest-list .linearize-table-large .linearize-unpad,
  .rma-rma-new-step1 .linearize-table-large .linearize-unpad,
  .rma-rma-new-step2 .linearize-table-large .linearize-unpad,
  .rma-rma-new-success .linearize-table-large .linearize-unpad,
  .rma-rma-view .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .rma-rma-index .linearize-table-large .linearize-show,
  .rma-guest-list .linearize-table-large .linearize-show,
  .rma-rma-new-step1 .linearize-table-large .linearize-show,
  .rma-rma-new-step2 .linearize-table-large .linearize-show,
  .rma-rma-new-success .linearize-table-large .linearize-show,
  .rma-rma-view .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .rma-rma-new-success .linearize-table-large thead th .mobile-header,
  .rma-rma-new-step1 .linearize-table-large thead th .mobile-header,
  .rma-rma-new-step2 .linearize-table-large thead th .mobile-header {
    display: none;
  }
  .rma-rma-index .linearize-table .linearize-collapse,
  .rma-guest-list .linearize-table .linearize-collapse,
  .rma-rma-new-step1 .linearize-table .linearize-collapse,
  .rma-rma-new-step2 .linearize-table .linearize-collapse,
  .rma-rma-new-success .linearize-table .linearize-collapse,
  .rma-rma-view .linearize-table .linearize-collapse {
    display: none;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.saltandpeppershop.fr/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

/**
 * Copyright (c) 2012-2018, Mollie B.V.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * - Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 * - Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 * DAMAGE.
 *
 * @category    Mollie
 * @package     Mollie_Mpm
 * @author      Mollie B.V. (info@mollie.nl)
 * @copyright   Copyright (c) 2012-2018 Mollie B.V. (https://www.mollie.nl)
 * @license     http://www.opensource.org/licenses/bsd-license.php  Berkeley Software Distribution License (BSD-License 2)
 **/

.mollie-loading .redirect-block {
    padding: 10%;
    text-align: center;
}

.mollie-loading p {
    margin-top: 20px;
}

.mollie-loading .loader {
    border: 16px solid #E3F0FA;
    border-top: 16px solid #31A8F0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#checkout-payment-method-load input.radio {
    float: left;
}


/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

.box-menu {
  position: relative;
}
.nav-top {
  padding: 0;
}
.nav-top-inner {
  position: relative;
  text-align: center;
}
.typo-navigation {
  display: inline-block;
  vertical-align: top;
}
#typonav {
  margin: 0;
  padding: 0;
  width: auto;
}
.megamenu .fa {
  display: inline-block;
  line-height: inherit;
  padding-left: 15px;
}
.home-sidebar .megamenu .fa {
  float: right;
}
#typonav > li {
  float: left;
  padding: 0;
  text-align: left;
}
#typonav .itemgrid ul.level0 {
  margin: 0 -15px;
}
#typonav ul.level0 li:hover {
  background: none;
}
#typonav li.custom-block {
  float: left;
  border-left: none;
}
#typonav li.level0 {
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
#typonav li.level0.mega_align_justify {
  position: static;
}
#typonav a {
  float: left;
  margin: 0;
  padding: 0;
}
#typonav a, #typonav a:hover {
  display: block;
  outline: none;
  text-decoration: none;
}
#typonav span {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
#typonav li.active a.level-top {
  outline: none;
}
#typonav li a.level-top {
  font-weight: bold;
}
#typonav a, #megamenu a, #typonav li.level0 a {
  position: relative;
}
#typonav li.level0 ul li a:hover {
  outline: medium none;
  text-decoration: none;
}
/*Label category*/
li.level0 > a > span > .cat-label {
  position: absolute;
  bottom: 90%;
  left: 90%;
}
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  margin: 0 2px;
}
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  content: ""; 
  border-top: 4px solid #cc0000;
  border-left: 0 solid transparent; 
  border-right: 4px solid transparent;
  margin-left: -3px;
}
.cat-label {
  padding: 2px 4px;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  border-radius: 2px;
  font-size: 10px;
  line-height: 13px;
  background: #cc0000;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.cat-label.cat-label-label1 {
  background: #3689C3;
}
.cat-label.pin-bottom.cat-label-label1:before {
  border-top-color: #3689C3;
}
.is-sticky li.level0 > a > span > .cat-label {
  bottom: auto;
  top: 0;
}
/*dropdown mega*/
#typonav li ul.show-sub, #typonav li div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/*align center*/
#typonav li.mega_align_center.level-top > div.show-sub {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
/*align right*/
#typonav li.mega_align_right > div.show-sub,
#typonav li .show-sub li.mega_align_right > div.show-sub,
#typonav li .show-sub li .show-sub li.mega_align_right > div.show-sub,
#typonav li .show-sub li .show-sub li .show-sub li.mega_align_right > div.show-sub,
#typonav li .show-sub li .show-sub li .show-sub li .show-sub li.mega_align_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  z-index: 9;
}
#typonav div.level0 {
  padding: 30px 15px;
  cursor: default;
}
#typonav .sub-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  -moz-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  margin-top: 30px;
}

#typonav li.level0:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
#typonav .sub-wrapper .mm-item-base {
  padding: 15px;
  margin: 0;
}
#typonav .sub-wrapper .mm-item-base div ul li div ul li div div.mm-item-base,
#typonav li.m-dropdown .dropdown.sub-wrapper div.mm-item-base div ul li div div.mm-item-base {
  margin-left: 0;
  padding: 0 2px;
}
#typonav li.level0 ul li {
  height: auto;
}
#typonav li.level0 ul li.custom {
  border-bottom: 2px solid #cb2822 !important;
}
#typonav li.level0 .groups-wrapper ul li a,
#typonav li.level0 .dropdown .groups-wrapper ul.level1 li a,
#typonav .dropdown ul li a {
  line-height: 20px;
  padding: 10px 0;
}
#typonav li.level0 .dropdown ul li.groups > a {
  border-bottom: 1px solid #ccc;
}
#typonav li.level0 ul li:hover {
  border-top: none;
}
#typonav .sub-wrapper ul {
  border: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
#typonav ul.level0 li {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#typonav ul li, #typonav ul li.active {
  background: none;
  margin: 0;
}
#typonav li.level0 ul li ol {
  margin: 0 0 0 5px;
}
#typonav li.level0 ul li.groups a {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.vheader-layout-2 #typonav li.level0 ul li.groups > a {
  border-bottom: 1px solid #333;
}
.vheader-layout-2 .nav-top {
  margin-bottom: 75px;
}
#typonav li.level0 ul li.groups > a {
  font-weight: bold;
  color: #000;
}
#typonav li.level0 ul li ul li a {
  border-bottom: 1px solid #cfcfcf;
}
#typonav li ul span {
  white-space: normal;
}
#typonav li.level0 ul li a {
  border: 0 none;
  display: block;
  font-size: 100%;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  width: 100%;
  background-color: transparent;
}
#typonav li.level0 .groups-wrapper ul li a {
  border: 0 none;
  height: auto;
  line-height: 30px;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  display: block;
  width: 100%;
  background-color: transparent;
}
#typonav li.level0 ul li a span.title_group {
  padding-left: 0;
}
#typonav ul li ul.level1 li, #typonav ul li ul.level2 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
#typonav li.level0 .groups-wrapper ul li a {
  padding: 5px 0;
  line-height: 20px;
}
#typonav li .groups-wrapper .parent > a, #typonav li .dropdown .parent > a {
  position: relative;
}
#typonav li .groups-wrapper .parent > a:before, #typonav li .dropdown .parent > a:before {
  content:"\f105";
  position: absolute;
  top: 12px;
  right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#typonav li .groups-wrapper .parent > a:before {
  top: 8px;
}
#typonav li .show-sub li div.show-sub {
  left: 70%;
  top: 0;
}
#typonav li .show-sub li:hover > div.show-sub {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
#typonav li .show-sub .groups-wrapper li > div.show-sub {
  padding: 10px 15px;
}
.groups-wrapper ul li.active a {
}
/*Dropdown classic*/
#typonav li.m-dropdown {
  position: relative;
}
#typonav .dropdown ul.level0 li {
  width: 100%;
  padding: 0 15px;
  float: left;
}
#typonav .dropdown ul.level0 li a {
  border-bottom: 1px solid #e5e5e5;
}
.vheader-layout-2 #typonav .dropdown ul.level0 li a {
  border-bottom: 1px solid #333;

}
#typonav .dropdown ul.level0 li.last > a {
  border-bottom: none;
}
#typonav .dropdown ul.level0 li.groups {
  border-bottom: none;
}
#typonav li.m-dropdown .dropdown.sub-wrapper {
  max-width: 270px;
  padding: 0;
}
#typonav li.m-dropdown .dropdown.sub-wrapper li.level1:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
/*Block html*/
ul.products-posts .posts-item-inner .posts-image {
  padding: 0
}
ul.products-posts .posts-item-inner .posts-image a {
  padding: 0 !important;
}
ul.products-posts .posts-item-inner .posts-image a img {
  margin: 0 auto;
}
ul.products-posts .posts-item-inner .posts-actions-inner {
  padding-right: 0
}
ul.products-posts .posts-item-inner .posts-actions-inner .product-info .product-name {
  margin: 0;
  font-size: 14px;
}
ul.products-posts .posts-item-inner .posts-actions-inner .product-info .product-name a {
  padding: 0 !important;
  width: auto;
}
ul.products-posts .posts-item-inner .posts-actions-inner .product-info .product-name a:hover {
  background: none !important;
  color: #e70000 !important;
}
ul.products-posts .posts-item-inner .posts-actions-inner .product-info p {
  line-height: 20px;
  clear: both;
  color: #6e6e6e;
  font-size: 13px;
  margin: 0;
}
ul.products-posts .block-posts-menu {
  border-bottom: 1px solid #f3f3f3;
  float: none !important;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0 !important;
}
ul.products-posts .block-posts-menu.last {
  border-bottom: none;
}
.typomenu-block-right h3 {
  color: #3f3f43;
  font-size: 110%;
  font-weight: normal;
  padding: 0 0 20px;
  margin: 0;
}
.typomenu-block-right .posts {
  line-height: 20px;
}
.typomenu-block-right .posts .price-box {
  width: 100%;
  float: left;
}
.typomenu-block-right .posts a {
  display: inline-block !important;
  text-align: left;
  text-transform: none !important;
  font-size: 100% !important;
  padding: 0 !important;
}
.typomenu-block-right .posts a:hover {
  color: #0092ce !important;
}
.typomenu-block-right .posts .posts-item-inner.last {
  margin-top: 20px;
}
.typomenu-block-level1-top {
  margin-bottom: 10px;
}
.typomenu-block-level1-top img {
  width: 100%;
}
.typomenu-block-level1-bottom {
  margin-bottom: 10px;
}
.typomenu-block-top img {
  margin-bottom: 30px;
}
.typomenu-block-top img.img-menutop {
  float: right;
}
.typomenu-block-bottom {
  margin: 0;
}
.typomenu-block-bottom .bottom {
  float: left;
  margin-right: 14px;
}
.typomenu-block-bottom .bottom.first {
  margin-left: 0;
}
.typomenu-block-bottom .bottom.last {
  margin-right: 0;
}
.typomenu-block-bottom h3 {
  margin: 0 0 20px;
  font-size: 120%;
  font-weight: normal;
  text-transform: uppercase;
}
.typomenu-block-bottom p {
  margin: 15px 0 0;
  line-height: 20px;
}
.typo-navigation #typonav .typomenu-block-right .products-posts .posts-image a:hover {
  background: none;
}
#typonav .typomenu-block .nav-block .section-line {
  border-bottom: 1px solid #ffffff;
  clear: both;
  display: block;
  line-height: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}
.typomenu-block.typomenu-block-right .typomenu-block .block-menu-banner {
  margin-right: 5px !important;
  padding: 0 !important;
  width: 260px;
}
.typomenu-block .nav-block .f-right {
  float: right;
}
#typonav .typomenu-block .nav-block a:hover {
  color: #000;
  text-decoration: none;
}
.typomenu-block .nav-block h3 {
  font-size: 140%;
  color: #fff;
  clear: both;
  padding: 10px 0 0;
  font-weight: normal;
}
.typomenu-block .nav-block p {
  font-size: 100%;
  color: #323131;
  line-height: 25px;
  margin: 0;
}
.typomenu-block-top {
  padding: 0;
  margin: 0;
}
.top-content {
  padding-bottom: 10px;
}
.top-content .menu-links {
  line-height: 20px;
  font-size: 12px;
}
.typomenu-block-top ul {
  list-style: none;
}
.typomenu-block-top ul li {
  border: medium none !important;
  float: left;
  line-height: 45px;
  padding-right: 20px !important;
  width: auto !important;
}
.typomenu-block-top ul li a .fa {
  display: none;
}
.typomenu-block-left, .typomenu-block-center {
  padding: 0 0 20px;
}
.typomenu-block-left img {
  padding-top: 30px;
}
.typomenu-block-bottom .static-inner {
  padding: 0 20px;
  width: 100%;
}
#typonav .typomenu-block.typomenu-block-bottom .block-menu-logo a {
  padding: 0;
  margin-right: 10px;
}
#typonav .typomenu-block.typomenu-block-bottom strong {
  display: block;
}
.typomenu-block-bottom .left,
.typomenu-block-bottom .right {
  float: left;
  width: 50%;
  display: block
}
.typomenu-block-bottom .right {
  background-color: #3e3c46;
  padding: 33px 15px;
}
.typomenu-block-bottom .right:hover {
  background-color: #cb2822;
}
.typomenu-block-bottom .right h3 {
  margin: 0;
  font-size: 150%;
  line-height: 40px;
  color: #fff;
}
.typomenu-block-bottom .right p {
  margin: 0;
  font-size: 100%;
  color: #fff;
}
.typomenu-block .custom-block h4 {
  margin: 0;
  color: #000;
  font-size: 16px;
  padding: 0 0 10px;
}
.typomenu-block .custom-block p {
  color: #323131;
  font-size: 13px;
  line-height: 25px;
  margin: 10px 0 0;
}
.container-top .grid12-4 {
  margin-left: 0;
}
.block-top-right img {
  padding-top: 10px;
}
.block-top-right h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
.typomenu-block-left h2 {
  font-size: 18px;
  margin: 12px 0;
}
.custom p.custom_category_menu_text {
  text-align: left;
  line-height: 20px;
  clear: both;
  color: #323131;
  font-size: 13px;
}
#typonav .block-top-staticmenu li:hover {
  background: none;
}
#typonav .block-top-staticmenu .product-name a {
  padding: 0 5px;
}
.block-top-staticmenu .block-title strong span {
  font-size: 145%;
  padding: 11px 0 5px;
  font-weight: normal;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #f6f6f6;
}
#typonav .block-top-staticmenu .product-image-hover a.product-image:hover {
  background: none;
}
/* block right */
.menu-static-blocks .mega-blockright {
  position: relative;
  text-align: center;
}
.menu-static-blocks .mega-blockright img {
  width: 100%;
}
.menu-static-blocks .mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
}
.menu-static-blocks .mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.menu-static-blocks .mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.menu-static-blocks .mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
#typonav .mega-right a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}
/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 100%;
}
/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 50%;
}
/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 33.3333333333%;
}
/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 25%;
}
.itemgrid-4col .item.dop {
  width: 50%;
}
/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 20%;
}
.itemgrid-5col .item.dop {
  width: 40%;
}
/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 16.6666666667%;
}
.itemgrid-6col .item.dop {
  width: 33.3333333333%;
}
/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 14.2857142857%;
}
/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
  /* Deprecated: other grid units */
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,
  /* Alias for full-width units */
.grid-full,
  /* Special grid units */
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
/* Basic grid units width */
.grid12-1 {
  width: 8.33333333333%;
}
.grid12-2 {
  width: 16.6666666667%;
}
.grid12-3,
.grid4-1 {
  width: 25%;
}
.grid12-4 {
  width: 33.3333333333%;
}
.grid12-5 {
  width: 41.6666666667%;
}
.grid12-6,
.grid4-2,
.grid2-1 {
  width: 50%;
}
.grid12-7 {
  width: 58.3333333332%;
}
.grid12-8 {
  width: 66.6666666667%;
}
.grid12-9,
.grid4-3 {
  width: 75%;
}
.grid12-10 {
  width: 83.3333333333%;
}
.grid12-11 {
  width: 91.6666666666%;
}
.grid12-12,
.grid-full {
  width: 100%;
}
/* Menu */
.typo-menu .fa {
  display: none;
}
.block-nav .fa {
  display: none;
}
/****Vertical Megamenu***/
.cms-home .typo-navigation-vertical {
  margin: 0;
}
.typo-navigation-vertical .block-title strong span {
  color: #111;
  padding: 0 0 0 12px;
  /*font-family: 'Montserrat', sans-serif;*/
}
.typo-navigation-vertical .block-title strong span.fa {
  background: #1b1b1b;
  margin-right: 10px;
  margin-left: 30px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  float: left;
  color: #fff;
  padding: 0;
}
.typo-navigation-vertical .block-title {
  height: 50px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.sidebar .typo-navigation-vertical .block-title {
  background-color: #ffe51e;
  border: none;
  padding: 0;
}
.typo-navigation-vertical .block-title strong {
  font-weight: normal;
}
.typo-main-menu-vertical {
  border: 1px solid #d6d6d6;
  float: left;
  width: 100%;
  border-top: 0;
  display: none;
}
.typo-main-menu-vertical ul.level0 li {
  float: left;
  outline: none;
}
.main_side_left .typo-main-menu-vertical div.show-sub,
.col-left .typo-main-menu-vertical div.show-sub {
  border: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  outline: none;
  width: 680px !important;
  z-index: 9999;
  background: #fff;
  padding: 0;
  top: 50px !important;
}
.col-right .typo-main-menu-vertical ul li.m-dropdown ul li.level1 div.show-sub {
  width: 100%;
  right: 250px !important;
}
.col-right .typo-main-menu-vertical ul li.m-dropdown ul li.level1 div.groups-wrapper div.show-sub {
  width: 100%;
  right: 222px !important;
}
.col-right .typo-main-menu-vertical li.level2 div.show-sub {
  width: 100%;
  right: 186px !important;
}
.main_side_left .typo-main-menu-vertical li.level1 div.show-sub,
.col-left .typo-main-menu-vertical li.level1 div.show-sub {
  width: 100%;
  left: 185px !important;
  padding-left: 10px;
}
.col-right .typo-main-menu-vertical div.show-sub {
  -webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  -webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
  outline: none;
  width: 620px;
  z-index: 9;
  background: #dedee4;
  top: 0;
  padding: 0;
  clear: left;
}
.main_side_left .typo-main-menu-vertical div.show-sub .typomenu-block,
.col-left .typo-main-menu-vertical div.show-sub .typomenu-block {
  margin: 0;
  width: 100%;
}
.typo-main-menu-vertical .typomenu-block-top {
  width: 100% !important;
}
.main_side_left .typo-main-menu-vertical div.show-sub a,
.col-left .typo-main-menu-vertical div.show-sub a {
  border: none;
}
.main_side_left .typo-main-menu-vertical div.show-sub li .level1 li.parent,
.col-left .typo-main-menu-vertical div.show-sub li .level1 li.parent {
  background: url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/icon-menu.png") no-repeat 100% 13px;
  padding-left: 0;
}
.main_side_left .typo-main-menu-vertical div.show-sub li .level1 li,
.col-left .typo-main-menu-vertical div.show-sub li .level1 li {
  padding-left: 0;
}
.main_side_left .typo-main-menu-vertical div.show-sub .groups a .title_group,
.col-left .typo-main-menu-vertical div.show-sub .groups a .title_group {
  font-size: 115%;
  color: #272727;
}
.typo-main-menu-vertical .dropdown ul.level0 li {
  width: 100%;
  padding: 0 13px;
}
.typo-main-menu-vertical li.m-dropdown .dropdown.sub-wrapper {
  width: 260px;
  max-width: 290px
}
.megamenu-vertical {
  margin: 0;
  padding: 18px 0;
  width: 100%;
  height: auto;
  background: #fff;
  display: inline-block;
  float: left;
}
.megamenu-vertical .show-direct > a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  right: 0;
  line-height: 20px;
}
.megamenu-vertical li.level-top {
  padding: 0 30px;
  float: left;
  width: 100%;
}
.megamenu-vertical li.level-top > a {
  border-bottom: 1px dashed #acacac;
  float: left;
  width: 100%;
}
.megamenu-vertical li.level-top .groups-wrapper {
  background: #fff;
  width: auto;
}
.megamenu-vertical li .fa {
  float: right;
  text-align: center;
  line-height: 15px;
  color: #fff;
  position: relative;
  right: 20px;
  top: 15px;
  background-color: #c3e425;
  height: 15px;
  width: 15px;
}
.megamenu-vertical li.m-dropdown .fa {
  right: 15px;
}
.megamenu-vertical > li.level0 > a {
  padding: 10px 0;
  border-bottom: rgb(230, 230, 230) dashed 1px;
  margin: 0;
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 16px;
}
.megamenu-vertical > li.level0.last > a {
  border: none;
}
.megamenu-vertical > li.level0 > a span {
  padding: 0 15px;
}
.megamenu-vertical > li.level0 > a:before {
  display: inline-block;
  width: 18px;
  height: 16px;
  content: '';
}
.megamenu-vertical li.level0 > a {
  display: block;
}
.main_categroy_left > div {
  width: 300px;
}
.typo-main-menu-vertical div.show-sub {
  z-index: 99;
}
.typo-main-menu-vertical li.level0 ul.level0 {
  padding: 25px 10px;
}
.typo-main-menu-vertical li.level0 ul li.level1 {
  margin: 0;
  width: 220px;
  padding: 0 15px 50px;
}
.typo-main-menu-vertical li.level0 ul li.level1 > a {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  color: #000 !important;
}
.typo-main-menu-vertical li.level0 ul li.level2 > a {
  line-height: 25px;
  font-size: 13px;
}
.typo-main-menu-vertical ul.level0 li {
  float: left;
  outline: none;
  position: relative;
}
.typo-main-menu-vertical ul li ul.level1 li,
.typo-main-menu-vertical ul li ul.level2 li {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0 0 0 10px;
}
.block-vertial-top {
  display: block;
  position: relative;
  padding: 0 35px;
}
.block-vertial-top p {
  margin: 0;
}
.block-vertial-top .img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  height: 197px;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.block-vertial-top .title {
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  padding: 45px 0 0 0;
  display: block;
  font-weight: bold;
}
.block-vertial-top .title p {
  margin: 0;
}
.block-vertial-top .text {
  padding: 0;
  color: #a3a3a3;
  margin: 15px 0;
  font-size: 14px;
}
.block-vertial-top .btn-readmore {
  padding: 10px 15px;
  color: #fff !important;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.vertical-bottom {
  padding: 0 10px;
  width: 100%;
  margin-top: -33px;
}
.vertical-bottom a {
  width: 220px;
  padding: 0 15px;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

/* Sidebar menu */
.home-sidebar .sb-main-menu #typonav li.level0 {
  position: relative!important;
  padding: 0 40px;
}
.home-sidebar #typonav li ul.show-sub,
.home-sidebar #typonav li div.show-sub {
  top: 0!important;
  width: 960px;
  transform: none!important;
}
.home-sidebar #typonav li.level0 {
  line-height: 15px;
  height: 35px;
}
.home-sidebar #typonav li.level0 > a {
  padding: 10px 0;
}
.home-sidebar #typonav li.level0 > a + .fa {
  padding-top: 10px;
}
.vheader-layout-1 #typonav li.level0.active,
.vheader-layout-1 #typonav li.level0:hover {
  background-color: #f2f2f2;
  .all-transition;
}
.sb-main-menu #typonav li.level0 {
  display: block;
  width: 100%;
}

/*rtl*/
.rtl .block-vertial-top .img-top {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rtl .typo-main-menu-vertical li.level0 ul li.level1 {
  float: right;
}
.rtl #typonav li .show-sub li div.show-sub {
  left: auto;
  right: 70%;
}
.rtl li.level0 > a > span > .cat-label {
  left: auto;
  right: 90%;
}
.rtl li.level0 > a > span > .pin-bottom:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  margin-left: -3px;
}
.rtl #typonav li .groups-wrapper .parent > a:before, .rtl #typonav li .dropdown .parent > a:before {
  content:"\f104";
  right: auto;
  left: 5px;
}

/*
Hover Effect
================================*/
.hover-effect01 {
  position: relative;
  z-index: 1;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:hover:after,
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after,
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 99;
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/plus.png) no-repeat center center #ffffff;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before,
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:hover:before,
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*
End Hover Effect
==============================*/
/*
Effect Main Slide
*/
.active .caption .title {
  -webkit-animation: slideBounceInDown 800ms ease-in-out;
  -moz-animation: slideBounceInDown 800ms ease-in-out;
  animation: slideBounceInDown 800ms ease-in-out;
}
.active .caption .text {
  -webkit-animation: slideBounceInDown 1400ms ease-in-out;
  -moz-animation: slideBounceInDown 1400ms ease-in-out;
  animation: slideBounceInDown 1400ms ease-in-out;
}
.active .caption .btn-slide {
  -webkit-animation: slideBounceInDown 2000ms ease-in-out;
  -moz-animation: slideBounceInDown 2000ms ease-in-out;
  animation: slideBounceInDown 2000ms ease-in-out;
}
@-webkit-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideBounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideBounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.active .slideBounceInDown {
  -webkit-animation-name: slideBounceInDown;
  -moz-animation-name: slideBounceInDown;
  -o-animation-name: slideBounceInDown;
  animation-name: slideBounceInDown;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*==========================
    mobile menu
==========================*/

.typo-container {
  position: relative;
}
.typo-wrapper {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.typo-nav ul.nav-accordion {
  min-width: 290px;
  display: inline-block;
}
.typo-nav ul.nav-accordion li {
  text-align: left;
}
.typo-nav ul.nav-accordion li.active + li {
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
.typo-nav li.level0 i.fa-angle-down {
  display: none;
}
.typo-nav .home a {
  padding: 11px 0 !important;
  height: auto;
  text-align: center;
}
.typo-nav .home a span {
  font-size: 30px;
}
.typo-nav ul.nav-accordion > li > a {
  border-bottom: 1px solid rgba(100, 255, 255, 0.2);
}
.typo-nav ul.nav-accordion li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 42px 10px 15px;
  line-height: 20px;
  height: auto;
  border-bottom: 1px solid rgba(100, 255, 255, 0.2);
}
.typo-nav ul.nav-accordion li span.expand, .typo-nav ul.nav-accordion li span.collapse {
  color: #fff;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
  font-size: 14px;
}
.typo-nav ul.nav-accordion li.last a {
  border-bottom: 1px solid rgba(100, 255, 255, 0.2);
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  -o-transition: -o-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  z-index: 100;
  background-color: transparent;
  font-size: 25px;
  line-height: 1;
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
}
.typo-wrapper.overlay-open {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  float: left;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
.cmn-toggle-switch span::before {
  top: 8px;
}
.cmn-toggle-switch span::after {
  bottom: 8px;
}
.cmn-toggle-switch__htx {
  background-color: transparent;
}
.vheader-layout-2 .menu-bar-btn {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 999;
}
.vheader-layout-2 .cmn-toggle-switch span,
.vheader-layout-2 .cmn-toggle-switch span::before,
.vheader-layout-2 .cmn-toggle-switch span::after{
  background-color: #fff;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
  background-color: transparent;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
/* accordion - please don't modify this*/

ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
ul.nav-accordion ul.level0 > li > a {
  padding-left: 30px;
}
ul.nav-accordion ul.level1 > li > a {
  padding-left: 45px;
}
ul.nav-accordion ul.level2 > li > a {
  padding-left: 60px;
}
ul.nav-accordion ul.level3 > li > a {
  padding-left: 75px;
}
ul.nav-accordion ul.level4 > li > a {
  padding-left: 85px;
}
ul.nav-accordion ul.level5 > li > a {
  padding-left: 95px;
}
ul.nav-accordion ul.level6 > li > a {
  padding-left: 100px;
}
.sidebar ul.nav-accordion ul.level0 li a:before {
  left: 10px;
}
.sidebar ul.nav-accordion ul.level1 li a:before {
  left: 20px;
}
.sidebar ul.nav-accordion ul.level2 li a:before {
  left: 30px;
}
.sidebar ul.nav-accordion ul.level3 li a:before {
  left: 40px;
}
.sidebar ul.nav-accordion ul.level4 li a:before {
  left: 50px;
}
.sidebar ul.nav-accordion ul.level5 li a:before {
  left: 55px;
}
.sidebar ul.nav-accordion ul.level6 li a:before {
  left: 60px;
}
ul.nav-accordion li {
  background: none;
  position: relative;
  line-height: 20px;
}
ul.nav-accordion > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.nav-accordion li a {
  display: block;
  margin: 0;
  height: 42px;
  padding: 11px 42px 11px 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
ul.nav-accordion li a:hover {
  color: #bbb;
}
ul.nav-accordion ul {
  display: none;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  font-size: 100%;
  outline: none;
  padding-left: 15px;
}
ul#typo-accordion li span.collapse {
  top: 0;
}
ul#typo-accordion li span.expand {
  top: 0;
}
ul.nav-accordion ul ul li a {
  padding-left: 30px;
}
ul.nav-accordion ul ul ul li a {
  padding-left: 40px;
}
ul.nav-accordion li span.expand {
  background-color: transparent;
  cursor: pointer;
  display: block;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 42px;
  height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
}
ul.nav-accordion li span.text {
  display: none;
}
ul.nav-accordion li span.collapse {
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  display: block;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 42px;
  height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
}
ul.detail-parent {
  margin: 0;
  padding: 0 0 0 17px;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: static;
  display: inline-block;
  vertical-align: top;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  display: none;
}
/* RTL */

.rtl ul.nav-accordion {
  padding-left: 0;
  padding-right: 0;
}
.rtl ul#typo-accordion li span.collapse, .rtl ul#typo-accordion li span.expand {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  text-align: center;
}
.rtl .typo-menu-active .collapsed-icon {
  /*margin-left: 0;
  margin-right: 15px;*/
}
.rtl .navbar-inverse .navbar-toggle:hover .icon-bar, .rtl .navbar-inverse .navbar-toggle:focus .icon-bar {
  background: #fff;
}
.rtl .typo-nav ul.nav-accordion li {
  text-align: right;
}
.rtl .typo-nav ul.nav-accordion li a {
  padding: 10px 15px 10px 42px;
}
.rtl ul.nav-accordion ul.level0 > li > a {
  padding-right: 30px;
}
.rtl ul.nav-accordion ul.level1 > li > a {
  padding-right: 45px;
}
.rtl ul.nav-accordion ul.level2 > li > a {
  padding-right: 60px;
}
.rtl ul.nav-accordion ul.level3 > li > a {
  padding-right: 75px;
}
.rtl ul.nav-accordion ul.level4 > li > a {
  padding-right: 85px;
}
.rtl ul.nav-accordion ul.level5 > li > a {
  padding-right: 95px;
}
.rtl ul.nav-accordion ul.level6 > li > a {
  padding-right: 100px;
}

.rtl .sidebar ul.nav-accordion ul.level0 li a:before {
  right: 10px;
}
.rtl .sidebar ul.nav-accordion ul.level1 li a:before {
  right: 20px;
}
.rtl .sidebar ul.nav-accordion ul.level2 li a:before {
  right: 30px;
}
.rtl .sidebar ul.nav-accordion ul.level3 li a:before {
  right: 40px;
}
.rtl .sidebar ul.nav-accordion ul.level4 li a:before {
  right: 50px;
}
.rtl .sidebar ul.nav-accordion ul.level5 li a:before {
  right: 55px;
}
.rtl .sidebar ul.nav-accordion ul.level6 li a:before {
  right: 60px;
}
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.7;
}
.body-fixed {
  position: fixed;
  overflow: hidden;
}
a,
button {
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  -moz-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.std ul,
.std ol {
  list-style: inside;
}
.std table,
.std iframe,
.std img {
  max-width: 100%;
}
.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6 {
  font-size: 125%;
  font-weight: bold;
}
input.input-text,
button,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
}
input.input-text:focus,
button:focus,
textarea:focus {
  outline: none;
}
select {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fields:after,
.fields:before,
.field:after,
.field:before {
  display: table;
  content: " ";
}
.fields:after {
  clear: both;
}
.img-responsive {
  margin: 0 auto;
}
.section-title {
  display: block;
  margin-top: 0;
}
button.button,
a.button {
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  background: transparent;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
button.button:hover,
a.button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
ul.form-list {
  margin: 0;
}
ol.form-list {
  margin: 0;
}
.form-list .input-box select {
  max-width: 100%;
}
.customer-account-forgotpassword #form-validate ul.form-list {
  padding: 0;
}
.customer-account-forgotpassword #form-validate ol.form-list {
  padding: 0;
}
.validation-advice {
  background: url('https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/validation_advice_bg.gif') 2px 0 no-repeat;
  clear: both;
  color: #eb340a;
  line-height: 12px;
  margin: 3px 0 0;
  min-height: 12px;
  padding-left: 15px;
  width: 100%;
  font-size: 12px;
}
.validation-failed {
  background: #faebe7 !important;
  border: 1px solid #e5e5e5 !important;
}
.calendar {
  z-index: 1000;
}
.pointer-event {
  pointer-events: none;
}
.input-box {
  position: relative;
}
.input-box .validation-advice {
  bottom: 100%;
  right: 0;
  width: auto;
  padding: 3px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  margin-bottom: 8px;
  z-index: 2;
}
.input-box .validation-advice:after,
.input-box .validation-advice:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.input-box .validation-advice:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.input-box .validation-advice:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 5px;
  margin-left: -5px;
}
p.required {
  color: #eb340a;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.messages {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3d6611;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
}
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.messages li {
  margin: 0 0 10px;
  list-style: none;
}
.messages li li {
  margin: 0;
}
.messages .icon_close {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  font-size: 100%;
  margin: 10px 0;
  padding: 5px 32px 5px 32px;
  position: relative;
}
.error-msg:before,
.success-msg:before,
.note-msg:before,
.notice-msg:before {
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.note-msg,
.notice-msg {
  background-color: #d9edf7;
  color: #31708f;
  z-index: 3;
  position: relative;
}
.note-msg:before,
.notice-msg:before {
  content: "\70";
}
#messages_product_view {
  margin-top: 0;
}
#messages_product_view .note-msg {
  background-color: #d9edf7;
  color: #31708f;
}
#messages_product_view .notice-msg {
  background-color: #d9edf7;
  color: #31708f;
}
.error-msg {
  background-color: #f2dede;
  color: #a94442;
}
.error-msg:before {
  content: "\73";
}
.success-msg {
  background-color: #dff0d8;
  color: #3c763d;
}
.success-msg:before {
  content: "\52";
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs ul {
  margin: 0 auto;
}
.breadcrumbs li {
  display: inline;
  color: #cccccc;
}
.breadcrumbs li a {
  color: #cccccc;
}
.breadcrumbs li a.last {
  color: #fff;
}
.breadcrumbs li a:hover {
  color: #fff;
}
.block-progress dt {
  background-color: #ececec;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin: 0 0 8px 0;
  outline: medium none;
  padding: 10px;
}
.block-progress dt.complete {
  background-color: #ececec;
  margin: 0;
}
.block-progress dd {
  border: 1px solid #ccc;
  border-top: none;
  margin: 0 0 6px;
  padding: 8px 13px;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.sp-methods input.radio {
  margin: 0 3px 2px 0;
  display: inline;
}
.sp-methods label {
  display: inline;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.subtitle,
.sub-title {
  clear: both;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 15px 0 0;
}
.multiple-checkout .subtitle {
  padding: 0;
}
.multiple-checkout .sub-title {
  padding: 0;
}
.multiple-checkout img {
  max-width: 100%;
}
.data-table {
  border: 1px solid #ccc;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.data-table h2,
.data-table h3,
.data-table h4,
.data-table h5 {
  font-size: 15px;
  margin: 0;
}
.data-table th {
  font-weight: bold;
  padding: 10px;
  display: table-cell;
}
.data-table tr.last th {
  border-bottom: 0;
}
.data-table tr.last td {
  border-bottom: 0;
}
.data-table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.data-table thead th {
  background: #ececec;
  border-right: 1px solid #ccc;
  font-weight: normal;
  padding: 8px;
  vertical-align: middle;
}
.data-table thead th a {
  color: #ffffff;
}
.data-table thead th .tax-flag {
  white-space: nowrap;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tfoot {
  border-bottom: 1px solid #ccc;
}
.data-table tfoot tr.first td {
  background: #ececec;
}
.data-table tfoot tr.first td.a-right.last {
  overflow: hidden;
}
.data-table tfoot td {
  border-bottom: 0;
  border-right: 1px solid #ccc;
}
.data-table tfoot strong {
  font-size: 110%;
}
.data-table .label {
  line-height: 20px;
  color: #666666;
  font-size: 100%;
}
.data-table td .price-box {
  font-size: 14px;
  margin: 0;
}
.data-table .availability.out-of-stock {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.data-table input {
  max-width: 50px;
  text-align: center;
}
.data-table tbody th,
.data-table tbody td {
  border: 1px solid #ccc;
}
#product-attribute-specs-table th {
  vertical-align: middle;
  text-transform: capitalize;
}
#product-attribute-specs-table td {
  vertical-align: middle;
}
table#product-attribute-specs-table {
  width: 100%;
}
.page .label {
  background-color: transparent;
  border-radius: 0 0 0 0;
  font-size: 100%;
  text-shadow: none;
}
.page .badge {
  background-color: transparent;
  border-radius: 0 0 0 0;
  font-size: 100%;
  text-shadow: none;
}
.page table th.label {
  display: block;
}
.page .table th {
  outline: medium none;
  padding: 12px;
  vertical-align: middle;
}
.page .table td {
  outline: medium none;
  padding: 12px;
  vertical-align: middle;
}
.data-table tbody.odd tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td {
  border-bottom: 1px solid #ccc;
}
.data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #ccc;
}
.data-table tbody td .option-label {
  font-style: italic;
  font-weight: bold;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.info-box {
  border: 1px solid #d0cbc1;
  margin: 0 0 15px;
  padding: 12px 15px;
}
.info-box h2 {
  font-weight: bold;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  cursor: pointer;
  float: right;
  padding-left: 20px;
  text-align: right;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.show-details td {
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
  display: none;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total {
  cursor: pointer;
  display: block;
  padding-right: 20px;
}
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/*
Header Layout
=============================*/
.header {
  /*Header Layout 1*/
  /*Header Layout 2*/
  /*Header Layout 3*/
  /*Header Layout 4*/
}
.header .header-top-inner {
  font-size: 13px;
}
.header .header-inner {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header .logo-home {
  text-align: center;
}
.header .logo {
  outline: medium none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header .logo img {
  vertical-align: middle;
}
.header .logo h1 {
  margin: 0;
}
.header .logo strong {
  height: 0;
  left: -999em;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: -999em;
  width: 0;
}
.block {
  margin: 0;
  display: block;
  position: relative;
}
.block .block-title {
  margin: 0;
  padding: 10px 0;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-weight: bold;
}
.block .block-title span {
  font-size: 100%;
  line-height: normal;
  text-transform: uppercase;
}
.block .block-title a {
  text-decoration: none;
}
.block .block-subtitle {
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
}
.block .btn-remove {
  margin: 0;
  outline: none;
  padding: 0;
}
.block .btn-edit {
  margin: 0;
  outline: none;
  padding: 0;
}
.block .actions {
  padding: 6px 9px;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  outline: none;
}
.block .empty {
  margin: 0;
  padding: 10px 0;
}
.sidebar .block-content {
  padding: 0;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sidebar ul.nav-accordion li a {
  border-bottom: 1px solid #eaeaea;
  height: auto;
  position: relative;
  padding: 11px 42px 11px 20px;
}
.sidebar ul.nav-accordion li a:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "\5e";
  display: inline-block;
  font-size: 13px;
  font-family: 'ElegantIcons';
  -webkit-font-smoothing: antialiased;
}
.sidebar ul.nav-accordion li span.collapse,
.sidebar ul.nav-accordion li span.expand {
  border-left: 0;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li {
  display: inline-block;
  width: auto;
  margin: 0;
  box-sizing: border-box;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .count {
  display: none;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link {
  display: inline-block;
  padding: 0;
  border-radius: 0;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link span {
  border-radius: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link span img {
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  margin: 2px;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link:hover .swatch-label {
  border-color: #666666;
}
.paypal-or {
  display: block;
}
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  margin: 0 0 8px;
  padding: 4px 8px;
}
.order-info dt {
  display: inline;
}
.order-info dd {
  display: inline;
}
.order-info ul {
  display: inline;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  border: 1px solid #d0cbc1;
  margin: 0 0 15px;
  padding: 12px 15px;
}
.order-info-box h2 {
  font-size: 130%;
  font-weight: normal;
  text-transform: uppercase;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  overflow-x: auto;
  width: 100%;
}
.order-items h2 {
  clear: none;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.order-items h3 {
  clear: none;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.order-items .product-name {
  font-weight: normal;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 15px 0;
}
.gift-message dd {
  margin: 5px 0 0;
}
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .order-date {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .price-excl-tax .label {
  display: inline;
}
.page-print .price-excl-tax .price {
  display: inline;
}
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .price-incl-tax .label {
  display: inline;
}
.page-print .price-incl-tax .price {
  display: inline;
}
.page-print .cart-price {
  display: inline;
}
.checkout-success {
  text-align: center;
  padding: 30px 0 60px 0;
}
.block-viewed .block-content ol li p.product-name {
  margin: 0;
}
.block-account .block-content ul li {
  line-height: 28px;
}
.block-account .block-content ul li a {
  font-size: 100%;
  font-weight: 400;
}
.block-cart .summary {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
  font-size: 100%;
}
.block-cart .amount a {
  font-weight: 600;
}
.block-cart ol.mini-products-list li {
  padding: 5px 0 !important;
}
.block-cart .block-content .actions {
  margin: 0 auto;
  outline: none;
  padding: 10px 0;
}
.block-cart .block-content .block-subtitle {
  font-weight: normal;
  padding: 0 0 10px 0;
  text-align: center;
}
.block-cart .block-content ol {
  margin: 0;
}
.block-cart .block-content ol li.item.last {
  padding-bottom: 0;
}
.block-cart .block-content ol li.item .product-image {
  margin: 0;
  outline: none;
  padding: 0;
  border: 1px solid #cccccc;
}
.block-cart .block-content ol li.item .product-image img {
  max-width: 100%;
}
.block-cart .block-content ol li.item .product-details {
  height: auto;
  line-height: normal;
  outline: medium none;
  position: relative;
  padding-right: 0;
}
.block-cart .block-content ol li.item .product-details .product-name {
  height: auto;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0 0 3px;
}
.block-cart .block-content ol li.item .product-details .removeitem {
  padding-top: 3px;
}
.block-cart .block-content ol li.item .product-details .price {
  font-weight: bold;
  padding: 0 0 0 5px;
}
.block-cart .block-content ol li.item .product-details .truncated {
  padding: 5px;
}
.block-cart .block-content ol li.item .product-details .actions a {
  font-size: 90%;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0;
}
.block-cart .block-content ul {
  margin: 0;
}
.block-cart .block-content ul li.item.last {
  padding-bottom: 0;
}
.block-cart .block-content ul li.item .product-image {
  margin: 0;
  outline: none;
  padding: 0;
  border: 1px solid #cccccc;
}
.block-cart .block-content ul li.item .product-image img {
  max-width: 100%;
}
.block-cart .block-content ul li.item .product-details {
  height: auto;
  line-height: normal;
  outline: medium none;
  position: relative;
  padding-right: 0;
}
.block-cart .block-content ul li.item .product-details .product-name {
  height: auto;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0 0 3px;
}
.block-cart .block-content ul li.item .product-details .removeitem {
  padding-top: 3px;
}
.block-cart .block-content ul li.item .product-details .price {
  font-weight: bold;
  padding: 0 0 0 5px;
}
.block-cart .block-content ul li.item .product-details .truncated {
  padding: 5px;
}
.block-cart .block-content .summary .subtotal .label {
  background: transparent none;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  padding: 2px 0;
  text-shadow: none;
  color: #666666;
  font-size: 100%;
}
.block-cart .subtotal {
  margin: 0;
  padding: 0;
  text-align: left;
}
.block-cart .subtotal .price {
  color: #d9673b;
  font-weight: normal;
}
.block-cart .subtotal .paypal-logo {
  float: left;
  margin: 3px 0 0;
  text-align: right;
  width: 100%;
}
.block-cart .subtotal .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-cart .block-content ol li.item {
  padding-left: 0;
  padding-right: 0;
}
.block-cart .block-content ul li.item {
  padding-left: 0;
  padding-right: 0;
}
.btn-edit span.icon {
  border-radius: 50%;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  outline: medium none;
  padding: 0;
  width: 16px;
}
.btn-remove span.icon {
  background-image: url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/btn-remove.png");
  border-radius: 50%;
  float: left;
  height: 16px;
  outline: medium none;
  padding: 0;
  width: 16px;
  margin: 0 5px 0 0;
}
.block-wishlist .actions a {
  float: none;
}
.block-wishlist .block-subtitle {
  font-weight: normal;
  line-height: normal;
  outline: none;
  padding: 0 0 10px 0;
  text-align: center;
}
.block-wishlist ol {
  margin: 0;
}
.block-wishlist ul {
  margin: 0;
}
.block-wishlist .block-content li.item {
  margin: 0;
  padding: 0 0 20px 0;
}
.block-wishlist .block-content li.item .product-image {
  outline: none;
  border: 1px solid #cccccc;
  display: block;
  padding: 0;
}
.block-wishlist .block-content li.item .product-image img {
  max-width: 100%;
}
.block-wishlist .block-content li.item .product-details {
  outline: none;
  padding-right: 0;
}
.block-wishlist .block-content li.item .product-details .product-name {
  height: auto;
  margin: 0;
  padding: 0;
}
.block-wishlist .block-content li.item .product-details .price-box {
  margin: 0;
  overflow: hidden;
}
.block-wishlist .block-content li.item .product-details .price-box .old-price {
  margin: 3px 0 0 10px;
}
.block-wishlist .block-content li.item .product-details .price-box span {
  font-size: 100%;
  font-weight: bold;
  outline: none;
}
.block-wishlist .block-content li.item .product-details p {
  line-height: normal;
  margin: 0;
  padding-top: 5px;
}
.block-wishlist .block-content li.item .product-details .btn-remove {
  outline: none;
  width: 100%;
  padding: 5px 0;
}
.block-wishlist .block-content li.item .product-details .btn-remove span.icon {
  margin-top: 0;
}
.block-wishlist .block-content li.item.last {
  padding-bottom: 0;
}
.block-wishlist .block-content .actions {
  outline: none;
}
.block-wishlist .price-box .old-price {
  display: inline-block;
}
.block-wishlist .price-box .regular-price {
  display: inline-block;
}
.block-wishlist .price-box .special-price {
  display: inline-block;
}
.block-compare .block-content ol,
.block-compare .block-content ul {
  margin: 0;
}
.page-popup {
  padding: 25px 30px;
  text-align: left;
  background: #ffffff !important;
}
.page-popup .product-image img {
  display: inline;
}
.page-popup button.btn-cart span span .fa {
  padding-right: 5px;
}
.catalog-product-compare-index .page-title {
  padding-bottom: 25px;
  padding-top: 0;
}
.catalog-product-compare-index table thead {
  background-color: #ececec;
}
#product_comparison td {
  outline: medium none;
  text-align: center;
  vertical-align: top;
}
.block-compare .block-content .actions {
  padding: 0;
}
.block-compare .block-content .actions .view-compare {
  float: left;
  margin-left: -25px;
}
.block-compare .block-content .actions .view-compare button {
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
}
.block-compare .block-content .actions .clearall {
  float: right;
  margin-right: -25px;
  line-height: 36px;
}
.block-compare .block-content ol {
  padding: 16px 0;
}
.block-compare .block-content ol li.item {
  position: relative;
  padding: 10px 0;
}
.block-compare .block-content ol li.item .product-name {
  min-height: 20px;
}
.block-compare .block-content ol li.item .product-name a {
  outline: none;
}
.block-compare .block-content ul li.item {
  padding: 2px 0;
}
.block-compare .block-content ul li.item .product-name {
  height: 15px;
  min-height: 20px;
}
.block-compare .block-content ul li.item .product-name a {
  outline: none;
}
.block-compare .block-content p.product-name {
  margin: 0;
  outline: none;
  padding: 0 20px 0 0;
}
.block-compare .btn-remove {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.block-compare .btn-remove i {
  display: block;
}
#block-compare li.item {
  line-height: normal;
  margin: 0;
  padding: 5px 0;
}
.page-popup .link-print {
  font-weight: normal;
  outline-style: none;
  padding: 2px 0 2px 25px;
}
.compare-table {
  border: 0;
}
.compare-table thead tr.first th {
  background: none;
  border: 0;
  line-height: 0;
  padding: 0;
}
.compare-table thead tr.first td {
  background: none;
  border: 0;
  line-height: 0;
  padding: 0;
}
.compare-table .btn-remove {
  background-color: #ececec;
  height: 16px;
  width: 16px;
  text-indent: -999em;
}
.compare-table tbody th {
  font-weight: normal;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.compare-table tbody td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}
.compare-table tbody tr.last th {
  border-bottom: 1px solid #ccc !important;
}
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}
.compare-table th {
  border-left: 1px solid #ccc;
}
.compare-table td {
  border-left: 1px solid #ccc;
}
.compare-table .price-box {
  text-align: center;
}
.compare-table p {
  text-align: center;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.add-to-row td p {
  margin: 0;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 110%;
}
.compare-table tr.first td .product-name a {
  outline: none;
}
.compare-table tr.first td .ratings {
  margin: 0 auto;
}
.compare-table tr.first td .ratings .amount {
  display: none;
}
.compare-table tr.first td p {
  margin: 0;
}
.compare-table ul.add-to-links {
  clear: both;
  padding-top: 10px;
}
.block-poll .actions {
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}
.block-poll .actions button.button {
  float: none;
}
.block-poll .block-subtitle {
  color: #585858;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.block-poll label {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.block-poll input.radio {
  float: left;
  margin: 0 5px 0 0;
  outline: none !important;
  padding: 0;
  width: auto;
}
.block-poll .label {
  background: none;
  border-radius: 0;
  display: inline-block;
  float: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
  width: auto;
  font-size: 100%;
}
.block-poll .label label {
  line-height: 22px;
  color: #666666;
  font-weight: normal;
}
.block-poll .label label:hover {
  color: #f56032;
}
.block-poll ol {
  margin: 0;
}
.block-poll ul {
  margin: 0;
}
.block-poll li {
  margin: 10px 0;
  padding: 0;
}
.block-poll li span label {
  font-size: 100%;
  outline: none;
}
.block-poll .answer {
  font-weight: normal;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-poll ul#poll-answers li {
  padding: 0;
}
.tag-product-list .col-left {
  margin-top: 25px;
}
.block-tags ul {
  margin: 0;
  padding: 0;
}
.block-tags .block-content .tags-list {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}
.block-tags .block-content .tags-list li {
  height: auto;
  margin: 5px 2px;
  padding: 0;
}
.block-tags .block-content .tags-list li a {
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  text-align: center;
  display: block;
  border: 1px solid #f4f4f4;
}
.block-tags .block-content .tags-list li a:hover {
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  outline: none;
}
.block-tags .actions {
  text-align: left;
  float: left;
  width: 100%;
}
.block-tags .actions a {
  border: none;
  cursor: pointer;
  outline: none;
  overflow: visible;
  padding: 7px 0;
  position: relative;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 10px 0 0;
}
.tags-list li {
  float: left;
  margin: 0 4px 0 0;
}
.checkout-progress {
  margin: 50px 0 20px;
  padding: 0;
}
.checkout-progress li {
  float: left;
  font-weight: normal;
  padding: 0 0 2px;
  text-align: center;
  width: 20%;
  line-height: 30px;
}
.checkout-progress li div {
  border-top: 10px solid #ececec;
  margin: 0 3px 0 0;
}
.checkout-progress li.active div {
  border-color: #414141;
}
.multiple-checkout h2 {
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0 0 15px;
}
.multiple-checkout .place-order .grand-total {
  float: right;
}
.multiple-checkout .box {
  margin: 10px;
}
.multiple-checkout .select-shipping {
  margin: 10px;
}
.multiple-checkout .col2-set {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
}
.multiple-checkout .col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.multiple-checkout .col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.multiple-checkout .col2-set h3 {
  padding: 0 0 10px;
}
.multiple-checkout .col2-set .col-narrow {
  width: 50%;
}
.multiple-checkout .col2-set .col-wide {
  width: 50%;
}
.multiple-checkout .col2-set h2.legend {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  padding: 10px;
}
.multiple-checkout .col3-set {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.multiple-checkout h3 {
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.multiple-checkout h4 {
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
#checkout-review-submit .place-order {
  text-align: right;
  padding: 10px 0;
}
#checkout-review-submit .place-order .grand-total {
  margin-left: 10px;
}
#checkout-review-submit .place-order .grand-total .inner .btn-checkout {
  margin-top: 5px;
}
#checkout-review-submit .place-order span.please-wait {
  text-align: right;
}
.no-display {
  display: none;
}
.rating-box {
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg-rating.png) repeat-x scroll 0 0 transparent;
  display: inline-block;
  height: 14px;
  position: relative;
  vertical-align: top;
  width: 88px;
  margin: 0;
}
.rating-box .rating {
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg-rating.png) repeat-x scroll 0 100% transparent;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
.required em {
  color: #ff0000;
}
em.required {
  color: #ff0000;
}
.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  border: 0;
  clear: none;
  float: right;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
  font-weight: bold;
  margin: 0 0 10px;
}
.block-reorder ol#cart-sidebar-reorder li input {
  float: left;
  margin: 0;
}
.block-reorder ol#cart-sidebar-reorder li p.product-name {
  float: left;
  padding-left: 5px;
}
.block-reorder .actions a {
  margin-right: 10px;
}
.product-label {
  position: static;
  right: 10px;
  top: 15px;
  z-index: 10;
}
.product-label > div {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  background: #fff;
  z-index: 10;
  text-transform: uppercase;
}
.product-label .product-sale-label,
.product-label .product-percent-label {
  right: 15px;
  left: auto;
  color: #ff0000;
}
.out-of-stock {
  opacity: 0.7;
}
.col3-layout .amount.show-total {
  display: none !important;
}
.toolbar .sorter {
  float: left;
  width: 100%;
  padding: 20px 0;
  line-height: 21px;
}
.toolbar .sorter > div {
  float: left;
}
.toolbar .sorter label {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  color: #999;
}
.toolbar .sorter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.toolbar .sorter .bootstrap-select > .dropdown-toggle {
  padding: 0 25px 0 0;
  border: none;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 21px;
}
.toolbar .sorter .bootstrap-select > .dropdown-toggle:hover,
.toolbar .sorter .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  background: transparent;
}
.toolbar .sorter .dropdown-menu > li > a {
  color: #000;
  text-transform: uppercase;
}
.toolbar .sorter .bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
}
.toolbar .sorter .bootstrap-select.btn-group .dropdown-toggle .caret {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: none !important;
  width: 18px;
  height: 18px;
  border: none;
  color: #000;
  margin-top: -9px;
  right: 0;
}
.toolbar .sorter .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\33";
}
.toolbar .sorter .amount {
  margin-right: 45px;
  color: #999;
}
.toolbar .sorter .amount .count {
  text-transform: uppercase;
}
.toolbar .sorter .sort-by {
  margin-right: 45px;
}
.toolbar .sorter .sort-by > div {
  display: inline-block;
  vertical-align: top;
}
.toolbar .sorter .sort-by .typo-sort-arrows a {
  display: inline-block;
  padding: 0 10px;
}
.toolbar .sorter .limiter > div {
  display: inline-block;
  vertical-align: top;
}
.toolbar .sorter .view-mode {
  float: right;
}
.toolbar .sorter .view-mode label {
  display: inline-block;
  line-height: 21px;
}
.toolbar .sorter .view-mode a {
  display: inline-block;
  line-height: 21px;
}
.toolbar .sorter .view-mode i {
  font-size: 20px;
  color: #999999;
  display: inline-block;
  line-height: 21px;
  vertical-align: bottom;
}
.toolbar .sorter .view-mode i:hover {
  color: #000;
}
.toolbar .sorter .view-mode .active i {
  color: #000;
}
.toolbar .sorter .view-mode .grid {
  padding: 0 10px;
}
.toolbar .pager {
  float: left;
  width: 100%;
  margin: 30px 0 60px;
}
.toolbar .pager li {
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.toolbar .pager li.current {
  background: #333;
  color: #fff;
}
.toolbar .pager li > a {
  padding: 0 5px;
  border-radius: 0;
  border: none;
  display: block;
}
.toolbar .pager li > a.next,
.toolbar .pager li > a.previous {
  border: 1px solid #e5e5e5;
  font-size: 19px;
  line-height: 32px;
  height: 34px;
}
.toolbar .pager li > a:focus,
.toolbar .pager li > a:hover {
  background: transparent;
}
.toolbar-top {
  margin-bottom: 35px;
}
.toolbar-top .pager {
  display: none;
}
.toolbar-bottom .sorter {
  display: none;
}
.owl-carousel.products-grid .item {
  width: 100%;
}
.products-grid {
  list-style: none;
  font-size: 0.000000001px;
}
.products-grid .item {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-grid .item .product-name {
  font-size: 100%;
  margin: 20px 0 0;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  text-align: center;
}
.products-grid .item .product-name a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.products-grid .typo-actions {
  text-align: center;
}
.item {
  position: relative;
}
.item.products-bottom button.btn-cart {
  display: block;
  float: left;
}
.item .addtocart {
  display: inline-block;
  margin: 0 4px 10px;
  vertical-align: top;
  font-size: 13px;
}
.item .addtolist {
  position: relative;
  text-align: center;
  vertical-align: top;
}
.item .product-item {
  text-align: left;
  padding: 0 0 10px;
  display: block;
  margin: 0 0 30px;
}
.item .ratings {
  margin: 0 0 10px;
  line-height: normal;
}
.item .ratings .amount {
  display: none;
}
.item .table {
  text-align: center;
}
.item .price-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 10px;
}
.item .price-box p.minimal-price {
  margin: 0;
}
.item .price-box p.minimal-price .price-label {
  font-size: 85%;
}
.item .price-box .price {
  font-size: 18px;
}
.item .price-box .old-price {
  float: right;
  margin: 5px 10px 0 10px;
  line-height: 20px;
}
.item .price-box .old-price .price {
  font-size: 100%;
  padding: 0;
  color: #999;
  font-weight: 400;
}
.item .price-box .special-price {
  float: left;
  margin: 0 10px;
}
.item .price-box .map-link {
  line-height: 28px;
}
.item .typo-actions {
  width: 100%;
}
.item .typo-actions .addtocart button {
  margin: 0;
  padding: 0 5px;
  max-width: 150px;
  min-width: 120px;
  overflow: hidden;
  white-space: nowrap;
}
.item .typo-actions .addtocart .btn-view-cart {
  min-width: 120px;
}
.item .typo-actions .availability.out-of-stock {
  margin: 0;
  padding: 0 5px;
  max-width: 150px;
  min-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #999;
  height: 40px;
  line-height: 38px;
  opacity: 0.6;
  display: block;
  font-size: 95%;
}
.item .typo-actions .availability.out-of-stock span {
  color: #999;
}
.item .actions .addtolist-category {
  position: relative;
  display: inline-block;
  padding: 0;
}
.item .actions .addtolist-category ul li {
  display: inline-block;
  float: none;
  padding: 0;
}
.item .actions .addtolist-category ul li a.text-link {
  text-indent: 0 !important;
  width: auto !important;
  padding: 0 5px !important;
}
.item .actions .addtolist-category ul li a.text-link-compare {
  text-indent: 0 !important;
  width: auto !important;
  padding: 0 5px !important;
}
.item .actions .addtolist-category ul li a.link-wishlist {
  display: inline-block;
  line-height: 38px;
  padding: 0;
  outline: medium none;
  font-size: 100%;
  height: 40px;
  width: 40px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
}
.item .actions .addtolist-category ul li a.link-wishlist .fa-heart-o {
  font-size: 180%;
  left: 9px;
  position: absolute;
  top: 10px;
}
.item .actions .addtolist-category ul li a.link-wishlist:hover,
.item .actions .addtolist-category ul li a.link-wishlist.added{
  background-position: 0 -38px;
}
.item .actions .addtolist-category ul li a.link-compare {
  background-color: #b7cc16;
  display: inline-block;
  line-height: 38px;
  padding: 0;
  outline: medium none;
  font-size: 100%;
  height: 40px;
  width: 40px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
}
.item .product-show {
  position: relative;
}
.item .product-show-box {
  color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item .main-quickview button.show-quickview {
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  display: inline-block;
  background: #000;
  margin: 0;
  border-radius: 0;
}
.item .main-quickview button.show-quickview i {
  font-size: 25px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.item .product-date {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.item .product-date .cd-prosale {
  display: inline-block;
  min-width: 50px;
  padding: 7px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 2px;
  vertical-align: middle;
}
.item .product-date .cd-prosale span {
  float: none;
  display: inline-block;
}
.item .product-date .unit {
  margin: 0;
  font-size: 12px;
}
.item:hover a.product-image:before {
  transition: all 0.1s linear 0.1s;
}
.item:hover .product-show-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.add-to-links > div {
  display: inline-block;
  margin: 0 4px;
}
.add-to-links > div a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #999999;
}
.add-to-links > div a i {
  font-size: 17px;
  line-height: 38px;
  display: block;
  vertical-align: top;
}
.category-products .products-grid .item .table {
  position: relative;
  margin: 0;
}
.category-products.collection .product-item .products-list {
  padding: 0;
}
.category-products.collection .item {
  padding: 10px 0 0;
}
.products-list .item {
  margin-bottom: 40px;
}
.products-list .product-shop .product-name {
  margin: -1px 0 5px 0;
  font-size: 18px;
}
.products-list .product-shop .desc {
  margin: 0px 0px 20px 0px;
}
.products-list .product-shop .addtocart {
  margin-left: 0;
}
.products-list .product-shop .ratings .amount {
  display: none;
}
.products-list + .toolbar-bottom .pager {
  text-align: left;
}
.category-products .item .top-actions-inner .addtolist a.text-link {
  width: auto !important;
  padding: 0 10px;
  margin: 0;
  transition: all 0.5s ease-out 0s;
}
.category-products .item .top-actions-inner .addtolist a.text-link span {
  display: block;
  float: left;
}
.category-products .item .top-actions-inner .addtolist a.text-link .fa {
  display: none;
}
.category-products .item .top-actions-inner .addtolist a.text-link-compare {
  width: auto !important;
  padding: 0 10px;
  margin: 0;
  transition: all 0.5s ease-out 0s;
}
.category-products .item .top-actions-inner .addtolist a.text-link-compare span {
  display: block;
  float: left;
}
.category-products .item .top-actions-inner .addtolist a.text-link-compare .fa {
  display: none;
}
.category-products .item .top-actions-inner .addtolist .wishlist {
  display: inline-block;
  float: none;
  height: 34px;
}
.category-products .item .top-actions-inner .addtolist .compare {
  display: inline-block;
  float: none;
  height: 34px;
}
.category-products .item .addtocart {
  display: inline-block;
}
.category-products .item .addtocart .button.btn-cart span span .fa {
  padding: 0 10px 0 0;
}
.category-products.collection-position01 .item .product-item {
  text-align: center;
}
.category-products .itemgrid .item .product-item {
  text-align: center;
}
.product-image-hover {
  overflow: hidden;
  position: relative;
}
.product-image-hover a .alt-image {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-image-hover a .back {
  transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-image-hover a:hover .alt-image {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-image-hover a:hover .back {
  -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);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 0;
  position: absolute;
}
.addtolist {
  display: inline-block;
}
.addtolist ul {
  position: relative;
}
.addtolist ul li {
  display: inline-block;
  float: none;
  padding: 0;
}
.addtolist ul li a.link-compare {
  background-color: #b7cc16;
}
.product-date {
  margin: 0 -15px;
}
.product-date .cd-sale {
  display: inline-block;
  width: 70px;
  margin: 0 15px;
}
.product-date .cd-sale .num {
  float: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #f3f3f3;
}
.product-date .unit {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  float: left;
  text-transform: capitalize;
}
.top-actions-inner {
  margin: 0;
  position: relative;
}
.top-actions-inner .typo-actions .addtolist .wishlist {
  margin-right: 7px;
}
.top-actions-inner .typo-actions .addtolist-category .link-wishlist {
  margin-right: 5px;
}
.top-actions-inner .actions .wishlist {
  margin-right: 3px;
}
.top-actions-inner .actions .addtolist-category .link-wishlist {
  margin-right: 5px;
}
.top-actions-inner .top-action {
  float: left;
  width: 100%;
}
.top-actions-inner .bt-action {
  float: left;
  width: 100%;
  margin: 0;
}
.top-actions-inner .bt-action .price-box {
  float: left;
  width: 100%;
}
.top-actions-inner .bt-action .ratings {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
}
.catalog-product-view .col1-layout {
  margin: 0;
}
.minimal-price-link {white-space: nowrap;}
.minimal-price {
  margin: 0;
}
.old-price {
  margin: 0;
  display: inline-block;
}
.old-price .price-label {
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
  color: #999;
  white-space: nowrap;
}
.old-price .price {
  font-size: 100%;
  font-weight: normal;
  text-decoration: line-through;
  color: #999;
}
.special-price {
  margin: 0;
  display: inline-block;
}
.special-price .price-label {
  color: #3399cc;
  font-size: 16px;
  white-space: nowrap;
}
.block-layered-nav .block-subtitle {
  display: none;
  line-height: 1.35;
  padding: 3px 9px;
  text-transform: uppercase;
}
.block-layered-nav .block-content {
  outline: none;
}
.block-layered-nav #narrow-by-list {
  margin: 0;
}
.block-layered-nav dt {
  font-size: 15px;
  margin: 0;
  outline: medium none;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
}
.block-layered-nav dt .toggle-class {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: right;
}
.block-layered-nav dt .toggle-class:before {
  content: "\4c";
  position: absolute;
  top: 18px;
  right: 0;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.block-layered-nav dt .toggle-class.expanded:before {
  content: "\4b";
}
.block-layered-nav dd {
  margin: 0 0 10px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.block-layered-nav dd ol {
  margin: 0;
}
.block-layered-nav dd ul {
  margin: 0;
}
.block-layered-nav dd li {
  line-height: 25px;
  margin: 0 20px;
  outline: medium none;
  padding: 0;
}
.block-layered-nav dd li a {
  font-weight: normal;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0px;
  font-size: 100%;
  position: relative;
  text-indent: -20px;
}
.block-layered-nav dd li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\5e";
  display: inline-block;
  font-size: 13px;
  font-family: 'ElegantIcons';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.block-layered-nav dd li a + span {
  color: #999;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav .currently li {
  position: relative;
  z-index: 1;
}
.block-layered-nav .currently .label {
  padding: 0;
  line-height: 29px !important;
  text-transform: none;
  vertical-align: top;
  color: #666666;
  font-size: 100%;
  font-weight: normal;
}
.block-layered-nav .currently .btn-previous {
  margin: 0;
  position: absolute;
  top: 9px;
  right: 17px;
}
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  padding: 0;
  width: 16px;
}
.block-layered-nav .currently .btn-remove i {
  display: block;
}
.block-layered-nav .currently ol {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding-bottom: 15px;
}
.block-layered-nav .currently ol li {
  line-height: 29px;
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 3px 10px;
  font-size: 13px;
}
.block-layered-nav .currently ol li:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
}
.block-layered-nav .currently ul {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.block-layered-nav .currently ul li {
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.block-layered-nav .currently p.block-subtitle {
  background: none;
  border: 0 none;
  line-height: normal;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
}
.block-layered-nav .actions {
  padding: 4px 5px 4px 9px;
  text-align: right;
}
.block-layered-nav .actions a {
  float: none;
}
.toggle-class {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: right;
}
.toggle-class:before {
  content: "\4c";
  position: absolute;
  top: 14px;
  right: 0;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.toggle-class.expanded:before {
  content: "\4b";
}
.toggle-class.collapsible:before {
  content: "\4c";
}
#shopping-cart-table h2 {
  font-size: inherit;
  margin: 0;
}
.item-options dt {
  font-style: italic;
  font-weight: bold;
}
.btn-previous {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
}
.btn-remove2 {
  display: inline-block;
}
.btn-remove2 i {
  font-size: 25px;
  display: block;
}
.buttons-set2 button {
  margin-bottom: 10px;
}
.btn-edit {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
}
.category-title {
  padding: 0 0 20px !important;
  display: none;
}
p.category-image {
  margin: 0 0 20px;
  padding: 0;
  background-color: #cfcfcf;
}
p.category-image img {
  max-width: 100%;
  padding: 10px;
  background-color: #cfcfcf;
}
.page-title {
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 0 18px;
}
.page-title h1,
.page-title h2,
.page-title h3 {
  font-size: 130%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #333333;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.subtitle,
.sub-title {
  clear: both;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 15px 0 0;
}
.multiple-checkout .subtitle {
  padding: 0;
}
.multiple-checkout .sub-title {
  padding: 0;
}
.legend {
  font-size: 16px;
}
.acc-container {
  padding: 20px 0;
}
.title-buttons button {
  margin-top: 20px;
}
.dashboard .welcome-msg {
  margin: 0;
  padding: 0;
}
.dashboard .welcome-msg p {
  margin: 0;
  padding: 0;
}
.dashboard .welcome-msg p.hello {
  border: none;
  margin: 0;
  outline-style: none;
  padding: 0 0 10px 0;
}
.dashboard .welcome-msg p.hello strong {
  font-size: 110%;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.my-account .input-box {
  margin-bottom: 20px;
}
.my-account .input-box input,
.my-account .input-box select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
}
#my-orders-table {
  background-color: #fff;
}
.box-account {
  background: none repeat scroll 0 0 #fff;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  position: relative;
}
.box-account .box-head {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 30px;
  padding: 10px 0;
  position: relative;
}
.box-account .box-head h2 {
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.box-account .box-head a {
  position: absolute;
  right: 0;
  top: 0;
}
.dashboard .box .box-title {
  margin: 0 0 8px;
  padding: 0 0 5px 0;
  text-align: right;
}
.dashboard .box .box-title h3 {
  float: left;
  font-size: 120%;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  outline: none;
}
.dashboard .box .box-title h4 {
  float: left;
  font-size: 120%;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  outline: none;
}
.dashboard .box .box-title a {
  line-height: normal;
  outline-style: none;
}
.dashboard .box .box-content p {
  line-height: 25px;
}
.dashboard .box-info h4 {
  font-size: 100%;
  font-weight: 400;
  text-transform: capitalize;
}
.dashboard .box-info address {
  line-height: 25px;
}
.dashboard .box-reviews .number {
  background: #0a263c;
  color: #ffffff;
  float: left;
  font-weight: bold;
  line-height: 1;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .box-head h2 {
  background-image: url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/i_ma-tags.gif");
}
.dashboard .box-tags .tags strong {
  display: inline;
}
.dashboard .box-tags .tags ul {
  display: inline;
}
.dashboard .box-tags .tags ul li {
  display: inline;
}
.dashboard .number {
  background: #0a263c;
  color: #ffffff;
  float: left;
  font-weight: bold;
  line-height: 1;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
}
.dashboard .details {
  margin-left: 20px;
}
.dashboard li.item {
  margin: 0 0 7px;
}
.dashboard li.item.last {
  margin: 0;
}
.customer-account-index .block-top-sellers {
  display: none;
}
.customer-account-index .paypal-logo {
  display: none;
}
#my_recent_tags .product-name {
  height: 20px;
  line-height: 20px;
  min-height: 20px;
  font-size: 100%;
  margin-top: 0;
}
#my_recent_tags .product-name a {
  color: #656565;
}
#my_recent_reviews .product-name {
  height: 20px;
  line-height: 20px;
  min-height: 20px;
  font-size: 100%;
  margin-top: 0;
}
#my_recent_reviews .product-name a {
  color: #656565;
}
.cart-table td .product-image {
  display: inline-block;
  height: 100px;
  margin: 0;
  outline: medium none;
  padding: 0;
  width: 100px;
  text-align: center;
}
.cart-table button.button {
  margin-bottom: 3px;
  margin-top: 3px;
}
#wishlist-view-form .table-bordered {
  background-color: #fff;
}
.my-wishlist h3.product-name {
  font-size: 16px;
  margin-top: 0;
}
.my-wishlist textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
}
.my-wishlist .add-to-cart-alt input {
  max-width: 150px;
  text-align: center;
  border: 1px solid #ccc;
  height: 30px;
}
.my-wishlist .add-to-cart-alt button {
  margin: 10px 0;
}
.addresses-list h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0 0 5px;
}
.addresses-list .item {
  border: 1px solid #ccc;
  margin: 0 0 30px;
  padding: 15px;
}
.footer-container {
  position: relative;
  z-index: 15;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
}
.footer-container .information-logo {
  margin-bottom: 30px;
}
.footer-container .footer-copyright {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-container .footer-static h3 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.footer-container .footer-static ul li {
  padding: 5px 0;
}
.footer-container .footer-static ul li a {
  padding: 0 20px;
  display: block;
  -webkit-transition: padding 250ms ease;
  -moz-transition: padding 250ms ease;
  transition: padding 250ms ease;
}
.footer-container .footer-static ul li a > span {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: inherit;
}
.footer-container .footer-static ul li a:hover {
  padding-left: 30px;
}
.footer-container .footer-static ul.address-footer li a,
.footer-container .footer-static ul.address-footer li a:hover {
  padding-left: 30px;
}
.footer-container .footer-top-inner {
  padding: 70px 0 60px 0;
}
.footer-container .information-footer .footer-static {
  padding: 0 30px;
}
.logo-bottom {
  display: block;
  margin-bottom: 40px;
}
a.btn-readmore {
  background: none repeat scroll 0 0 #4a4a4a;
  color: #ffffff;
  display: inline-block;
  padding: 8px 17px;
  font-size: 110%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
a.btn-readmore:hover {
  border-color: #ffffff;
  background-color: #f56032;
  box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
  color: #ffffff;
  text-decoration: none;
  padding-left: 17px;
}
iframe {
  border: 0 !important;
}
.product-image .front {
  display: block;
  width: 100%;
  min-height: 100px;
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/loader.gif) center center no-repeat;
}
.product-image .front img[src$="gif"] {
  width: 100%;
  height: auto;
}
.product-image:hover .front {
  background: transparent;
}
.product-show .front-img {
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-show a {
  display: block;
}
.product-show a:hover .front-img {
  opacity: 0.3;
}
.product-img-additional {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-transition: opacity 0.35s ease-in-out 0s;
  -moz-transition: opacity 0.35s ease-in-out 0s;
  -webkit-transition: opacity 0.35s ease-in-out 0s;
  transition: opacity 0.35s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.product-show a:hover .product-img-additional {
  opacity: 1;
  visibility: visible;
}
#back-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 999;
  display: none;
}
.sticker-wrapper {
  position: relative;
  right: 0;
  top: 0;
}
.sticker {
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  border: 0 solid #ff0000;
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0);
  outline: 1px solid;
  outline-color: rgba(204, 204, 204, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  background: #fff;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.sticker:hover {
  border: 1px solid #ff0000;
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.2);
  outline-color: rgba(255, 0, 0, 0);
  outline-offset: 5px;
  color: #ff0000;
}
/* welcome message */
.welcome-user {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
}
/* topbar */
.top-bar {
  text-align: center;
}
.top-bar ul {
  text-align: initial;
}
.top-bar .inner-top-bar {
  display: inline-block;
  vertical-align: top;
}
.acc-topbar {
  position: relative;
  float: left;
}
.acc-topbar .acc-btn {
  line-height: 16px;
  cursor: pointer;
  text-align: center;
  float: left;
  width: 100%;
}
.acc-topbar .acc-btn a {
  display: block;
  padding: 13px 0;
}
.acc-topbar .acc-btn i {
  display: inline-block;
  padding-left: 15px;
}
.acc-topbar .acc-list {
  text-align: left;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
}
.acc-topbar .acc-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
}
.acc-topbar .acc-list ul li a i {
  margin: 0 15px;
}
.acc-topbar:hover .acc-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.login-topbar {
  float: left;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.login-topbar a {
  display: block;
  line-height: 16px;
  padding: 13px 0;
}
.login-topbar:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 12px;
  background: #666;
}
.register-topbar {
  float: left;
}
.register-topbar a {
  display: block;
  line-height: 16px;
  padding: 13px 0;
}
.delimiter {
  float: left;
  padding: 0;
  line-height: 16px;
  color: #666;
  width: 1px;
  margin: 13px 15px;
  background: #999;
  height: 16px;
}
.currency-topbar {
  position: relative;
  float: left;
}
.currency-topbar .currency-sym {
  line-height: 16px;
  cursor: pointer;
  text-align: center;
  float: left;
}
.currency-topbar .currency-sym a {
  display: block;
  padding: 13px 0;
}
.currency-topbar .currency-sym .sym {
  display: none;
}
.currency-topbar .currency-sym i {
  display: inline-block;
  padding-left: 10px;
}
.currency-topbar .currency-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
}
.currency-topbar .currency-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
}
.currency-topbar .currency-list ul li a .sym,
.currency-topbar .currency-list ul li a i {
  margin: 0 15px;
}
.currency-topbar:hover .currency-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language-topbar {
  position: relative;
  float: left;
}
.language-topbar .lang-curr {
  line-height: 16px;
  cursor: pointer;
  text-align: center;
  float: left;
  width: 100%;
}
.language-topbar .lang-curr a {
  display: block;
  padding: 13px 0;
}
.language-topbar .lang-curr i {
  display: inline-block;
  padding-left: 10px;
}
.language-topbar .lang-curr .title {
  padding-left: 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.language-topbar .lang-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
}
.language-topbar .lang-list ul li {
  padding: 0 15px;
}
.language-topbar .lang-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.language-topbar .lang-list ul li a i {
  margin: 0 15px;
}
.language-topbar:hover .lang-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.compare-topbar {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
}
.compare-topbar a {
  color: #000;
}
.compare-topbar .compare-btn {
  cursor: pointer;
  text-align: center;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  background-color: #fff;
  color: #000;
}
.compare-topbar .compare-list {
  min-width: 100%;
  width: auto;
  position: absolute;
  right: 0;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-right: -80px;
}
.compare-topbar .compare-list .typo-ajax-container .view-compare {
  padding: 20px 0;
}
.compare-topbar .compare-list .typo-ajax-container .view-compare button {
  float: left;
}
.compare-topbar .compare-list .typo-ajax-container .view-compare .btn-remove-all {
  float: right;
  margin: 0 10px;
  line-height: 40px;
}
.compare-topbar .compare-list .ajax-over {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.compare-topbar .compare-list .ajax-over ul li {
  padding: 20px 0 0;
  border-bottom: none;
}
.compare-topbar .compare-list .old-price,
.compare-topbar .compare-list .minimal-price-link,
.compare-topbar .compare-list .price-to {
  display: none;
}
.compare-topbar .compare-list .special-price {
  margin: 0;
}
.compare-topbar:hover .compare-list {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.social {
  float: right;
  line-height: 16px;
}
.social .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social .social-icons li {
  float: left;
  margin: 0;
}
.social .social-icons li a {
  padding: 13px 7px;
  font-size: 14px;
  display: block;
}
.social .social-icons li a span {
  display: none;
}
.settings-topbar {
  text-align: right;
}
.settings-topbar .settings {
  display: inline-block;
  vertical-align: top;
}
.settings-topbar .settings > i {
  line-height: 42px;
  color: #000;
}
/* button menu */
.menu-bar-btn {
  display: inline-block;
  vertical-align: top;
}
.is-sticky .menu-bar-btn {
  display: block;
}
/* price range */
.price-range {
  padding: 0 7.5px;
}
.price-slider {
  height: 1px;
  width: 100%;
  background: #d5d5d5;
  position: relative;
  margin: 10px auto;
  padding: 0 7.5px;
}
.price-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #333;
  cursor: pointer;
}
.price-slider .ui-slider-handle {
  height: 15px;
  position: absolute;
  top: -7px;
  width: 15px;
  background: #333333;
  margin-left: -7.5px;
  cursor: e-resize;
}
.layer-price {
  margin-top: 20px;
  font-size: 13px;
}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}
.map-popup {
  background: #ffffff;
  border: 2px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}
/* style owl-carousel */
.owl-carousel .owl-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
  height: auto;
}
.owl-theme .owl-nav {
  position: static;
  display: none;
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 15px;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
}
.owl-theme .owl-nav [class*='owl-'] > * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 15px;
}
.owl-theme:hover .owl-nav {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
/* global site notice */
.global-site-notice {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  background-color: #f2f2f2;
}
.global-site-notice p,
.global-site-notice .notice-cookie-inner {
  margin: 0;
  padding: 5px;
  line-height: 25px;
}
.global-site-notice .notice-cookie-inner {
  margin: 0;
  padding: 5px;
  line-height: 25px;
}
.global-site-notice .notice-cookie-inner > span {
  display: inline-block;
}
.global-site-notice .notice-cookie-inner .button {
  height: 25px;
  line-height: 23px;
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
}
/* form search */
.top-seach {
  display: table;
  height: 148px;
  width: 100%;
}
.top-seach .quick-search {
  display: table-cell;
  vertical-align: middle;
}
.top-seach .menu-bar-btn {
  display: table-cell;
  vertical-align: middle;
}
.top-seach .menu-bar-btn button {
  width: 30px;
}
.button-search {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  text-align: center;
  line-height: 28px;
}
.button-search i {
  font-size: 15px;
  color: #000;
  line-height: 28px;
}
.form-search {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.form-search input#search {
  border: none;
  outline: none;
  box-shadow: none;
  padding-right: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  height: 28px;
  padding: 0;
}
.form-search:hover {
  max-width: 300px;
}
.form-search .cat-search + input#search {
  padding-left: 130px;
}
.form-cat-search {
  max-width: 240px;
}
.form-cat-search:hover {
  max-width: 340px;
}
.form-cat-search .cat-search {
  display: none;
}
.form-cat-search .bootstrap-select {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #d5d5d5;
  cursor: pointer;
}
.form-cat-search .bootstrap-select .btn {
  border: none;
  width: 120px;
  background-color: transparent;
  line-height: 28px;
  padding: 0 30px 0 0;
  box-shadow: none;
  outline: none;
  color: #999;
}
.form-cat-search .bootstrap-select .btn:focus {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: none !important;
}
.form-cat-search .bootstrap-select .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  margin: 30px 0 0 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.form-cat-search .bootstrap-select.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: -1px;
}
.form-cat-search .input-text {
  padding-left: 135px;
}
.search-autocomplete {
  background: transparent;
  padding-top: 20px;
  max-width: 290px;min-width: 100%;
  text-align: initial;
  z-index: 1000;
}
.search-autocomplete ul {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.search-autocomplete li {
  margin: 10px 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 20px;
}
.search-autocomplete li .amount {
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  min-width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  float: left;
  border-radius: 2px;
}
/* logo */
.logo-home {
  display: table;
  height: 148px;
  width: 100%;
  text-align: center;
}
.logo-home .logo {
  display: table-cell;
  vertical-align: middle;
}
.logo-home .logo a img {
  max-height: 90px;
}
/* cart header */
.typo-top-cart {
  text-align: right;
  display: table;
  height: 148px;
  width: 100%;
}
.typo-top-cart .typo-maincart {
  display: table-cell;
  vertical-align: middle;
}
.typo-cart {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.typo-cart .ajaxcart {
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}
.typo-cart:hover .ajaxcart {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.typo-icon-ajaxcart {
  display: block;
  text-align: left;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.typo-icon-ajaxcart .icon-cart {
  height: 30px;
  line-height: 30px;
  float: left;
}
.typo-icon-ajaxcart .icon-cart i {
  font-size: 30px;
}
.typo-icon-ajaxcart .typo-cart-label {
  padding: 0;
  float: left;
  height: 30px;
  line-height: 30px;
}
.typo-icon-ajaxcart .typo-cart-label .print {
  margin: 0 15px;
}
.typo-icon-ajaxcart .typo-cart-label .price {
  font-weight: bold;
}
.ajaxcart {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
  padding-top: 20px;
  background: transparent;
}
.ajaxcart .ajax-over {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.typo-ajax-container {
  background: #fff;
  margin: 0;
  width: 290px;
  cursor: default;
  padding: 0 20px;
}
.typo-ajax-container p.no-items-in-cart {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
}
.typo-ajax-container p.subtotal {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
  margin: 0;
  text-align: right;
}
.typo-ajax-container p.subtotal .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
}
.typo-ajax-container p.subtotal .price {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.typo-ajax-container ul {
  margin: 0;
  padding: 0;
}
.typo-ajax-container li {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
  float: left;
  width: 100%;
  position: relative;
}
.typo-ajax-container .product-image {
  float: left;
  border: 0;
  padding: 0;
  position: relative;
}
.typo-ajax-container .product-image img {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 1px;
  max-width: 100%;
}
.typo-ajax-container .product-image .qty-count {
  position: absolute;
  font-size: 10px;
  top: 1px;
  right: 1px;
  height: 12px;
  line-height: 12px;
  padding: 0 2px;
  background: #fff;
}
.typo-ajax-container .product-details {
  float: left;
  text-align: left;
  padding: 0 15px;
  margin: 0;
  position: relative;
  width: 205px;
}
.typo-ajax-container .product-details p.product-name {
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.typo-ajax-container .product-details span.price {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.typo-ajax-container .btn-remove {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 24px;
  line-height: 1;
}
.typo-ajax-container .item-options {
  font-size: 13px;
}
.typo-ajax-container .typo-ajax-checkout {
  padding: 35px 0 25px 0;
}
.typo-ajax-container .typo-ajax-checkout .button {
  float: left;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
.typo-ajax-container .typo-ajax-checkout .view-cart {
  margin-right: 10px;
}
.typo-ajax-container .typo-ajax-checkout .view-checkout {
  margin: 0;
  font-weight: bold;
}
#notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#notification .success {
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-width: 290px;
  width: 100%;
  padding: 15px 30px;
  color: #CC0000;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#notification .success.wait-loading {
  padding: 10px;
}
#notification .success.wait-loading i {
  font-size: 25px;
  line-height: 1;
  width: 25px;
  height: 25px;
  display: block;
}
#notification .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
}
.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  display: inline-block;
}
.error_qty {
  color: red;
}
/* Sticky menu */
.sticky-icon-group {
  display: none;
}
.sticky-search {
  cursor: pointer;
}
.sticky-search > i {
  font-size: 18px;
  line-height: 60px;
}
.sticky-search .quick-search {
  position: absolute;
  top: 0;
  right: 85px;
  max-width: 1000px;
  width: 100%;
  z-index: 9;
  height: 60px;
  text-align: center;
  background-color: #fff;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.sticky-search .quick-search .form-search {
  max-width: 300px;
  margin-top: 16px;
}
.sticky-search .quick-search .form-search button.button-search {
  display: none;
}
.sticky-search .quick-search .form-search input#search {
  text-align: center;
  border: none;
  padding: 0 15px;
}
.sticky-search .quick-search .form-search .btn-group + input#search {
  padding-left: 100px;
}
.sticky-search .quick-search .icon_close {
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.sticky-search .quick-search.showing {
  opacity: 1;
  visibility: visible;
}
.settings {
  position: relative;
  cursor: pointer;
}
.settings > i {
  font-size: 20px;
  line-height: 60px;
}
.settings .settings-inner {
  position: absolute;
  cursor: default;
  top: 100%;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  z-index: 999;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}
.settings:hover > i {
  color: #999;
}
.settings:hover .settings-inner {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.settings .setting-content {
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 290px;
}
.settings .setting-language,
.settings .setting-currency {
  padding: 25px 25px 10px;
  border-bottom: 1px dashed #ccc;
}
.settings .setting-language .title,
.settings .setting-currency .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.settings .language-topbar {
  float: none;
}
.settings .language-topbar .lang-curr {
  display: none;
}
.settings .language-topbar .lang-list {
  opacity: 1;
  visibility: inherit;
  padding: 0;
  margin: 0;
  position: static;
}
.settings .language-topbar .lang-list ul {
  box-shadow: none;
  margin: 0 -10px;
  padding: 0;
}
.settings .language-topbar .lang-list ul li {
  padding: 0;
  float: left;
  margin: 0 10px 10px;
}
.settings .language-topbar .lang-list ul li a {
  display: block;
  width: 45px;
  height: 30px;
  padding: 1px;
  background-size: 41px 26px;
  border: 1px solid #fff;
  background-color: #fff;
  background-position: center center;
}
.settings .language-topbar .lang-list ul li a span {
  display: none;
}
.settings .language-topbar .lang-list ul li.active a,
.settings .language-topbar .lang-list ul li:hover a {
  border: 1px solid #333333;
}
.settings .currency-topbar {
  float: none;
}
.settings .currency-topbar .currency-sym {
  display: none;
}
.settings .currency-topbar .currency-list {
  opacity: 1;
  visibility: inherit;
  padding: 0;
  margin: 0;
  position: static;
}
.settings .currency-topbar .currency-list ul {
  box-shadow: none;
  margin: 0 -10px;
  padding: 0;
}
.settings .currency-topbar .currency-list ul li {
  padding: 0;
  float: left;
  margin: 0 10px 10px;
}
.settings .currency-topbar .currency-list ul li a {
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #d8d8d8;
  text-align: center;
  padding: 0 5px;
}
.language-topbar span.lang-code {
  display: none;
}
.settings .language-topbar .lang-list ul li a span.lang-code {
  display: inline;
  line-height: 30px;
}
.settings .language-topbar .lang-list ul li a span.lang-name {
  display: none;
}
.settings .currency-topbar .currency-list ul li a .sym {
  margin: 0;
}
.settings .currency-topbar .currency-list ul li.active a,
.settings .currency-topbar .currency-list ul li:hover a {
  background-color: #000;
  color: #fff;
}
.settings .setting-option ul {
  padding: 15px 25px;
}
.settings .setting-option ul li {
  padding: 5px 0;
}
.settings .setting-option ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
.settings .setting-option ul li a i {
  font-size: 15px;
}
.settings .setting-option ul li a span {
  padding: 0 15px;
}
#typo-sticky-header {
  top: -120px;
  -webkit-transition: top 0.75s ease;
  -o-transition: top 0.75s ease;
  transition: top 0.75s ease;
}
.is-sticky #typo-sticky-header.sticky-bg {
  background-color: #fff;
}
.is-sticky .typo-main-menu {
  display: inline-block;
  vertical-align: top;
}
.is-sticky .nav-top-inner {
  text-align: right;
}
.is-sticky .sticky-icon-group {
  float: right;
  display: block;
  margin: 0 -10px 0 50px;
}
.is-sticky .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.is-sticky #typo-sticky-header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 30;
  display: block;
}
.is-sticky #typo-sticky-header .nav-top-inner {
  border: none;
}
.is-sticky .nav-top {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.is-sticky .logo-sticky {
  display: block !important;
  float: left;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 999;
}
.is-sticky .logo-sticky > a {
  display: table;
  vertical-align: middle;
  height: 60px;
}
.is-sticky .logo-sticky > a span {
  display: table-cell;
  vertical-align: middle;
}
.is-sticky .logo-sticky > a img {
  vertical-align: middle;
  max-height: 50px;
}
.sticky-cart .typo-icon-ajaxcart .icon-cart {
  height: 60px;
  line-height: 60px;
}
.sticky-cart .typo-cart {
  float: left;
}
.sticky-cart .typo-icon-ajaxcart .icon-cart i {
  font-size: 25px;
  display: block;
  line-height: 60px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label {
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-right: 5px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print {
  margin: 0;
  position: absolute;
  top: 32px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  font-size: 11px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print span {
  display: none;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items {
  display: block;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart {
  display: block;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown {
  display: none;
}
/* Brand */
.main-brands-inner {
  padding: 100px 0;
  border-top: 1px solid #d5d5d5;
}
.main-brands-inner .owl-carousel .owl-item {
  cursor: pointer;
}
.main-brands-inner .owl-carousel .owl-item li {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.main-brands-inner .owl-carousel .owl-item img {
  width: auto;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
}
.main-brands-inner .owl-carousel .owl-item:hover li {
  opacity: 0.4;
}
/* Main slide */
.main-slide-inner {
  margin-bottom: 30px;
}
.main-slide-inner .owl-dots {
  position: absolute;
  bottom: 13px;
  right: 14px;
  display: inline-block;
  vertical-align: top;
}
.main-slide-inner .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  width: 20px;
  height: 6px;
  margin: 0 3px;
}
.main-slide-inner .owl-dots .owl-dot.active span,
.main-slide-inner .owl-dots .owl-dot:hover span {
  background: #000;
}
.slider-home {
  width: 100%;
  height: 576px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider-home .caption {
  position: absolute;
  top: 50%;
  right: 80px;
  color: #000;
  text-align: left;
  max-width: 260px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-home .caption .title {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.slider-home .caption .text {
  line-height: 24px;
  color: #666;
  margin-bottom: 60px;
  letter-spacing: 0.25px;
}
.slider-home .caption .btn-slide a {
  display: inline-block;
  padding: 6px 24px;
  line-height: 30px;
  background: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.slider-home .caption a {
  color: #fff;
}
.slider-home .caption a i {
  color: #ff3333;
  padding: 0 5px;
}
.block-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block-sidebar h2.title {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  padding: 0 20px;
  text-align: right;
}
.block-sidebar h2.title a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
}
.block-sidebar .block-promo {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.block-sidebar .block-promo .title {
  color: #fff;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-sidebar .block-promo .title h2 {
  margin: 0;
}
.block-sidebar .block-promo .text {
  color: #cccccc;
  margin-bottom: 20px;
}
.block-sidebar .block-promo .btn-link {
  outline: none;
  background: transparent;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.block-sidebar .block-promo .btn-link span {
  display: block;
  border: 1px solid #fff;
  padding: 10px 18px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  height: 40px;
}
/*
 Block static top collection
 */
.mini-block-top {
  padding-bottom: 35px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.static-collection {
  position: relative;
}
.static-collection .title {
  margin: 0;
  display: inline-block;
  height: 84px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 32px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.static-collection .text-wrap {
  position: relative;
}
.static-collection .text-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.static-collection .text-wrap .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  max-width: 350px;
  width: 100%;
  padding: 0 15px;
  z-index: 2;
}
.static-collection .text-wrap .info h3 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.static-collection .text-wrap .info .text {
  margin-bottom: 50px;
}
.static-collection .text-wrap .info .btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #fff;
}
.static-collection .links {
  width: 100%;
  height: 211px;
  background-size: cover;
  display: block;
  position: relative;
  text-align: center;
}
.static-collection .links span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  max-width: 400px;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.static-collection .links:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.static-collection .links:hover:before {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.static-collection .links:hover span {
  opacity: 1;
  visibility: visible;
}
.static-collection iframe {
  width: 100%;
  display: block;
  height: 377px;
}
/* product detail */
.product-view {
  padding: 30px 0 100px 0;
}
.product-view .product-img-box {
  position: relative;
}
.product-view .more-views {
  margin-top: 20px;
}
.product-view .sku {
  margin-top: 20px;
}
.product-view .sku .title {
  font-size: 13px;
  color: #999999;
}
.product-view .sku .value {
  padding: 0 15px;
}
.product-sidebar .product-view {
  padding-bottom: 0;
}
.product-shop-view .product-name {
  font-size: 18px;
  line-height: 30px;
  margin-top: -4px;
  text-transform: uppercase;
}
.product-shop-view .top-product-name {
  position: relative;
  margin-bottom: 10px;
}
.product-shop-view .availability-only span {
  padding: 0 10px;
  display: inline-block;
}
.product-shop-view .availability-only-details {
  margin-bottom: 20px;
  font-size: 13px;
}
.product-shop-view .availability-only-details .a-center {
  text-align: center;
  padding: 0 10px;
}
.product-shop-view .ratings {
  margin-bottom: 0;
}
.product-shop-view .rating-links {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
.product-shop-view .no-rating {
  margin: 0 0 20px;
  font-style: italic;
}
.product-shop-view .price-box {
  font-size: 24px;
  margin-bottom: 10px;
}
.product-shop-view .old-price .price {
  font-size: 14px;
  padding: 0;
  color: #999999;
  font-weight: 400;
}
.product-shop-view .wapper-view {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.product-shop-view .short-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.product-shop-view .product-options {
  position: relative;
}
.product-shop-view .product-options dt {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-shop-view .product-options dt label {
  margin: 0;
}
.product-shop-view .product-options dt label span {
  display: inline-block;
}
.product-shop-view .product-options dt em {
  display: inline-block;
  padding: 0 5px;
  color: #ff0000;
}
.product-shop-view .product-options dd {
  margin-bottom: 20px;
}
.product-shop-view .product-options .swatch-label {
  font-weight: bold;
  padding: 0 5px;
}
.product-shop-view p.required {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.product-shop-view .product-options-bottom .price-box {
  display: none;
}
.product-shop-view .input-box select {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  height: 34px;
  max-width: 400px;
}
.product-shop-view .input-box .multiselect {
  min-height: 120px;
  height: auto;
}
.product-shop-view .tier-prices {
  padding: 0;
  margin-bottom: 10px;
}
.product-shop-view .tier-prices .benefit {
  color: #ff0000;
}
.product-shop-view .short-description + .tier-prices {
  margin-bottom: 30px;
}
.product-shop-view .qty-holder label {
  margin: 0;
  font-weight: normal;
}
.product-shop-view .qty-holder input {
  text-align: center;
  height: 34px;
  width: 100%;
}
.product-more {
  position: relative;
  width: 100%;
}
.product-prev-next {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px;
  width: 100%;
  text-align: right;
}
.product-prev-next ul {
  margin: 0 -5px;
  font-size: 0;
}
.product-prev-next ul li {
  width: 50%;
  padding: 0 5px;
  font-size: 25px;
  line-height: 1;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-prev-next ul li a {
  position: relative;
  display: block;
  color: #000;
}
.product-prev-next ul li a i {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.product-prev-next ul li a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.product-prev-next ul li a:hover i,
.product-prev-next ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-prev-next ul li.product-next {
  text-align: right;
}
.product-prev-next ul li.product-prev {
  text-align: left;
}
.availability-only {
  display: inline-block;
}
.avaible-space {
  padding: 0 15px;
  color: #999;
  display: inline-block;
}
.availability {
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
  display: inline-block;
}
.availability.out-of-stock {
  padding: 0;
}
.availability.out-of-stock .in-stock1 {
  color: #ff0000;
}
.availability span {
  color: #99cc00;
  display: inline-block;
}
.item .availability.out-of-stock {
  padding: 0 5px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  min-width: 120px;
}
.add-to-cart .qty {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.add-to-cart .qty .custom-qty {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.add-to-cart .qty .custom-qty button {
  border: none;
  height: 48px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 48px;
  font-size: 20px;
}
.add-to-cart .qty .custom-qty.increase {
  right: 1px;
  left: auto;
}
.add-to-cart .qty input {
  border: 1px solid #cccccc;
  height: 50px;
  width: 170px;
  text-align: center;
  padding: 0 40px;
  font-size: 15px;
  font-weight: bold;
}
.add-to-cart .btn-cart {
  display: inline-block;
  height: 50px;
  margin: 0 28px;
  min-width: 200px;
  text-align: center;
}
.add-to-cart .btn-view-cart {
  line-height: 48px;
}
.social-share {
  margin-top: 15px;
}
.social-share .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #999999;
}
.social-share .social-listing {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.social-share .social-listing li {
  display: inline-block;
}
.social-share .social-listing li a {
  display: block;
  padding: 0 5px;
}
.product-image-wrap {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.zoomContainer {
  z-index: 1;
}
.hidezoom .zoomContainer {
  display: none;
}
.load-swatch {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
}
.load-swatch i {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 30px;
}
.zoomLens {
  cursor: crosshair;
}
.owl-stage-outer {
  text-align: center;
}
.owl-stage-outer .owl-stage {
  display: inline-block;
  vertical-align: top;
}
.more-views .owl-theme .owl-nav {
  position: static;
  margin: 0;
}
.more-views .owl-theme .owl-nav > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.more-views .owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.product-collateral {
  margin-top: 60px;
}
.product-collateral .product-tabs {
  text-align: center;
  display: block;
}
.product-collateral .product-tabs li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.product-collateral .product-tabs li.active a,
.product-collateral .product-tabs li:hover a {
  color: #000;
}
.product-collateral .product-tabs li.active a:before,
.product-collateral .product-tabs li:hover a:before {
  width: 50%;
}
.product-collateral .product-tabs li.active a:after,
.product-collateral .product-tabs li:hover a:after {
  width: 50%;
}
.product-collateral .product-tabs li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #cccccc;
  padding: 0 15px;
  line-height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
.product-collateral .product-tabs li a:before,
.product-collateral .product-tabs li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: #000;
  width: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.product-collateral .product-tabs li a:after {
  right: 50%;
  left: auto;
}
.product-collateral .title-divider {
  background: #cccccc;
  height: 1px;
  margin: -1px 0 0;
  width: 100%;
  clear: both;
}
.product-collateral h2.acctab {
  display: none;
  position: relative;
}
.product-collateral .product-tabs-content {
  color: #666;
  line-height: 25px;
}
.product-collateral .product-tabs-content h2 {
  display: none;
}
.product-collateral .product-tabs-content .data-table .label {
  font-size: 100%;
}
.product-collateral .box-collateral {
  padding: 40px 0;
}
.product-collateral .box-collateral .box-add {
  margin-top: 20px;
}
.product-collateral .review-list {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.product-collateral .review-rate > div {
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
}
.product-collateral .review-rate .review-by {
  line-height: 15px;
  padding: 0 10px;
}
.product-collateral .box-tags h3 {
  font-size: 15px;
  margin-top: 0;
}
.product-collateral .box-tags .product-tags {
  margin-bottom: 15px;
}
.product-collateral .box-tags .product-tags li {
  display: inline-block;
  padding: 0 5px;
}
.product-collateral .box-tags label {
  line-height: 40px;
}
.product-collateral .box-tags .input-box {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.product-collateral .box-tags .input-box input {
  height: 40px;
  max-width: 200px;
  width: 100%;
  padding: 0 15px;
}
.product-collateral .box-tags .note {
  margin-top: 10px;
}
.product-collateral .box-tags button {
  display: inline-block;
}
.product-collateral .box-custom iframe {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.product-collateral .box-custom img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.review-form {
  padding-top: 20px;
  padding-bottom: 30px;
}
.review-form .rating-list {
  width: 100%;
}
.rating-value {
  float: left;
  margin: 0 -0.3em;
}
.rating-value:not(:checked) > input {
  display: none;
}
.rating-value:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 150%;
  line-height: 1.2;
  color: #ddd;
}
.rating-value:not(:checked) > label:before {
  content: '★ ';
}
.rating-value > input:checked ~ label {
  color: #FFCC00;
}
.rating-value:not(:checked) > label:hover,
.rating-value:not(:checked) > label:hover ~ label {
  color: #FFCC00;
}
.rating-value > input:checked + label:hover,
.rating-value > input:checked + label:hover ~ label,
.rating-value > input:checked ~ label:hover,
.rating-value > input:checked ~ label:hover ~ label,
.rating-value > label:hover ~ input:checked ~ label {
  color: #FFCC00;
}
.form-list-review {
  margin-top: 0;
}
.form-list-review .input-box {
  margin-bottom: 20px;
}
.form-list-review input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
}
.form-list-review textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  display: block;
}
.main-heading {
  padding: 30px 0;
}
.heading-title {
  padding: 10px 0 25px;
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg-line-dot.png) bottom center no-repeat;
}
.heading-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.product-type-data.is-type-grouped {
  padding-bottom: 30px;
}
.product-type-data.is-type-grouped p {
  margin-bottom: 10px;
}
.is-type-grouped .add-to-cart .btn-cart {
  margin: 0;
}
.price {
  font-weight: bold;
}
.price-box-bundle .price-box {
  margin: 10px 0 0;
}
.price-box-bundle .price-box > p {
  display: inline-block;
  margin: 0;
}
.price-box-bundle .price-box > p .price-label {
  font-size: 13px;
}
.price-as-configured .price-label {
  font-size: 13px;
}
.price-box {
  margin: 10px 0 0;
}
.price-box > p {
  display: inline-block;
  margin: 0;
}
.price-box .price {
  font-weight: bold;
}
.label {
  color: #000;
}
/* page loader */
.typo-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  overflow: hidden;
}
.typo-container.loaded {
  opacity: 1;
  visibility: visible;
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/loader48.gif) center center no-repeat #fff;
}
/* widget tabs */
.tabs-collection {
  text-align: center;
}
.tab-mobile {
  display: none;
  vertical-align: top;
  margin: 0;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.tab-mobile i {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tab-mobile span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tabs-wrap {
  margin-bottom: 30px;
  position: relative;
}
.widget-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
}
.widget-tabs > li.active > a,
.widget-tabs > li.active > a:focus,
.widget-tabs > li.active > a:hover {
  border: none;
  background: transparent;
  color: #000;
}
.widget-tabs > li > a:focus,
.widget-tabs > li > a:hover {
  background: transparent;
  border: none;
  color: #000;
}
.widget-tabs > li > a {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.widget-tabs > li {
  position: relative;
  margin: 0;
}
.widget-tabs > li:before {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #999;
  line-height: 1;
}
.widget-tabs > li:first-child:before {
  display: none;
}
.widget-collection-style1 {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.widget-collection-style1 .tabs-collection {
  padding-top: 35px;
}
.widget-collection-style1 .widget-tabs {
  margin: 0;
  height: 135px;
}
.widget-collection-style1 .tabs-wrap {
  margin: 0;
}
.widget-collection-style1 .tab-mobile {
  height: 135px;
}
.widget-collection-style1 .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 110px;
  z-index: 10;
  margin: 0 0 0 -55px;
  display: inline-block;
}
.widget-collection-style1 .owl-carousel .owl-nav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 40px;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  z-index: -1;
}
.widget-collection-style1 .owl-carousel .owl-nav > div {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 32px;
  border-radius: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav > div:hover {
  background: #ccc;
}
.widget-collection-style1 .owl-carousel .owl-nav .owl-next {
  float: right;
}
.title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.blog-style {
  padding-bottom: 25px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-style .title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.blog-style .blog {
  margin-bottom: 30px;
}
.blog-style .main-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: initial;
  color: #fff;
  padding: 15px;
  min-height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.blog-style .main-post .title-post {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-style .main-post .title-post a {
  color: #fff;
}
.blog-style .main-post-inner {
  font-size: 12px;
}
.blog-style .main-post-inner i {
  margin-right: 12px;
}
.blog-style .main-post-inner > span {
  margin-right: 27px;
}
/* Newsletter */
.main-newsletter .main-newsletter-inner {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.subscribe {
  padding-bottom: 53px;
}
.subscribe .title {
  margin-top: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}
.subscribe .text {
  color: #999999;
  text-align: center;
  margin-bottom: 45px;
}
.subscribe .input-box {
  position: relative;
}
.subscribe .input-box input {
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 0 140px 0 20px;
  width: 100%;
  outline: none;
  color: #999999;
}
.subscribe .input-box button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -19px;
  height: 38px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 20px;
  font-weight: bold;
}
/* Categories */
.top-direct {
  text-align: center;
  height: 220px;
  position: relative;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-direct:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.top-direct .top-direct-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-direct .top-direct-inner h1,
.top-direct .top-direct-inner .title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
}
body:not(.cms-index-index) .container-main {
  padding: 35px 0;
}
/* categories product list */
.product-list-img {
  position: relative;
}
/* sidebar filter one column */
.toolbar .sorter .btn-open-filter {
  float: right;
  margin-left: 50px;
  cursor: pointer;
}
.toolbar .sorter .btn-open-filter label {
  cursor: pointer;
}
.toolbar .sorter .btn-open-filter i {
  font-size: 20px;
  display: inline-block;
  line-height: 21px;
  vertical-align: bottom;
}
.sidebar-one-column {
  position: fixed;
  width: 300px;
  top: 0;
  right: -320px;
  padding: 15px;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  overflow: auto;
  height: 100%;
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.12), -1px 0 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.sidebar-one-column .btn-close-filter {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 25px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  z-index: 10;
}
.sidebar-one-column .btn-close-filter i {
  line-height: 30px;
}
.sidebar-one-column.showing {
  right: 0;
}
.sidebar-one-column .block-content {
  padding: 0;
  margin: 0;
}
/* blog */
.block-blog .block-content {
  padding: 0;
}
.block-blog .menu-tags,
.block-blog .menu-categories,
.block-blog .menu-recent {
  margin: 0;
  padding: 0;
}
.block-blog .menu-tags ul,
.block-blog .menu-categories ul,
.block-blog .menu-recent ul {
  padding: 0;
}
.block-blog .menu-tags ul li,
.block-blog .menu-categories ul li,
.block-blog .menu-recent ul li {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.block-blog .menu-tags ul li a,
.block-blog .menu-categories ul li a,
.block-blog .menu-recent ul li a {
  font-size: 100%;
}
.block-blog .menu-categories ul li,
.block-blog .menu-recent ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.block-blog .menu-categories ul li a,
.block-blog .menu-recent ul li a {
  position: relative;
  display: block;
  padding: 0 17px;
}
.block-blog .menu-categories ul li a:before,
.block-blog .menu-recent ul li a:before {
  position: absolute;
  content: "\5e";
  top: 0;
  left: 0;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.block-blog .menu-tags {
  padding: 20px 0;
}
.postWrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.postWrapper > a > img {
  width: 100%;
}
.postWrapper > a > img[src$="gif"] {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.postWrapper .readmore {
  padding: 20px 0;
}
.postWrapper .readmore a {
  text-transform: uppercase;
  font-weight: bold;
}
.postWrapper:last-child {
  border-bottom: none;
}
.postWrapper .postContent {
  color: #666;
}
.post-detail-wrap {
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.post-detail-wrap .postBookmarks {
  padding: 30px 0;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.post-detail-wrap .postBookmarks > span {
  padding-right: 25px;
  text-transform: uppercase;
}
.post-detail-wrap .postBookmarks a {
  color: #666;
}
.post-detail-wrap .tags {
  padding-top: 10px;
}
.post-form-title {
  margin: 20px 0 30px;
}
.post-form-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.commentWrapper + #postComment {
  margin-top: 30px;
}
#postComment {
  margin-bottom: 100px;
}
#postComment h2 {
  font-size: 18px;
  font-weight: normal;
}
#postComment label {
  margin-bottom: 15px;
  font-size: 13px;
  color: #333333;
}
#postComment input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 15px;
}
#postComment textarea {
  height: 220px;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px;
}
#postComment p.required {
  font-size: 13px;
}
.commentWrapper {
  padding-bottom: 20px;
}
.commentContent {
  color: #666;
}
.title-blog {
  padding: 40px 0 20px;
}
.title-blog h2 {
  margin: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
}
.postDetails {
  font-size: 13px;
  color: #999999;
  padding-bottom: 30px;
}
.postDetails a {
  color: #999;
}
.postDetails a:hover {
  color: #000;
}
.postDetails .create-time {
  float: right;
}
/* tooltip */
.tooltip-arrow {
  border-top-color: #757575 !important;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #757575;
  border-radius: 2px;
  transition: width 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms, height 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms, background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  float: left;
}
.tooltip.top.in {
  -webkit-transform: translate3d(0px, 16px, 0px);
  transform: translate3d(0px, 16px, 0px);
}
.tooltip.top {
  margin-top: -20px;
}
.tooltip.bottom.in {
  -webkit-transform: translate3d(0px, -16px, 0px);
  transform: translate3d(0px, -16px, 0px);
}
.tooltip.bottom {
  margin-bottom: 20px;
}
.tooltip {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
  -webkit-transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms, transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.tooltip.in {
  opacity: 1;
  -webkit-transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.tooltip.in .tooltip-inner {
  -webkit-transition: width 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, height 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: width 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, height 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
/* Shopping cart */
.checkout-cart-index .top-direct {
  height: 220px;
}
.shopping-cart {
  padding-bottom: 100px;
}
.shopping-cart.empty {
  text-align: center;
  padding-top: 50px;
}
.shopping-cart.empty a {
  font-weight: bold;
}
.title-shoping-cart {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.cart-row {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.cart-row .title-top {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
}
.cart-row .product-name {
  margin: 15px 0;
  font-size: 15px;
  font-weight: normal;
}
.cart-row .tax-excl {
  margin-top: 15px;
  text-align: center;
}
.cart-row .qty-cart {
  margin-top: 5px;
  text-align: center;
}
.cart-row .qty-cart input {
  max-width: 60px;
  width: 100%;
  border: 1px solid #ccc;
  height: 38px;
  text-align: center;
  display: inline-block;
}
.cart-row .total-tax-excl {
  margin-top: 15px;
  text-align: center;
}
.cart-row .tax-incl,
.cart-row .total-tax-incl {
  text-align: center;
}
.cart-row .tax-incl .tax-flag,
.cart-row .total-tax-incl .tax-flag {
  font-size: 13px;
}
.cart-row .remove-item-cart {
  text-align: center;
  margin-top: 10px;
}
.cart-row .remove-item-cart a {
  display: inline-block;
  background: transparent;
  text-indent: 0;
  font-size: 25px;
}
.cart-row .edit-item-cart {
  text-align: center;
}
.cart-row .edit-item-cart a {
  display: inline-block;
  font-size: 14px;
}
.cart-row .item-options {
  font-size: 13px;
}
.cart-row .option-list-value {
  position: relative;
}
.cart-row .option-list-value:before {
  position: relative;
  display: inline-block;
  content: "\35";
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cart-row-top {
  padding: 25px 0;
}
.btn-group-cart {
  padding: 35px 0;
}
.btn-group-cart button {
  float: left;
  margin-bottom: 10px;
}
.btn-group-cart .btn-update {
  float: right;
}
.btn-group-cart .btn-continue {
  margin-right: 30px;
}
.btn-group-cart .text-tiny,
.btn-group-cart .text-update {
  padding-left: 5px;
  font-weight: bold;
}
.cart-collaterals h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 45px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart-collaterals h2 .toggle-class:before {
  top: 23px;
}
.cart-collaterals .input-box {
  margin-bottom: 20px;
}
.cart-collaterals .input-box input,
.cart-collaterals .input-box select {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #ccc;
  color: #999999;
}
.cart-collaterals .shipping-form {
  display: none;
}
.cart-collaterals .discount-form {
  display: none;
}
.cart-collaterals .discount-form label {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 30px;
}
.cart-collaterals .buttons-set {
  margin-bottom: 20px;
}
.cart-collaterals .shipping-form dt {
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: normal;
}
.grand-total {
  padding: 40px;
  background: #efefef;
}
.grand-total #shopping-cart-totals-table {
  text-align: right;
  width: 100%;
}
.grand-total #shopping-cart-totals-table td {
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
}
.grand-total #shopping-cart-totals-table td strong {
  font-size: 18px;
}
.grand-total .totals-wrap {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.grand-total .totals-wrap .totals-inner {
  margin: 0 -10px;
}
.grand-total .btn-checkout {
  width: 100%;
  height: 55px;
  font-weight: bold;
}
.checkout-types {
  text-align: center;
}
/* Check out */
.opc {
  margin: 0;
  position: relative;
}
.opc .ul {
  list-style: disc inside;
}
.opc .step-title {
  padding: 5px 10px;
  background: #f1f1f1;
}
.opc .step-title .number {
  display: inline-block;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.opc .step-title h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  margin-left:10px;
  padding: 0;
}
.opc .step-title a {
  display: none;
  float: right;
  line-height: 16px;
}
.opc #opc-review .step-title {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.opc .section {
  padding:2px 0px;
}
.opc .step {
  background-color: #ffffff;
  padding: 15px 30px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .gift-messages-form {
  background: #f6f1eb;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 15px;
}
.opc .gift-messages-form .inner-box {
  height: 200px;
  overflow: auto;
  padding: 5px;
}
.opc .gift-messages-form .item {
  float: left;
  padding: 0 15px;
  margin-bottom: 10px;
}
.opc .gift-messages-form .form-list {
  margin: 0;
}
.opc .gift-messages-form .form-list .input-box {
  margin-bottom: 10px;
}
.opc .gift-messages-form .form-list .input-box input {
  max-width: 200px;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  font-size: 13px;
}
.opc .gift-messages-form .form-list textarea {
  max-width: 200px;
  width: 100%;
  height: 80px;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 10px;
}
.opc .form-list {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
}
.opc .form-list input[type="radio"] {
  display: none;
}
.opc .form-list input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
}
.opc .form-list input[type="radio"] + label span {
  padding: 0 15px;
}
.opc .form-list input[type="radio"] + label:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "\5b";
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.opc .form-list input[type="radio"]:checked + label:before {
  content: "\5c";
}
.opc .form-list label {
  font-size: 12px;
  font-weight: normal;
}
.opc .guest-reg h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.opc .guest-reg p {
  color: #999999;
}
.opc .guest-reg p.required {
  color: #f90000;
  font-size: 13px;
}
.opc .guest-reg h4 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.opc .guest-reg .ul {
  color: #999;
}
.opc .guest-reg .buttons-set button {
  float: right;
  margin-bottom: 30px;
}
.opc .guest-reg .input-box {
  margin-bottom: 20px;
}
.opc .guest-reg .input-box input {
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 15px;
}
.opc #checkout-step-billing .form-list,
.opc #checkout-step-shipping .form-list {
  margin: 0;
}
.opc #checkout-step-billing .form-list .input-box,
.opc #checkout-step-shipping .form-list .input-box {
  margin-bottom: 20px;
}
.opc #checkout-step-billing .form-list .input-box input,
.opc #checkout-step-shipping .form-list .input-box input {
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.opc #checkout-step-billing .form-list .input-box select,
.opc #checkout-step-shipping .form-list .input-box select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.opc #checkout-step-billing .customer-name-middlename,
.opc #checkout-step-shipping .customer-name-middlename {
  margin: 0 -15px;
}
.opc #checkout-step-billing .customer-name-middlename .field,
.opc #checkout-step-shipping .customer-name-middlename .field {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .email-company,
.opc #checkout-step-shipping .email-company {
  margin: 0 -15px;
}
.opc #checkout-step-billing .email-company .field,
.opc #checkout-step-shipping .email-company .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .email-company .field.loged,
.opc #checkout-step-shipping .email-company .field.loged {
  width: 100%;
}
.opc #checkout-step-billing .billing-street,
.opc #checkout-step-shipping .billing-street {
  margin: 0 -15px;
}
.opc #checkout-step-billing .billing-street .field,
.opc #checkout-step-shipping .billing-street .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .billing-city-region,
.opc #checkout-step-shipping .billing-city-region {
  margin: 0 -15px;
}
.opc #checkout-step-billing .billing-city-region .field,
.opc #checkout-step-shipping .billing-city-region .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .billing-post-country,
.opc #checkout-step-shipping .billing-post-country {
  margin: 0 -15px;
}
.opc #checkout-step-billing .billing-post-country .field,
.opc #checkout-step-shipping .billing-post-country .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .billing-phone-fax,
.opc #checkout-step-shipping .billing-phone-fax {
  margin: 0 -15px;
}
.opc #checkout-step-billing .billing-phone-fax .field,
.opc #checkout-step-shipping .billing-phone-fax .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.opc #checkout-step-billing .please-wait,
.opc #checkout-step-shipping .please-wait {
  margin-top: 10px;
}
.opc #checkout-step-review {
  border-bottom: 1px solid #ccc;
}
.multi-shipping .form-list {
  margin: 0;
  list-style: none;
}
.multi-shipping .form-list .input-box {
  margin-bottom: 20px;
}
.multi-shipping .form-list .input-box input {
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.multi-shipping .form-list .input-box select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.multi-shipping .fields .customer-name-middlename .field {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .email-company {
  margin: 0 -15px;
}
.multi-shipping .email-company .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .email-company .field.loged {
  width: 100%;
}
.multi-shipping .fields {
  margin: 0 -15px;
}
.multi-shipping .fields .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .billing-city-region {
  margin: 0 -15px;
}
.multi-shipping .billing-city-region .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .billing-post-country {
  margin: 0 -15px;
}
.multi-shipping .billing-post-country .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .billing-phone-fax {
  margin: 0 -15px;
}
.multi-shipping .billing-phone-fax .field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.multi-shipping .please-wait {
  margin-top: 10px;
}
.sp-methods dt {
  font-weight: normal;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 13px;
}
.sp-methods input[type="radio"] {
  display: none;
}
.sp-methods input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
}
.sp-methods input[type="radio"] + label span {
  padding: 0 15px;
}
.sp-methods input[type="radio"] + label:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "\5b";
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 10px;
}
.sp-methods input[type="radio"]:checked + label:before {
  content: "\5c";
}
.sp-methods .form-list .input-box {
  margin-bottom: 20px;
}
.sp-methods .form-list input,
.sp-methods .form-list select {
  width: 100%;
  padding: 0 15px;
  height: 40px;
}
.sp-methods .form-list input {
  line-height: 40px;
}
.sp-methods .form-list .v-fix {
  margin-bottom: 10px;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: auto;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
}
#onepage-checkout-shipping-method-additional-load h3,
#onepage-checkout-shipping-method-additional-load h4 {
  font-size: 14px;
  font-weight: normal;
}
#onepage-checkout-shipping-method-additional-load input[type="checkbox"] {
  display: none;
}
#onepage-checkout-shipping-method-additional-load input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
#onepage-checkout-shipping-method-additional-load input[type="checkbox"] + label span {
  padding: 0 15px;
}
#onepage-checkout-shipping-method-additional-load input[type="checkbox"] + label:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "\56";
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 10px;
}
#onepage-checkout-shipping-method-additional-load input[type="checkbox"]:checked + label:before {
  content: "\5a";
}
.order-review {
  padding-top: 30px;
}
.order-review .product-name {
  font-size: 15px;
  margin: 5px 0;
}
.order-review .item-options dt {
  float: left;
  margin-right: 10px;
  font-style: normal;
}
/* checkout success */
.checkout-onepage-success a {
  font-weight: bold;
}
/* login - register*/
.log-reg-page {
  padding-bottom: 100px;
}
.log-reg-page .title-top {
  margin: 30px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
.log-reg-page .text-small {
  color: #999;
  margin-bottom: 60px;
}
.log-reg-page input,
.log-reg-page select {
  width: 100%;
  padding: 0 20px;
  height: 55px;
}
.log-reg-page .input-box {
  margin-bottom: 30px;
}
.log-reg-page .customer-name-middlename label {
  display: none;
}
.log-reg-page .customer-name {
  margin: 0 -15px;
}
.log-reg-page .customer-name label {
  display: none;
}
.log-reg-page .customer-name .field {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.log-reg-page .email-phone {
  margin: 0 -15px;
}
.log-reg-page .email-phone .input-box {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.log-reg-page .pass-comfirm {
  margin: 0 -15px;
}
.log-reg-page .pass-comfirm .input-box {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.log-reg-page .buttons-set {
  padding-bottom: 30px;
}
.log-reg-page .account-login {
  padding-right: 25px;
}
.log-reg-page .account-login .text-small {
  max-width: 300px;
}
.log-reg-page .account-login .link-forgot {
  font-size: 13px;
  color: #0099cc;
  margin-bottom: 30px;
  display: block;
}
.log-reg-page .account-create {
  border-left: 1px solid #e5e5e5;
  padding-left: 50px;
}
.log-reg-page .account-create input,
.log-reg-page .account-create select {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.log-reg-page .account-create input:hover,
.log-reg-page .account-create select:hover,
.log-reg-page .account-create input:focus,
.log-reg-page .account-create select:focus {
  background: #fff;
  border-color: #ccc;
}
.register-page .account-create {
  padding: 0;
  border: none;
}
/* forgot password */
.forgot-password {
  text-align: center;
  padding-bottom: 100px;
}
.forgot-password h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.forgot-password .input-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.forgot-password input {
  height: 55px;
  border: 1px solid #ccc;
  padding: 0 20px;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.forgot-password .buttons-set {
  display: inline-block;
  margin-bottom: 30px;
}
.input-box input[type="checkbox"],
.options-list input[type="checkbox"],
.not-show-popup input[type="checkbox"],
.control input[type="checkbox"] {
  display: none;
}
.input-box input[type="checkbox"] + label,
.options-list input[type="checkbox"] + label,
.not-show-popup input[type="checkbox"] + label,
.control input[type="checkbox"] + label,
.input-box input[type="checkbox"] + span > label,
.options-list input[type="checkbox"] + span > label,
.not-show-popup input[type="checkbox"] + span > label,
.control input[type="checkbox"] + span > label {
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
}
.input-box input[type="checkbox"] + label > span,
.options-list input[type="checkbox"] + label > span,
.not-show-popup input[type="checkbox"] + label > span,
.control input[type="checkbox"] + label > span,
.input-box input[type="checkbox"] + span > label > span,
.options-list input[type="checkbox"] + span > label > span,
.not-show-popup input[type="checkbox"] + span > label > span,
.control input[type="checkbox"] + span > label > span {
  padding: 0 5px;
}
.input-box input[type="checkbox"] + label:before,
.options-list input[type="checkbox"] + label:before,
.not-show-popup input[type="checkbox"] + label:before,
.control input[type="checkbox"] + label:before,
.input-box input[type="checkbox"] + span > label:before,
.options-list input[type="checkbox"] + span > label:before,
.not-show-popup input[type="checkbox"] + span > label:before,
.control input[type="checkbox"] + span > label:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "\56";
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
.input-box input[type="checkbox"]:checked + label:before,
.options-list input[type="checkbox"]:checked + label:before,
.not-show-popup input[type="checkbox"]:checked + label:before,
.control input[type="checkbox"]:checked + label:before,
.input-box input[type="checkbox"]:checked + span > label:before,
.options-list input[type="checkbox"]:checked + span > label:before,
.not-show-popup input[type="checkbox"]:checked + span > label:before,
.control input[type="checkbox"]:checked + span > label:before {
  content: "\5a";
}
.input-box input[type="radio"],
.options-list input[type="radio"],
.not-show-popup input[type="radio"],
.control input[type="radio"] {
  display: none;
}
.input-box input[type="radio"] + label,
.options-list input[type="radio"] + label,
.not-show-popup input[type="radio"] + label,
.control input[type="radio"] + label,
.input-box input[type="radio"] + span > label,
.options-list input[type="radio"] + span > label,
.not-show-popup input[type="radio"] + span > label,
.control input[type="radio"] + span > label {
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
}
.input-box input[type="radio"] + label > span,
.options-list input[type="radio"] + label > span,
.not-show-popup input[type="radio"] + label > span,
.control input[type="radio"] + label > span,
.input-box input[type="radio"] + span > label > span,
.options-list input[type="radio"] + span > label > span,
.not-show-popup input[type="radio"] + span > label > span,
.control input[type="radio"] + span > label > span {
  padding: 0 15px;
}
.input-box input[type="radio"] + label:before,
.options-list input[type="radio"] + label:before,
.not-show-popup input[type="radio"] + label:before,
.control input[type="radio"] + label:before,
.input-box input[type="radio"] + span > label:before,
.options-list input[type="radio"] + span > label:before,
.not-show-popup input[type="radio"] + span > label:before,
.control input[type="radio"] + span > label:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "\5b";
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.input-box input[type="radio"]:checked + label:before,
.options-list input[type="radio"]:checked + label:before,
.not-show-popup input[type="radio"]:checked + label:before,
.control input[type="radio"]:checked + label:before,
.input-box input[type="radio"]:checked + span > label:before,
.options-list input[type="radio"]:checked + span > label:before,
.not-show-popup input[type="radio"]:checked + span > label:before,
.control input[type="radio"]:checked + span > label:before {
  content: "\5c";
}
/* quick view */
.catalog-product-view .notice-cookie {
  display: none;
}
.product-view.product-quick-view {
  padding: 0;
}
.product-view.product-quick-view .product-essential {
  padding: 30px 15px;
}
.product-view.product-quick-view .top-product-name {
  margin-bottom: 0;
}
.product-view.product-quick-view .no-rating {
  margin-bottom: 10px;
}
.product-view.product-quick-view .availability-only {
  margin-bottom: 0;
}
.product-view.product-quick-view .price-box {
  margin-bottom: 0;
  margin-top: 0;
}
.product-view.product-quick-view .price-box-bundle + .price-box {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-view.product-quick-view .wapper-view,
.product-view.product-quick-view .short-description {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-view.product-quick-view .product-options dt {
  margin-bottom: 5px;
}
.product-view.product-quick-view .product-options dt {
  margin-bottom: 10px;
}
.product-view.product-quick-view .social-share {
  margin-top: 10px;
}
.product-view.product-quick-view .product-shop-view .product-options dd {
  margin-bottom: 5px;
}
/* newsletter popup */
#typostores_newsletter {
  position: relative;
}
.newsletterbox #typostores_newsletter:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.rtl .newsletterbox #typostores_newsletter:before {
  -ms-filter: "FlipH";
  filter: FlipH;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.newsletter-content {
  min-height: 400px;
  position: relative;
  padding: 15px;
}
.newsletter-content:before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: '';
  border: 1px solid #ccc;
  z-index: 1;
}
.newsletter-content .newsletter-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.newsletter-content .newsletter-title h3 {
  margin: 40px 0 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.newsletter-content .popup_message {
  padding: 0 30px;
}
.newsletter-content .popup_message .intro {
  color: #666;
  margin-bottom: 20px;
  padding: 0 7px;
}
.newsletter-content .input-box input {
  height: 40px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #999999;
  border: 2px solid #d9d9d9;
}
.newsletter-content .input-box button {
  margin-top: 20px;
  margin-bottom: 25px;
}
/* accordion footer */
.accordion-footer {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.accordion-footer span {
  display: none;
}
.accordion-footer:before {
  content: "\4b";
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.accordion-footer.accordion-show:before {
  content: "\4c";
}
/*
About Page*/
.about-page .about-title h2 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative;
  letter-spacing: 2px;
  margin: 0;
}
.about-page .about-title h2:after {
  content: '';
  display: inline-block;
  background: url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg-line-dot.png") no-repeat center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 10px;
  width: 60px;
  text-align: center;
}
.about-page .about-subtitle {
  text-align: center;
  padding: 20px 0;
}
.about-page .about-subtitle p {
  display: inline-block;
  max-width: 730px;
  font-size: 14px;
  line-height: 30px;
}
.about-page .about-des {
  padding: 20px 0 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.about-page .about-des p {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.about-page .about-ourteam {
  padding: 20px 0 50px;
  text-align: center;
}
.about-page .about-ourteam .inner-content {
  display: inline-block;
}
.about-page .about-ourteam img {
  margin-bottom: 20px;
}
.about-page .about-ourteam h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 600;
}
.about-page .about-ourteam .team-members {
  padding: 50px 0 75px;
}
.pad-bot {
  padding-bottom: 30px;
}
/*
Contact Page */
.contact-page {
  padding: 30px 0 50px;
}
.contact-page .how-to-contact {
  padding: 30px 0;
}
.contact-page .how-to-contact .contact-way {
  padding: 15px 0;
  text-align: center;
}
.contact-page .how-to-contact .contact-way .inner-contact {
  text-align: center;
  display: inline-block;
}
.contact-page .how-to-contact .contact-way .inner-contact span {
  font-size: 40px;
  text-align: center;
  color: #999;
  padding: 20px;
  display: block;
}
.contact-page .how-to-contact .contact-way .inner-contact span.icon-contact {
  text-indent: 7px;
}
.contact-page .how-to-contact .contact-way .inner-contact h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}
.contact-page .how-to-contact .contact-way .inner-contact p {
  color: #666;
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}
.contact-page .contact-form {
  padding: 50px 0;
}
.contact-page .contact-map {
  overflow: hidden;
  padding: 50px 0;
}
.contact-page .contact-map iframe {
  width: 100%;
}
/*
Contact Form*/
#contactForm {
  max-width: 720px;
  margin: 0 auto;
}
#contactForm h2.legend {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.7;
}
#contactForm .form-list {
  padding: 50px 0;
  list-style: none;
}
#contactForm .form-list label {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
#contactForm .form-list .input-box {
  margin-bottom: 25px;
}
#contactForm .form-list .input-box input {
  width: 100%;
  height: 56px;
  padding: 0 25px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
#contactForm .form-list .input-box textarea {
  width: 100%;
  height: 210px;
  padding: 25px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
#contactForm .buttons-set {
  text-align: center;
}
#contactForm button {
  border: none;
  height: auto;
  width: auto;
  padding: 0;
}
#contactForm button span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 56px;
  padding: 0 20px;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#contactForm button:hover span {
  background-color: #666;
}
/* dashboard */
.block-account .block-content {
  padding: 15px 0;
}
/* scroll bar */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin: 0;
}
/* product sidebar */
.widget-product-sidebar .owl-carousel .owl-item img {
  width: auto;
}
.widget-product-sidebar .owl-stage-outer {
  text-align: left;
}
.widget-product-sidebar h4 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.widget-product-sidebar .item .price-box .price {
  font-size: 16px;
}
.widget-product-sidebar .minimal-price-link,
.widget-product-sidebar .price-label {
  display: none;
}
.widget-product-sidebar .product-sidebar {
  padding: 17px 0;
}
.widget-product-sidebar .product-sidebar li {
  padding: 17px 0;
  border-bottom: 1px solid #eaeaea;
}
.widget-product-sidebar .product-sidebar li:last-child {
  border-bottom: none;
}
/* 404 page */
.not-found {
  text-align: center;
}
.not-found .opps i {
  font-size: 150px;
  color: #e5e5e5;
  line-height: 1;
}
.not-found h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  margin: 40px 0;
}
.not-found .text {
  font-size: 16px;
  color: #666666;
}
.not-found .link-go-back {
  font-size: 16px;
  margin-top: 15px;
}
.not-found .link-go-back a {
  color: #0099ff;
}
.not-found .link-go-back a:hover {
  color: #959595;
}
.not-found .form-search-404 {
  display: inline-block;
  position: relative;
  max-width: 370px;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 60px 0;
}
.not-found .form-search-404 input {
  height: 50px;
  padding: 0 15px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  width: 100%;
  color: #999999;
}
.not-found .form-search-404 .button-search {
  top: 12px;
  right: 10px;
}
.not-found .form-search-404 .button-search i {
  color: #999;
}
.kb-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.kb-slide img {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/**
 * Lightbox
 */


/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox {
    overflow: visible !important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxLoadedContent {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/loading.gif) center center no-repeat;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}


/* ColorBox skin.
   The following styles are ordered & tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */

#cboxOverlay {
    background: #fff url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/overlay.png) repeat 0 0;
}

#cboxContent {
    position: relative;
    overflow: visible;
    border: none;
    padding: 30px;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

#cboxTitle {
    position: absolute;
    bottom: 17px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999999;
}

#cboxCurrent {
    position: absolute;
    bottom: 5px;
    left: 30px;
    color: #999999;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious, #cboxNext {
    position: absolute;
    background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/slider-arrows.png) no-repeat rgba(255,255,255,0.5);
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    outline: none;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}
#cboxPrevious:hover, #cboxNext:hover {
    background-color: rgba(0,0,0,0.2);
}

#cboxPrevious {
    left: 15px;
    right: auto;
    background-position: -10px -10px;
}

#cboxPrevious:hover {
    background-position: -10px -60px;
}

#cboxNext {
    background-position: -60px -10px;
}

#cboxNext:hover {
    background-position: -60px -60px;
}

/*#cboxLoadingOverlay {
    background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/loading_background.png) no-repeat center center;
    background-size: 60px 60px;
}*/

#cboxLoadingGraphic {
    background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 35px;
    height: 35px;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    background: transparent;
}

#cboxClose:hover {

}
#cboxNext, #cboxPrevious, #cboxClose {
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}
#cboxLoadingGraphic.box-loading {
    background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/css/typostores/colorbox/images/loading.gif) no-repeat center center;
    display: block;
}
.main-heading .heading-wrapper-title h3, .widget-static-block .custom .title h2, .block .block-title strong span, .block .block-title strong span, .block .empty, .toolbar .toolbar-top .amount, .toolbar .toolbar-top .sorter .sort-by label, .toolbar .toolbar-top .limiter label, .toolbar p.typo-toolbar-label, .toolbar .toolbar-top .sorter .view-mode label, .toolbar .toolbar-top .pages strong, .product-view .product-shop .product-name h1, .std ul, .std ol, .std dl, .std p, .std address, .std blockquote, .product-view .product-shop .product-options dt label.required, .product-view .product-shop .product-options dd select, .page-title h1, .page-title h2, .page-title h3 { color:#000000; }
.product-name a, #my_recent_reviews .product-name a, .owl-theme .owl-controls .owl-buttons div .fa { color:#000000; }
.product-name a:hover, #my_recent_reviews .product-name a:hover, .owl-theme .owl-controls .owl-buttons div:hover .fa { color:#f4a528; }
a { color:#000000; }
a, .dropdown .text { color:#000000; }
a:hover {
  color:#f4a528;
  text-decoration:none;
}
.block-layered-nav dt { color:#000000; }
.block-poll .label label:hover { color:#f4a528; }
.desc.std { color:#000000; }
.main-quickview button.button { background-color:#ffffff; }
button.button, a.button {
  color:#3e3e3e;
  background-color:#ffffff;
  border-color:#999999;
}
button.button:hover, a.button:hover {
  color:#ffffff;
  border-color:#3e3e3e;
  background-color:#3e3e3e;
}
a.btn-readmore, .top-compare .typo-maincompare .clearall a { background-color:#ffffff; }
a.btn-readmore:hover, .top-compare .typo-maincompare .clearall a:hover {
  background-color:#3e3e3e;
  border-color:#3e3e3e;
}
a.btn-readmore, .top-compare .typo-maincompare .clearall a { color:#3e3e3e; }
.header-container .header .typo-ajax-checkout a { color:#3e3e3e; }
a.btn-readmore:hover, .top-compare .typo-maincompare .clearall a:hover, .nav-wrapper ul.direction-nav a:hover { color:#ffffff; }
.typo-ajax-checkout a:hover { color:#ffffff !important; }
.block-featured:hover .circle span { color:#ffffff; }
.add-to-links > div a {
  color:#999999;
  background-color:#ffffff;
  border-color:#999999;
}
.add-to-links > div a:hover {
  color:#ffffff;
  background-color:#999999;
  border-color:#999999;
}
.price { color:#f4a528; }
body {
  color:#000000;
  font-size:14px;
  font-family:Lato, arial, serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .typo-main-menu, .widget-tabs >li>a, .block .block-title, .typo-nav ul.nav-accordion li a, .product-collateral .product-tabs li a, .product-name { font-family:Montserrat, arial, serif; }
.settings, .toolbar, .block-layered-nav dt { font-family:Montserrat, arial, serif; }
.price { font-family:Lato, arial, serif; }
.tooltip { font-family:Montserrat, arial, serif; }
.vheader-layout-2 .language-topbar .lang-list ul, .vheader-layout-2 .currency-topbar .currency-list ul, .vheader-layout-2 .settings .setting-content, .vheader-layout-2 .typo-ajax-container, .home-sidebar .header-menu, .home-sidebar #typonav .sub-wrapper, .header-container .header-content, .header-container.header-layout-8 .settings .setting-content, .header-container.header-layout-8 { background-color:rgba(0,0,0,0); }
.header-container .sb-topbar, .header-container .header .header-top { background-color:#ffffff; }
.header, .header-container, .typo-sb-cart .price, .typo-sb-quicksearch  .form-search input#search, .typo-sb-quicksearch .button-search i { color:#666666; }
.header-container a, .header-top-inner a { color:#666666; }
.header-container a:hover, .header-top-inner a:hover { color:#f4a528; }
#typonav a {
  font-size:13px;
  text-transform:none;
}
.home15 #typonav li ul.show-sub, .home15 #typonav li div.show-sub, .nav-top { background-color:#f6f6f6; }
.is-sticky #typo-sticky-header .nav-top { background-color:rgba(246,246,246,0.95); }
#typonav li.active a.level-top, #typonav li a.level-top:hover { color:#f4a528; }
#typonav li.level0 > a, .typomenu-block a, #typonav li.level0 ul li.groups > a, #typonav li.level0 > a + .fa { color:#3e3e3e; }
#typonav li.level0 > a:hover, .typomenu-block a:hover, #typonav li.level0 ul li.groups > a:hover { color:#f4a528; }
#typonav li:hover a.level-top { color:#f4a528; }
.typo-menu { background-color:#2d2d2d; }
.title-canvas { color:#ffffff; }
.typo-menu a { background-color:transparent; }
.typo-menu a:hover { background-color:#3f3f3f; }
.typo-navigation-vertical .block-title, .sidebar .typo-navigation-vertical .block-title { background-color:#cfb985; }
.typo-navigation-vertical.block .block-title strong span { color:#343434; }
.megamenu-vertical li.level0 a, .main_side_left .typo-main-menu-vertical div.show-sub .groups a .title_group, .col-left .typo-main-menu-vertical div.show-sub .groups a .title_group, .main_side_left .typo-main-menu-vertical div.show-sub li .level1 li a, .col-left .typo-main-menu-vertical div.show-sub li .level1 li a { color:#3b3b3b; }
.megamenu-vertical li.level0 a:hover, .main_side_left .typo-main-menu-vertical div.show-sub .groups a:hover .title_group, .col-left .typo-main-menu-vertical div.show-sub .groups a:hover .title_group, .main_side_left .typo-main-menu-vertical div.show-sub li .level1 li a:hover, .col-left .typo-main-menu-vertical div.show-sub li .level1 li a:hover { color:#d02a21; }
body { background-color:#ffffff; }
.main-container { background-color:#ffffff; }
.product-shop .add-to-cart button.btn-cart, .category-products .products-grid .item .addtocart button.btn-cart { background-color:#f4a528; }
.product-shop .add-to-cart button.btn-cart span, .category-products .products-grid .item .addtocart button.btn-cart span { color:#ffffff; }
.product-shop .add-to-cart button.btn-cart:hover, .category-products .products-grid .item .addtocart button.btn-cart:hover { background-color:#f4a528; }
.product-shop .add-to-cart button.btn-cart:hover span, .category-products .products-grid .item .addtocart button.btn-cart:hover span { color:#ffffff; }
.product-collateral, .product-tabs { background-color:#ffffff; }
.product-collateral .product-tabs li a { color:#cccccc; }
.product-collateral .product-tabs li a:hover {
  background-color:#ffffff;
  color:#333333;
}
.product-collateral .product-tabs a:hover { color:#333333; }
.product-collateral .product-tabs li.active a { background-color:#ffffff; }
.product-collateral .product-tabs li.active a { color:#333333; }
.product-collateral .product-tabs-content-inner .std { color:#666666; }
.product-collateral .product-tabs-content-inner { background-color:#ffffff; }
.product-collateral .product-tabs-content-inner { color:#666666; }
.footer-container { background-color:#e7e7e7; }
.footer-container .footer-top a { color:#999999; }
.footer-container .footer-top a:hover { color:#000000; }
.footer-container .footer-top h3 { color:#000000; }
.footer-container .footer-top {
  color:#999999;
  background-color:#e7e7e7;
}
.footer-container .footer-bottom a { color:#999999; }
.footer-container .footer-bottom a:hover { color:#000000; }
.footer-container .footer-bottom {
  color:#999999;
  background-color:#e7e7e7;
}
.footer-container .footer-copyright {
  background-color:#e7e7e7;
  color:#999999;
}
.footer-copyright a { color:#000000; }

/**
* WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
* 2019-08-30 08:12:30*/


.itemgrid.itemgrid-adaptive { display: inline-block; vertical-align: top; width: 100%; padding: 0 15px;}
.itemgrid .item { display: inline-block; vertical-align: top; padding: 0 15px; }
/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.products-itemgrid-1col .item { width: 100%; }

/* Item grid: 2 columns */
.products-itemgrid-2col .item { width: 50%; }

/* Item grid: 3 columns */
.products-itemgrid-3col .item { width: 33.3333333333%; }

/* Item grid: 4 columns */
.products-itemgrid-4col .item { width: 25%; }
.products-itemgrid-4col .item.dop { width: 50%; }

/* Item grid: 5 columns */
.products-itemgrid-5col .item { width: 20%; }

/* Item grid: 6 columns */
.products-itemgrid-6col .item { width: 16.6666666667%; }

/* Item grid: 7 columns */
.products-itemgrid-7col .item { width: 14.2857142857%; }

/* Item grid: 8 columns */
.products-itemgrid-8col .item { width:12.5%; }



.catalog-category-view .top-direct, .catalog-product-view .top-direct, .tag-product-list .top-direct {
  background-image: url(//www.saltandpeppershop.eu/media/wysiwyg/Chic/CMS/Contact-Banner.jpg);
  background-size: cover;
  height: 420px;
}

.blog-index-list .top-direct, .blog-cat-view .top-direct, .blog-post-view .top-direct {
  background-image: url(//www.saltandpeppershop.eu/media/wysiwyg/Chic/CMS/Contact-Banner.jpg);
  background-size: cover;
  height: 420px;
}
.top-direct {
  background-image: url(//www.saltandpeppershop.eu/media/wysiwyg/Chic/CMS/Contact-Banner.jpg);
  background-size: cover;
}

.cms-page-view .top-direct, .cms-about .top-direct {
  background-image: url(//www.saltandpeppershop.eu/media/wysiwyg/Chic/CMS/Contact-Banner.jpg);
  background-size: cover;
  height: 420px;
}

.cms-contact .top-direct {
  background-image: url(//www.saltandpeppershop.eu/media/wysiwyg/Chic/CMS/Contact-Banner.jpg);
  background-size: cover;
  height: 420px;
}

@media (min-width: 1600px) {
  .tp-2-col {
    width: 50%;
  }
  .tp-3-col {
    width: 33.33333333%;
  }
  .tp-4-col {
    width: 25%;
  }
  .tp-5-col {
    width: 20%;
  }
  .tp-6-col {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .tp-lg-5-col {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .tp-md-5-col {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
  .block-layered-nav dd.hidden-tiny {
    display: block !important;
  }
  .footer-container .footer-static h3 + ul {
    display: block !important;
  }
}
@media (min-width: 480px) {
}
@media (max-width: 1199px) {
  /* login - register */
  .log-reg-page .account-create {
    padding-left: 30px;
  }
  .log-reg-page .account-login {
    padding: 0;
  }
  .sticky-search .quick-search {
    max-width: 800px;
  }
  .footer-container .information-footer .footer-static {
    padding: 0;
  }
  .slider-home .caption {
    right: 15px;
  }
  .item .product-show-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .block-compare .block-content .actions .view-compare {
    margin-left: -5px;
  }
  .block-compare .block-content .actions .clearall {
    margin-right: -5px;
  }
  .add-to-cart .btn-cart {
    margin: 0 15px;
  }
  .sticky-search .quick-search {
    max-width: 580px;
  }
  .footer-container .footer-top-inner {
    padding: 30px 0 40px 0;
  }
  .footer-container .footer-static h3 {
    margin-bottom: 15px;
  }
  .slider-home .caption {
    right: 15px;
    padding: 30px 15px;
    max-width: 240px;
    text-align: center;
  }

  .slider-home .caption .title {
    font-size: 25px;
  }

  .slider-home.slide-fullwidth .caption .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .slider-home .caption .text {
    margin-bottom: 30px;
  }

  .slider-home.slide-fullwidth .caption .text {
    margin-bottom: 20px;
  }

  .slider-home .caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
  }

  .row-onestep .four.columns {
    width: 100% !important;
    float: none;
    margin: 0;
  }
  .product-date {
    margin: 0 -5px;
  }
  .product-date .cd-sale {
    margin: 0 5px;
    width: 65px;
  }
  .product-date .cd-sale .num {
    line-height: 65px;
  }
  .add-to-cart .qty input {
    width: 140px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .map-popup {
    width: 100%;
    left: 0 !important;
  }
  .slider-home, .block-sidebar {
    height: 420px !important;
  }
  .slider-home .caption {
    right: 15px;
    padding: 15px;
    max-width: 240px;
    text-align: center;
  }
  .slider-home .caption .title {
    font-size: 25px;
  }
  .slider-home .caption .text {
    margin-bottom: 30px;
  }
  .slider-home .caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
  }

  .slider-home.slide-fullwidth .caption .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .slider-home.slide-fullwidth {
    height: auto!important;
  }
  .slider-home.slide-fullwidth .caption .text {
    margin-bottom: 15px;
    line-height: 18px;
  }
  .slider-home.slide-fullwidth .caption .btn-slide a {
    padding: 0 15px;
    font-size: 13px;
  }
  .static-collection .text-wrap .info h3 {
    font-size: 23px;
  }
  .static-collection .title {
    font-size: 16px;
  }
  .tab-mobile span {
    font-weight: bold;
  }
  .top-seach .quick-search {
    display: none;
  }
  .toogle-filter {
    cursor: pointer;
  }
  .block-layered-nav dd.hidden-tiny {
    display: none;
  }
  .is-sticky #typo-sticky-header {
    display: none;
  }
  .search-bottom {
    padding: 16px 0;
  }
  .search-bottom .form-search, .search-bottom .form-search:hover {
    max-width: 100%;
  }
  .typo-icon-ajaxcart .typo-cart-label .print, .typo-icon-ajaxcart .icon-dropdown {
    display: none;
  }
  .product-collateral h2.acctab {
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    font-weight: bold;
  }
  .product-collateral .product-tabs {
    display: none;
  }
  .product-collateral .box-collateral {
    padding-top: 10px;
  }
  .product-collateral .title-divider {
    display: none;
  }
  .postDetails .create-time {
    float: left;
    width: 100%;
  }
  .product-shop-view .top-product-name {
    margin-top: 30px;
  }

  /* checkout */
  .opc .step-title h2 {
    font-size: 14px;
  }
  .opc #checkout-step-billing .customer-name-middlename .field {
    width: 100%;
  }
  /* login - register */
  .log-reg-page .account-create {
    padding-left: 0;
    border: none;
  }

  /* top bar */
  .top-bar {
    text-align: left;
  }
  .social-topbar .social {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* widget tabs */
  .tab-mobile {
    display: inline-block;
  }
  .tab-mobile + .widget-tabs {
    position: absolute;
    top: 55px;
    left: 50%;
    margin: 0 0 0 -145px !important;
    padding: 15px 30px;
    width: 290px;
    height: auto;
    z-index: 11;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
    opacity: 0;
    visibility: hidden;
  }
  .tab-mobile + .widget-tabs li {
    width: 100%;
  }
  .tab-mobile + .widget-tabs li:first-child:before {
    display: inline-block;
  }
  .tab-mobile + .widget-tabs li a {
    font-size: 14px;
    padding: 5px 0 5px 15px;
  }
  .tab-mobile + .widget-tabs.showing {
    opacity: 1;
    visibility: visible;
  }

  .catalog-category-view .top-direct, .catalog-product-view .top-direct, .tag-product-list .top-direct {
    height: 220px;
  }

  .footer-container .footer-static h3 {
    margin: 15px 0 10px 0;
  }
  .footer-container .footer-static h3 + ul {
    display: none;
  }
}
@media (max-width: 479px) {
  .col-tiny {
    width: 100%;
    left: auto;
    right: auto;
  }
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
  .map-popup .map-popup-content {
    text-align: center;
  }
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0 0 10px;
  }
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0;
  }

  .products-grid .item {
    width: 100%;
  }
  .toolbar .sorter .btn-open-filter {
    margin-left: 15px;
  }
  .toolbar .sorter .sort-by {
    margin-right: 15px;
  }
  .toolbar .sorter .bootstrap-select>.dropdown-toggle {
    max-width: 95px;
    overflow: hidden;
  }

  .rating-list {
    width: 100%;
  }
  .add-to-cart .btn-cart {
    margin: 0;
  }
  .add-to-cart > .qty {
    margin-bottom: 10px;
  }
  .product-shop-view .rating-links {
    display: block;
    margin: 10px 0;
  }
  .product-collateral .box-tags label {
    width: 100%;
  }
  .product-collateral .box-tags .input-box {
    padding: 0;
  }
  .product-collateral .box-tags .input-box input {
    max-width: 140px;
    margin: 0;
  }
  .btn-group-cart .text-tiny {
    display: none;
  }
  .grand-total {
    padding: 15px;
  }
  .cart-collaterals h2 {
    font-size: 15px;
  }
  .grand-total #shopping-cart-totals-table td {
    font-size: 14px;
  }
  .grand-total #shopping-cart-totals-table td strong {
    font-size: 16px;
  }
  .data-table td {
    padding: 3px;
  }
  /* checkout */
  .opc .step-title {
    padding: 15px;
  }
  .opc .step {
    padding: 0 15px 15px;
  }
  .opc #checkout-step-billing .billing-street .field,
  .opc #checkout-step-billing .billing-city-region .field,
  .opc #checkout-step-billing .billing-post-country .field,
  .opc #checkout-step-billing .billing-phone-fax .field {
    width: 100%;
  }
  .opc #checkout-step-review, .order-review {
    padding: 0;
  }
  .opc #checkout-step-review .data-table tr.last th {
    padding: 10px 2px;
    font-size: 12px;
  }
  .opc #checkout-step-review .data-table tbody td {
    padding: 2px;
    font-size: 12px;
  }
  .order-review .product-name {
    font-size: 13px;
  }
  .order-review .price {
    font-size: 12px;
  }
  #checkout-review-submit button {
    margin: 10px auto 30px auto;
  }
  .opc #checkout-step-review .data-table tfoot td {
    padding: 2px;
    font-size: 13px;
  }
  /* newsletter popup */
  .newsletter-content .newsletter-title h3 {
    font-size: 20px;
    margin: 35px 0 20px;
  }
  .newsletter-content .popup_message {
    padding: 0;
  }
  .newsletter-content .popup_message .intro {
    padding: 0;
  }
  .top-bar-wrap {
    width: 50%;
  }
  .main-slide-sidebar .row > div {
    width: 100%;
  }
}


@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
.transition-all35 {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*Header Layout 2*/
.header-layout-2 .top-bar {
  float: right;
}
.header-layout-2 .language-topbar .lang-list {
  right: 0;
  left: auto;
}
.header-layout-2 .currency-topbar .currency-list {
  right: 0;
  left: auto;
}
.header-layout-2 .delimiter {
  line-height: 12px;
  height: 12px;
  background-color: #666;
  margin: 15px;
}
.header-layout-2 .home2-block-phone-email {
  padding: 10px 0;
  line-height: 22px;
}
.header-layout-2 .sticky-icon-group {
  display: inline-block;
  float: right;
  margin: 0 -10px 0 50px;
}
.header-layout-2 .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.header-layout-2 .is-sticky .sticky-icon-group .settings {
  display: block;
}
.header-layout-2 .nav-top-inner {
  text-align: right;
}
.header-layout-2 .logo-home02 {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
.header-layout-2 .logo-home02 .logo {
  display: table;
  height: 60px;
  margin: 0;
}
.header-layout-2 .logo-home02 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-2 .logo-home02 .logo a img {
  max-height: 50px;
  max-width: 200px;
}
.header-layout-2 .logo-home02 strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.header-layout-2 .is-sticky .logo-home02 {
  display: none;
}
.header-layout-2 .header-menu {
  padding: 35px 0;
}
.header-layout-2 .header-top-inner {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header-layout-2 .menu-bar-btn {
  float: left;
}
.header-layout-2 .sticky-bg .typo-main-menu {
  display: none;
}
.header-layout-2 .main-slide-wrap {
  border-bottom: none;
}
/*Header Layout 3*/
.cms-index-index .header-layout-3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  right: 0;
  z-index: 999;
}
.header-layout-3 .main-menu {
  float: right;
}
.header-layout-3 .is-sticky #typo-sticky-header {
  background-color: #fff;
}
.header-layout-3 .sticky-icon-group {
  display: block;
  float: right;
  margin: 0 -10px 0 30px;
}
.header-layout-3 .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.header-layout-3 .logo-home03 {
  float: left;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 999;
}
.header-layout-3 .logo-home03 strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.header-layout-3 .logo-home03 .logo {
  display: table;
  height: 60px;
  margin: 0;
}
.header-layout-3 .logo-home03 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-3 .logo-home03 .logo a img {
  max-height: 50px;
  max-width: 200px;
}
.header-layout-3 .is-sticky .logo-home03 {
  display: none;
}
.header-layout-3 .is-sticky .header-menu {
  padding: 0;
}
.header-layout-3 .header-menu {
  padding: 25px 0 25px;
}
.header-layout-3 .sticky-search .quick-search {
  right: 0;
  max-width: 100%;
  z-index: 999;
}
/*Header Layout 4*/
.header-layout-4 {
  position: relative;
  z-index: 100;
}
.header-layout-4 .sticky-icon-group {
  display: inline-block;
  float: right;
  margin: 0 -10px 0 50px;
}
.header-layout-4 .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.header-layout-4 .nav-top-inner {
  text-align: right;
}
.header-layout-4 .logo-home04 {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
.header-layout-4 .logo-home04 .logo {
  display: table;
  height: 60px;
  margin: 0;
}
.header-layout-4 .logo-home04 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-4 .logo-home04 .logo a img {
  max-height: 50px;
  max-width: 200px;
}
.header-layout-4 .logo-home04 strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.header-layout-4 .is-sticky .logo-home04 {
  display: none;
}
.header-layout-4 .header-menu {
  padding: 25px 0;
}
.header-layout-4 .header-top-inner {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header-layout-4 .menu-bar-btn {
  float: left;
}
.header-layout-4 .sticky-bg .typo-main-menu {
  display: none;
}
.header-layout-4 .main-slide-wrap {
  border-bottom: none;
}
/*Header Layout 5*/
.header-layout-5 .store-cr {
  float: right;
}
.header-layout-5 .currency-topbar .currency-list {
  left: auto;
  right: 0;
}
.header-layout-5 .header .logo-home {
  text-align: initial;
}
.header-layout-5 .header .logo-home img {
  margin: 0;
}
.header-layout-5 .form-search {
  max-width: 100%;
}
.header-layout-5 .form-search:hover {
  max-width: 100%;
}
.header-layout-5 .sticky-search .quick-search .form-search {
  max-width: 350px;
}
.header-layout-5 .nav-top-inner {
  text-align: initial;
}
.header-layout-5 .is-sticky .nav-top-inner {
  text-align: right;
}
.header-layout-5 .typo-navigation {
  margin-left: -15px;
}
.header-layout-5 .top-bar {
  position: absolute;
  right: 0;
  top: 9px;
}
.header-layout-5 .is-sticky .top-bar {
  display: none;
}
/*Header Layout 6*/
.header-layout-6 .main-menu {
  float: right;
}
.header-layout-6 .is-sticky #typo-sticky-header {
  background-color: #fff;
}
.header-layout-6 .sticky-icon-group {
  display: block;
  float: right;
  margin: 0 -10px 0 30px;
}
.header-layout-6 .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.header-layout-6 .logo-home06 {
  float: left;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 999;
}
.header-layout-6 .logo-home06 strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.header-layout-6 .logo-home06 .logo {
  display: table;
  height: 60px;
  margin: 0;
}
.header-layout-6 .logo-home06 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-6 .logo-home06 .logo a img {
  max-height: 50px;
  max-width: 200px;
}
.header-layout-6 .is-sticky .logo-home06 {
  display: none;
}
.header-layout-6 .is-sticky .header-menu {
  padding: 0;
}
.header-layout-6 .header-menu {
  padding: 25px 0 25px;
}
.header-layout-6 .sticky-search .quick-search {
  right: 0;
  max-width: 100%;
  z-index: 999;
}
.header-layout-8 .top-bar,
.header-layout-7 .top-bar {
  float: right;
}
.header-layout-8 .language-topbar .lang-list,
.header-layout-7 .language-topbar .lang-list {
  right: 0;
  left: auto;
}
.header-layout-8 .currency-topbar .currency-list,
.header-layout-7 .currency-topbar .currency-list {
  right: 0;
  left: auto;
}
.header-layout-8 .delimiter,
.header-layout-7 .delimiter {
  line-height: 12px;
  height: 12px;
  background-color: #666;
  margin: 15px;
}
.header-layout-8 .home2-block-phone-email,
.header-layout-7 .home2-block-phone-email {
  padding: 10px 0;
  line-height: 22px;
}
.header-layout-8 .sticky-icon-group,
.header-layout-7 .sticky-icon-group {
  display: inline-block;
  float: right;
  margin: 0 -10px 0 50px;
}
.header-layout-8 .sticky-icon-group > div,
.header-layout-7 .sticky-icon-group > div {
  float: left;
  padding: 0 10px;
}
.header-layout-8 .is-sticky .sticky-icon-group .settings,
.header-layout-7 .is-sticky .sticky-icon-group .settings {
  display: block;
}
.header-layout-8 .nav-top-inner,
.header-layout-7 .nav-top-inner {
  text-align: right;
}
.header-layout-8 .logo-home02,
.header-layout-7 .logo-home02 {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
.header-layout-8 .logo-home02 .logo,
.header-layout-7 .logo-home02 .logo {
  display: table;
  height: 60px;
  margin: 0;
}
.header-layout-8 .logo-home02 .logo a,
.header-layout-7 .logo-home02 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-8 .logo-home02 .logo a img,
.header-layout-7 .logo-home02 .logo a img {
  max-height: 50px;
  max-width: 200px;
}
.header-layout-8 .logo-home02 strong,
.header-layout-7 .logo-home02 strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.header-layout-8 .is-sticky .logo-home02,
.header-layout-7 .is-sticky .logo-home02 {
  display: none;
}
.header-layout-8 .header-menu,
.header-layout-7 .header-menu {
  padding: 35px 0;
}
.header-layout-8 .header-top-inner,
.header-layout-7 .header-top-inner {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header-layout-8 .menu-bar-btn,
.header-layout-7 .menu-bar-btn {
  float: left;
}
.header-layout-8 .sticky-bg .typo-main-menu,
.header-layout-7 .sticky-bg .typo-main-menu {
  display: none;
}
.header-layout-8 .main-slide-wrap,
.header-layout-7 .main-slide-wrap {
  border-bottom: none;
}
.header-layout-7 .header-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cms-index-index .header-container.header-layout-7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.header-layout-8 {
  border-bottom: 1px solid #ccc;
}
.header-layout-8 .is-sticky .typo-main-menu,
.header-layout-8 .typo-navigation {
  display: block;
}
.header-layout-8 .logo-home02,
.header-layout-8 .logo-sticky {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 130px;
  text-align: center;
  padding: 0;
}
.header-layout-8 .sticky-icon-group {
  margin: 0 -10px 0 20px;
}
.header-layout-8 .sticky-search .quick-search .icon_close,
.header-layout-8 .quick-search.showing {
  color: #000;
}
.header-layout-8 .typo-ajax-container {
  color: #000;
}
.header-layout-8 .typo-ajax-container a {
  color: #000;
}
.rtl .header-layout-8 .is-sticky .typo-main-menu,
.rtl .header-layout-8 .typo-navigation {
  display: block;
}
.rtl .header-layout-8 .logo-home02,
.rtl .header-layout-8 .logo-sticky {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto!important;
  max-width: 130px;
  text-align: center;
}
.slide-carousel.slide-carousel02:before {
  background-color: rgba(234, 234, 234, 0);
}
.slide-carousel .carousel-content02 {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
.slide-carousel .carousel-content02 .h3.text-small {
  color: #bf113d;
}
.slide-carousel .carousel-content02 .h3.text-large {
  color: #000;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.slide-carousel .carousel-content02 .text-normal {
  color: #666;
}
.slide-carousel .carousel-content02 .btn-ex {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.slide-carousel .carousel-content02:hover .btn-ex {
  color: #bf113d;
}
.slide-carousel .h3.text-small {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 25px;
}
.slide-carousel .h3.text-large {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.slide-carousel .text-normal {
  font-size: 14px;
  margin-bottom: 60px;
}
.top-welcome {
  text-align: center;
  margin: 95px 0 65px;
}
.top-welcome .images {
  margin-bottom: 25px;
}
.top-welcome .text-content .title-content {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.top-welcome .text-content .text-content {
  font-size: 15px;
  color: #999999;
}
.commu-block {
  text-align: center;
  margin-bottom: 60px;
}
.commu-block .title-box {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 50px;
}
.commu-block .tp-block {
  display: inline-block;
}
.commu-block .tp-block.tp11 {
  width: 100%;
}
.commu-block .tp-block.tp12 {
  float: left;
  width: 50%;
}
.commu-block .tp-block.tp-block-left {
  padding-right: 15px;
}
.commu-block .tp-block.tp-block-right {
  padding-left: 15px;
}
.commu-block .tp-block .tp-inner-block {
  position: relative;
  margin: 0 0 30px;
}
.commu-block .tp-block .tp-inner-block a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
  text-indent: -99999px;
}
.commu-block .tp-block .tp-inner-block .text-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 0;
  text-align: left;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.commu-block .tp-block .tp-inner-block .text-content .user-content {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
.commu-block .tp-block .tp-inner-block .text-content .social-content {
  font-size: 12px;
  color: #999999;
  line-height: 1;
}
.commu-block .tp-block .tp-inner-block img {
  width: 100%;
}
.commu-block .tp-block .tp-inner-block:hover .text-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.sticky-search .quick-search.showing {
  z-index: 999;
}
.home15 .main-brands-inner,
.home14 .main-brands-inner {
  padding: 60px 0 100px;
}
.home15 .footer-copyright .h3,
.home14 .footer-copyright .h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  line-height: 1;
  margin: 60px 0;
}
.widget-product-brands.brand-slider02 .main-heading {
  padding: 30px 0 50px;
}
.widget-product-brands.brand-slider02 .main-heading .heading-title {
  background: none;
  padding: 10px 0 50px;
}
.widget-product-brands.brand-slider02 .main-heading .heading-title h2 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.widget-product-brands.brand-slider02 .owl-carousel .owl-item img {
  max-height: 20px;
}
.footer-style14 .inner-footer-block .h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.footer-style14 .inner-footer-block .text-content p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
}
.footer-style14 .inner-footer-block .text-content ul li {
  display: inline-block;
}
.footer-style14 .inner-footer-block .text-content ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
}
.footer-style14 .inner-footer-block .footer-center-image {
  margin-bottom: 145px;
}
.footer-style14 .inner-footer-block .footer-payment h3 {
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.footer-style14 .inner-footer-block img {
  max-width: 100%;
}
.footer-style14 .inner-footer-block1 {
  text-align: left;
}
.footer-style14 .inner-footer-block2 {
  text-align: center;
}
.footer-style14 .inner-footer-block3 {
  text-align: right;
}
.footer-style14 .widget-latest h2 {
  display: none;
}
.footer-style14 .widget-latest ul li {
  padding: 0;
  line-height: 30px;
}
.footer-style14 .widget-latest ul li a {
  font-size: 14px;
}
.rtl .footer-style14 .inner-footer-block1 {
  text-align: right;
}
.rtl .footer-style14 .inner-footer-block3 {
  text-align: left;
}
@media (min-width: 1200px) {
  .header-layout-8 .visible-lg-inline-block {
    display: block !important;
  }
}
.rtl #typonav > li.menu-item-left,
#typonav > li.menu-item-right {
  float: right;
}
.rtl #typonav > li.menu-item-right,
#typonav > li.menu-item-left {
  float: left;
}
.slide-carousel {
  position: relative;
  color: #fff;
}
.slide-carousel:before {
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.slide-carousel .carousel-content {
  width: 100%;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease, visible 350ms ease;
  -moz-transition: opacity 350ms ease, visible 350ms ease;
  transition: opacity 350ms ease, visible 350ms ease;
}
.slide-carousel .carousel-content .text-small {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 60px;
}
.slide-carousel .carousel-content .text-large {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.slide-carousel .carousel-content .text-normal {
  margin-bottom: 40px;
}
.slide-carousel .carousel-content a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}
.slide-carousel:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-carousel:hover .carousel-content {
  opacity: 1;
  visibility: visible;
}
.main-slide-inner .main-carousel .owl-theme .owl-nav {
  display: block;
}
.main-slide-inner .main-carousel .owl-theme .owl-nav > div {
  position: absolute;
  width: 64px;
  height: 64px;
  background: transparent url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/arrow-next.png) 0 0 no-repeat;
  opacity: 0.5;
  margin-top: -32px;
  right: 20px;
}
.main-slide-inner .main-carousel .owl-theme .owl-nav > div > * {
  display: none;
}
.main-slide-inner .main-carousel .owl-theme .owl-nav > div:hover {
  opacity: 1;
}
.main-slide-inner .main-carousel .owl-theme .owl-nav .owl-prev {
  background: transparent url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/arrow-prev.png) 0 0 no-repeat;
  right: auto;
  left: 20px;
}
.block-welcome {
  padding-bottom: 30px;
}
.block-welcome .text-block {
  text-align: center;
  color: #999;
  margin-bottom: 60px;
}
.block-welcome .text-block > span {
  display: inline-block;
  max-width: 700px;
  padding: 0 10px;
  vertical-align: top;
}
.block-icon {
  text-align: center;
  height: 218px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  position: relative;
}
.block-icon .block-center {
  width: 100%;
  padding: 10px;
}
.block-icon .block-center > span {
  color: #999;
  font-size: 40px;
}
.block-icon .text-hidden {
  display: none;
}
.block-icon .title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 25px 0 15px 0;
}
.block-icon .text {
  color: #999;
}
.block-icon.block-icon2 {
  background-color: #ededed;
}
.widget-collection-style2 {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 25px;
}
.widget-collection-style2 .tabs-wrap {
  margin-bottom: 40px;
}
.blog-style.blog-style2 {
  padding: 25px 0 75px 0;
}
.slider-home.slide-fullwidth {
  color: #ffffff;
  height: auto;
  text-align: initial;
  position: relative;
}
.slider-home.slide-fullwidth .caption {
  max-width: 480px;
  width: 100%;
  top: 50%;
  right: 16%;
}
.cms-index-index.home03 .main-content-inner {
  background-color: #f5f5f5;
}
.main-newsletter.home03-newsletter {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
}
.main-newsletter.home03-newsletter:before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 70%;
  left: 50%;
  position: absolute;
  top: 100px;
  width: 1px;
}
.main-newsletter.home03-newsletter .main-newsletter-inner {
  border-top: none;
  text-align: initial;
}
.main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: initial;
  text-transform: uppercase;
}
.main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .text {
  font-size: 15px;
  color: #999999;
  margin-bottom: 45px;
  font-style: italic;
  text-align: initial;
}
.main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .input-box input {
  height: 55px;
  background-color: #f5f5f5;
}
.main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .input-box input:focus {
  background: #fff;
}
.main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .input-box button {
  height: 55px;
  line-height: 55px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
}
.main-newsletter.home03-newsletter .left-newsletter .title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: initial;
  text-transform: uppercase;
}
.main-newsletter.home03-newsletter .left-newsletter ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.main-newsletter.home03-newsletter .left-newsletter ul li .blog-title {
  line-height: 20px;
  margin: 0;
}
.main-newsletter.home03-newsletter .left-newsletter ul li .blog-title i {
  margin-right: 10px;
  line-height: 20px;
  vertical-align: top;
}
.main-newsletter.home03-newsletter .left-newsletter ul li .blog-title a {
  color: #333;
  font-size: 18px;
  text-transform: capitalize;
}
.main-newsletter.home03-newsletter .left-newsletter ul li .blog-info {
  font-size: 13px;
  color: #999;
  line-height: 15px;
}
.main-newsletter.home03-newsletter .left-newsletter ul li:last-child {
  border: none;
}
.home03 .widget-collection-style1 {
  border-top: none;
  padding: 25px 0 50px;
}
.home03 .widget-collection-style1 .tabs-collection {
  padding-top: 55px;
}
.main-top {
  overflow: hidden;
}
.no-padding {
  padding: 0 !important;
}
.block-top-01,
.block-top-02 {
  display: table;
}
.block-top-01 > div,
.block-top-02 > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.block-top-01 .images,
.block-top-02 .images {
  overflow: hidden;
}
.block-top-01 .images img,
.block-top-02 .images img {
  max-width: 100%;
  width: 100%;
}
.block-top-01 .content-block,
.block-top-02 .content-block {
  text-align: initial;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}
.block-top-01 .content-block h2,
.block-top-02 .content-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 30px;
  display: block;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}
.block-top-01 .content-block h2 span:after,
.block-top-02 .content-block h2 span:after {
  background: rgba(0, 0, 0, 0) url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg-title.png") no-repeat scroll left center;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-top-01 .content-block p,
.block-top-02 .content-block p {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin: 0;
}
.block-top-01 .bottom,
.block-top-02 .bottom {
  margin-top: 62px;
}
.block-top-01 .bottom a,
.block-top-02 .bottom a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 7px 23px;
  text-transform: uppercase;
  position: relative;
}
.global-site-notice.notice-cookie.logancee03 {
  margin-top: -35px;
}
.home03-footer {
  text-align: center;
}
.home03-footer .footer-logo {
  margin: 70px auto;
}
.home03-footer ul.social-icons {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.home03-footer ul.social-icons li {
  display: inline-block;
}
.home03-footer ul.social-icons li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px;
}
.home03-footer .copyright {
  margin-top: 30px;
}
.fluid-width-footer.footer-container {
  border-top: none;
  padding: 0;
}
.fluid-width-footer.footer-container .footer-copyright {
  border-top: none;
  padding: 15px 0 75px;
  font-size: 13px;
}
.fluid-width-footer.footer-container .footer-copyright a {
  text-transform: uppercase;
  font-weight: 600;
}
.fluid-width-footer.footer-container .footer-top-inner {
  padding: 15px 0 15px;
}
.fullpage-wrapper {
  text-align: center;
  color: #fff;
}
.fullpage-wrapper .widget-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.fullpage-wrapper .widget-block .intro {
  margin-top: 200px;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fullpage-wrapper .widget-block .intro .text-small {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}
.fullpage-wrapper .widget-block .intro .title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.fullpage-wrapper .widget-block .intro .btn-ex {
  display: inline-block;
  padding: 6px 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
  vertical-align: top;
}
.fullpage-wrapper .widget-block.active .intro {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.home04 .footer-container {
  padding: 0;
  border: none;
  line-height: 42px;
}
.home04 .footer-container .footer-inner {
  padding: 9px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.home04.cms-index-index .footer-container {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  line-height: 42px;
}
.home04.cms-index-index .footer-container .footer-inner {
  border: none;
}
.home04.cms-index-index .global-site-notice {
  display: none;
}
.home04 .social li > span {
  line-height: 42px;
  padding: 0 7px;
}
.home04 .address-footer {
  text-align: center;
  width: 100%;
}
.home04 .address-footer .space {
  padding: 0 5px;
}
.home04 #fp-nav.right {
  right: 20px;
}
.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  width: 20px;
  margin: 14px 0;
}
.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  height: 20px;
}
.home04 #fp-nav ul li a span,
.home04 .fp-slidesNav ul li a span {
  width: 20px;
  height: 3px;
  background-color: #ccc;
  border-radius: 0;
  margin: -1px -10px;
  overflow: hidden;
}
.home04 #fp-nav ul li a span:before,
.home04 .fp-slidesNav ul li a span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
.home04 #fp-nav ul li a.active span,
.home04 .fp-slidesNav ul li a.active span,
.home04 #fp-nav ul li:hover a.active span,
.home04 .fp-slidesNav ul li:hover a.active span {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin: -1px -10px;
}
.home04 #fp-nav ul li a.active span:before {
  right: 0;
}
.home04 .videoMuteBtn {
  position: absolute;
  color: #fff;
  z-index: 100;
  font-size: 40px;
  left: 50%;
  top: 50%;
  margin-top: 90px;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home04 #section1 {
  color: #f2f2f2;
}
.home04 #section2 .text-normal {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.home04 #section3 .text-normal {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.home04 #section4 .text-normal {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.home04 #section5 .text-normal {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.home04 #section5 .name {
  margin-top: 45px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
}
.home05.cms-index-index .typo-container {
  overflow: visible;
}
#multiscroll {
  position: relative;
}
#multiscroll .ms-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .ms-section.active h2.title:before {
  left: 0;
}
#multiscroll .ms-section.active .text {
  opacity: 1;
  margin-top: 0;
}
.block-prent {
  text-align: initial;
  max-width: 540px;
  width: 100%;
  padding: 15px;
}
.block-prent h2.title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.block-prent h2.title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left .5s, right .5s;
  -moz-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block-prent .text {
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  -moz-transition: margin-top 0.5s, opacity 0.5s;
  -o-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 0;
  margin-top: -100px;
}
.block-prent .btn-ex {
  margin-top: 30px;
}
.block-prent .date-time {
  color: #ccc;
}
.block-prent .date-time .date {
  font-size: 72px;
}
.block-prent .date-time .month {
  font-size: 24px;
}
.block-prent h3.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-prent .btn-ctn {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-prent .quote {
  font-size: 72px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 15px;
}
.block-prent .quote + .text {
  font-size: 24px;
  color: #999;
}
.block-prent .user-position {
  margin-top: 30px;
  font-size: 15px;
}
.block-prent .user-position .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.block-prent .user-position .position {
  color: #999;
}
.block-prent #contactForm .form-list {
  padding: 0;
}
.block-prent #contactForm .form-list .input-box {
  margin: 0;
}
.block-prent #contactForm .form-list .input-box textarea {
  padding: 10px 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm .form-list .input-box input {
  padding: 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm button span {
  line-height: 50px;
}
.block-prent #contactForm button span span {
  line-height: 50px;
  padding: 0;
}
.block-prent #contactForm .buttons-set {
  text-align: initial;
  margin-top: 30px;
}
.boxed {
  max-width: 1230px;
  margin: 0 auto;
}
.cat-home {
  margin-bottom: 30px;
}
.cat-home .title {
  height: 61px;
  line-height: 27px;
  padding: 17px 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #000;
}
.cat-home ul li {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: none;
}
.cat-home ul li a {
  font-size: 15px;
  padding: 20px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: color 350ms ease, padding 350ms ease;
  -moz-transition: color 350ms ease, padding 350ms ease;
  transition: color 350ms ease, padding 350ms ease;
}
.cat-home ul li a:hover {
  padding-left: 30px;
}
.newsletter6 .main-newsletter-inner {
  border: none;
  background-color: #eeeeee;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}
.newsletter6 .subscribe {
  padding: 0;
}
.newsletter6 .subscribe .input-box button {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.newsletter6 .subscribe .input-box input {
  background-color: #fff;
  padding: 0;
  text-align: center;
}
.block-static-top {
  position: relative;
  height: 221px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.block-static-top .block-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.block-static-top:hover .block-img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.block-static-top .text-wrap {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
}
.block-static-top .text-wrap .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
}
.block-static-top .text-wrap a {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.block-static-top .text-wrap a span {
  position: relative;
  font-size: 16px;
  float: right;
  padding-left: 5px;
}
.widget-collection-style3 .tabs-collection {
  text-align: initial;
}
.widget-collection-style3 .widget-tabs {
  margin-left: -15px;
}
.widget-collection-style3 .tabs-wrap {
  margin-top: 30px;
}
.widget-collection-style3 .owl-theme .owl-nav {
  position: absolute;
  top: -80px;
  margin: 0 -6px;
  right: 0;
  display: block;
}
.widget-collection-style3 .owl-theme .owl-nav > div {
  position: static;
  height: 34px;
  width: 34px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #fff;
  color: #ccc;
  border-radius: 0;
  padding: 0;
  font-size: 23px;
  margin: 0 6px;
  line-height: 32px;
}
.widget-collection-style3 .owl-theme .owl-nav > div:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.blog-style3 {
  padding-top: 0;
  border: none;
}
.blog-style3 .title-widget {
  text-align: initial;
  margin-top: 30px;
}
.list-features {
  margin-bottom: 60px;
}
.list-features .media-left > span {
  display: block;
  height: 68px;
  line-height: 66px;
  width: 68px;
  background-color: #fff;
  border: 1px solid #999;
  text-align: center;
  font-size: 25px;
  color: #999;
  border-radius: 50%;
}
.list-features .media-left > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.list-features .media-left .hide {
  display: none;
}
.list-features .media-body {
  padding: 0 10px;
}
.list-features .h4 {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
}
.home07.cms-index-index .header-layout-3 {
  top: 0;
}
.home07 .slider-home {
  height: auto !important;
}
.home07 .slider-home .caption {
  right: auto;
  left: 16%;
  max-width: 410px;
}
.home07 .main-slide-inner {
  margin: 0;
}
.home07 .main-slide-inner .owl-dots {
  margin: 0;
  right: auto;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.interior-block-slide,
.interior-block-static {
  height: 500px;
  position: relative;
}
.interior-block-slide {
  background-size: cover;
  background-position: center top;
}
.interior-block-slide .interior-inner {
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.interior-block-slide .interior-inner .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.interior-block-slide .interior-inner .text {
  max-width: 420px;
  display: inline-block;
}
.interior-block-static .interior-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: initial;
  padding: 15px;
  max-width: 420px;
}
.interior-block-static .interior-inner.left {
  left: 15px;
}
.interior-block-static .interior-inner .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 30px;
}
.interior-block-static .interior-inner .text {
  color: #666;
  margin-bottom: 30px;
}
.interior-block-static .interior-inner .btn-view a {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #666666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.interior-block-slide-wrap .owl-theme .owl-nav {
  display: block;
}
.interior-block-slide-wrap .owl-theme .owl-nav [class*='owl-'] {
  background-color: #fff;
  margin: 0;
  border: 1px solid #999;
  color: #999;
  height: 54px;
  width: 54px;
  line-height: 52px;
}
.interior-block-slide-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #000;
  color: #fff;
}
.interior-block-slide-wrap .owl-theme .owl-nav div.owl-next {
  top: 30px;
  right: 30px;
}
.interior-block-slide-wrap .owl-theme .owl-nav div.owl-prev {
  top: 30px;
  left: auto;
  right: 100px;
}
.slider-home .caption.left-center {
  right: auto;
  left: 90px;
  max-width: 320px;
}
.slider-home .caption .title {
  position: relative;
}
.slider-home .caption .title.border-bot {
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.slider-home .caption .border-bot:after {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 5px;
  content: '';
  left: 0;
  bottom: 0;
  background: #000000;
}
.block-jw-text {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  position: relative;
}
.block-jw-text .block-prent .text {
  margin-top: 0;
  opacity: 1;
  display: block;
}
.block-jw-text .block-prent h2.title:before {
  left: 0;
  background-color: #cc9900;
}
.block-jw-text .block-prent .quote + .text {
  font-size: 16px;
}
.block-jw-text .block-prent .quote {
  font-size: 50px;
  color: #cc9900;
}
.block-jw-text .user-name {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.block-jw {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw .btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.block-jw:before {
  position: absolute;
  content: '';
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw.bg-blue:before {
  background-color: rgba(33, 150, 243, 0.5);
}
.block-jw.bg-orange:before {
  background-color: rgba(255, 152, 0, 0.5);
}
.block-jw.bg-green:before {
  background-color: rgba(76, 175, 80, 0.5);
}
.block-jw.bg-brown:before {
  background-color: rgba(165, 42, 42, 0.5);
}
.block-jw:hover:before {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.block-jw:hover .btn-ex {
  opacity: 1;
  visibility: visible;
}
.jw-text1 {
  height: 580px;
}
.jw-5 {
  height: 700px;
}
.jw-6,
.jw-text2,
.jw-3 {
  height: 300px;
}
.jw-1,
.jw-2 {
  height: 380px;
}
.jw-4 {
  height: 490px;
}
.rtl {
  /*Header Layout 2*/
  /*Header Layout 3*/
  /*Header Layout 4*/
  /*Header Layout 5*/
  /*Header Layout 6*/
}
.rtl .header-layout-8 .top-bar,
.rtl .header-layout-7 .top-bar,
.rtl .header-layout-2 .top-bar {
  float: left;
}
.rtl .header-layout-8 .language-topbar .lang-list,
.rtl .header-layout-7 .language-topbar .lang-list,
.rtl .header-layout-2 .language-topbar .lang-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-8 .currency-topbar .currency-list,
.rtl .header-layout-7 .currency-topbar .currency-list,
.rtl .header-layout-2 .currency-topbar .currency-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-8 .logo-home02,
.rtl .header-layout-7 .logo-home02,
.rtl .header-layout-2 .logo-home02 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .header-layout-8 .nav-top-inner,
.rtl .header-layout-7 .nav-top-inner,
.rtl .header-layout-2 .nav-top-inner {
  text-align: left;
}
.rtl .header-layout-8 .sticky-icon-group,
.rtl .header-layout-7 .sticky-icon-group,
.rtl .header-layout-2 .sticky-icon-group {
  float: left;
  margin: 0 50px 0 -10px;
}
.rtl .header-layout-8 .sticky-icon-group > div,
.rtl .header-layout-7 .sticky-icon-group > div,
.rtl .header-layout-2 .sticky-icon-group > div {
  float: right;
}
.rtl .header-layout-8 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items,
.rtl .header-layout-7 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items,
.rtl .header-layout-2 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items {
  display: block;
}
.rtl .header-layout-8 .menu-bar-btn,
.rtl .header-layout-7 .menu-bar-btn,
.rtl .header-layout-2 .menu-bar-btn {
  float: right;
}
.rtl .header-layout-3 .main-menu {
  float: left;
}
.rtl .header-layout-3 .language-topbar .lang-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-3 .currency-topbar .currency-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-3 .logo-home03 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .header-layout-3 .nav-top-inner {
  text-align: left;
}
.rtl .header-layout-3 .sticky-icon-group {
  float: left;
  margin: 0 50px 0 -10px;
}
.rtl .header-layout-3 .sticky-icon-group > div {
  float: right;
}
.rtl .header-layout-3 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items {
  display: block;
}
.rtl .header-layout-3 .menu-bar-btn {
  float: right;
}
.rtl .header-layout-4 .top-bar {
  float: left;
}
.rtl .header-layout-4 .language-topbar .lang-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-4 .currency-topbar .currency-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-4 .logo-home04 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .header-layout-4 .nav-top-inner {
  text-align: left;
}
.rtl .header-layout-4 .sticky-icon-group {
  float: left;
  margin: 0 50px 0 -10px;
}
.rtl .header-layout-4 .sticky-icon-group > div {
  float: right;
}
.rtl .header-layout-4 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items {
  display: block;
}
.rtl .header-layout-4 .menu-bar-btn {
  float: right;
}
.rtl .block-prent h2.title:before {
  right: -100%;
}
.rtl .block-prent .icon_quotations {
  display: inline-block;
  direction: ltr;
}
.rtl #multiscroll .ms-section.active h2.title:before {
  right: 0;
}
.rtl .header-layout-5 .store-cr {
  float: left;
}
.rtl .header-layout-5 .top-bar {
  left: 0;
  right: auto;
}
.rtl .header-layout-5 .typo-navigation {
  margin-left: 0;
  margin-right: -15px;
}
.rtl .header-layout-6 .main-menu {
  float: left;
}
.rtl .header-layout-6 .language-topbar .lang-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-6 .currency-topbar .currency-list {
  left: 0;
  right: auto;
}
.rtl .header-layout-6 .logo-home06 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .header-layout-6 .nav-top-inner {
  text-align: left;
}
.rtl .header-layout-6 .sticky-icon-group {
  float: left;
  margin: 0 50px 0 -10px;
}
.rtl .header-layout-6 .sticky-icon-group > div {
  float: right;
}
.rtl .header-layout-6 .sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items {
  display: block;
}
.rtl .header-layout-6 .menu-bar-btn {
  float: right;
}
.rtl .main-newsletter.home03-newsletter .main-newsletter-inner .subscribe .input-box button {
  left: 0;
  right: auto;
}
.rtl .block-top-01 .content-block h2 span:after,
.rtl .block-top-02 .content-block h2 span:after {
  background-position: right center;
}
.rtl .widget-collection-style3 .owl-theme .owl-nav {
  left: 0;
  right: auto;
}
.rtl .cat-home ul li a:hover {
  padding-right: 30px;
  padding-left: 20px;
}
@media (min-width: 1600px) {
  .cms-index-index .header-layout-4 .nav-top {
    padding: 20px 0;
  }
  .home04 .footer-container .footer-inner {
    padding: 29px 0;
  }
  .block-prent h2.title {
    font-size: 70px;
  }
  .jw-text1 {
    height: 880px;
  }
  .jw-5 {
    height: 1200px;
  }
  .jw-6,
  .jw-text2,
  .jw-3 {
    height: 410px;
  }
  .jw-1,
  .jw-2 {
    height: 580px;
  }
  .jw-4 {
    height: 890px;
  }
}
@media (min-width: 1230px) {
  .boxed .container {
    width: 1230px;
    padding: 0 30px;
  }
}
@media (max-width: 1599px) {
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 680px !important;
  }
}
@media (max-width: 1199px) {
  .header-layout-4 .cmn-toggle-switch {
    width: 30px;
  }
  .header-layout-4 .logo-home04 {
    margin-left: 15px;
    margin-right: 0;
  }
  .header-layout-4 .is-sticky .logo-sticky {
    padding: 0 15px;
  }
  .block-top-01 .content-block h2,
  .block-top-02 .content-block h2 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block-top-01 .content-block p,
  .block-top-02 .content-block p {
    line-height: 1.7;
    font-size: 14px;
  }
  .block-top-01 .bottom,
  .block-top-02 .bottom {
    margin-top: 30px;
  }
  .rtl .header-layout-4 .logo-home04 {
    margin-left: 0;
    margin-right: 15px;
  }
  .rtl .header-layout-4 .is-sticky .logo-sticky {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  /*Header Layout 2*/
  .header-layout-8 .header-top-inner,
  .header-layout-7 .header-top-inner,
  .header-layout-2 .header-top-inner {
    text-align: center;
  }
  .header-layout-8 .top-bar,
  .header-layout-7 .top-bar,
  .header-layout-2 .top-bar {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .slider-home.slide-fullwidth .caption {
    top: 55%;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 420px;
    padding: 15px 10px;
  }
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 500px !important;
  }
  .block-top-01 .content-block p,
  .block-top-02 .content-block p {
    display: none;
  }
  .block-prent h2.title {
    font-size: 30px;
  }
  .widget-collection-style3 .tab-mobile {
    display: block;
  }
  .widget-collection-style3 .tab-mobile + .widget-tabs {
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0 !important;
    padding: 15px 30px;
    width: 290px;
    height: auto;
    z-index: 11;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: initial;
    opacity: 0;
    visibility: hidden;
  }
  .widget-collection-style3 .tab-mobile + .widget-tabs.showing {
    opacity: 1;
    visibility: visible;
  }
  .interior-block-slide .interior-inner .title {
    font-size: 20px;
  }
  .interior-block-static .interior-inner .title {
    font-size: 24px;
  }
  .slider-home .caption.left-center {
    right: auto;
    left: 15px;
  }
  .rtl .header-layout-8 .top-bar,
  .rtl .header-layout-7 .top-bar,
  .rtl .header-layout-2 .top-bar {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .rtl .widget-collection-style3 .tab-mobile + .widget-tabs {
    left: auto;
    right: 0;
  }
  .rtl .tab-mobile + .widget-tabs li a {
    padding: 5px 15px 5px 0;
  }
}
@media (min-width: 1600px) {
  .interior-block-slide,
  .interior-block-static {
    height: 700px;
  }
}
@media (max-width: 767px) {
  /*Header Layout 2*/
  .header-layout-8 .sticky-search .quick-search,
  .header-layout-7 .sticky-search .quick-search,
  .header-layout-2 .sticky-search .quick-search {
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .header-layout-8 .typo-icon-ajaxcart .typo-cart-label .print,
  .header-layout-7 .typo-icon-ajaxcart .typo-cart-label .print,
  .header-layout-2 .typo-icon-ajaxcart .typo-cart-label .print {
    display: block;
  }
  /*Header Layout 3*/
  .header-layout-3 .sticky-search .quick-search {
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .header-layout-3 .sticky-icon-group {
    margin: 0 -10px 0 0;
  }
  .header-layout-3 .typo-icon-ajaxcart .typo-cart-label .print {
    display: block;
  }
  .cms-index-index .header-layout-3 {
    position: relative;
    top: 0;
    margin-top: -15px;
  }
  /*Header Layout 4*/
  .header-layout-4 .sticky-icon-group {
    margin: 0 -10px 0 0;
  }
  .header-layout-4 .settings .settings-inner {
    padding-top: 0;
  }
  .header-layout-4 .settings .setting-language,
  .header-layout-4 .settings .setting-currency {
    padding-top: 20px;
  }
  .header-layout-4 .sticky-search .quick-search {
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 100;
  }
  .header-layout-4 .typo-icon-ajaxcart .typo-cart-label .print,
  .header-layout-4 .typo-icon-ajaxcart .icon-dropdown {
    display: block;
  }
  /*Header Layout 5*/
  .header-layout-5 .social {
    float: left;
  }
  /*Header Layout 6*/
  .header-layout-6 .sticky-search .quick-search {
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .header-layout-6 .sticky-icon-group {
    margin: 0 -10px 0 0;
  }
  .header-layout-6 .typo-icon-ajaxcart .typo-cart-label .print {
    display: block;
  }
  .block-top-02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-top-02 .images {
    order: 2;
  }
  .block-top-01 .content-block,
  .block-top-02 .content-block {
    padding: 25px 0;
    margin: 0;
  }
  .block-top-01 .content-block h2,
  .block-top-02 .content-block h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 15px 0 25px;
    line-height: 35px;
  }
  .block-top-01 .content-block p,
  .block-top-02 .content-block p {
    font-size: 14px;
    line-height: 25px;
  }
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 400px !important;
  }
  .main-newsletter.home03-newsletter:before {
    display: none;
    visibility: hidden;
  }
  .main-newsletter.home03-newsletter {
    padding: 50px 0;
  }
  .main-newsletter.home03-newsletter .left-newsletter,
  .main-newsletter.home03-newsletter .right-newsletter {
    margin-bottom: 30px;
  }
  .main-newsletter.home03-newsletter .subscribe {
    padding-bottom: 15px;
  }
  .fluid-width-footer.footer-container .footer-top-inner {
    padding: 25px 0 10px;
  }
  .fluid-width-footer.footer-container .footer-copyright {
    padding: 10px 0 40px;
  }
  .fluid-width-footer.footer-container .home03-footer .footer-logo {
    margin: 40px auto;
  }
  .block-top-01 > div,
  .block-top-02 > div {
    display: block;
  }
  .block-top-01 .content-block p,
  .block-top-02 .content-block p {
    display: block;
  }
  .home04.cms-index-index .footer-container {
    display: none;
  }
  .home04 #fp-nav.right {
    right: 6px;
  }
  .fullpage-wrapper .widget-block .intro .text-small {
    font-size: 14px;
  }
  .fullpage-wrapper .widget-block .intro .title {
    font-size: 20px;
  }
  .home04 #section2 .text-normal {
    margin-top: 15px;
  }
  .home04 #section4 .text-normal {
    font-size: 14px;
    margin-top: 15px;
  }
  .home04 #section5 .text-normal {
    font-size: 14px;
  }
  .fullpage-wrapper .widget-block .intro img {
    max-height: 100px;
  }
  .block-prent h2.title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .block-prent .text {
    display: none;
  }
  .block-prent .btn-ex {
    margin-top: 0;
    font-size: 11px;
    overflow: hidden;
  }
  .block-prent .date-time .date,
  .block-prent .date-time .month {
    font-size: 14px;
  }
  .block-prent h3.title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block-prent #contactForm .form-list .input-box input,
  .block-prent #contactForm .form-list .input-box textarea {
    height: 30px;
    line-height: 28px;
    padding: 0;
  }
  .block-prent #contactForm button span {
    line-height: 30px;
    border: 0;
    padding: 0;
  }
  .block-prent #contactForm button span span {
    line-height: 30px;
    border: 0;
    padding: 0 15px;
  }
  .block-prent h2.title:before {
    height: 2px;
  }
  .block-prent #contactForm .buttons-set {
    margin-top: 10px;
  }
  .block-prent .quote {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cms-index-index.home05 .header-layout-4 {
    padding: 0;
  }
  #multiscroll {
    position: static;
  }
  .home07.cms-index-index .header-layout-3 {
    position: relative;
    margin-top: 0;
  }
  .home07 .slider-home .caption {
    left: 0;
    max-width: 100%;
    text-align: left;
  }
  .home07 .slider-home .caption .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home07 .slider-home .caption:before {
    display: none;
  }
  .home07 .main-slide-inner .owl-dots {
    position: relative;
    bottom: auto;
    padding-top: 5px;
  }
  .home07 .typo-wrapper {
    padding: 0;
  }
  .jw-text1 {
    height: 300px;
  }
  .block-jw:before {
    display: none;
  }
  .block-jw .btn-ex {
    opacity: 1;
    visibility: visible;
  }
  .rtl .footer-style14 .inner-footer-block,
  .footer-style14 .inner-footer-block {
    text-align: center !important;
    margin-bottom: 50px;
  }
  .rtl .footer-style14 .inner-footer-block .footer-center-image,
  .footer-style14 .inner-footer-block .footer-center-image {
    margin-bottom: 30px;
  }
  .home14 .footer-copyright .h3,
  .home15 .footer-copyright .h3 {
    margin: 30px 0;
  }
  .rtl .header-layout-4 .sticky-icon-group {
    margin-right: 0;
  }
  .rtl .header-layout-5 .social {
    float: right;
  }
}
@media (max-width: 479px) {
  /*Header Layout 2*/
  .header-layout-8 .logo-home02,
  .header-layout-7 .logo-home02,
  .header-layout-2 .logo-home02 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .header-layout-8 .logo-home02 .logo,
  .header-layout-7 .logo-home02 .logo,
  .header-layout-2 .logo-home02 .logo {
    margin: 0 auto;
  }
  .header-layout-8 .form-search,
  .header-layout-7 .form-search,
  .header-layout-2 .form-search {
    float: none;
  }
  .header-layout-8 .ajaxcart,
  .header-layout-7 .ajaxcart,
  .header-layout-2 .ajaxcart {
    right: -40px;
  }
  .header-layout-8 .cmn-toggle-switch,
  .header-layout-7 .cmn-toggle-switch,
  .header-layout-2 .cmn-toggle-switch {
    width: 30px;
  }
  .header-layout-8 .sticky-icon-group .settings,
  .header-layout-7 .sticky-icon-group .settings,
  .header-layout-2 .sticky-icon-group .settings {
    display: block;
  }
  /*Header Layout 3*/
  .header-layout-3 .nav-top-inner {
    text-align: initial;
  }
  .header-layout-3 .ajaxcart {
    right: -40px;
    left: auto;
  }
  .header-layout-3 .logo-home03 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .header-layout-3 .logo-home03 .logo {
    margin: 0 auto;
  }
  .header-layout-3 .form-search {
    float: none;
  }
  .header-layout-3 .cmn-toggle-switch {
    width: 30px;
  }
  .header-layout-3 .sticky-icon-group .settings {
    display: block;
  }
  /*Header Layout 4*/
  .header-layout-4 .logo-home04 .logo a img {
    max-width: 90px;
  }
  .header-layout-4 .form-search {
    float: none;
  }
  .header-layout-4 .ajaxcart {
    right: -40px;
  }
  .header-layout-4 .sticky-icon-group .settings {
    display: block;
  }
  /*Header Layout 6*/
  .header-layout-6 .nav-top-inner {
    text-align: initial;
  }
  .header-layout-6 .ajaxcart {
    right: -40px;
    left: auto;
  }
  .header-layout-6 .logo-home06 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .header-layout-6 .logo-home06 .logo {
    margin: 0 auto;
  }
  .header-layout-6 .form-search {
    float: none;
  }
  .header-layout-6 .cmn-toggle-switch {
    width: 30px;
  }
  .header-layout-6 .sticky-icon-group .settings {
    display: block;
  }
  .slider-home.slide-fullwidth .caption {
    width: 100%;
    max-width: 270px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 55%;
  }
  .interior-block-slide,
  .interior-block-static {
    height: 400px;
  }
  .rtl {
    /*Header Layout 2*/
  }
  .rtl .header-layout-8 .ajaxcart,
  .rtl .header-layout-7 .ajaxcart,
  .rtl .header-layout-2 .ajaxcart,
  .rtl .header-layout-4 .ajaxcart {
    left: -40px;
    right: auto;
  }
}
.home-sidebar .nav-top-inner {
  padding: 0;
}
.home-sidebar .sticky-search .quick-search {
  right: 0;
  max-width: 100%;
  padding-left: 300px;
  border-bottom: 1px solid #ccc;
}
.home-sidebar .sticky-search .quick-search .icon_close {
  right: 15px;
}
.home-sidebar .main-slide-inner {
  padding: 0;
}
.home-sidebar .logo-home {
  padding: 15px 40px;
  height: 120px;
}
.home-sidebar .logo-home .logo a img {
  margin: 0;
}
.home-sidebar .logo-home strong {
  position: absolute;
  top: -9999em;
  text-indent: -99999em;
}
.home-sidebar .sticky-icon-group {
  display: inline-block;
  float: right;
  margin: 0 0 0 -10px;
}
.home-sidebar .sticky-icon-group > div {
  float: left;
  margin: 0 10px;
}
.sb-topbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 99;
  padding: 0 30px;
}
.sb-header-menu {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 100;
  padding: 0;
  height: 100%;
  width: 300px;
  background-color: #fff;
  border-right: 1px solid #ddd;
}
.sb-header-menu .mCustomScrollBox {
  overflow: visible;
}
.sb-header-menu .mCustomScrollBox .mCSB_container {
  overflow: visible;
}
.sb-header-menu .mCSB_scrollTools {
  left: -5px;
  right: auto;
}
.widget-collection-style3 .heading-title h2 {
  font-size: 24px;
}
.widget-collection-style3 .tabs-wrap {
  text-align: center;
}
.widget-collection-style3 .widget-tabs > li a {
  font-size: 14px;
  padding: 15px 30px;
  color: #000;
}
.widget-collection-style3 .widget-tabs > li a:focus,
.widget-collection-style3 .widget-tabs > li a:hover {
  color: #999;
}
.widget-collection-style3 .widget-tabs > li.active a {
  color: #999;
}
.widget-collection-style3 .widget-tabs > li:before {
  content: "|";
  top: 50%;
  left: -4px;
  margin-top: -10px;
  font-size: 17px;
  width: 8px;
  height: 20px;
  color: #000;
  font-weight: 600;
}
.slider-home.slider-type2 .caption {
  max-width: 420px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.slider-home.slider-type2 .caption.top-center {
  max-width: 660px;
}
.slider-home.slider-type2 .caption .text {
  margin-bottom: 45px;
}
.slider-home.slider-type2 .caption .btn-slide a {
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
}
.slider-home.slider-type3 .caption {
  max-width: 525px;
}
.slider-home.slider-type3 .caption .title {
  font-size: 60px;
}
.slider-home.slider-type3 .caption.top-center {
  max-width: 660px;
}
.slider-home.slider-type3 .caption .text {
  margin-bottom: 45px;
  font-size: 16px;
}
.slider-home.slider-type3 .caption .btn-slide a {
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
}
.vheader-layout-1 .main-container {
  padding-top: 60px;
  margin: 0;
  position: relative;
}
.home-sidebar {
  padding-left: 300px;
}
.home-sidebar .sidebar-newsletter {
  margin-top: 30px;
  padding: 0 40px;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner {
  border-top: 1px solid #ddd;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner .subscribe .title {
  margin-top: 40px;
  text-align: initial;
  font-size: 13px;
  margin-bottom: 5px;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner .subscribe .text {
  text-align: initial;
  font-size: 13px;
  margin-bottom: 30px;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner .subscribe .input-box input {
  height: 44px;
  padding: 0 20px;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner .subscribe .input-box button {
  position: relative;
  margin-top: 30px;
  left: 0;
  background-color: #000;
  height: 44px;
  line-height: 44px;
}
.home-sidebar .sidebar-newsletter .main-newsletter-inner .subscribe .input-box button span {
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.home-sidebar .sidebar-footer {
  margin-top: 30px;
  padding: 0 40px 30px;
}
.home-sidebar .sidebar-footer .social-icons.hide-text li {
  display: inline-block;
}
.home-sidebar .sidebar-footer .social-icons.hide-text li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #999;
}
.home-sidebar .sidebar-footer .social-icons.hide-text li a:hover {
  color: #000;
}
.home-sidebar .sidebar-footer .social-icons.hide-text li span {
  display: none;
}
.home-sidebar .sidebar-footer .sidebar-footer-content {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
  color: #000;
}
.footer-bottom-content {
  padding: 30px 0;
  font-size: 13px;
  background-color: #ececec;
  text-align: center;
}
.footer-bottom-content span {
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  padding: 0 5px;
}
.testimonial-block .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial-inner {
  text-align: center;
  padding: 175px 0;
  margin: 0 auto;
  width: 70%;
}
.testimonial-inner img {
  width: 115px !important;
  border-radius: 100%;
  margin: 0 auto;
}
.testimonial-inner .content {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.07em;
  color: #ffffff;
  line-height: 26px;
  font-weight: 400;
  padding: 30px 0 20px 0;
  position: relative;
}
.testimonial-inner .write-author {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c2c2c2;
}
.testimonial-inner .write-by {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  color: #c2c2c2;
}
.home10-copyright {
  padding: 30px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.rtl .vheader-layout-1 .sticky-icon-group > div {
  float: right;
}
.rtl .vheader-layout-1 .sticky-icon-group {
  float: left;
}
.rtl.home-sidebar .sticky-search .quick-search {
  padding-left: 0;
  padding-right: 300px;
}
.rtl.home-sidebar .sticky-search .quick-search .icon_close {
  right: auto;
  left: 15px;
}
.rtl .sb-header-menu {
  right: 0;
  left: auto;
  border-right: none;
  border-left: 1px solid #ddd;
}
.rtl.home-sidebar {
  padding: 60px 300px 0 0;
}
.rtl.home11.home-sidebar {
  padding-top: 0;
}
.rtl .vheader-layout-1 #typonav li.mega_align_center.level-top > div.show-sub,
.rtl .vheader-layout-2 #typonav li.mega_align_center.level-top > div.show-sub {
  right: 50%;
  left: auto;
}
.rtl .sb-header-menu .mCSB_scrollTools {
  left: auto;
  right: -5px;
}
.typo-sb-cart {
  padding: 0 40px;
}
.typo-sb-cart .typo-cart {
  width: 100%;
}
.typo-sb-cart .typo-cart .typo-icon-ajaxcart .typo-cart-label {
  width: 100%;
}
.typo-sb-cart .typo-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown {
  float: right;
}
.home-sidebar .footer-container .container {
  padding: 0;
}
.home-sidebar .fluid-width-footer.footer-container .footer-copyright {
  padding: 5px 0 10px;
}
.typo-sb-setting,
.typo-sb-quicksearch {
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 50px;
  width: 100%;
}
.typo-sb-setting .store-selector .language-topbar .lang-curr i,
.typo-sb-setting .store-selector .currency-topbar .currency-sym i {
  padding-left: 3px;
}
.typo-sb-setting .currency-topbar .currency-sym a {
  padding: 0;
}
.typo-sb-setting .language-topbar .lang-curr a {
  padding: 0 0 0 25px;
}
.typo-sb-setting .settings {
  display: inline-block;
  float: right;
}
.typo-sb-setting .settings i {
  line-height: 20px;
}
.typo-sb-setting .setting-language,
.typo-sb-setting .setting-currency {
  display: none;
}
.typo-sb-setting .settings .setting-language,
.typo-sb-setting .settings .setting-currency {
  padding: 25px 25px 20px;
  border-bottom: 1px dashed #333;
}
.typo-sb-setting .store-selector > .currency-topbar {
  padding: 0 15px;
}
.vheader-layout-2 .sb-header-menu {
  border: none;
}
@media (min-width: 1200px) {
  .typo-sb-setting .settings .settings-inner {
    right: auto;
    top: auto;
    left: 100%;
    bottom: 0;
  }
  .typo-sb-cart {
    padding-bottom: 30px;
  }
  .typo-sb-cart .ajaxcart {
    right: auto;
    top: auto;
    left: 100%;
    bottom: 0;
  }
  .rtl .typo-sb-cart .ajaxcart,
  .rtl .typo-sb-setting .settings .settings-inner {
    right: 100%;
    left: auto;
  }
  .rtl .typo-sb-cart .typo-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown {
    float: left;
  }
  .rtl .typo-sb-setting .settings {
    float: left;
  }
}
@media (max-width: 1599px) {
  .slider-home.slider-type2 {
    height: 580px !important;
  }
  .slider-home.slider-type3 {
    height: 680px !important;
  }
}
@media (max-width: 1199px) {
  .vheader-layout-2 .sb-header-menu {
    margin-bottom: 30px;
  }
  .typo-sb-cart {
    width: 29%;
    display: inline-block;
    float: right;
    text-align: right;
  }
  .typo-sb-cart .typo-cart {
    width: auto;
  }
  .typo-sb-quicksearch {
    width: 70%;
    display: inline-block;
    margin-bottom: 40px;
  }
  .typo-sb-cart .typo-cart .typo-icon-ajaxcart .typo-cart-label {
    pointer-events: none;
  }
  .home-sidebar .global-site-notice {
    padding: 0;
  }
  .home-sidebar .sticky-search .quick-search {
    padding: 0;
  }
  .vheader-layout-2 .nav-top {
    margin-bottom: 0;
  }
  .typo-sb-setting {
    margin-bottom: 0;
  }
  .typo-sb-setting .store-selector {
    display: none;
  }
  .typo-sb-setting .settings {
    position: absolute;
    right: 40px;
    top: 35px;
  }
  .typo-sb-setting .setting-language,
  .typo-sb-setting .setting-currency {
    display: block;
  }
  .sb-header-menu {
    position: relative;
    width: 100%;
    border: none;
    z-index: 98;
  }
  .sb-topbar {
    position: relative;
  }
  .home-sidebar {
    padding: 0;
  }
  .home-sidebar .logo-home {
    margin: 15px 0;
    display: inline-block;
    text-align: center;
    height: auto;
  }
  .home-sidebar .logo-home .logo {
    display: inline-block;
    margin: 0 auto;
  }
  .home-sidebar .sidebar-footer {
    position: relative;
    text-align: center;
    margin: 0;
  }
  .slider-home.slider-type2 {
    height: 600px !important;
  }
  .rtl.home-sidebar {
    padding: 0;
  }
  .rtl .typo-sb-cart {
    float: left;
  }
  .rtl .typo-sb-cart .typo-maincart {
    text-align: left;
  }
  .rtl .typo-sb-setting .settings {
    left: 40px;
    right: auto;
  }
  .rtl .vheader-layout-2 .menu-bar-btn {
    right: 30px;
    left: auto;
  }
  .rtl .typo-icon-ajaxcart .icon-cart {
    float: left;
  }
  .rtl.home-sidebar .main-container {
    padding: 0;
  }
  .rtl.home-sidebar .sticky-search .quick-search {
    padding: 0;
  }
  .rtl.home-sidebar .global-site-notice {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .typo-sb-cart {
    padding: 0 40px 0 0;
  }
  .rtl .typo-sb-cart {
    padding: 0 0 0 40px;
  }
  .slider-home.slider-type2 {
    height: 500px !important;
  }
  .slider-home.slider-type2 .caption {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 360px;
    padding: 15px;
  }
  .slider-home.slider-type2 .caption.top-center {
    max-width: 360px;
  }
  .slider-home.slider-type3 {
    height: 500px !important;
  }
  .slider-home.slider-type3 .caption {
    text-align: left;
  }
  .slider-home.slider-type3 .caption .title {
    font-size: 40px;
  }
  .slider-home.slider-type3 .caption .title.border-bot {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .slider-home.slider-type3 .caption .text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .slider-home.slider-type3 .caption .btn-slide a {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .slider-home.slider-type2 {
    height: 460px !important;
  }
  .slider-home.slider-type2 .caption {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 360px;
    padding: 15px;
  }
  .slider-home.slider-type2 .caption.top-center {
    max-width: 360px;
  }
  .slider-home.slider-type2 .caption .text {
    display: none;
  }
  .slider-home.slider-type3 {
    height: 460px !important;
  }
  .slider-home.slider-type3 .caption {
    max-width: 360px !important;
  }
  .slider-home.slider-type3 .caption .title {
    font-size: 25px;
  }
  .slider-home.slider-type3 .caption .text {
    display: none;
  }
  .home-sidebar .logo-home .logo {
    max-width: 50%;
  }
}
.home12 .slider-home.slide-fullwidth .caption {
  right: auto;
  left: 15%;
}
.home12 .slider-home .caption .title {
  color: #fff;
  text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.5);
}
.home12 .slider-home .caption .text {
  color: #fff;
  text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.5);
}
.home12 .main-slide-inner {
  margin-bottom: 0;
}
.block-welcome2 {
  background-color: #f0f0f0;
  padding: 125px 0 130px 0;
  position: relative;
}
.block-welcome2:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.block-welcome2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 30px;
}
.block-welcome2 .heading-title h2 {
  font-size: 30px;
}
.block-welcome2 .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.block-welcome2 .block-icon {
  height: auto;
  background-color: transparent;
  position: relative;
}
.block-welcome2 .block-icon:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-welcome2 .block-icon:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-welcome2 .block-icon img {
  width: 100%;
}
.block-welcome2 .block-icon .block-center {
  padding: 30px;
}
.block-cd .content-block {
  max-width: 500px;
}
.block-cd .content-block h2 {
  padding: 0;
}
.block-cd .content-block h2 span:after {
  display: none;
}
.block-cd .content-block .desc {
  margin-bottom: 30px;
}
.block-cd .content-block .product-date {
  margin-bottom: 30px;
}
.block-cd .images {
  position: relative;
}
.block-cd .images .content-block {
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home12 .wcl-word {
  padding-top: 65px;
}
.wcl-word {
  padding-top: 65px;
  position: relative;
}
.wcl-word:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.wcl-word .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 30px;
}
.wcl-word .heading-title h2 {
  font-size: 30px;
}
.wcl-word .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.blog-layout2 {
  text-align: center;
  position: relative;
  padding: 125px 0 110px 0;
}
.blog-layout2:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.blog-layout2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 30px;
}
.blog-layout2 .heading-title h2 {
  font-size: 30px;
}
.blog-layout2 .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.blog-layout2 .subtitle-widget {
  margin-bottom: 40px;
}
.blog-layout2 .title-post {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-layout2 .blog {
  padding-top: 40px;
}
.blog-layout2 .blog .main-post {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-layout2 .blog:last-child .main-post {
  border-bottom: none;
}
.blog-layout2 .blog:first-child .text-post {
  display: block;
}
.blog-layout2 .blog .title-post {
  margin: 0 0 10px 0;
}
.blog-layout2 .blog .main-post-inner {
  padding-bottom: 40px;
}
.blog-layout2 .text-post {
  padding: 20px 0;
  background-color: #f3f3f3;
  display: none;
}
.blog-layout2 .text-post .readmore-post {
  text-transform: uppercase;
  margin: 10px 0 0;
}
.home12 .main-newsletter-inner {
  background-color: #f3f3f3;
  border-top: none;
  padding: 75px 0;
}
.home12 .main-newsletter-inner input {
  background-color: #fff;
}
.home12 .fluid-width-footer.footer-container .footer-top-inner {
  padding-bottom: 80px;
}
.home12 .fluid-width-footer.footer-container .footer-copyright {
  padding-bottom: 15px;
}
.home12 .footer-logo {
  margin-bottom: 30px;
}
.home15 .cmn-toggle-switch span,
.home15 .cmn-toggle-switch span::before,
.home15 .cmn-toggle-switch span::after {
  background-color: #fff;
}
.home15 .main-top {
  background: url('https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/maintop_bg.jpg') no-repeat center center;
  background-size: cover;
}
.home15 .footer-container {
  background: url("https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/foot-bg15.jpg") no-repeat;
  background-size: cover;
  padding: 0;
  /*    .footer-bottom,
    .footer-top,
    .footer-copyright{
      background: rgba(0,0,0,0);
    }*/
}
.home15 .header-layout-8 {
  border-bottom: none;
}
.home15 .footer-style14 .inner-footer-block .footer-payment h3 {
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 13px;
  line-height: 24px;
}
.tpblock {
  position: relative;
  display: table;
  width: 100%;
}
.tpblock > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.tpblock .images {
  overflow: hidden;
  text-align: center;
}
.tpblock .images img {
  max-width: 100%;
}
.tpblock .content-block {
  margin: 15px auto;
}
.tpblock .dark-content {
  background-color: #161616;
}
.tpblock .dark-content .content-block {
  margin: 15px auto;
  width: 100%;
  max-width: 400px;
}
.tpblock .dark-content .content-block .quote-block {
  text-align: center;
  color: #fff;
}
.tpblock .dark-content .content-block .quote-block:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 36px;
  color: #cc9966;
  margin-bottom: 60px;
  display: inline-block;
}
.tpblock .dark-content .content-block .quote-block .testimoniel {
  font-style: italic;
  font-size: 18px;
  color: #ccc;
  line-height: 24px;
  margin-bottom: 50px;
}
.tpblock .dark-content .content-block .quote-block h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #ccc;
  letter-spacing: 0.25em;
  margin: 0;
  font-weight: 400;
}
.tpblock .dark-content .content-block .quote-block p.subtit {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.tpblock h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #cc9966;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  line-height: 24px;
}
.tpblock h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 0 45px;
}
.tpblock p.desc.std {
  font-size: 14px;
  color: #ccc;
  letter-spacing: 0.025em;
  margin: 0 0 15px;
}
.tpblock ul li {
  list-style: none;
  color: #ccc;
  line-height: 24px;
}
.tpblock ul li:before {
  content: "\f005";
  float: left;
  font-family: fontawesome;
  color: #cc9966;
  margin-right: 10px;
}
.tpblock div.action {
  margin-top: 70px;
}
.tpblock.tp-block-02 .view-btn .viewmore-btn {
  border: 1px solid #cc9966;
}
.tpblock.tp-block-02 .view-btn .viewmore-btn span {
  border-right: 1px solid #cc9966;
}
.tpblock.tp-block-02 .dark-content .content-block img {
  margin-top: 40px;
}
.tpblock.tp-block-01 {
  padding: 100px 0;
}
.tpblock.tp-block-01 h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #cc9966;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  line-height: 24px;
}
.tpblock.tp-block-01 h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 0 40px;
}
.tpblock.tp-block-01 div.action {
  margin-top: 60px;
}
.tp-btn01 {
  position: relative;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000000;
  line-height: 60px;
  padding-left: 40px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.1em;
  /*  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
}
.tp-btn01:after {
  margin-left: 30px;
  content: "\f105";
  font-family: FontAwesome;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  float: right;
  text-align: center;
  font-size: 1.5em;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  border-radius: 0;
  pointer-events: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.bottom_block_margin {
  margin-bottom: 100px;
}
.view-btn {
  display: inline-block;
  margin-top: 20px;
}
.view-btn .viewmore-btn {
  padding-right: 60px;
  position: relative;
  display: inline-block;
  color: #fff;
  background: #000;
  cursor: pointer;
}
.view-btn .viewmore-btn span {
  white-space: nowrap;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  display: inline-block;
  border-right: 1px solid #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.view-btn .viewmore-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 50px;
  width: 55px;
  text-align: center;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 20px;
}
.widget-product.heading_style02 .heading-title {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-product.heading_style02 .heading-title h2 {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-product.heading_style02 .heading-title h2 span {
  line-height: 24px;
}
.widget-blog.heading_style02 .main-heading {
  margin-bottom: 45px;
}
.widget-blog.heading_style02 .blog-grid {
  margin: 0;
}
.widget-blog.heading_style02 h2.title-widget {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-blog.heading_style02 h2.title-widget span {
  line-height: 24px;
}
.widget-blog.heading_style02 .subtitle-widget {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}
.widget-blog.heading_style02 .blog-cat {
  margin-top: 75px;
}
.subtitle-widget {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .home12 .slider-home.slide-fullwidth .caption {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home12 .slider-home.slide-fullwidth .caption:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .home12 .typo-wrapper {
    padding-top: 0;
  }
}
.home13 .main-bottom {
  background-color: #f5f5f5;
}
.home13 .main-brands-inner {
  border-top: none;
}
.home13 .footer-container {
  border-top: none;
  padding-bottom: 0;
}
.home13 .footer-container .footer-top .footer-col1 {
  padding: 0 10%;
}
.home13 .footer-container .footer-top h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.home13 .footer-container .footer-top p {
  font-size: 13px;
  line-height: 24px;
}
.home13 .footer-container .footer-top .tagtwitter,
.home13 .footer-container .footer-top .hashtag {
  color: #000;
}
.home13 .footer-container .footer-top .daypost {
  text-transform: uppercase;
}
.home13 .footer-container .footer-bottom {
  padding: 20px 0 60px;
}
.home13 .footer-container .footer-bottom h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.home13 .footer-container .footer-bottom ul.social-icons li {
  display: inline-block;
}
.home13 .footer-container .footer-bottom ul.social-icons li a span {
  display: none;
}
.home13 .footer-container .footer-bottom ul.social-icons li a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.home13 .footer-container .footer-copyright {
  padding: 30px 0;
}
.slider-home.slide-fullwidth .caption-wrapper {
  position: relative;
}
.slider-home.slide-fullwidth .caption-wrapper .caption {
  left: 5px;
  width: 100%;
  max-width: 500px;
  right: auto;
}
.slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .title {
  font-size: 48px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-black-text {
  font-weight: 900;
  color: #000;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.grey-text {
  font-weight: 400;
  color: #666;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-cyan-text {
  color: #927548;
  font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .btn-slide a {
  font-size: 14px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption.right-center2 {
  left: auto;
  right: 5px;
  text-align: right;
}
.welcome-block {
  padding: 40px 0 70px;
}
.welcome-block .heading-title {
  background: transparent;
}
.welcome-block .heading-title h2 {
  font-size: 30px;
  font-weight: 600;
}
.welcome-block .heading-title h2 span.grey-text {
  color: #666666;
  font-weight: 400;
}
.welcome-block .text-block {
  text-align: center;
  color: #999;
  margin-bottom: 60px;
}
.welcome-block .left-welcome,
.welcome-block .center-welcome,
.welcome-block .right-welcome {
  position: relative;
}
.welcome-block .left-welcome img,
.welcome-block .center-welcome img,
.welcome-block .right-welcome img {
  width: 100%;
}
.welcome-block .center-welcome {
  text-align: left;
}
.welcome-block .welcome-content {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
}
.welcome-block .welcome-content .wtitle {
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 30px;
}
.welcome-block .welcome-content .wcontent {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}
.welcome-block .welcome-content .wcontent2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}
.welcome-block .welcome-content .wcontent2 .cyan-text {
  color: #927548;
}
.welcome-block .welcome-content .sub-wcontent p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
}
.welcome-block .welcome-content .sub-wcontent p .black-text {
  color: #000;
}
.welcome-block .welcome-content ul li {
  padding: 0 15px;
  color: #666666;
  position: relative;
  line-height: 24px;
}
.welcome-block .welcome-content ul li:before {
  position: absolute;
  line-height: 24px;
  content: "\f005";
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #927548;
}
.welcome-block .welcome-content a.button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.welcome-block .welcome-content .wlink a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  color: #927548;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.welcome-block .welcome-content .wlink a .arrow_right {
  position: absolute;
  line-height: 25px;
  right: 0;
  top: 0;
}
.deal-block .deal-section {
  padding: 120px 0;
}
.deal-block .inner-deal-block {
  text-align: left;
}
.deal-block .hotdeal-image {
  text-align: right;
}
.deal-block .hotdeal-image img {
  margin-top: 30px;
}
.deal-block .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
  padding: 0;
  color: #000;
}
.deal-block .subtitle .grey-text {
  color: #666666;
}
.deal-block .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 40px;
}
.deal-block .title .cyan-text {
  color: #927548;
}
.deal-block .notice {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.deal-block .text {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  padding: 0;
  margin: 0 0 50px;
}
.deal-block .text .black-text {
  color: #000;
}
.deal-block .product-date {
  margin-bottom: 50px;
}
.deal-block .product-date .cd-sale .num {
  background-color: #fff;
}
.grey-text {
  color: #666666;
}
.widget-product-tab.tab-products-02 {
  padding: 45px 0;
}
.widget-product-tab.tab-products-02 .main-heading {
  padding-bottom: 0;
}
.widget-product-tab.tab-products-02 .heading-title {
  background: transparent;
  padding: 10px 0 15px;
}
.widget-product-tab.tab-products-02 .heading-title h2 {
  font-size: 30px;
  line-height: 32px;
}
.widget-product-tab.tab-products-02 .heading-title h2 span.grey-text {
  font-weight: 300;
}
.widget-product-tab.tab-products-02 .widget-tabs > li > a {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  font-weight: 300;
}
.widget-product-tab.tab-products-02 .widget-tabs > li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "|";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -10px;
  font-size: 19px;
  width: 8px;
  height: 14px;
  color: #000;
  line-height: 1;
  font-weight: 600;
}
.widget-product-tab.tab-products-02 .widget-tabs > li:first-child:before {
  display: none;
}
.widget-product-tab.tab-products-02 .widget-tabs > li.active > a,
.widget-product-tab.tab-products-02 .widget-tabs > li.active > a:focus,
.widget-product-tab.tab-products-02 .widget-tabs > li.active > a:hover {
  color: #999999;
}
.widget-product-tab.tab-products-03 .main-heading {
  padding: 20px 0;
}
.widget-product-tab.tab-products-03 .main-heading .heading-title {
  background: none;
  padding: 10px 0 15px;
}
.widget-product-tab.tab-products-03 .main-heading .heading-title h2 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.widget-product-tab.tab-products-03 .tabs-wrap {
  margin-bottom: 40px;
}
.widget-product-tab.tab-products-03 .widget-tabs > li > a {
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.widget-product-tab.tab-products-03 .widget-tabs > li:before {
  content: "/";
  font-weight: 900;
  font-size: 18px;
  margin-top: -9px;
}
.widget-blog.blog-layout3 {
  position: relative;
  padding: 50px 0 110px 0;
}
.widget-blog.blog-layout3 li.item {
  position: relative;
  padding: 0;
}
.widget-blog.blog-layout3 li.item .main-post {
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.widget-blog.blog-layout3 li.item .main-post .inner-main-post {
  width: 90%;
}
.widget-blog.blog-layout3 li.item .main-post .main-post-inner {
  color: #999999;
  font-size: 13px;
  line-height: 36px;
}
.widget-blog.blog-layout3 li.item .main-post .main-post-inner span {
  color: #666666;
}
.widget-blog.blog-layout3 li.item .main-post .title-post {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
}
.widget-blog.blog-layout3 li.item:hover .main-post {
  opacity: 1;
  visibility: visible;
}
.widget-blog.blog-layout3 .title-widget {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.widget-blog.blog-layout3 .title-widget span.grey-text {
  color: #666;
  font-weight: 300;
}
.widget-blog .subtitle-widget {
  text-align: center;
  font-size: 14px;
  color: #999;
  max-width: 520px;
  padding: 0 15px;
  margin: 0 auto 100px;
}
.setting-content .currency-topbar .currency-list ul,
.setting-content .language-topbar .lang-list ul {
  background: transparent;
}
.tp-instagram {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .footer-col2 {
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    border-right: 1px solid rgba(204, 204, 204, 0.5);
  }
}
@media (max-width: 991px) {
  .deal-block .deal-section {
    padding: 70px 15px;
  }
  .home13 .footer-container .footer-top .footer-col1 {
    padding: 0 10% 20px;
  }
  .cms-index-index .header-container.header-layout-7 {
    position: relative;
  }
  .welcome-block .welcome-content .wcontent2,
  .welcome-block .welcome-content .wcontent {
    font-size: 15px;
    line-height: 24px;
  }
  .deal-block .title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .deal-block .text {
    display: none;
  }
  .deal-block .subtitle {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.rtl .tpblock ul li:before {
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .tpblock > div {
    display: block;
  }
  .widget-blog.heading_style02 h2.title-widget,
  .widget-product.heading_style02 .heading-title h2 {
    line-height: 1;
  }
  .tpblock .dark-content .content-block {
    padding: 20px 15px;
  }
  .slider-home.slide-fullwidth .caption-wrapper .caption {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  .slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
    font-size: 12px;
  }
  .slider-home.slide-fullwidth .caption-wrapper .caption .title {
    font-size: 30px;
  }
  .footer-container .footer-static h3 + .hide-accordion {
    display: none;
  }
  .welcome-block .welcome-content .wcontent2 {
    margin-bottom: 10px;
  }
  .home13 .slider-home .caption:before {
    display: none;
  }
  .home13 .slider-home.slide-fullwidth .caption-wrapper .caption {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 479px) {
  .header-layout-8 .logo-home02 {
    margin: 0 40px;
  }
}

/**
HEADER
 */

/* Make logo/search bar 100px height */
.header-inner .row .logo-home,
.header-inner .row .top-seach
{
    height: 100px;
}

/* Fix logo size */
.header-inner .logo-home img {
    margin: 0;
    vertical-align: middle;
    max-height: 50px;
    max-width:200px;
}

/* Float language bar */
.header-inner .setting-language {
    float:right;
}

.language-topbar span.lang-code {
    display: none;
}

/* Clear language bar */
.header-inner .sticky-icon-group {
    clear:right;
}

/* Size of buttons */
.header-inner .top-button .icons {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    display: block;
    line-height: 60px;
}


/* Make search full width */
.header-inner .form-search {
    max-width: 100%;
}

.search-autocomplete {
    padding-top: 0px;
}



/**
MENU
 */

.header-layout-6 .main-menu {
    float:none;
    background-color:#f6f6f6;
}

/* Make sure the group menu (ranges) doesn't go floating */
.typo-navigation {
    position:relative;
    width:100%;
}

/* Less space between top level items */
#typonav li.level0 {
    padding: 0px 8px;
    height:50px;
    line-height: 50px;
}

#typonav li.level0:hover > .show-sub,
#typonav li.level0 > .show-sub {
    transition: 0.5s 0.5s;
}

/* Less space between arrow down and item */
.megamenu .fa {
    padding-left: 5px;
}

/* Restyle top level items */
#typonav li a.level-top {
    font-weight: normal;
    text-transform: capitalize;
}

/* Restyle dropdown menu items */
#typonav li.m-dropdown .dropdown.sub-wrapper {
    max-width: 300px;
    padding: 0;
}

#typonav li.level0 .dropdown ul li a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-transform: capitalize;
}

#typonav li ul span {
    text-transform: none;
}

/* Make sure the category label (new/hot) doesn't go floating */
.is-sticky li.level0 > a > span > .cat-label {
    position: absolute;
    bottom: 90%;
    left: 90%;
    top:auto;
}

.container.snp-top {
    text-align: center;
    padding: 5px 0px;
}

.container.snp-top span {
    margin: 0px 35px;
    white-space: nowrap;
}


/**
BODY
 */

body:not(.cms-index-index) .container-main {
    padding:0px;
}

@media (min-width: 1200px) {
    .main-content {
        min-height: 350px;
    }

    .cms-home .main-content {
        min-height: auto;
    }
}

.typo-icon-ajaxcart .icon-cart i {
    font-size:20px;
}

.cat-label.cat-label-label1 {
    background: rgb(244,165,40);
}

.cat-label.pin-bottom.cat-label-label1:before {
    border-top-color: rgb(244,165,40);
}



p.category-image img {
    max-width: 100%;
    padding: 0px;
    background: none;
}

.products-grid .item .product-name {
    height: 54px;
    line-height: 24px;
}

.products-grid .item .product-name a {
    text-transform: none;
}

.products-grid .item .sku {
    display: none;
}

.main-quickview {
    display:none;
}

.product-new-label, .product-label > div.product-new-label{
    font-family: Montserrat, arial, serif;
    font-weight: normal;
    color: #3e3e3e;
    background-color:#fff;
}

blockquote {
    font-size:14px;
}

.std h3 {
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
}

/*** SECTION BACKGROUND ***/
.top-direct-wrap { padding:0px; }
.top-direct .top-direct-inner {
    position:relative;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.top-direct .top-direct-inner h1,
.top-direct .top-direct-inner .title {
    display: none;
}

.top-direct::before, .top-direct {
    background:none !important;
}

.top-direct {
    height:60px !important;
    background-image: none;
    background-color: rgba(0,0,0,0);
    text-align: left;
}

/*** BREADCRUMBS ***/
.breadcrumbs ul {
    margin: 20px auto;
}
.breadcrumbs li {
    display: inline;
    color: #888;
}
.breadcrumbs li a {
    color: #888;
}
.breadcrumbs li a:hover, .breadcrumbs li a.last {
    color: rgb(244,165,40);
}

/*** FOOTER ***/
.fluid-width-footer.footer-container .footer-top-inner {
    padding: 60px 0 15px;
}

.footer-container .footer-static h3 {
    margin: 0 0 30px 0;
}

.add-to-cart .qty input {
    width: 130px;
}

.category-products .add-to-box {
    text-align: center;
}

.add-to-box .button,
.add-to-box button,
.item .add-to-box .addtocart button,
.item .typo-actions .addtocart button {
    min-width: 55px;
    font-size: 20px;
    display: inline-block;
    height: 50px;
    line-height:50px;
    text-align: center;
    margin:0px 5px;
}

.category-products .add-to-box .button,
.category-products .add-to-box button,
.category-products .item .add-to-box .addtocart button,
.category-products .products-grid .item .addtocart button.btn-cart {
    height: 40px;
    line-height:40px;
}

.product-view .std.desc a {
    color:#f4a528;
    text-decoration: underline;
}

.add-to-box .button::after,
.add-to-box button::after {
    font-family: 'simple-line-icons';
}

.add-to-box .button span { display: none; }

.add-to-box .button.btn-cart { border:1px solid rgb(244,165,40); color:#ffffff; }
.add-to-box .button.btn-cart::after,
.add-to-box button.btn-cart::after { content: "\e04e"; }
.add-to-box button.btn-cart:hover::after,
.add-to-box .button.btn-cart:hover::after { content: "\e04d"; }

.add-to-box .button.link-wishlist:hover {
    background-color:#ffffff;
    border: 1px solid rgb(244,165,40);
    color: rgb(244,165,40);
}
.add-to-box .button.link-wishlist::after { content: "\e030"; font-family:'ElegantIcons' }
.add-to-box .button.link-wishlist:hover::after { content: "\e089"; font-family:'ElegantIcons' }

.add-to-box .button.find_dealer::before { content: "\e01d"; font-family:'ElegantIcons'; font-size: 20px;
    vertical-align: bottom; }
.add-to-box .button.find_dealer {
    font-size: 12px;
}

.add-to-cart {
    float: left;
}

.availability {
    margin: 0;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
}

.discontinued.availability span {
    color:red;
    text-transform: none;
}

.product-increment-quantity {
    clear:both;
    margin: 10px 0px;
}


h1.product-name {
    font-weight: bold;
}

.product-attribute-specs-table {
    margin-right: 15px;
}

.product-attribute-specs-table {
    float: left;
}

.icon {
    width: 16px;
    vertical-align: text-bottom;
}

a.contain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#typonav li.level0 ul li.groups a.bottom {
    font-weight: bold;
    text-transform: uppercase;
}

.ranges .row div {
padding:10px;
}

.ranges .row div img {
    width: 100%;
}

.ranges a:hover {
    background: rgba(0,0,0,0.75);
}
.ranges a {
    display: block;
    margin-top: -60px;
    text-align: center;
    width: 100%;
    line-height: 60px;
    background-color: rgba(256,256,256,0.75);
    font-size: 18px;
    text-transform: uppercase;
    height: 60px;
    position: relative;
}

a.alles {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

@media (max-width: 479px) {
    .header-layout-6 .setting-language {
        margin-top: -25px;
    }
}

.sidebar ul.nav-accordion li a:before,
.block-layered-nav dd li a:before {
    display:none;
}

.sidebar ul.nav-accordion li a,
.block-layered-nav dd li a
{
    font-family: Montserrat, arial, serif;
    padding-left: 0px;
    border: none;
}

.block-layered-nav dd li {
    margin:0px;
}

.block-layered-nav dd {
    border:none;
    padding-bottom: 10px;
    margin: 0px;
}

.sidebar ul.nav-accordion li.level1 > a {
    padding: 7px 5px 7px 15px;
}

ul.nav-accordion ul.level1 > li > a {
    padding-left: 30px;
}

.block-layered-nav dd li a {
    padding: 7px 5px 7px 0px;
}

.block-layered-nav dt,
.block.block-nav .block-title
{
    text-transform: initial;
    margin: 10px 0;
    padding: 10px 0;
    line-height: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    /* font-weight: bold; */
}
.block.block-nav .block-title span
{
    text-transform: initial;
    font-weight: normal;
}

.block.block-layered-nav .block-title {
    display:none
}

.sidebar .block-content {
    margin-bottom:0px;
}

/*** Checkout ***/

.checkout-agreements .agreement-content {
    display:none;
}

.checkout-agreements a {
    color: rgb(244,165,40);
}

#ordercomment-comment {
    width:100%;
}

.sidebar li.active > a {
    color: #f4a528;
}

.nopadding {
    padding-right:0;
    padding-left:0;
}

button.button.geo-redirect {
    text-transform: initial;
}

.product-label .product-sale-label, .product-label .product-percent-label {
    right: 15px;
    left: auto;
    border: 1px solid #000000;
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
}

.old-price .price-label,
.special-price .price-label {
    display: none !important;
    white-space: nowrap;
}

.payment-logos {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.payment-logos img {
    width:35px;
    margin:5px;
}

.cart-collaterals h2 {
    margin:0px;
}

@media (max-width: 767px) {
    .header-inner .setting-language {
        float: none;
    }

    .settings-topbar {
        display: table !important;
        height: 100px;
        width:100%;
    }

    .sticky-cart, .settings-topbar .settings {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding:0px 7px;
    }

    .header-inner .logo-home img {
        max-width: 100%;
    }

    .settings .language-topbar .lang-list ul li a span.lang-code {
        display: block;
        line-height: 30px;
        text-align: center;
    }

    .navbar-toggle {
        margin:8px 27px 0px 0px;
    }

    .block-layered-nav dt .toggle-class:before,
    .block-layered-nav .currently .btn-remove {
        right: 10px;
    }

    #instagrampro_category #cleardiv {
        display: none;
    }

    .block.block-layered-nav .currently {
        margin-top:5px;
    }

    .navbar-header {
        position: absolute;
        right: 0px;
        top: -3px;
        z-index: 10000;
    }

    .item .addtocart {
        width:60px;
        margin:0px;
    }
}
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
}
.swatch-link {
  border: 1px solid #efefef;
  margin: 0 3px 3px 0;
}
.rtl .swatch-link {
  margin: 0 0 3px 3px;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.saltandpeppershop.fr/skin/frontend/typologancee/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.swatch-label {
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}
.item .configurable-swatch-list, .configurable-swatch-color, .swatch-loader {
  position: absolute;
  bottom: 0;
  left: 3px;
}
.configurable-swatch-list {
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  zoom: 1;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
  font-weight: bold;
}
#narrow-by-list dd .swatch-link:before {
  display: none;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #666;
}
#narrow-by-list dd .swatch-label {
  background: #efefef;
  border: 1px solid #efefef;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
  min-width: 25px;
}
#narrow-by-list dd .swatch-label img {
  border: 0;
  margin: 2px;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
  border: 1px solid #fff;
}
.currently .swatch-current span img {
  display: block;
  margin: 2px;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #efefef;
  cursor: default;
}
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #666;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
}

