/* FIX HEADER WITH AFFIX */
.affix {
  top: 0; }

/* FULL WIDTH */
@media (min-width: 1200px) {
  .container {
    width: 100%; }
    .container .navbar-wrapper .container {
      padding: 0; } }

/* MODIFY BREAKPOINT COLLAPSE NAVBAR */
@media (max-width: 990px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px; }
  .collapse.in {
    display: block !important; }
  /* SUPERFISH */
  #sf-menud {
    display: none; } }

* {
  -webkit-font-smoothing: antialiased; }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: absolute; }

.navbar-toggle {
  float: left;
  margin-left: 15px; }

.navbar-header .searchbox {
  margin-right: 15px; }

.navbar-bg {
  width: 100%; }

/* BODY */
body {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  color: #141414;
  background-color: #ffffff; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

input {
  outline: 0; }

#ls_cart_widget {
  float: left; }

/* CUSTOMIZE NAVBAR */
.navbar-wrapper {
  background-color: #f79e05; }

.navbar {
  border: none; }

.navbar-bg {
  background-color: #c57e04; }

.navbar-inverse .navbar-nav > li > a {
  color: #303030; }

.navbar-nav {
  width: 100%; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #fdd898; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #feebca;
  background-color: transparent; }

.navbar-inverse .navbar-nav .glyphicon-stop {
  color: #303030;
  padding: 20px 0 0 0px;
  font-size: 9px; }

.navbar-inverse {
  background-color: #f79e05; }

.nav a:hover {
  -moz-transition: all 1s ease-in;
  -webkit-transition: 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

/* CUSTOMIZE SUPERFISH */
.sf-menu ul li {
  background: #de8e04; }

.sf-menu ul ul li {
  background: #cf8404; }

.sf-menud li:hover,
.sf-menud li.sfHover {
  background: #f79e05; }

.sf-menu a {
  color: #303030; }

.sf-menu a:hover {
  color: white; }

.sf-menu a span {
  color: #f79e05; }

.sf-menu > ul {
  background-color: #faa81b; }

/* CUSTOMIZE HEADER */
.header-logo .followus span {
  color: #303030; }

.header-logo {
  height: 90px; }
  .header-logo .lang {
    text-align: right;
    padding: 0 10px 0 0; }
    .header-logo .lang a:hover {
      opacity: 0.8; }
    .header-logo .lang .active {
      opacity: 0.4; }
  .header-logo .followus {
    border-bottom: solid 1px #303030;
    padding: 10px 10px 40px 0; }
  @media (max-width: 480px) {
    .header-logo .followus {
      padding-right: 32px; }
    .header-logo .login-home {
      padding-right: 22px; } }
  .header-logo .followus span {
    font-style: italic;
    float: left;
    padding: 6px 10px 10px 10px; }
  .header-logo .followus a {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #303030;
    text-align: center;
    float: left;
    margin: 0 0 0 10px;
    background-color: #d98b04;
    padding: 1px 0 0 0;
    display: block; }
  .header-logo .followus a:hover {
    background-color: #a76b03;
    color: #303030; }

.login-home {
  padding-bottom: 10px;
  float: right;
  text-align: right; }
  .login-home a {
    float: left;
    padding: 10px 10px 5px 5px;
    text-align: center;
    color: #303030;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 3px 0 0 0px; }
  .login-home a:last-child {
    border: none; }
  .login-home a {
    color: #303030;
    text-decoration: none;
    font-weight: 600; }
  .login-home a:hover {
    color: #171717; }
  .login-home li span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    float: left;
    display: block; }
  .login-home .icon-cart {
    padding: 10px 0 0 26px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-position: 3px 11px;
    float: left;
    border: none;
    width: 191px; }
  .login-home .quantity {
    padding: 2px 5px;
    margin: 7px 10px 0px 10px;
    color: #303030;
    background-color: #cf8404;
    text-align: center;
    float: left; }
  .login-home .price {
    color: #303030;
    padding: 10px;
    margin: 0 10px 0 0px;
    font-size: 19px;
    line-height: 22px; }

/* BANNER */
.bannerhome {
  margin-bottom: 15px; }
  .bannerhome img {
    width: 100%;
    height: auto; }

/* PASSWORD PAGE */
.password-page .password-container.password-icon .password-svg {
  fill: #f79e05; }

/* CUSTOMIZE TITLES */
.titles {
  background-color: rgba(20, 20, 20, 0.1);
  border-bottom: solid 3px #f79e05;
  color: #141414;
  font-size: 26px;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  margin: 0 0 15px 0;
  font-family: "Montserrat", Sans-serif; }
  .titles span {
    border-bottom: solid 5px #f79e05;
    padding: 0 20px 10px 20px; }

.titles2 {
  background-color: rgba(20, 20, 20, 0.1);
  border-bottom: solid 3px #f79e05;
  color: #141414;
  float: left;
  width: 100%;
  padding: 10px 10px 0px 0;
  margin-bottom: 20px;
  margin-top: 20px; }
  .titles2 h2 {
    border-bottom: solid 5px #f79e05;
    opacity: 0.5;
    padding: 0 20px 10px 20px; }

/* CUSTOMIZE PRODUCTS */
.products h3 a {
  color: #141414; }

.products h3 a:hover {
  text-decoration: none;
  color: #474747; }

.products .price {
  padding: 0 0 0 0;
  color: #474747;
  background-color: rgba(20, 20, 20, 0.1);
  font-size: 14px;
  font-weight: 700; }
  .products .price .offer {
    color: #474747;
    opacity: 0.5;
    display: block;
    text-align: center;
    padding: 0px 5px 5px 5px;
    text-decoration: line-through;
    margin: 0 4px 0 0; }
  .products .price span {
    display: block; }

.products .photo {
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 210px; }

.products .single-product-item:hover {
  outline: 2px solid #c7c7c7;
  border: solid 0px white; }

.products .nostock {
  background-color: #141414;
  color: #303030;
  opacity: 0.6; }

.products .single-product-item {
  background-color: rgba(20, 20, 20, 0.1); }

.offer2 {
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: #f79e05;
  color: #303030;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0.9;
  z-index: 9;
  text-transform: uppercase; }

.out-of-stock {
  background-color: #fcc566;
  color: #303030; }

.free-shipping {
  background-color: #bb7804;
  color: #303030; }

select.sort-by {
  color: black; }

#cloud-zoom-big {
  background-color: #ffffff; }

@media (max-width: 767px) {
  .products {
    width: 320px;
    margin: auto; } }

#price_display {
  color: #c57e04;
  font-weight: 400; }

.single-product-item .price #price_display {
  color: #7a4e02; }

/* CUSTOMIZE PAGINATION */
.pagination > .active > a {
  color: #303030; }

.pagination > .active > a {
  background-color: #fcc566;
  border: none; }

.pagination > li a {
  background-color: #f79e05;
  color: #303030; }

.pagination > li a:hover {
  background-color: #fcd89b;
  color: #303030; }

.pagination > li > a {
  color: #303030;
  background-color: #f79e05; }

.pagination > li > a {
  border: none; }

/* TWITTER 100% */
iframe[id^='twitter-widget-'] {
  margin: 0 0 0px 0; }

#twitter-widget-0 {
  width: 100%; }

#likeboxplugin {
  width: 100% !important;
  /*height:500px;*/
  border: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -50px; }

.password-footer form input {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  border: solid 1px #adadad;
  margin: 0 0 5px;
  background-color: whitesmoke;
  color: darkgrey; }

.password-footer form .send {
  font-size: 16px;
  width: 100%;
  float: left;
  border: none;
  background-color: #935e03;
  color: #303030; }

.password-footer form .send:hover {
  background-color: #a76b03; }

/* CUSTOMIZE FOOTER */
.footer {
  /* COPY */
  /* FOOTER 1*/
  /* FOOTER 2 */ }
  .footer .copy {
    padding: 12px 0 10px 0;
    background-color: #e67e22;
    color: #303030; }
    .footer .copy .copyleft {
      font-size: 11px;
      text-transform: uppercase; }
    .footer .copy .copyright {
      text-align: right;
      font-size: 11px;
      color: #303030; }
  .footer .footer1 {
    background-color: #eb9950;
    color: #303030;
    padding: 20px 0 10px 0; }
    .footer .footer1 h3 {
      font-size: 16px;
      padding: 0px 0 10px 0;
      text-transform: uppercase; }
    .footer .footer1 .followus span {
      font-style: italic;
      display: block;
      float: left;
      padding: 12px 10px 10px 10px; }
    .footer .footer1 .followus a {
      width: 32px;
      height: 32px;
      float: left;
      margin: 0 0 0 10px;
      font-size: 18px;
      color: #303030;
      text-align: center;
      background-color: #f79e05;
      padding: 5px 0 0 0; }
    .footer .footer1 .followus a:hover {
      background-color: #a76b03;
      color: #303030; }
    .footer .footer1 .newsletter input {
      font-size: 12px;
      width: 100%;
      padding: 10px;
      border: solid 1px #adadad;
      margin: 0 0 5px;
      background-color: whitesmoke;
      color: darkgrey; }
    .footer .footer1 .newsletter .send {
      font-size: 16px;
      width: 30%;
      float: left;
      border: none;
      background-color: #ff9812;
      border: 2px solid #de7e00;
      color: #303030; }
    .footer .footer1 .newsletter .send:hover {
      background-color: #ffbb64; }
  .footer .footer2 {
    background-color: #eb9950;
    color: #303030;
    padding-bottom: 31px;
    padding-top: 10px; }
    .footer .footer2 h3 {
      text-transform: uppercase;
      font-size: 16px;
      padding: 0 0 10px 0; }
    .footer .footer2 .menu ul {
      padding: 0;
      margin: 0; }
    .footer .footer2 .menu li {
      list-style: none;
      width: 100%;
      padding: 0;
      margin: 0; }
    .footer .footer2 .menu li a {
      color: #303030;
      font-size: 12px;
      text-decoration: none; }
    .footer .footer2 .menu li a:hover {
      color: black; }
    .footer .footer2 .contactanos p {
      font-size: 12px;
      padding: 0;
      margin: 0; }
    .footer .footer2 .contactanos a {
      color: #303030;
      text-decoration: none; }
    .footer .footer2 .contactanos a:hover {
      color: black; }

/* PRODUCT DETAIL */
#shipping-calculator .calculatorButton, .address-btn a {
  background-color: #935e03;
  color: #303030;
  text-align: center;
  border: 2px solid #ac6e03; }

#shipping-calculator .calculatorButton:hover, .address-btn a {
  background-color: #a76b03; }

.addbutton {
  padding: 10px 15px 10px 15px;
  margin: 27px 0 0 0;
  display: block;
  color: #303030;
  background-color: #ff9812;
  width: 100%;
  border: 2px solid #de7e00; }

.addbutton:hover {
  opacity: 0.8; }

.prod_detail {
  padding-bottom: 61px; }
  .prod_detail p {
    font-weight: 300;
    padding: 10px; }
  .prod_detail .price {
    font-size: 51px;
    font-weight: 600;
    color: #ff9812; }
    .prod_detail .price span {
      color: #141414;
      font-size: 28px; }
  .prod_detail .combos {
    padding: 10px 0 20px 0;
    margin: 10px 0 10px 0;
    border-top: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0; }
    .prod_detail .combos label {
      font-size: 11px;
      color: #a1a1a1;
      margin-top: 10px;
      display: block;
      text-transform: uppercase; }
  .prod_detail .addtocart {
    padding: 5px 0 20px 0;
    margin: 0px 0 10px 0;
    float: left;
    width: 100%;
    border-bottom: solid 1px #d0d0d0; }
    .prod_detail .addtocart .juros {
      padding: 0 0 21px 0; }
  @media (max-width: 320px) {
    .prod_detail .addbutton {
      width: 100%;
      font-size: 14px; }
    .prod_detail .shareLinks {
      padding: 41px 0 0 0; } }
  .prod_detail .addbutton:hover {
    text-decoration: none;
    opacity: 0.8; }
  .prod_detail .shareLinks div {
    float: left;
    margin: 0 0 0 10px; }
  .prod_detail .shareLinks .twitter {
    width: 70px; }
  .prod_detail .shareLinks .facebook {
    width: 106px; }
  .prod_detail .shareLinks .facebook iframe {
    z-index: 5; }
  .prod_detail .shareLinks .google {
    width: 61px; }
  .prod_detail .shareLinks {
    margin: 31px 0 0 0; }

/* CUSTOMIZE BREADCRUMB */
#breadcrumb {
  padding: 0 0 10px 0;
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize; }
  #breadcrumb a {
    color: #5b5b5b; }
  #breadcrumb a:hover {
    color: #141414;
    text-decoration: none; }

/* CUSTOMIZE PAGE */
.page_detail {
  padding-bottom: 61px;
  padding: 10px; }
  .page_detail ol, .page_detail ul {
    padding: 0 0 0 21px; }

/* DISABLE NAV FIXED 480 */
@media (max-width: 760px) {
  .navbar-wrapper .container {
    padding-left: 0;
    padding-right: 0; }
  .navbar-wrapper .container .navbar-fixed-top {
    position: relative; }
  .banner {
    margin-top: 0; }
  .navbar {
    margin: 0; }
  .navbar .navbar-bg .navbar-header {
    margin: 0; }
  .navbar .navbar-bg .navbar-collapse {
    margin: 0; }
  .header-logo .followus a {
    margin-left: 0; }
  .followus span {
    display: none; }
  .header-logo .followus {
    padding-right: 0; }
  .header-logo .followus a {
    margin-right: 5px; }
  .header-logo .followus span {
    display: none; }
  .titles {
    font-size: 16px; }
  .header-logo .followus {
    padding-bottom: 5px;
    float: right;
    padding-right: 6px; }
  .header-logo .login-home li:last-child {
    border-right: solid 1px #474747; }
  .titles2 {
    font-size: 16px; } }

/* FILTERS & CATEGORIES */
a.category-back {
  color: #f79e05; }

a.category-back i {
  font-size: 12px;
  margin-right: 10px; }

/* CUSTOMIZE CART */
.cart-contents .border {
  border-bottom: solid 1px #a3a3a3;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 19px;
  text-transform: uppercase;
  color: #5d5d5d;
  height: 40px; }

.cart-contents .col-quantity input {
  width: 46px;
  height: 46px;
  float: left;
  border: solid 1px #8c8c8c;
  padding: 5px;
  text-align: center; }

.cart-contents .border2 {
  border-bottom: solid 1px #a3a3a3;
  height: 116px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 19px;
  text-transform: uppercase;
  color: #5d5d5d; }
  .cart-contents .border2 a {
    color: #5d5d5d;
    font-size: 14px; }
  .cart-contents .border2 a:hover {
    color: #141414; }
  @media (max-width: 993px) {
    .cart-contents .border2 a {
      display: block;
      margin: 0; } }
  .cart-contents .border2 .thumb {
    border: solid 1px #a3a3a3; }
  .cart-contents .border2 .col-quantity, .cart-contents .border2 .col-price, .cart-contents .border2 .col-subtotal, .cart-contents .border2 .col-delete {
    padding-top: 26px;
    color: #141414; }
  @media (max-width: 700px) {
    .cart-contents .border2 .col-price, .cart-contents .border2 .col-subtotal {
      padding-top: 3px; } }
  .cart-contents .border2 .total-price span {
    font-size: 31px;
    color: #141414; }
  .cart-contents .border2 .col-delete button {
    font-size: 31px;
    line-height: 28px;
    background: none;
    border: none; }

a.continue-buying {
  padding: 9px 15px 8px 15px;
  margin: 5px 0 0 0;
  text-align: center;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none; }

a.continue-buying:hover {
  color: #303030; }

/* CUSTOMIZE SEARCH BOX */
.searchbox {
  float: right;
  position: relative;
  margin: 7px 0 7px 0;
  width: 220px; }
  .searchbox input {
    font-size: 12px;
    padding: 0px 10px;
    height: 25px;
    outline: 0;
    width: 220px; }
  @media (max-width: 1200px) {
    .searchbox input {
      width: 201px; } }
  .searchbox .submit-button {
    width: 26px;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #f79e05;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #303030;
    font-size: 12px !important; }
  .searchbox .submit-button:hover {
    opacity: 0.8; }

/* CUSTOMIZE SEARCH RESULT */
.search-result .no-result {
  background-color: #d2d2d2;
  padding: 30px;
  text-align: center;
  color: #141414;
  text-transform: uppercase;
  margin: 0 0 31px 0; }

.search-result a {
  color: #303030; }

/* CUSTOMIZE 404 */
.page404 .content {
  background-color: #141414;
  color: #303030;
  padding: 121px 0 101px 0;
  text-align: center;
  margin: 0 0 31px 0;
  border-bottom: solid 5px #f79e05; }
  .page404 .content h1, .page404 .content p {
    text-transform: uppercase; }

/* CUSTOMIZE CONTACT */
.pagecontact .form {
  padding: 0 0 51px 0; }
  .pagecontact .form label {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    padding: 12px 0 3px 0; }
  .pagecontact .form input {
    width: 90%;
    border: solid 1px #5b5b5b;
    padding: 10px; }
  .pagecontact .form .inputarea {
    width: 90%;
    border: solid 1px #5b5b5b;
    padding: 10px; }
  .pagecontact .form .optional {
    font-size: 11px; }
  .pagecontact .form .submit_button {
    clear: both;
    margin: 10px 0 31px 0;
    font-size: 16px;
    width: 40%;
    float: right;
    border: none;
    background-color: #ff9812;
    color: #303030;
    float: left;
    border: 2px solid #de7e00; }
  .pagecontact .form .submit_button:hover {
    opacity: 0.8; }
  .pagecontact .form .winnie-pooh {
    display: none; }
  .pagecontact .form .contact-ok, .pagecontact .form .contact-error {
    padding: 20px;
    width: 80%;
    color: #141414;
    background-color: #d0d0d0; }

/* QUERIES FOR HEADER */
@media (max-width: 759px) {
  .prod_detail, .page_detail, .search-result, .page404, .pagecontact {
    padding-top: 31px; }
  .carouselprods {
    height: 241px;
    padding-bottom: 61px; }
  .sf-menu > li {
    float: none; } }

@media only screen and (min-width: 321px) {
  .carouselprods {
    height: 341px; } }

@media only screen and (min-width: 391px) {
  .carouselprods {
    height: 441px; } }

@media only screen and (min-width: 480px) {
  .carouselprods {
    height: 541px; } }

@media (min-width: 992px) {
  .prod_detail, .page_detail, .search-result, .page404, .pagecontact {
    padding-top: 25px; } }

@media (max-width: 481px) {
  .padtop480 {
    padding-top: 79px; } }

/* PRODUCTS CAROUSEL PHOTOS */
#wrapper-carousel {
  position: absolute;
  width: 90%;
  top: 50px; }

#carousel-wrapper {
  padding-bottom: 10px;
  position: relative; }

#carousel, #thumbs {
  overflow: hidden; }

#carousel-wrapper .caroufredsel_wrapper {
  /*border-radius: 10px;
	box-shadow: 0 0 5px #899;*/ }

#carousel span, #carousel img,
#thumbs a, #thumbs img {
  display: block;
  float: left; }

#carousel span, #carousel a,
#thumbs span, #thumbs a {
  position: relative; }

#carousel img,
#thumbs img {
  border: none;
  border: solid 2px #e5e5e5;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#carousel img.glare,
#thumbs img.glare {
  width: 102%;
  height: auto; }

#carousel span {
  width: 554px; }

#thumbs-wrapper {
  padding: 20px 40px;
  position: relative; }

#thumbs a {
  /*border: 2px solid #899;*/
  width: 150px;
  margin: 0 10px;
  overflow: hidden;
  /*border-radius: 10px;*/
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  transition: border-color .5s; }

#thumbs a:hover, #thumbs a.selected {
  border-color: #566; }

#wrapper img#shadow {
  width: 100%;
  position: absolute;
  bottom: 0; }

#prev, #next {
  display: block;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%; }

#prev {
  background-position: 0 0;
  left: 10px;
  z-index: 999; }

#next {
  background-position: -19px 0;
  right: 10px;
  z-index: 999; }

#prev:hover {
  background-position: 0 -20px; }

#next:hover {
  background-position: -19px -20px; }

#prev.disabled, #next.disabled {
  display: none !important; }

.infinite-scroll-loading {
  background: url("//d2az8otjr0j19j.cloudfront.net/templates/078/394/twig/static/images/loading.gif?942428354") no-repeat center;
  display: block;
  height: 80px;
  width: inherit;
  overflow: hidden; }

.loadMoreContainer .button.secondary {
  background-color: #935e03;
  border: 2px solid #ac6e03; }

.loadMoreContainer .button.secondary:hover {
  background-color: #a76b03; }

.text-only a {
  color: #303030; }

#banner-services {
  background-color: rgba(20, 20, 20, 0.6); }

#banner-services .banner-service-item {
  color: #e5e5e5; }

.banner-services-footer, .banner-services-footer #banner-services {
  background-color: #f6ceab; }

.banner-services-footer #banner-services .banner-service-item {
  color: #303030; }

.es-carousel ul li a {
  border-color: #727272 !important; }

.es-carousel ul li.selected a {
  border-color: #141414 !important; }

.sf-menu li.active > a {
  color: #feebca; }

.form-horizontal .send {
  background-color: #ff9812;
  border: 2px solid #de7e00; }

.form-horizontal .send:hover {
  opacity: 0.8; }

.alert-error {
  color: #935e03; }

.user-product-description ul li a, .user-product-description ol li a {
  color: #141414; }

.product-details-overlay a {
  color: #303030; }

.product-details-overlay {
  background-color: #7a7a7a;
  opacity: 0.9; }

.imagecolContent {
  border: 1px solid rgba(20, 20, 20, 0.2); }

.imagecol .img-thumbnail {
  border-left: none;
  border-top: none;
  border-bottom: none; }

.mTS_horizontal ul.mTSContainer > li {
  border-right: 1px solid #c7c7c7; }

.mTSWrapper {
  border: 1px solid rgba(20, 20, 20, 0.2); }

.mTSButton {
  background-color: #949494 !important; }

.mTSButtonIconContainer {
  color: #303030 !important; }

.table > thead > tr > th {
  border-bottom: 1px solid #949494; }

.single-product-container .max_installments {
  border-bottom: 1px solid #949494;
  text-align: center; }

.quick-content .max_installments {
  border-bottom: 0px; }

.prod_detail #button-installments {
  color: #de7e00; }

.prod_detail #button-installments:hover {
  color: #ff9812; }

@media (max-width: 767px) {
  .header-logo {
    background-color: #faa81b; } }

.related-title {
  border-bottom: solid 3px #7a7a7a; }

@media (max-width: 767px) {
  .pagecontact .form .submit_button {
    width: 100%; } }

@media (max-width: 500px) {
  #ls_cart_widget .cart-container a {
    background-color: #ed9805; } }

/*Hamburguer Navigation*/
.pushy a:hover {
  background: #f79e05;
  text-decoration: none; }

.menu-btn {
  color: #303030; }

.mobile-dropdown i {
  background: rgba(131, 131, 131, 0.4);
  color: white; }

.mobile-dropdown.dropdown-selected > i {
  background: #f79e05; }

.subitems > ul#accordion > .subitems > .mobile-dropdown.dropdown-selected > i {
  background: rgba(131, 131, 131, 0.4);
  color: white; }

.subitems > ul#accordion > .subitems > ul#accordion > .subitems > .mobile-dropdown.dropdown-selected > i {
  background: rgba(131, 131, 131, 0.4);
  color: white; }

.subitems > ul#accordion > .subitems > ul#accordion > .subitems > ul#accordion > .subitems .mobile-dropdown.dropdown-selected > i {
  background: rgba(131, 131, 131, 0.4);
  color: white; }

.mobile-dropdown.dropdown-selected > .fa-chevron-down:before {
  content: "\f077"; }

/*Hamburguer Navigation end*/
.descriptioncolContent .installments strong {
  color: #ac6e03; }

.max_installments strong {
  color: #7a4e02; }

#orderBoxMobile.dos .wrapper .row .fa {
  background-color: #f79e05; }

#orderBoxMobile .wrapper .checkout-link {
  background-color: #ff9812;
  border: 2px solid #de7e00;
  color: #303030; }

#orderBoxMobile .wrapper .checkout-link:hover {
  background-color: #ffbb64; }

.social-title h3 {
  color: #141414;
  border-bottom: 1px solid rgba(20, 20, 20, 0.4); }

#newsletter-popup input {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  border: solid 1px #adadad;
  margin: 0 0 5px;
  background-color: whitesmoke;
  color: darkgrey; }

#newsletter-popup .send {
  font-size: 16px;
  width: 30%;
  float: left;
  border: none;
  background-color: #ff9812;
  border: 2px solid #de7e00;
  color: #303030;
  width: 100%; }

#newsletter-popup .send:hover {
  background-color: #ffbb64; }

#newsModal .modal-content {
  background-color: #ffffff; }

#newsModal .img.logo.news .no-logo-news {
  color: #f79e05; }

/**** Sidebarhome****/
.sidebar-home {
  background-color: rgba(20, 20, 20, 0.1); }

.sidebar-home a {
  color: #141414; }

#categories-column.sidebar-home h4 {
  background-color: rgba(20, 20, 20, 0.1); }

#categories-column.sidebar-home #show-more-cats i.fa {
  background-color: #c57e04;
  border: none;
  color: #303030; }

/**** Shipping Calculator ***/
.shipping-list .shipping-option i {
  display: none; }

.shipping-list li .shipping-method:checked + .shipping-option i {
  display: block;
  float: right;
  font-size: 18px;
  color: #f79e05;
  position: absolute;
  right: 10px;
  top: 10px; }

.shipping-list li .shipping-method:checked + .shipping-option {
  border: 2px solid #f79e05; }

/* new copyright */
#svg_brand .st0 {
  fill: #303030; }

#svg_brand .st1 {
  fill: rgba(48, 48, 48, 0.8); }

/* Mobile Filters */
.mobile-filters {
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0 15px;
  font-weight: bold; }

.mobile-filters i {
  font-size: 15px;
  padding: 8px;
  margin: 0px 6px 0px 0px;
  font-weight: normal;
  background: #f79e05;
  color: #ffffff; }

.mobile-filters.dropdown-selected > .fa-chevron-down:before {
  content: "\f077"; }

#filters-column .color-filter, #filters-column .size-filter, #filters-column .other-filter {
  border: 1px solid rgba(20, 20, 20, 0.2); }

#filters-column .color-filter:hover, #filters-column .size-filter:hover, #filters-column .other-filter:hover {
  border-color: rgba(20, 20, 20, 0.6); }

#show-filters:hover, #show-filters:hover i {
  color: inherit; }

@media (max-width: 767px) {
  #filters-container {
    background: rgba(131, 131, 131, 0.1);
    padding: 15px 0; }
  #toggle-filters {
    margin: 0 15px; }
  #show-filters {
    display: block;
    text-align: left;
    color: #141414; }
  .sidebar-container {
    width: 100% !important; } }

@media (min-width: 768px) {
  #show-filters {
    display: none; }
  #toggle-filters {
    display: block !important; } }
