@charset "UTF-8";
/*!
* @author Webmedia 2.0
* @copyright Copyright 2017, Webmedia 2.0
*/
/*
* @file index.scss
* @version 1.0
*
* @author Webmedia 2.0
* @copyright Copyright 2017, Webmedia 2.0
* @date 2017-01-10
*
* @colordef #4B3D2A, rgb(75,61,42); bLIFESTYLE; Hauptfarbe 1
* @colordef rgba(75,61,42,0.7); bLIFESTYLE; Hauptfarbe 1 mit Transparenz
* @colordef #226bd9, rgb(187,179,35); bLIFESTYLE; Hauptfarbe 2
*
* @desc
*   index-file that defines all global custom(er) values and imports all
*   necessary scss-files.
*/
/* Custom(er) values
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*
* @file 1-theme.scss
* @version 1.0
*
* @author Webmedia 2.0
* @copyright Copyright 2017, Webmedia 2.0
* @date 2017-02-08
*
* @desc
*   stylesheet for "Design 1"
*/
/* Variables
/* -------------------------------------------------------------------------- */
/* Body
 * -------------------------------------------------------------------------- */
/* !!! MS - 30.11.2016: Keyframes testweise mal komplett auskommentiert, da CSS-Valaidierungsfehler auftraten.
 * Quelle / hintergrund: https://developer.mozilla.org/de/docs/Web/CSS/@keyframes
 *
@-webkit-keyframes "timebar" {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes "timebar" {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes "example" {
    0% {
        color: $color_3;
    }
    10% {
        color: $maincolor_1;
    }
    20% {
        color: $maincolor_2;
    }
    30% {
        color: $color_2;
    }
    40% {
        color: $maincolor_1;
    }
    50% {
        color: $maincolor_1;
    }
    60% {
        color: $color_4;
    }
    70% {
        color: $color_15;
    }
    80% {
        color: $color_17;
    }
    90% {
        color: $color_21;
    }
    100% {
        color: $color_28;
    }
}
*/

.hljs{display:block;overflow-x:auto;padding:0.5em;color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.hljs-link{text-decoration:underline}


* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  margin: 0;
  padding: 0; }

body {
  height:100%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-direction:column;
  }


/* Global
 * -------------------------------------------------------------------------- */

p {
  margin: 0 0 10px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }


img {
  border: none;
  max-width: 100%; }

.btn:focus {
  outline: none !important; }

b, strong {
  font-weight: bold; }

.text-red {
  color: #FF0000 !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-top-38 {
  margin-top: 38px !important; }
.no-margin {
  margin: 0 !important; }

.no-margin-l {
  margin-left: 0 !important; }

.no-margin-r {
  margin-right: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-0-15 {
  padding: 0 15px !important; }

.p-15-0 {
  padding: 15px 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-p-left {
  padding-left: 0 !important; }

.no-p-right {
  padding-right: 0 !important; }

.width-unset {
  width: unset !important; }

.full-width {
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Raleway", sans-serif; }
  select::-ms-expand {
    display: none; }
  select:focus {
    outline: none; }

input:focus {
  outline: none; }

input[type=radio]:focus {
  outline: none; }

input[type=checkbox]:focus {
  outline: none; }

/*.custom-form {
    min-height: 400px;
}*/
.custom-form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist; }

.text-custom-maincolor_1 {
  color: #4B3D2A !important; }

.bg-custom-maincolor_1 {
  background-color: #4B3D2A !important; }

.divider-margin-bottom {
  margin-bottom: 40px; }

.divider-solid {
  border-bottom: 1px solid #f2f2f2; }

.divider-dashed {
  border-bottom: 1px dashed #f2f2f2; }

.divider-dotted {
  border-bottom: 1px dotted #f2f2f2; }

.divider-ridge {
  border-bottom: 2px ridge #f2f2f2; }

.divider-double {
  border-bottom: 4px double #f2f2f2; }

.infobox {
  border: 4px double #4B3D2A;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px; }

.modal .glyphicon-ok {
  color: green; }
.modal td label {
  cursor: pointer; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #4B3D2A; }

.modal-single-item {
  margin-bottom: 30px; }

a.add-tag-btn {
  -webkit-border: none;
  -moz-border: none;
  border: none; }

.btn-default,
.btn-default:focus,
.btn-default:active {
  background: #fefefe !important;
  background: -moz-linear-gradient(top, #fefefe 0%, #f3f1ec 100%) !important;
  background: -webkit-linear-gradient(top, #fefefe 0%, #f3f1ec 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0%, #f3f1ec 100%) !important;
  border: 1px solid #cec4bb !important;
  transition: all 0.3s ease 0s; }

.btn-default:hover {
  background: #226bd9 !important;
  color: #ffffff !important;
  border: 1px solid #226bd9 !important;
  text-decoration: none; }

.btn-custom1,
.btn-custom1:focus,
.btn-custom1:active {
  color: #ffffff !important;
  background-color: #226bd8 !important;
  transition: all 0.3s ease 0s;
  padding: 10px 16px;
  border-radius: 3px;}

.btn-custom1:hover {
  background-color: #226bd9 !important;
  color: #ffffff !important;
  text-decoration: none; }

.btn-custom2,
.btn-custom2:focus,
.btn-custom2:active {
  color: #ffffff !important;
  background-color: #226bd9 !important;
  transition: all 0.3s ease 0s; }

.btn-custom2:hover {
  background-color: #226bd8 !important;
  color: #ffffff !important;
  text-decoration: none; }

.btn-custom3,
.btn-custom3:focus,
.btn-custom3:active {
  color: #ffffff !important;
  background-color: #226bd9 !important;
  transition: all 0.3s ease 0s; }

.btn-custom3:hover {
  background-color: #226bd9 !important;
  color: #ffffff !important;
  text-decoration: none; }

.btn-custom4,
.btn-custom4:focus,
.btn-custom4:active {
  color: #ffffff !important;
  background-color: #226bd8 !important;
  transition: all 0.3s ease 0s;
  padding: 4px 15px;
  border-radius: 3px;}

.btn-custom4:hover {
  background-color: #226bd9 !important;
  color: #ffffff !important;
  text-decoration: none; }

.duty {
  font-weight: bold;
  color: #FF0000; }

.btn-fullwidth {
  width: 100% !important; }

.bootstrap-dialog.type-primary .modal-header {
  background-color: #226bd8; }

.bootstrap-dialog-close-button .close {
  color: #ffffff !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=0.8) !important; }

.bootstrap-dialog-message {
  color: #226bd8 !important; }

.badge-custom1 {
  background-color: #226bd8;
  font-weight: bold; }

.badge-custom2 {
  background-color: #226bd9;
  font-weight: bold; }

.font-custom2 {
  font-family: "Gochi Hand", cursive !important; }
  .font-custom2.headline {
    font-weight: normal;
    text-transform: none !important; }
  .font-custom2 strong {
    border-bottom: none !important; }

.btn-md {
  line-height: 23px !important;
  padding: 8px 25px !important;
  font-size: 14px !important; }

/* Header
 * -------------------------------------------------------------------------- */
.header-right-menu nav ul {
  text-align: right; }
  .header-right-menu nav ul li a {
    transition: all 0.3s ease 0s; }
  .header-right-menu nav ul li ul {
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
    width: 145px;
    border: 1px solid #f7f4f3;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 102;
    visibility: hidden;
    opacity: 0; }
    .header-right-menu nav ul li ul li a {
      text-transform: capitalize;
      color: #3c3c3c;
      display: block;
      padding: 11px 27px;
      line-height: 11px;
      text-align: left;
      font-size: 12px; }
      .header-right-menu nav ul li ul li a:hover {
        color: #226bd8;
        background-color: #efefef; }
  .header-right-menu nav ul li i {
    color: #ffffff;
    margin-left: 5px; }
  .header-right-menu nav ul li:nth-child(2) ul li a {
    text-transform: uppercase; }
  .header-right-menu nav ul li:hover ul {
    top: 31px;
    visibility: visible;
    opacity: 1; }
  .header-right-menu nav ul li.last ul {
    right: 0;
    left: auto; }
.header-right-menu nav > ul > li {
  display: inline;
  position: relative;
  margin-left: 18px; }
  .header-right-menu nav > ul > li > a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px; }

.top-mycart {
  float: left;
  padding-left: 13px;
  width: 171px;
  position: relative; }
  .top-mycart a span {
    transition: all 0.3s ease 0s; }
  .top-mycart a.top-mycart-link {
    color: #3d3d3d;
    display: block;
    font-weight: normal;
    min-height: 41px;
    overflow: hidden;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase; }
    .top-mycart a.top-mycart-link span {
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 14px;
      text-transform: none; }
      .top-mycart a.top-mycart-link span:hover {
        color: #226bd8; }
    .top-mycart a.top-mycart-link:before {
      background-color: #f65656;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #ffffff;
      content: "\f07a";
      font-family: fontawesome;
      font-size: 24px;
      left: 0;
      line-height: 43px;
      position: absolute;
      text-align: center;
      height: 41px;
      width: 41px; }
  .top-mycart:hover .top-mycart-overlay {
    visibility: visible;
    transform: scaleY(1); }

.topbar-icons {
  text-align: center;
  line-height: 45px; }

.topbar-icons .topbar-icon {
  height: 30px; }

/* Menu
 * -------------------------------------------------------------------------- */
.mainmenu nav ul li {
  display: inline;
  margin-right: 25px;
  position: relative;
  color: #4a4a4a; }
  .mainmenu nav ul li a {
    transition: all 0.3s ease 0s; }
  .mainmenu nav ul li i {
    transition: all 0.3s ease 0s;
    margin-left: 5px;
    font-weight: normal;
    color: #000000; }
  .mainmenu nav ul li ul {
    transition: all 0.3s ease 0s;
    width: 200px;
    padding: 10px 0;
    top: 50px; }
    .mainmenu nav ul li ul li {
      margin-right: 0; }
      .mainmenu nav ul li ul li a {
        text-transform: capitalize;
        color: #3c3c3c;
        display: block;
        padding: 11px 27px;
        line-height: 11px;
        text-align: left;
        font-size: 12px;
        display: block;
        line-height: 13px; }
        .mainmenu nav ul li ul li a:hover {
          color: #226bd9;
          background-color: #efefef;
          background: transparent; }
    .mainmenu nav ul li ul:before {
      border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) rgba(236, 233, 233, 0.92);
      border-style: solid;
      border-width: 10px;
      content: "";
      left: 10px;
      position: absolute;
      top: -20px; }
  .mainmenu nav ul li:hover i {
    color: #226bd9; }
  .mainmenu nav ul li:hover ul {
    top: 31px;
    visibility: visible;
    opacity: 1; }
  .mainmenu nav ul li:hover .mega-menu {
    top: 31px;
    opacity: 1;
    visibility: visible; }
  .mainmenu nav ul li:last-child {
    margin-right: 0 !important; }
.mainmenu nav > ul > li.active > a {
  color: #226bd9; }
.mainmenu nav > ul > li.active > i {
  color: #226bd9; }
.mainmenu nav > ul > li:hover > a {
  color: #226bd9; }
.mainmenu nav > ul > li > ul {
  background-color: #ffffff;
  width: 145px;
  border: 1px solid #f7f4f3;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 102;
  visibility: hidden;
  opacity: 0; }
.mainmenu nav > ul > li > a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 45px;
  display: inline-block;}

.left-category-menu {
  position: absolute;
  width: 100%;
  top: 46px;
  display: none; }
  .left-category-menu ul {
    background-color: #f1f0f0; }
    .left-category-menu ul li {
      padding: 15px 15px 15px 67px;
      position: relative;
      border-bottom: 1px solid #dfdddd;
      color: #737373;
      position: relative; }
      .left-category-menu ul li a {
        transition: all 0.3s ease 0s;
        color: #226bd9;
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 3px; }
      .left-category-menu ul li:hover {
        background-color: #226bd9;
        color: #ffffff; }
        .left-category-menu ul li:hover:before {
          display: block; }
        .left-category-menu ul li:hover .left-cat-dropdown {
          left: 262px;
          visibility: visible;
          opacity: 1; }
      .left-category-menu ul li:before {
        position: absolute;
        left: 0;
        content: "\f0da";
        top: 50%;
        margin-top: -12px;
        font-family: fontawesome;
        font-size: 24px;
        display: none; }
      .left-category-menu ul li p {
        margin: 0;
        font-size: 12px;
        line-height: 17px; }
  .left-category-menu li span {
    font-size: 20px;
    margin-left: -30px;
    float: left; }
  .left-category-menu > ul > li:hover > a {
    color: #ffffff; }

.menu-bottom-img-add {
  display: inline-block;
  margin-top: 30px;
  overflow: hidden;
  text-align: left;
  width: 100%; }
  .menu-bottom-img-add a {
    display: inline !important; }
    .menu-bottom-img-add a img {
      transition: all 0.3s ease 0s; }
      .menu-bottom-img-add a img:hover {
        opacity: 0.8; }

.single-cat-dropdown {
  float: left;
  margin-right: 10px;
  width: 195px; }
  .single-cat-dropdown a img {
    transition: all 0.3s ease 0s; }
    .single-cat-dropdown a img:hover {
      opacity: 0.8; }
  .single-cat-dropdown .single-cat-item {
    margin-bottom: 20px; }
    .single-cat-dropdown .single-cat-item:last-child {
      margin-bottom: 0; }
  .single-cat-dropdown:last-child {
    margin-right: 0; }

.nivo-directionNav a {
  transition: all 0.3s ease 0s;
  color: transparent;
  height: 30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px; }
.nivo-directionNav a.nivo-prevNav {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 30px;
  left: -30px;
  border-color: transparent transparent transparent #333333; }
  .nivo-directionNav a.nivo-prevNav:hover {
    border-color: transparent transparent transparent #226bd8; }
.nivo-directionNav a.nivo-nextNav {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 30px;
  border-color: transparent #333333 transparent transparent;
  right: -30px; }
  .nivo-directionNav a.nivo-nextNav:hover {
    border-color: transparent #226bd8 transparent transparent; }

a.product-title {
  transition: all 0.3s ease 0s;
  color: #4a4a4a;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 7px;
}

/* !!! darunter neu
.product-quick-view {
    ul {
        li {
            a {
                transition: all 0.3s ease 0s;
                color: $maincolor_1;
                background-color: $white;
                border: 2px solid $maincolor_1;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: inline-block;
                font-size: 14px;
                height: 34px;
                line-height: 32px;
                margin-left: 2px;
                margin-right: 2px;
                width: 34px;
                &:hover {
                    background-color: $maincolor_1;
                    color: $white;
                }
            }
            display: inline;
        }
        text-align: center;
    }
    margin-top: 9px;
}
*/
.product-quick-view {
  margin-top: 9px; }
  .product-quick-view ul {
    text-align: center; }
    .product-quick-view ul li {
      display: inline; }
      .product-quick-view ul li a {
        transition: all 0.3s ease 0s;
        color: #ffffff;
        background-color: transparent;
        border: none;
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        font-size: 50px;
        line-height: 50px;
        height: 52px;
        width: 52px; }
        .product-quick-view ul li a:hover {
          background-color: transparent;
          color: #226bd8; }

.pro-add-to-cart {
  margin-bottom: 5px; }
  .pro-add-to-cart p {
    line-height: 27px;
    margin-bottom: 0;
    text-align: center;
    float: left; }
    .pro-add-to-cart p a {
      transition: all 0.3s ease 0s;
      color: #226bd8;
      background: transparent;
      border: 2px solid #226bd8;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      display: inline-block;
      font-size: 11px;
      font-weight: normal;
      line-height: 15px;
      padding: 7px 22px 4px;
      text-transform: uppercase; }
      .pro-add-to-cart p a:hover {
        background-color: #226bd8;
        color: #ffffff; }

.single-product-text {
  transition: all 0.3s ease 0s;
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: auto;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  bottom: 0; }
  .single-product-text h2 {
    text-align: center; }
    .single-product-text h2 a.product-title {
      margin-bottom: 2px;
      min-height: 40px;
      /* diesen Wert auch in "custom.js" bei $(".truncate-text") angeben */ }
  .single-product-text .product-price {
    margin-bottom: 10px;
    margin-top: 6px;
    text-align: center;
    min-height: 26px; }

.single-product-overlay {
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 27%;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%; }
  .single-product-overlay .rating-box {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    padding: 8px 0;
    text-align: center; }
    .single-product-overlay .rating-box a {
      display: inline; }

.single-product-attribute-active,
.single-product-additional-active {
  background-color: #226bd9 !important; }
  .single-product-attribute-active a,
  .single-product-attribute-active a:hover,
  .single-product-attribute-active a:active,
  .single-product-attribute-active a:focus,
  .single-product-attribute-active a:visited,
  .single-product-additional-active a,
  .single-product-additional-active a:hover,
  .single-product-additional-active a:active,
  .single-product-additional-active a:focus,
  .single-product-additional-active a:visited {
    color: #ffffff !important; }

.shop-category-item {
  float: left;
  margin-right: 10px;
  width: 48%; }
  .shop-category-item h2 {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 18px; }
    .shop-category-item h2 a {
      transition: all 0.3s ease 0s;
      color: #226bd9; }
      .shop-category-item h2 a:hover {
        color: #226bd8; }
  .shop-category-item ul li {
    line-height: 21px;
    padding: 3.9px 0; }
    .shop-category-item ul li a {
      transition: all 0.3s ease 0s;
      font-size: 13px;
      line-height: 20px;
      text-transform: capitalize; }
      .shop-category-item ul li a::before {
        transition: all 0.3s ease 0s; }
      .shop-category-item ul li a:before {
        color: #226bd8;
        content: "\f101";
        font-family: fontawesome;
        font-size: 11px;
        left: 0;
        padding-right: 8px;
        position: relative; }
      .shop-category-item ul li a:hover {
        color: #226bd8; }
        .shop-category-item ul li a:hover::before {
          left: 4px; }

.post-description a.readmore {
  transition: all 0.3s ease 0s;
  background: #226bd9;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 27px;
  margin-top: 15px;
  padding: 0 15px 0 25px;
  position: relative;
  text-transform: uppercase; }
  .post-description a.readmore:after {
    background-color: #226bd8;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    color: #ffffff;
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    line-height: 27px;
    position: absolute;
    right: -29px;
    text-align: center;
    top: 0;
    width: 29px; }
  .post-description a.readmore:hover {
    background-color: #226bd8; }
.post-description h2 {
  line-height: 21px;
  margin-bottom: 22px;
  margin-top: 5px; }
  .post-description h2 a {
    color: #226bd9;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase; }
.post-description p {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 25px;
  text-align: justify; }

.l-post-img {
  float: left;
  margin-right: 15px;
  position: relative; }
  .l-post-img::after {
    transition: all 0.3s ease 0s; }
  .l-post-img a {
    display: block;
    overflow: hidden; }
    .l-post-img a img {
      transition: all 0.3s ease 0s; }
  .l-post-img:after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1; }

.single-footer ul li {
  margin-bottom: 10px; }
  .single-footer ul li a {
    transition: all 0.3s ease 0s;
    color: #000000;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    display: block;
    font-weight: normal; }
    .single-footer ul li a::before {
      transition: all 0.3s ease 0s;
      color: #000000;
      content: "\f101";
      font-family: fontawesome;
      font-size: 12px;
      padding-right: 8px; }
    .single-footer ul li a:hover {
      color: #226bd8; }
  .single-footer ul li:last-child {
    margin-bottom: 0; }
.single-footer a:hover::before {
  color: #226bd8; }
.single-footer h2 {
  color: #3c3c3c;
  font-size: 14px;
  margin: 35px 0 20px;
  text-transform: uppercase;
  font-weight: normal; }

.social-icon {
  overflow: hidden; }
  .social-icon ul li {
    float: left;
    margin-right: 5px; }
    .social-icon ul li a {
      transition: all 0.3s ease 0s;
      display: block;
      height: 36px;
      width: 38px;
      font-size: 18px;
      text-align: center;
      line-height: 36px;
      color: #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .social-icon ul li a:hover {
        opacity: .8; }
    .social-icon ul li a.tw {
      background-color: #55acee; }
    .social-icon ul li a.gp {
      background-color: #dc4e41; }
    .social-icon ul li a.fb {
      background-color: #3b5998; }
    .social-icon ul li a.li {
      background-color: #00a0dc; }
    .social-icon ul li a.yu {
      background-color: #cd201f; }
    .social-icon ul li a.be {
      background-color: #1769ff; }
  .social-icon h2 {
    color: #3c3c3c;
    font-size: 14px;
    margin: 35px 0 20px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    line-height: 36px;
    margin: 0 10px 0 0;
    overflow: hidden; }

.mycart-item-text {
  float: right;
  width: 143px; }
  .mycart-item-text p {
    font-weight: normal;
    line-height: 21px;
    margin-top: 0;
    word-wrap: break-word;
    margin-bottom: 5px; }
    .mycart-item-text p a.mycart-title {
      transition: all 0.3s ease 0s;
      color: #4a4a4a;
      font-size: 13px;
      font-weight: normal; }
      .mycart-item-text p a.mycart-title:hover {
        color: #226bd8; }

.total-calculate {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  padding-top: 6px; }
  .total-calculate p {
    font-size: 15px;
    color: #a6a6a6; }
    .total-calculate p a.topcart-check-btn {
      transition: all 0.3s ease 0s;
      color: #ffffff;
      background-color: #226bd9;
      padding: 6px 23px;
      font-size: 12px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      text-transform: uppercase;
      font-weight: normal;
      margin-left: 10px;
      float: right;
      margin-top: -15px; }
      .total-calculate p a.topcart-check-btn:hover {
        background-color: #226bd8; }
    .total-calculate p span {
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      color: #a6a6a6; }

.t-w-add-cart {
  transition: all 0.3s ease 0s;
  font-size: 11px;
  font-weight: normal; }
  .t-w-add-cart:hover {
    color: #226bd8; }

p.go-to-wishlist {
  margin-bottom: 0;
  text-align: right; }
  p.go-to-wishlist a {
    transition: all 0.3s ease 0s;
    color: #000000;
    font-size: 11px; }
    p.go-to-wishlist a:hover {
      color: #226bd8; }

.product-image {
  text-align: center;
  position: relative;
  /*height: 100%;*/
  width: 100%;
  padding-top: 5px;
  display: block; }
  .product-image a {
    display: block; }
    .product-image a img {
      transition: all 0.3s ease 0s;
      max-height: 270px; }

a.shop-scrolltotop {
  transition: all 0.3s ease 0s;
  background-image: url("../img/icons/arrow-up.png");
  background-color: #7f7f7f;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.single-mega-menu-item {
  margin-bottom: 20px; }
  .single-mega-menu-item a.single-megamenu-title {
    transition: all 0.3s ease 0s;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 0; }
    .single-mega-menu-item a.single-megamenu-title:hover {
      color: #226bd8;
      background: transparent; }
  .single-mega-menu-item a {
    transition: all 0.3s ease 0s;
    color: #7f7f7f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 0;
    text-transform: capitalize; }
    .single-mega-menu-item a:hover {
      color: #226bd8;
      background: transparent; }
  .single-mega-menu-item:last-child {
    margin-bottom: 0; }

.mega-menu {
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 30px;
  position: absolute;
  top: 50px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden; }

.sidebar-list {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 15px; }
  .sidebar-list ul li {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: normal; }
    .sidebar-list ul li a {
      transition: all 0.3s ease 0s;
      color: #6d6d6d;
      display: inline-block;
      font-size: 13px;
      text-transform: capitalize; }
      .sidebar-list ul li a:before {
        color: #6d6d6d;
        content: "\f101";
        display: inline-block;
        font-family: fontawesome;
        font-size: 10px;
        margin-right: 10px; }
      .sidebar-list ul li a:hover {
        color: #226bd8; }
        .sidebar-list ul li a:hover:before {
          color: #226bd8; }
    .sidebar-list ul li span {
      background-color: #cccccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #ffffff;
      float: right;
      min-height: 22px;
      min-width: 24px;
      text-align: center; }
    .sidebar-list ul li td {
      vertical-align: top; }
  .sidebar-list ul * li {
    padding: 5px 0 5px 10px; }
  .sidebar-list ul * li td {
    vertical-align: top; }
  .sidebar-list h3 {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase; }

.all-compare-product ul li {
  line-height: 0;
  padding: 0 0 10px; }
  .all-compare-product ul li p {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: normal; }
    .all-compare-product ul li p a {
      transition: all 0.3s ease 0s;
      color: #4a4a4a; }
      .all-compare-product ul li p a:hover {
        color: #226bd8; }

.compare-action {
  padding: 10px 9px 0; }
  .compare-action a {
    transition: all 0.3s ease 0s;
    font-size: 11px; }
    .compare-action a:hover {
      color: #226bd8; }
  .compare-action a.compare-btn {
    background-color: #226bd9;
    color: #ffffff;
    border: none;
    font-weight: normal;
    margin: 0;
    float: right; }
    .compare-action a.compare-btn:hover {
      background-color: #226bd8;
      color: #ffffff; }

.popular-tag-list a {
  transition: all 0.3s ease 0s;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 4px 17px 3px;
  text-transform: capitalize; }
  .popular-tag-list a:hover {
    background-color: #226bd8;
    border-color: #226bd8;
    color: #ffffff; }

.remove-all-price {
  line-height: 14px; }
  .remove-all-price a {
    transition: all 0.3s ease 0s;
    font-size: 11px;
    display: block;
    text-align: right; }
    .remove-all-price a:hover {
      color: #226bd8; }

.vote-area {
  overflow: hidden; }
  .vote-area a {
    transition: all 0.3s ease 0s;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 4px 17px 3px;
    text-transform: capitalize;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 20px; }
    .vote-area a:hover {
      background-color: #226bd8;
      border-color: #226bd8;
      color: #ffffff; }
  .vote-area p {
    line-height: 28px;
    margin-bottom: 0;
    text-align: center; }
    .vote-area p input[type=radio] {
      float: left;
      margin-top: 6px; }
    .vote-area p label {
      font-weight: normal;
      line-height: 14px;
      text-align: left;
      width: 80%; }

.shop-breadcrumb {
  border-bottom: 1px solid #e1e1e1;
  line-height: 19px;
  margin-top: -30px;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .shop-breadcrumb ul li {
    color: #226bd8;
    display: inline; }
    .shop-breadcrumb ul li a {
      transition: all 0.3s ease 0s; }
      .shop-breadcrumb ul li a:hover {
        color: #226bd8; }
    .shop-breadcrumb ul li:first-child::before {
      content: "\f015";
      color: #3c3c3c;
      display: inline-block;
      font-family: fontawesome;
      font-size: 16px;
      margin-left: 0;
      margin-right: 5px;
      position: relative;
      top: 1px; }
    .shop-breadcrumb ul li:before {
      content: "\f015";
      color: #3c3c3c;
      display: inline-block;
      font-family: fontawesome;
      font-size: 16px;
      margin-left: 0;
      margin-right: 5px;
      position: relative;
      top: 1px;
      content: "\f105";
      margin-left: 10px;
      margin-right: 10px;
      color: #9a9a9a;
      font-size: 12px;
      top: 0; }

.review_forum p a {
  transition: all 0.3s ease 0s; }
  .review_forum p a:hover {
    color: #226bd8; }
.review_forum .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 4px; }

.product-cart-option {
  margin-bottom: 30px;
  overflow: hidden; }
  .product-cart-option ul li {
    float: left;
    margin-right: 5px; }
    .product-cart-option ul li a {
      transition: all 0.3s ease 0s;
      border: 1px solid #f1f1f1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #a6a6a6;
      display: block;
      font-size: 12px;
      text-align: center;
      width: 35px;
      line-height: 35px; }
      .product-cart-option ul li a:hover {
        background-color: #226bd8;
        border-color: #226bd8;
        color: #ffffff; }

.pro-tag-form a {
  transition: all 0.3s ease 0s; }
.pro-tag-form h3 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .pro-tag-form h3 a {
    font-size: 12px;
    text-transform: none; }
    .pro-tag-form h3 a:hover {
      color: #226bd8; }
  .pro-tag-form h3 span {
    color: #a3a3a3;
    font-size: 12px; }
.pro-tag-form label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 6px;
  color: #a3a3a3; }
.pro-tag-form p {
  font-size: 11px;
  margin: 8px 0 0; }

ul.more-info-tab li {
  margin-bottom: -1px; }
  ul.more-info-tab li a {
    transition: all 0.3s ease 0s;
    border: none;
    color: #252525;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }

.review-author p {
  margin-bottom: 0; }
  .review-author p a {
    transition: all 0.3s ease 0s; }
    .review-author p a:hover {
      color: #226bd8; }
  .review-author p label {
    font-weight: normal;
    margin-bottom: 0;
    color: #a3a3a3; }
  .review-author p span {
    color: #a3a3a3; }

a.add-tag-btn {
  transition: all 0.3s ease 0s;
  background-color: #226bd9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 9px 15px 6px;
  text-transform: uppercase; }
  a.add-tag-btn:hover {
    background-color: #226bd8; }

.member-social {
  margin-top: 20px;
  text-align: center; }
  .member-social a {
    transition: all 0.3s ease 0s;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    width: 30px;
    border: 1px solid #f1f1f1; }
  .member-social a.m-facebook {
    color: #2e4da7; }
    .member-social a.m-facebook:hover {
      background-color: #2e4da7;
      border: 1px solid #2e4da7;
      color: #ffffff; }
  .member-social a.m-twitter {
    color: #00aced; }
    .member-social a.m-twitter:hover {
      background-color: #00aced;
      border: 1px solid #00aced;
      color: #ffffff; }
  .member-social a.m-g-plus {
    color: #da4835; }
    .member-social a.m-g-plus:hover {
      background-color: #da4835;
      border: 1px solid #da4835;
      color: #ffffff; }
  .member-social a.m-linkedin {
    color: #006699; }
    .member-social a.m-linkedin:hover {
      background-color: #006699;
      border: 1px solid #006699;
      color: #ffffff; }

.blog-category {
  margin-top: 35px; }
  .blog-category ul li {
    padding: 7px 0 7px 20px;
    position: relative; }
    .blog-category ul li a {
      transition: all 0.3s ease 0s;
      color: #555555;
      font-size: 14px; }
      .blog-category ul li a:hover {
        color: #226bd8; }
      .blog-category ul li a span {
        padding-left: 5px; }
    .blog-category ul li:hover::before {
      color: #226bd8; }
    .blog-category ul li:hover a {
      padding-left: 5px; }
    .blog-category ul li:nth-child(n+2) {
      border-top: 1px solid #f2f2f2; }
    .blog-category ul li::before {
      content: "\f101 ";
      left: 0;
      position: absolute;
      top: 7px;
      font-family: fontawesome; }

.blog-post-img {
  display: block;
  margin-bottom: 25px;
  position: relative; }
  .blog-post-img a img {
    transition: all 0.3s ease 0s;
    width: 100%; }
  .blog-post-img img {
    transition: all 0.3s ease 0s; }
  .blog-post-img:hover img {
    opacity: 0.8; }

.blog-search button {
  transition: all 0.3s ease 0s;
  border: 1px solid #226bd8;
  background-color: #226bd8;
  color: #ffffff;
  font-size: 17px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .blog-search button:hover {
    background: #555555; }
.blog-search input {
  color: #555555;
  border: 1px solid #226bd8;
  font-size: 14px;
  height: auto;
  padding: 12px 15px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.42857143; }
.blog-search > form {
  position: relative; }

.popular-post-content > a {
  transition: all 0.3s ease 0s;
  color: #555555;
  text-decoration: none !important;
  text-transform: uppercase; }
.popular-post-content a:hover {
  color: #226bd8; }

.popular-date span {
  color: #666666;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-right: 5px; }
  .popular-date span a {
    transition: all 0.3s ease 0s;
    color: #999999; }
  .popular-date span:first-child:after {
    content: " /";
    margin-left: 5px;
    font-family: fontawesome; }

.blog-read-more a {
  transition: all 0.3s ease 0s;
  color: #226bd8; }
  .blog-read-more a:hover {
    color: #555555; }

.pagination {
  width: 100%;
  text-align: center; }
  .pagination ul li {
    display: inline-block; }
    .pagination ul li a {
      transition: all 0.3s ease 0s;
      color: #555555;
      background: transparent;
      border: 1px solid #555555;
      -webkit-border-radius: 20%;
      -moz-border-radius: 20%;
      border-radius: 20%;
      display: block;
      height: 35px;
      line-height: 35px;
      padding: 0;
      text-align: center;
      min-width: 35px; }
      .pagination ul li a:hover {
        color: #226bd8;
        border: 1px solid #226bd8; }
  .pagination ul li.active a {
    color: #226bd8;
    border: 1px solid #226bd8; }
    .pagination ul li.active a:hover {
      color: #226bd8;
      border: 1px solid #226bd8; }
  .pagination ul li.page a {
    color: #555555;
    border: none;
    padding: 3px 05px; }
    .pagination ul li.page a:hover {
      color: #226bd8;
      border: none; }
  .pagination p {
    margin-bottom: 0;
    padding-top: 10px; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #226bd9;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #226bd8;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #226bd8;
  border-color: #226bd8; }

h3.blog-title {
  color: #226bd8;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 8px;
  font-weight: normal; }
  h3.blog-title a {
    transition: all 0.3s ease 0s;
    color: #555555; }
    h3.blog-title a:hover {
      color: #226bd8; }

ul.user-link li {
  background: transparent;
  border-bottom: 1px solid #f1f1f1;
  list-style-type: none;
  position: relative;
  padding: 7px 0 7px 0px; }
  ul.user-link li a {
    transition: all 0.3s ease 0s;
    color: #555555;
    text-decoration: none;
    padding: 0 20px 0 0; }
    ul.user-link li a:hover {
      color: #444444; }
  ul.user-link li:hover a {
    padding-left: 10px; }
  ul.user-link li::before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 10px; }

.blog-avatar {
  max-width: 100px;
  max-height: 100px; }

/* Account
 * -------------------------------------------------------------------------- */
#avatar-modal .image {
  padding-bottom: 30px; }
#avatar-modal .upload {
  padding-bottom: 20px; }

#user .addressbook-table {
  padding-top: 10px; }
#user .addressbook-table-buttons {
  padding: 20px 0 10px; }
  #user .addressbook-table-buttons button {
    margin-bottom: 10px; }

.myaccount-info ul li {
  border-bottom: 1px solid #f2f2f2; }
  .myaccount-info ul li a {
    transition: all 0.3s ease 0s;
    display: block;
    padding: 3px 0; }
    .myaccount-info ul li a:hover {
      color: #226bd8; }
  .myaccount-info ul li:last-child {
    border-bottom: 0px solid #f2f2f2; }
.myaccount-info ul li.active a {
  color: #226bd8;
  font-weight: bold; }

.myaccount-dashboard {
  margin: 0; }
  .myaccount-dashboard a {
    transition: all 0.3s ease 0s; }
  .myaccount-dashboard label {
    font-weight: normal;
    margin-top: 10px;
    color: #a6a6a6; }
  .myaccount-dashboard p {
    color: #a6a6a6;
    line-height: 30px;
    margin-bottom: 20px; }

.ship-info a {
  transition: all 0.3s ease 0s; }
  .ship-info a:hover {
    color: #226bd8; }
.ship-info .country-select {
  width: 40%;
  margin: 15px 0; }

.method-right a {
  transition: all 0.3s ease 0s; }
  .method-right a:hover {
    color: #226bd8; }
.method-right a.add-tag-btn:hover {
  color: #ffffff; }

form.error-search-form {
  overflow: hidden; }
  form.error-search-form .error-search {
    transition: all 0.3s ease 0s;
    background-color: #226bd9;
    border: medium none;
    color: #ffffff;
    display: inline;
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
    padding: 8.5px 15px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    form.error-search-form .error-search:hover {
      background-color: #226bd8; }
  form.error-search-form span {
    color: #555555;
    display: inline;
    margin-right: 5px;
    font-size: 16px;
    line-height: 30px; }
  form.error-search-form .input-field {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    min-height: 25px;
    color: #666666;
    display: inline;
    margin-bottom: 20px;
    min-height: 40px;
    width: 30%; }
    form.error-search-form .input-field:focus {
      background-color: #edf7fd !important;
      box-shadow: none; }
  form.error-search-form .error-form-group {
    margin: 15px 0; }

.slider-readmore {
  overflow: hidden;
  color: #ffffff;
  padding: 20px 0;
  animation: ease-in-out;
  animation-name: bounceIn;
  animation-delay: 0s;
  animation-duration: 2500ms;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 2500ms ease-in-out 0s normal 1 running bounceIn;*/ }
  .slider-readmore a {
    transition: all 0.3s ease 0s;
    border: 2px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 29px;
    text-transform: none; }
    .slider-readmore a:hover {
      background-color: #226bd8; }

/* Mobile menu
 * -------------------------------------------------------------------------- */
.mean-container .mean-nav {
  background: #faf8f8; }
  .mean-container .mean-nav ul li a {
    transition: all 0.3s ease 0s;
    background: transparent;
    color: #666666;
    border-top: 1px solid #e0d8d8;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 14px;
    padding: 0.7em 4%; }
    .mean-container .mean-nav ul li a:hover {
      color: #226bd8; }
  .mean-container .mean-nav ul li a.mean-expand {
    font-weight: normal;
    line-height: 22px;
    padding: 8px !important; }
    .mean-container .mean-nav ul li a.mean-expand:hover {
      color: #226bd8;
      background: none; }
  .mean-container .mean-nav ul li ul li a {
    border-top: 1px solid #e0d8d8;
    padding: 0.7em 8%; }
  .mean-container .mean-nav nav {
    padding: 0 10px; }
.mean-container .mean-bar {
  background-color: #343434;
  margin-top: 0px;
  z-index: 1;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  width: 99.7%; }
.mean-container a.meanmenu-reveal {
  padding: 10px 13px 10px;
  top: 4px; }

.left-cat-dropdown {
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: 272px;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  top: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0; }
  .left-cat-dropdown .single-cat-dropdown a {
    color: #6d6d6d;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0; }
    .left-cat-dropdown .single-cat-dropdown a:hover {
      color: #226bd8; }
  .left-cat-dropdown .single-cat-dropdown .single-cat-item a.single-cat-dropdown-title {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 7px; }

.acc-information {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 15px;
  overflow: hidden; }
  .acc-information a {
    transition: all 0.3s ease 0s; }
    .acc-information a:hover {
      color: #226bd8; }
  .acc-information h6 {
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333; }
.acc-information.extpadding {
  padding: 25px;
  }
.more-info-tab > li > a {
  border: none; }
  .more-info-tab > li > a::after {
    transition: all 0.3s ease 0s; }
  .more-info-tab > li > a:hover {
    background-color: transparent; }
    .more-info-tab > li > a:hover::after {
      background-color: #226bd8;
      height: 2px;
      width: 100%; }
  .more-info-tab > li > a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(207, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: 0px; }
  .more-info-tab > li > a:focus {
    background-color: transparent; }
.more-info-tab > li.active > a {
  color: #226bd8;
  border: 0px solid #226bd8; }
  .more-info-tab > li.active > a:focus {
    color: #226bd8;
    border: 0px solid #226bd8; }
  .more-info-tab > li.active > a:hover {
    color: #226bd8;
    border: 0px solid #226bd8; }
  .more-info-tab > li.active > a::after {
    background-color: #226bd8;
    height: 2px; }

.blog-info-block {
  color: #226bd8;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px 0 0;
  -moz-border-radius: 15px 0 0;
  border-radius: 15px 0 0;
  bottom: 0;
  padding: 15px;
  position: absolute;
  right: 0; }

.blog-post-tag ul li a {
  color: #555555; }
  .blog-post-tag ul li a:hover {
    color: #226bd8; }

.post-log {
  margin-top: 25px; }
  .post-log h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal; }
    .post-log h4 a:hover {
      color: #226bd8; }

.cat-search-btn {
  color: #226bd8;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 42px; }
  .cat-search-btn:hover {
    color: #226bd8; }

.top-wishlist {
  float: left;
  width: 52px;
  position: relative; }
  .top-wishlist a.top-wishlist-link {
    background-color: #226bd8;
    width: 41px;
    height: 41px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative; }
    .top-wishlist a.top-wishlist-link span {
      color: #226bd8;
      background-color: #ffffff;
      border: 2px solid #226bd8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      display: block;
      font-size: 12px;
      height: 22px;
      line-height: 18px;
      position: absolute;
      right: -10px;
      top: -10px;
      text-align: center;
      width: 21px; }
    .top-wishlist a.top-wishlist-link:before {
      color: #d6b092;
      content: "\f004";
      font-family: fontawesome;
      font-size: 24px;
      left: 0;
      line-height: 41px;
      position: absolute;
      text-align: center;
      width: 39px; }
  .top-wishlist:hover .wishlist-box-overlay {
    visibility: visible;
    transform: scaleY(1); }

.posted-by {
  display: inline-block; }
  .posted-by p {
    margin: 0; }
    .posted-by p a {
      color: #226bd8; }

.sort-by {
  /*float: left;
  width: 29%;*/
  float: left;
  width: 100%; }
  .sort-by a {
    /*line-height: 29px;*/
    width: 30px;
    height: 29px; }
    .sort-by a:hover {
      color: #226bd8; }
    .sort-by a:active, .sort-by a:focus {
      width: 30px;
      height: 29px; }
  .sort-by label {
    color: #3e3e3e;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 33px;
    margin: 0; }

.pagination-bar {
  float: left;
  width: 36%; }
  .pagination-bar ul {
    margin-top: 5px;
    overflow: hidden;
    padding-left: 5px; }
    .pagination-bar ul li.active a {
      color: #226bd8;
      text-decoration: underline; }
    .pagination-bar ul li {
      display: inline;
      margin: 0 2px; }
      .pagination-bar ul li a:hover {
        color: #226bd8; }
  .pagination-bar label {
    color: #3e3e3e;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 33px;
    margin: 0; }

span.form-to-price {
  color: #226bd8;
  display: block;
  line-height: 25px;
  text-transform: capitalize;
  vertical-align: top; }

.about-us-text {
  margin-bottom: 30px; }
  .about-us-text h1 {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .about-us-text h1 strong {
      color: #226bd8;
      line-height: 40px;
      border-bottom: 1px solid #226bd8; }
  .about-us-text ul {
    margin-top: 1px;
    margin-bottom: 28px; }
    .about-us-text ul li {
      border-top: 1px solid #e1e1e1;
      font-size: 16px;
      line-height: 24px;
      padding: 10px 20px;
      position: relative;
      color: #333333; }
      .about-us-text ul li:last-child {
        border-bottom: 1px solid #e1e1e1; }
      .about-us-text ul li:before {
        position: absolute;
        content: "\f101";
        left: 0;
        top: 10px;
        font-family: fontawesome; }
  .about-us-text a.btn-custom {
    border: 1px solid #226bd8;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    padding: 10px 23px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .about-us-text a.btn-custom:hover {
      background-color: #226bd8;
      color: #ffffff; }
  .about-us-text p {
    text-align: justify; }

.content-text-img-left {
  padding: 7px 20px 10px 0;
  float: left; }

.content-text-img-right {
  padding: 7px 0 10px 20px;
  float: right; }

.client-say h2 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }
  .client-say h2 strong {
    color: #226bd8;
    border-bottom: 1px solid #226bd8; }

h2.creative-member {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }
  h2.creative-member strong {
    color: #226bd8;
    border-bottom: 1px solid #226bd8; }

.item-a-info {
  overflow: hidden; }
  .item-a-info a {
    color: #226bd8;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    text-decoration: none; }
  .item-a-info > h3 {
    line-height: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px; }
  .item-a-info h5 strong {
    font-weight: normal; }
  .item-a-info h5 a {
    font-size: 17px;
    font-weight: normal; }

.right-info {
  margin-bottom: 15px; }
  .right-info p {

    margin-bottom: 10px;
    margin-top: 5px;
    }
    .right-info p a {
      float: right;
      margin-right: 15px; }
      .right-info p a:hover {
         }
  .right-info a:hover {
     }
  .right-info span {

    display: block;
    line-height: 21px; }

.add-b-man-add {
  overflow: hidden; }
  .add-b-man-add p {
    font-size: 13px; }
    .add-b-man-add p a.manage-add {
      float: right; }
      .add-b-man-add p a.manage-add:hover {
        color: #226bd8; }
    .add-b-man-add p span.add-bbok {
      float: left;
      color: #333333; }

a.o-back-to:hover {
  color: #226bd8; }

.cart-page-edit {
  padding: 0 10px; }
  .cart-page-edit a {
    font-size: 16px; }
    .cart-page-edit a:hover {
      color: #226bd8; }

.cartpage-delete-item {
  padding: 0 10px; }
  .cartpage-delete-item a:hover {
    color: #226bd8; }

.cartpage-pro-dec {
  padding: 0 10px; }
  .cartpage-pro-dec p {
    margin-bottom: 0px;
    text-align: left;
    padding: 0 15px; }
    .cartpage-pro-dec p a {
      color: #000000;
      font-size: 14px;
      font-weight: normal;
      text-transform: none; }
      .cartpage-pro-dec p a:hover {
        color: #226bd8; }
  .cartpage-pro-dec h2 a:hover {
    color: #226bd8; }

.cart-pro-price {
  padding: 0 10px; }
  .cart-pro-price p {
    color: #226bd8;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0; }

a.wishlist-back:hover {
  color: #226bd8; }

.wishlist-table {
  /*.plus-minus-btn-box {
      width: 80%;
  }*/ }
  .wishlist-table .cartpage-pro-dec h2 {
    margin-top: 5px; }
    .wishlist-table .cartpage-pro-dec h2 a {
      color: #4a4a4a;
      font-size: 14px;
      font-weight: normal; }
      .wishlist-table .cartpage-pro-dec h2 a:hover {
        color: #226bd8; }
  .wishlist-table .cartpage-item-remove {
    width: 15px; }

.owl-controls .owl-buttons {
  height: 46px;
  line-height: 46px; }
  .owl-controls .owl-buttons .owl-next:hover i {
    color: #226bd8; }
  .owl-controls .owl-buttons .owl-prev:hover i {
    color: #226bd8; }
  .owl-controls .owl-buttons i {
    color: #a6a6a6;
    display: block;
    font-size: 14px;
    position: relative;
    right: 0;
    top: 0; }

/* Gutscheinformular (groß)
 * -------------------------------------------------------------------------- */
.voucherform-wrapper {
  background-image: url("/filesystem/43/cms/voucherform/background_sand.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  margin-bottom: 25px; }
  .voucherform-wrapper h2 {
    font-family: "Gochi Hand", cursive;
    color: #ffffff;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(226, 0, 26, 0.7);
    margin: 0;
    padding: 10px 0; }
  .voucherform-wrapper p {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px; }
  .voucherform-wrapper label {
    color: #ffffff;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
    font-size: 16px;
    /*text-shadow: 1px 1px 3px $color_7;*/ }

#voucher_value {
  width: 40px; }

/* Product
 * -------------------------------------------------------------------------- */
.section-heading {
  border: 1px solid #e1e1e1;
  margin: 20px 0 30px;
  overflow: hidden; }
  .section-heading h2 {
    color: #4a4a4a;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 12px 15px;
    position: relative;
    text-transform: uppercase; }
    .section-heading h2 span {
      color: #226bd8; }

.copy-right-area {
  text-align: center; }
  .copy-right-area p.copy-right {
    margin-bottom: 0;
    color: #000000;
    font-weight: normal; }
    .copy-right-area p.copy-right a {
      color: #226bd8; }

.address-info p {
  line-height: 19px;
  margin-bottom: 8px; }
  .address-info p span {
    color: #000000;
    overflow: hidden;
    padding-top: 5px;
    font-weight: normal; }
    .address-info p span a {
      color: #000000; }
      .address-info p span a:hover {
        color: #226bd8; }
  .address-info p strong {
    color: #000000;
    float: left;
    font-weight: normal;
    min-width: 70px; }

p.availability span {
  color: #226bd8; }

.order-review .block-button-right span {
  color: #226bd8;
  float: left;
  margin-top: 5px; }
  .order-review .block-button-right span a.o-back-to {
    float: none;
    margin-left: 5px; }
.order-review table thead tr th {
  border: 1px solid #f2f2f2 !important;
  color: #000000;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal; }
.order-review table thead tr th.width-2 {
  width: 11%; }
.order-review table thead tr th.width-3 {
  width: 5%; }
.order-review table thead tr th.width-4 {
  width: 12%; }
.order-review table tbody tr td {
  border: 1px solid #f2f2f2 !important; }
.order-review table tfoot tr {
  border-left: 1px solid #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2 !important;
  border-bottom: 0px solid #f2f2f2 !important; }
  .order-review table tfoot tr td {
    border-right: 0px solid #f2f2f2 !important;
    border-top: 0px solid #f2f2f2 !important;
    padding: 1px 5px;
    font-size: 16px;
    text-align: right;
    color: #a6a6a6; }
    .order-review table tfoot tr td:last-child {
      border-right: 1px solid #f2f2f2 !important; }
  .order-review table tfoot tr:last-child {
    border-bottom: 1px solid #f2f2f2 !important; }
.order-review table tfoot tr.tr-f td {
  font-size: 14px; }

h3.blog-sidebar-title {
  color: #555555;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none; }

.error-form p {
  color: #555555;
  font-size: 16px;
  margin: 0 0 18px; }

.shop-scrolltotop:hover {
  background-color: #226bd8; }

.header-top {
  background-color: #226bd9; }

/* content: "\e026"; */
.more-categories {
  background: #f1f0f0;
  line-height: 31px;
  font-size: 14px;
  color: #737373;
  font-style: italic;
  cursor: pointer; }
  .more-categories .more-view {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    padding: 15px 15px 15px 67px; }
    .more-categories .more-view:hover {
      background-color: #226bd8;
      color: #ffffff; }
  .more-categories .more-view.open:before {
    content: "\e113";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
    margin-left: -30px;
    padding-right: 10px; }
  .more-categories .more-view.open:hover {
    background-color: #226bd8; }

.shop-panelicon .accordion-toggle:not(.collapsed) span {
  background-color: #226bd8;
  color: #ffffff; }

ul.product-nav {
  border: none; }
  ul.product-nav li.active p a {
    background-color: #226bd8;
    color: #ffffff; }
  ul.product-nav li {
    margin-bottom: 0; }
    ul.product-nav li:hover a {
      background-color: #226bd8;
      color: #ffffff; }
    ul.product-nav li p {
      line-height: 23px;
      margin-bottom: 0; }
      ul.product-nav li p a {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #4a4a4a;
        line-height: 16px;
        padding: 1px 21px; }

.welcome-mes p {
  color: #ffffff;
  line-height: 45px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0; }

.left-category-menu-area {
  position: relative;
  z-index: 105; }
  .left-category-menu-area h3 {
    color: #ffffff;
    background-color: #226bd9;
    font-size: 14px;
    font-weight: normal;
    line-height: 45.3px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    top: 0.3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .left-category-menu-area h3:before {
      content: "\f0c9";
      font-family: fontawesome;
      font-size: 15px;
      left: 18px;
      position: absolute; }

.owl-controls.clickable {
  height: 46px;
  margin-top: 0;
  position: absolute;
  right: 16px;
  top: -47px;
  width: 50px; }

.block2 .owl-controls.clickable {
  border-left: 1px solid #e1e1e1;
  top: -77px; }
.block2 .owl-controls .owl-buttons {
  line-height: 48px; }
.block2 .rating-box {
  margin-bottom: 10px; }
.block2 span.regular-price {
  font-size: 21px; }
.block2 span.old-price {
  font-size: 15px; }

.tab-content-area .owl-controls.clickable {
  border-left: 1px solid #e1e1e1;
  top: -77px; }
.tab-content-area .owl-carousel .owl-item {
  padding: 0 15px 0px; }

.new-product {
  margin-bottom: 30px; }
  .new-product .owl-controls.clickable {
    border-left: 1px solid #e1e1e1;
    top: -77px; }
  .new-product .item {
    border: 1px solid #e1e1e1;
    margin: 0 15px;
    padding: 0 10px; }
  .new-product .block4-single-item {
    border: none;
    padding: 25px 0 15.3px; }
  .new-product .block4-pro-img {
    width: 38%; }
  .new-product .block4-pro-text {
    width: 55.5%; }

/* Post & Client
 * -------------------------------------------------------------------------- */
.latest-post-area {
  margin-bottom: 0px; }
  .latest-post-area .owl-controls.clickable {
    border-left: 1px solid #e1e1e1;
    top: -77px;
    right: 0; }

.related-product {
  margin-top: 30px; }
  .related-product .owl-controls.clickable {
    border-left: 1px solid #e1e1e1;
    top: -77px;
    top: -77px; }
  .related-product .section-heading {
    margin-top: 0;
    margin: 0 15px 30px 15px; }
  .related-product .owl-carousel .owl-item {
    padding: 0 15px; }
  .related-product .single-product-item {
    margin-bottom: 1px; }

.owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  padding: 0;
  vertical-align: middle;
  width: 15px; }

.scroll-to-top {
  bottom: 30px;
  position: fixed;
  right: 10px;
  z-index: 999; }

.single-image-add {
  margin-bottom: 30px; }
  .single-image-add a {
    overflow: hidden;
    display: block; }
    .single-image-add a img {
      transition: 0.5s; }
    .single-image-add a:hover img {
      transform: scale(1.1); }
  .single-image-add .single-image-add-text {
    width: 100%;
    position: absolute;
    top: 100px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 10px #000000; }
  .single-image-add .banner-link {
    color: #ffffff; }

.none-menu {
  display: none; }

.header-middle {
  padding: 26px 0 30px; }

.category-search-area {
  float: left;
  margin-left: 40px;
  margin-right: 25px;
  width: 66%;
  margin-top: 10px; }

.search-cat {
  float: left;
  margin-right: 7px;
  width: 160px;
  position: relative;
  overflow: hidden; }
  .search-cat select {
    background-image: url("../img/icons/caret_black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 120px center;
    border: 2px solid #226bd8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #565656;
    padding: 8px 20px 7px 15px;
    width: 100%; }
    .search-cat select:hover {
      background-image: url("../img/icons/caret_bluegrey.png"); }
    .search-cat select option {
      padding: 0px 10px; }

.search-form {
  float: left;
  /*width: 390px;*/
  width: 100% !important; }
  .search-form form {
    position: relative; }

.cat-search-box {
  border: 2px solid #226bd8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #565656;
  height: 42px;
  padding: 0 30px 0 15px;
  width: 100%; }

.header-search-results {
  position: relative; }
  .header-search-results .panel-default {
    border-color: transparent; }
  .header-search-results .header-search-results-collapse {
    position: absolute;
    width: 99.75%;
    z-index: 1000; }
    .header-search-results .header-search-results-collapse .list-group {
      margin-bottom: 0; }
    .header-search-results .header-search-results-collapse .single-mycart-item {
      margin-bottom: 2px;
      overflow: hidden; }
  .header-search-results .panel-footer {
    color: #ffffff;
    background-color: #226bd8; }
    .header-search-results .panel-footer a, .header-search-results .panel-footer a:hover, .header-search-results .panel-footer a:visited {
      color: #ffffff; }
    .header-search-results .panel-footer a:hover, .header-search-results .panel-footer a:active {
      color: #226bd8; }
    .header-search-results .panel-footer a:hover .glyphicon {
      color: #ffffff; }
  .header-search-results #ajax_global_search_results {
    overflow: auto;
    height: 290%; }

.top-shoping-cart {
  margin-top: 10px; }

.wishlist-box-overlay {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 280px;
  z-index: 110;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s;
  right: -35px; }
  .wishlist-box-overlay .product-price {
    margin-top: 0; }
  .wishlist-box-overlay .mycart-item-edit a.item-delete {
    line-height: 0;
    float: right; }
  .wishlist-box-overlay .mycart-item-text {
    width: 180px; }
    .wishlist-box-overlay .mycart-item-text p {
      margin-bottom: 2px; }
      .wishlist-box-overlay .mycart-item-text p a.mycart-title {
        font-weight: normal;
        font-size: 12px;
        line-height: 17px; }
  .wishlist-box-overlay .mycart-item-pro {
    width: 100%; }

.top-mycart-overlay {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 270px;
  z-index: 110;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s; }

.single-mycart-items-scrollable-container {
  max-height: 280px;
  overflow-y: scroll; }

.single-mycart-item {
  margin-bottom: 15px;
  overflow: hidden; }

.mycart-item-pro {
  float: left;
  overflow: hidden;
  width: 203px; }

.mycart-item-img {
  border: 1px solid #e1e1e1;
  float: left;
  margin: 3px 8px 0 0;
  overflow: hidden;
  width: 50px; }

.cart-price strong {
  color: #a6a6a6;
  font-size: 11px;
  font-weight: normal; }
.cart-price sub {
  color: #a6a6a6;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  top: 0; }
.cart-price span {
  color: #a6a6a6;
  font-size: 15px;
  font-weight: normal;
  margin-left: 3px; }

.mycart-item-edit {
  float: right;
  width: 36px; }
  .mycart-item-edit a.item-edit {
    color: #226bd9;
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: 14px;
    line-height: 14px;
    float: left; }
  .mycart-item-edit a.item-delete {
    color: #226bd8;
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: 14px;
    line-height: 14px; }

.item-delete {
  color: #226bd8;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  font-size: 14px;
  line-height: 14px; }

p.last-added-item {
  text-transform: capitalize;
  color: #a6a6a6;
  font-size: 11px;
  line-height: 16px; }

.header-bottom {
  border-bottom: 1px solid #226bd9; }

.more-view:before {
  content: "\e114";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  margin-left: -30px;
  padding-right: 10px; }

.extra_menu {
  display: none; }

.left-cat-1 {
  width: 670px; }

.left-cat-2 {
  width: 460px; }

.left-cat-3 {
  width: 670px; }
  .left-cat-3 .single-cat-dropdown {
    padding-left: 20px; }
    .left-cat-3 .single-cat-dropdown:first-child {
      padding-left: 0; }

.left-cat-4 {
  width: 670px; }
  .left-cat-4 .single-cat-dropdown:last-child {
    margin-right: 0; }

.left-cat-5 {
  width: 670px; }

.left-cat-6 {
  width: 255px; }

span.mobile-menu-title {
  color: #ffffff;
  font-size: 16px;
  left: 18px;
  line-height: 18px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  font-weight: normal; }

a.meanmenu-reveal {
  float: right; }

.slider {
  margin-top: 20px; }
  .slider:hover .nivo-directionNav a.nivo-prevNav {
    left: 0; }
  .slider:hover .nivo-directionNav a.nivo-nextNav {
    right: 0; }

.nivo-caption {
  background: transparent;
  opacity: 1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 !important; }

.width-cap {
  left: 0;
  margin: -110px auto 0;
  max-width: 1140px;
  position: absolute;
  right: 0; }
  .width-cap h2 {
    overflow: hidden;
    color: #ffffff; }
    .width-cap h2 span {
      display: block; }
  .width-cap h3 {
    overflow: hidden;
    color: #ffffff; }
    .width-cap h3 span {
      display: block; }

.slider-text {
  display: table;
  height: 100%;
  width: 100%; }

.middle-text {
  display: table-cell;
  vertical-align: middle; }

h3.slider-title-top {
  line-height: 30px; }
  h3.slider-title-top span {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px; }

h2.slider-title-middle {
  line-height: 70px; }
  h2.slider-title-middle span {
    text-transform: uppercase;
    font-size: 60px; }

h3.slider-title-bottom {
  line-height: 27px;
  margin: 16px 0 17px; }
  h3.slider-title-bottom span {
    font-size: 25px;
    font-weight: normal;
    text-transform: none; }

.top-ani-1 {
  animation: ease-in-out;
  animation-name: bounceInDown;
  animation-duration: 1200ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 1200ms ease-in-out 0s normal none 1 running bounceInDown;*/ }

.bottom-ani-11 {
  animation: ease-in-out;
  animation-name: bounceInLeft;
  animation-duration: 2000ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;*/ }

.top-ani-2 {
  animation: ease-in-out;
  animation-name: bounceIn;
  animation-duration: 1500ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 1500ms ease-in-out 0s normal none 1 running bounceIn;*/ }

.middle-ani-2 {
  animation: ease-in-out;
  animation-name: bounceInRight;
  animation-duration: 1700ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 1700ms ease-in-out 0s normal none 1 running bounceInRight;*/ }

.middle-ani-1 {
  animation: ease-in-out;
  animation-name: bounceInRight;
  animation-duration: 1700ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 1700ms ease-in-out 0s normal none 1 running bounceInRight;*/ }

.bottom-ani-22 {
  animation: ease-in-out;
  animation-name: bounceIn;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-direction: normal;
  /*animation: 1800ms ease-in-out 0s normal none 1 running bounceIn;*/ }

a.nivo-prevNav i.nivo-prev-icon {
  color: #ffffff;
  display: block !important;
  font-size: 15px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: relative;
  top: 50%;
  width: 10px;
  left: -24px; }

a.nivo-nextNav i.nivo-next-icon {
  color: #ffffff;
  display: block !important;
  font-size: 15px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: relative;
  top: 50%;
  width: 10px;
  left: 14px; }

.slider-progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(38, 57, 64, 0.42);
  height: 5px;
  -webkit-animation: timebar 5000ms ease-in-out;
  -moz-animation: timebar 5000ms ease-in-out;
  -ms-animation: timebar 5000ms ease-in-out;
  animation: timebar 5000ms ease-in-out;
  opacity: 0.8; }

.slider-progress.pos_hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.shipping-add-image {
  margin-left: -300px;
  margin-top: 22px;
  position: relative;
  z-index: 99; }
  .shipping-add-image .row {
    margin-left: 3px;
    margin-right: -5px; }
    .shipping-add-image .row .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
      padding: 0 5px; }

.block4 .section-heading {
  margin: 0; }
.block4 .item {
  padding: 0 15px; }
.block4 .block4-pro-img {
  float: left;
  margin-right: 15px;
  width: 34%; }
.block4 .block4-pro-text {
  float: left;
  width: 59%; }

.sidebar-product {
  margin-top: 20px; }

.block4-single-item {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 17px 12px 17.3px; }

.rating-box {
  line-height: 16px; }
  .rating-box a {
    color: #E0DBDB; }
  .rating-box a.rated {
    color: #226bd8; }

.product-price {
  margin-top: 6px; }

span.regular-price {
  font-size: 14px;
  line-height: 20px;
  color: #226bd8;
  font-weight: normal;
  margin-right: 5px; }

span.old-price {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through; }

.endofday-product-area {
  margin-top: 10px; }

.block2-single-item {
  margin: 0 15px; }

.product-border {
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden; }

.block2-pro-img {
  float: left;
  margin-right: 12px;
  width: 41%; }
  .block2-pro-img a {
    display: block; }

.block2-pro-text {
  float: left;
  width: 56%; }
  .block2-pro-text h2 {
    margin-bottom: 6px; }
    .block2-pro-text h2 a {
      color: #4a4a4a;
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase; }

.product-description {
  margin-top: 12px; }
  .product-description p {
    border-top: 1px solid #e5e5e5;
    line-height: 24px;
    padding-top: 15px;
    margin-bottom: 30px; }

.box-timer {
  background-color: #226bd8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  left: 43%;
  overflow: hidden;
  padding: 15px 10px 15px 65px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 305px;
  bottom: 0; }

.timer {
  line-height: 8px; }
  .timer:before {
    content: "\f017";
    color: #ffffff;
    float: left;
    font-family: fontawesome;
    font-size: 30px;
    left: 18px;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    top: 13px; }

span.countdown-timer span.time-count {
  font-weight: normal;
  line-height: 16px;
  font-size: 14px; }
span.countdown-timer p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  font-weight: normal; }

.days {
  float: left;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #ffffff;
  display: block; }

.hour {
  float: left;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #ffffff;
  display: block; }

.minutes {
  float: left;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #ffffff;
  display: block; }

.second {
  float: left;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #ffffff;
  display: block;
  border-right: 0px solid #ffffff;
  padding-right: 0px; }

.tab-carousel-menu {
  float: right;
  margin-top: 11px;
  margin-right: 60px; }

.bestseller-sec-heading {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-right: 15px; }
  .bestseller-sec-heading h2 {
    padding: 13px 15px 11px; }

.single-product-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px; }
  .single-product-item:hover .single-product-text {
    margin-bottom: -50px;
    bottom: 48px; }
  .single-product-item:hover .single-product-overlay {
    opacity: 1;
    visibility: visible; }
  .single-product-item:hover a img {
    transform: scale(1.2); }

.product-sticker {
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 100; }

.sale-sticker {
  top: 0px; }

.block-img-add {
  padding-top: 5px; }

.Mostview-sec-heading {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0; }

.new-product-area .sidebar-product {
  margin-top: 0; }
.new-product-area .section-heading {
  margin-top: 5px; }

/* Shop category
 * -------------------------------------------------------------------------- */
.shop-by-category .section-heading {
  margin-top: 0; }

.about-sec-heading {
  margin-top: 0; }

.latestpost-sec-heading {
  margin-top: 0; }

.single-category-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px; }

.shop-category-image {
  float: right;
  width: 48%; }

.single-l-post {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 10px;
  border-right: 2px solid #226bd8; }
  .single-l-post:hover .l-post-img::after {
    height: 100%;
    width: 100%; }
  .single-l-post:hover a img {
    transform: scale(1.4); }

.l-post-text {
  overflow: hidden; }

.post-info {
  font-weight: normal;
  padding: 10px 0; }

.post-time {
  color: #707070;
  display: inline-block; }
  .post-time p {
    margin: 0; }
    .post-time p span {
      margin: 0 7px; }

.about-us-area {
  margin-bottom: 0px; }

.left-content {
  float: left;
  margin-right: 30px;
  max-width: 47.5%; }
  .left-content a {
    display: block;
    margin-bottom: 35px; }
  .left-content p {
    color: #a6a6a6;
    line-height: 25px;
    text-align: justify; }

.right-content {
  overflow: hidden;
  float: right; }

.brand-client-area {
  padding: 40px 0; }

.carousel-border {
  margin-left: 15px;
  margin-right: 15px; }

.client-carousel {
  border: 1px solid #e1e1e1; }

.single-client {
  padding: 10px 10px;
  text-align: center; }

/* Footer
 * -------------------------------------------------------------------------- */
.footer-area {
  background: #e7e7e7 none repeat scroll 0 0;
  padding-top: 20px; }

.footer-top {
  padding-bottom: 30px;
  background-image: url("/filesystem/43/cms/footer/footer-background.png");
  background-repeat: repeat; }

.news-form-group h2 {
  color: #3c3c3c;
  font-size: 14px;
  margin: 35px 0 20px;
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  line-height: 36px;
  margin: 0 10px 0 0;
  overflow: hidden; }
.news-form-group h3 {
  margin: 0; }

.banner-footer {
  border: 3px solid #ffffff;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.t-b-border {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0; }

.social-title h3 {
  margin: 0; }

.news-form-con {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 36px; }
  .news-form-con:focus {
    box-shadow: none; }

.news-btn {
  background-color: #226bd8;
  border: medium none;
  height: 36px;
  overflow: hidden;
  width: 36px;
  position: absolute;
  float: right;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
  .news-btn i {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    line-height: 33px; }

.payment-logo {
  position: relative;
  text-align: right;
  top: -3px; }

.footer-bottom {
  padding: 20px 0; }

.store-select {
  margin-bottom: 10px; }
  .store-select label {
    font-weight: normal;
    color: #000000; }
  .store-select select {
    background-color: #ffffff;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2px;
    width: 100px;
    background-image: url("../img/icons/caret_black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 80px center;
    color: #000000; }
    .store-select select:hover {
      background-image: url("../img/icons/caret_bluegrey.png"); }
    .store-select select:focus {
      background-color: #edf7fd; }

.carousel-p-b {
  padding: 0px 10px 10px 10px;
  margin: 0 5px; }

.single-img-add.single-sidebar a {
  position: relative;
  display: inline-block; }
  .single-img-add.single-sidebar a:after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0; }
  .single-img-add.single-sidebar a:hover::after {
    left: 0;
    opacity: 100;
    width: 100%; }

.category-image-add a {
  position: relative;
  display: inline-block; }
  .category-image-add a:after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0; }
  .category-image-add a:hover::after {
    left: 0;
    opacity: 100;
    width: 100%; }
  .category-image-add a img {
    width: 100%; }

.product-carousel-1-h3 {
  border-top: 0px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .product-carousel-1-h3 .owl-controls.clickable {
    right: 0; }

.product-carousel-2-h3 {
  border-top: 0px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .product-carousel-2-h3 .owl-controls.clickable {
    right: 0; }

.product-carousel-3-h3 {
  border-top: 0px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .product-carousel-3-h3 .owl-controls.clickable {
    right: 0; }

.single-megamenu-title:nth-child(n+2) {
  margin-top: 20px; }

.mega-menu-1 {
  width: 920px;
  left: -85.5px;
  position: absolute; }
  .mega-menu-1:before {
    border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) rgba(236, 233, 233, 0.92);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 10.3%;
    position: absolute;
    top: -20px; }

.mega-menu-1-custom {
  width: 250px;
  left: 0;
  position: absolute; }
  .mega-menu-1-custom:before {
    border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) rgba(236, 233, 233, 0.92);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 10.3%;
    position: absolute;
    top: -20px; }

.mega-menu-2 {
  position: absolute;
  width: 920px;
  left: -168px; }
  .mega-menu-2:before {
    border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) rgba(236, 233, 233, 0.92);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 10.3%;
    position: absolute;
    top: -20px;
    left: 19.3%; }

.mega-menu-3 {
  position: absolute;
  width: 700px;
  left: -254px; }
  .mega-menu-3:before {
    border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) rgba(236, 233, 233, 0.92);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 10.3%;
    position: absolute;
    top: -20px;
    left: 37.5%; }

.mega-menu-4 {
  position: absolute;
  width: 481px;
  left: 0; }
  .mega-menu-4:before {
    border-color: rgba(58, 61, 66, 0) rgba(58, 61, 66, 0) #226bd9;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 10.3%;
    position: absolute;
    top: -20px;
    left: 10px; }

.single-mega-menu {
  float: left;
  margin-right: 19px;
  width: 200px; }
  .single-mega-menu:last-child {
    margin-right: 0; }

.mega-img a {
  padding: 0; }

/* Shop grid
 * -------------------------------------------------------------------------- */
.main-content-area {
  padding-top: 20px; }

.page-sidebar-area .community-vote.single-sidebar {
  margin-bottom: 0; }

.single-sidebar {
  margin-bottom: 30px; }
  .single-sidebar h2 {
    border-bottom: 2px solid #226bd8;
    color: #363636;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 22px; }

a.remove-icon-btn {
  color: #226bd8;
  display: block;
  float: right;
  height: 16px;
  position: relative;
  width: 16px;
  font-size: 16px; }

.price-filter {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.Checkout-sidebar ul {
  margin-top: 20px; }
  .Checkout-sidebar ul li {
    border-bottom: 1px solid #d6d6d6;
    color: #8c8c8c;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    padding: 6px 0;
    text-transform: capitalize; }
    .Checkout-sidebar ul li:before {
      color: #6d6d6d;
      content: "\f101";
      display: inline-block;
      font-family: fontawesome;
      font-size: 10px;
      margin-right: 10px;
      content: "\f105 ";
      font-size: 14px; }

.price-rang-filter {
  border-bottom: 0px solid #e1e1e1; }
  .price-rang-filter h3 {
    margin-bottom: 20px; }

.range-area p {
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 20px; }

.range_value_1 {
  border: medium none;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: bold;
  width: 100%; }

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background-color: #dbdbdb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 6px;
  border: medium none;
  top: 5px; }

.ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #226bd8;
  border: medium none;
  height: 6px;
  top: 0px; }

.ui-slider-handle.ui-state-default.ui-corner-all {
  background-color: #226bd8;
  border: medium none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -5px; }

.single-img-add a img {
  width: 100%; }

a.compare-btn {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 4px 17px 3px;
  text-transform: capitalize; }

.view-all-tag {
  margin-top: 15px; }
  .view-all-tag a {
    margin-bottom: 0; }

.product-filtering-bar {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 6px 10px;
  overflow: hidden; }

.product-sorting-bar {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 6px 10px;
  overflow: hidden; }

.bar-2 {
  margin-bottom: 0;
  margin-top: 5px; }

.view-system {
  /*float: left;
  margin-top: 3px;
  overflow: hidden;
  width: 35%;*/
  margin-top: 3px;
  overflow: hidden;
  width: 100%; }
  .view-system ul li {
    background-color: #3c3c3c;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 27px;
    line-height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .view-system ul li a {
      background-color: transparent;
      float: left;
      font-size: 18px;
      height: 27px;
      line-height: 29px;
      margin-right: 5px;
      text-align: center;
      width: 27px;
      display: block;
      color: #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .view-system ul li a:hover {
        background-color: #226bd8; }
  .view-system ul li.active {
    background-color: #226bd8;
    color: #ffffff; }

.show-page {
  /*float: left;
  width: 36%;*/
  width: 100%; }
  .show-page label {
    color: #3e3e3e;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 33px;
    margin: 0; }
  .show-page span {
    line-height: 33px; }

.short-select-option {
  float: left; }
  .short-select-option select {
    background-attachment: scroll;
    background-color: #f2f2f4;
    background-image: url("../img/icons/caret_black.png");
    background-position: 158px center;
    background-repeat: no-repeat;
    border: medium none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    padding: 3px 14px;
    width: 180px;
    margin: 0 5px;
    text-align: center;
    min-height: 30px; }

.per-page select {
  width: 65px;
  background-position: 43px center; }

/* !!! */
.right-main-product .all-grid-product .single-product-item .product-image {
  height: 187px;
  text-align: center; }
  .right-main-product .all-grid-product .single-product-item .product-image .helper {
    display: inline-block;
    vertical-align: middle; }
  .right-main-product .all-grid-product .single-product-item .product-image img {
    max-width: 100%;
    vertical-align: middle; }

/* Shop list
 * -------------------------------------------------------------------------- */
.all-list-product .single-product-item {
  border-top: 0px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0px solid #e5e5e5;
  border-right: 0px solid #e5e5e5;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 25px;
  position: static; }
  .all-list-product .single-product-item:hover .single-product-text {
    bottom: 0;
    margin-bottom: 0; }
.all-list-product .product-image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 32%; }
.all-list-product .single-product-text {
  background: transparent;
  bottom: 0;
  display: block;
  float: left;
  height: auto;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0px 20px;
  position: static;
  width: 68%; }
  .all-list-product .single-product-text h2 {
    text-align: left; }
    .all-list-product .single-product-text h2 a.product-title {
      display: inline-block;
      font-size: 16px;
      margin-bottom: 10px;
      padding-top: 7px;
      text-transform: capitalize; }
  .all-list-product .single-product-text .product-price {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left; }
.all-list-product .price-rate-box {
  overflow: hidden; }
  .all-list-product .price-rate-box .product-price {
    float: left; }
  .all-list-product .price-rate-box .rating-box {
    float: right;
    margin-top: 13px; }
.all-list-product span.regular-price {
  font-size: 18px; }
.all-list-product span.old-price {
  font-size: 14px;
  color: #b3b3b3; }
.all-list-product .pro-add-to-cart {
  margin-bottom: 0;
  margin-top: 30px; }
  .all-list-product .pro-add-to-cart p {
    text-align: left; }
    .all-list-product .pro-add-to-cart p a {
      padding: 10px 18px 8px;
      font-size: 12px; }
.all-list-product .single-product-overlay {
  padding-top: 0; }
.all-list-product .product-quick-view {
  margin-top: 43.5%; }
.all-list-product .product-description p {
  padding-top: 19px; }

.community-vote p {
  margin-bottom: 5px; }

/* Product single
 * -------------------------------------------------------------------------- */
/*
*/
.single-pro-main-image {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  height: 100%; }
  .single-pro-main-image a {
    display: block; }

.single-pro-main-image-container {
  text-align: center;
  height: 455px;
  width: 455px;
  display: table-cell;
  vertical-align: middle; }

.zoomWrapper img {
  /*width: 93.4% !important;
  height: auto;*/ }

.zoomWindow {
  border: 2px solid #e1e1e1 !important;
  left: 470px !important;
  top: 0 !important;
  /*width: 455px !important;
  height: 455px !important;*/ }

#elevate_zoom {
  width: 100%; }

#optima_gallery img {
  border: 2px solid #e1e1e1; }

#optima_gallery .active img {
  border: 2px solid #226bd8 !important; }

ul.thumbnail-carousel .owl-wrapper {
  margin-left: -2px; }
  ul.thumbnail-carousel .owl-wrapper .owl-item {
    padding: 0 5px 0 5px; }
ul.thumbnail-carousel .owl-controls.clickable {
  right: 0;
  top: 37px;
  width: 0; }
  ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
    display: block;
    height: 30px;
    overflow: hidden;
    width: 30px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s;
    left: -457px;
    margin: 0;
    position: absolute; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev:hover {
      background-color: #3c3c3c;
      border-color: #3c3c3c; }
      ul.thumbnail-carousel .owl-controls.clickable .owl-prev:hover i {
        color: #ffffff; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev i {
      line-height: 26px; }
  ul.thumbnail-carousel .owl-controls.clickable .owl-next {
    display: block;
    height: 30px;
    overflow: hidden;
    width: 30px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0;
    position: absolute;
    right: 0; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-next:hover {
      background-color: #3c3c3c;
      border-color: #3c3c3c; }
      ul.thumbnail-carousel .owl-controls.clickable .owl-next:hover i {
        color: #ffffff; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-next i {
      line-height: 26px; }

.single-pro-thumb {
  padding: 0;
  margin-bottom: 30px; }

.pro-desc {
  margin-bottom: 20px; }
  .pro-desc h2 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .pro-desc span.regular-price {
    display: inline-block;
    font-size: 24px;
    line-height: 25px;
    margin-right: 0; }

.pro-availability p {
  color: #818181;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-top: 9px;
  text-transform: capitalize; }

.product-content {
  margin-top: 15px; }
  .product-content p {
    color: #898989; }

.variation-selection {
  margin-top: 10px; }
  .variation-selection .variation-selection-title {
    font-size: 15px;
    font-weight: bold;
    border: none !important;
    padding-left: 0 !important; }
  .variation-selection .boxed-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857em;
    overflow: hidden;
    list-style: none; }
    .variation-selection .boxed-list li {
      background-color: #ffffff;
      border: 1px dotted #226bd9;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      /*cursor: pointer;*/
      float: left;
      margin: 5px;
      position: relative;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 30px;
      line-height: 28px;
      min-width: 30px;
      padding: 0 8px; }
      .variation-selection .boxed-list li:first-child {
        margin-left: 0 !important; }

.product-quantity {
  margin: 30px 0 30px;
  overflow: hidden; }
  .product-quantity .plus-minus-btn {
    float: left;
    position: relative;
    width: 22%; }
  .product-quantity .pro-add-to-cart {
    float: left;
    margin-left: 15px; }
    .product-quantity .pro-add-to-cart p a.add-to-cart-btn {
      padding: 9px 22px 7px;
      border-color: #226bd8;
      color: #3c3c3c; }
      .product-quantity .pro-add-to-cart p a.add-to-cart-btn:hover {
        border-color: #226bd8;
        color: #ffffff; }
    .product-quantity .pro-add-to-cart p a.add-to-wishlist-btn {
      background-color: #226bd8;
      border-color: #226bd8;
      color: #ffffff;
      width: 35px;
      padding: 0 3px;
      margin-left: 10px; }
      .product-quantity .pro-add-to-cart p a.add-to-wishlist-btn:hover {
        background-color: #ffffff;
        border-color: #226bd8;
        color: #226bd8; }
      .product-quantity .pro-add-to-cart p a.add-to-wishlist-btn .glyphicon-heart:before {
        font-size: 20px;
        line-height: 30px; }

.plus-minus-btn {
  padding: 0 10px 0 0; }
  .plus-minus-btn > label {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px; }

.plus-minus-btn-box {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #3c3c3c;
  min-height: 35px;
  text-align: center;
  width: 90%; }

.decrease.quantity-btn {
  background-color: #f1f1f1;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 14px;
  cursor: pointer;
  bottom: 0; }

.increase.quantity-btn {
  background-color: #f1f1f1;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 14px;
  cursor: pointer;
  top: 0; }

.single-product-social-share {
  margin-bottom: 30px; }

.product-tab-content {
  padding: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid #ebebeb; }

.tab-right-form-table {
  overflow: hidden; }

.tab-description {
  color: #a3a3a3; }
  .tab-description h2 {
    font-weight: normal;
    margin-bottom: 10px; }

.tab-review-info {
  float: left;
  width: 50%; }

.review-rating p {
  background: transparent no-repeat scroll 45px 0px;
  display: block;
  font-size: 11px;
  margin-bottom: 0;
  width: 115px;
  line-height: 17px; }

table.table-data-sheet {
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%; }
  table.table-data-sheet thead tr {
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 6px 0; }
  table.table-data-sheet thead th {
    border-left: 1px solid #f2f2f2;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-align: center; }
  table.table-data-sheet tbody tr {
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2; }
    table.table-data-sheet tbody tr td.left-align {
      text-align: left !important;
      width: 43%; }
    table.table-data-sheet tbody tr td {
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      padding: 6px 10px;
      text-align: center; }

.table-responsive {
  border: 0px solid #dddddd !important;
  overflow-x: auto;
  overflow-y: hidden; }

.tab-table p {
  margin-bottom: 0;
  font-size: 13px; }
.tab-table label {
  font-size: 12px;
  font-weight: normal;
  color: #226bd9;
  font-weight: normal; }

.tab-form {
  margin-top: 10px; }
  .tab-form .form-group {
    margin-bottom: 10px; }
    .tab-form .form-group label {
      color: #666666;
      font-size: 12px;
      font-weight: normal; }
      .tab-form .form-group label sup {
        color: #eb340a;
        font-size: 15px;
        top: 2px; }
    .tab-form .form-group .form-control {
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      font-weight: normal;
      margin: 0 5px 0 0;
      min-height: 30px;
      padding: 2px 8px;
      width: 100%; }
      .tab-form .form-group .form-control:focus {
        background-color: #edf7fd;
        box-shadow: none;
        border: 1px solid #e1e1e1; }
    .tab-form .form-group textarea {
      width: 100%;
      resize: none;
      height: 150px;
      border: 1px solid #dddddd; }
      .tab-form .form-group textarea:focus {
        background-color: #edf7fd;
        box-shadow: none;
        border: 1px solid #e1e1e1; }

.submit-review {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 10px;
  text-align: right;
  margin-bottom: 0 !important; }

.form-top {
  border: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 20px 20px 10px; }
  .form-top label {
    color: #666666;
    font-weight: normal;
    margin: 0 0 5px; }
    .form-top label sup {
      color: #eb340a;
      font-size: 15px;
      top: 2px; }

.estimate-shiping label {
  color: #666666;
  font-weight: normal; }
  .estimate-shiping label sup {
    color: #eb340a;
    font-size: 15px;
    top: 2px;
    top: 0; }
.estimate-shiping .form-control {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  box-shadow: none;
  min-height: 25px;
  color: #666666; }
  .estimate-shiping .form-control:focus {
    background-color: #edf7fd !important;
    box-shadow: none; }
.estimate-shiping p {
  color: #a6a6a6;
  display: block;
  font-size: 13px !important;
  font-weight: normal;
  margin: 0 0 5px; }
  .estimate-shiping p a.add-tag-btn {
    line-height: 23px;
    margin-top: 15px; }
.estimate-shiping p.ship-quote-box {
  text-align: right; }

.shop-panelgroup {
  margin-bottom: 0px; }
  .shop-panelgroup sup {
    color: #eb340a;
    font-size: 15px;
    top: 2px; }
  .shop-panelgroup .form-control {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    min-height: 25px;
    color: #666666; }
    .shop-panelgroup .form-control:focus {
      background-color: #edf7fd !important;
      box-shadow: none; }
  .shop-panelgroup input[type=radio] {
    margin-right: 5px; }
  .shop-panelgroup .shop-panel {
    border: none;
    color: #222222;
    box-shadow: none;
    margin-top: 0 !important; }
  .shop-panelgroup label {
    font-weight: normal;
    color: #666666; }

.tag-box {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  margin-right: 5px;
  min-height: 39px;
  padding: 2px;
  width: 200px; }
  .tag-box:focus {
    background-color: #edf7fd;
    box-shadow: none;
    border: 1px solid #e1e1e1; }

.upsell-product {
  margin-top: 30px; }
  .upsell-product .section-heading {
    margin-top: 0;
    margin: 0 15px 30px 15px; }
  .upsell-product .owl-carousel .owl-item {
    padding: 0 15px; }
  .upsell-product .owl-theme .owl-controls.clickable {
    display: none !important; }
  .upsell-product .single-product-item {
    margin-bottom: 1px; }

/* Contact
 * -------------------------------------------------------------------------- */
.google-map-area {
  margin-bottom: 30px; }

#googleMaps {
  height: 328px;
  width: 100%; }

#googleMaps iframe {
  pointer-events: none;
  border: 0;
  height: 328px;
  width: 100%; }

.contact-form .form-control {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  min-height: 25px;
  color: #777; }
  .contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #acacac; }
.contact-form .yourmessage:focus {
  background-color: #f7f4f3 !important;
  box-shadow: none;
  border: 1px solid #acacac; }
input[type="text"]:not(.elementor-field):not(.searchform-s),
textarea:not(.elementor-field) {
  margin-bottom: 20px !important;
}

.contactbox {
  background-image: url("/filesystem/43/cms/contact/baby-contactbox.jpg");
  background-repeat: no-repeat;
  background-position: bottom right; }

.contactbox .badge {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.single-sidebar .contact-sidebar-table tr td:first-child {
  width: 120px; }

/* Cart
 * -------------------------------------------------------------------------- */
.cart-message {
  padding-right: 15px; }
  .cart-message #notice {
    width: 100%;
    max-width: 100%;
    height: 100px;
    max-height: 600px; }

.cart-voucher-form .glyphicon {
  font-size: 18px; }
.cart-voucher-form .input-group-addon {
  padding: 6px 12px 0; }

.cart-page-single-area {
  border: 1px solid #e1e1e1;
  margin: 0 0 30px 0;
  padding: 15px; }
  .cart-page-single-area .pro-tag-form .form-control {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    min-height: 25px;
    color: #666666; }
    .cart-page-single-area .pro-tag-form .form-control:focus {
      background-color: #edf7fd !important;
      box-shadow: none; }
  .cart-page-single-area .pro-tag-form label {
    color: #a6a6a6;
    display: block;
    font-size: 13px !important;
    font-weight: normal;
    margin: 0 0 5px; }
  .cart-page-single-area .pro-tag-form p {
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
    text-align: right; }
    .cart-page-single-area .pro-tag-form p a {
      line-height: 23px;
      margin-top: 15px; }
  .cart-page-single-area #ajax_payment_shipping_html {
    min-height: 142px; }
  .cart-page-single-area .open-payment-shipping-select {
    margin-top: 38px; }

.contact-us-form {
  overflow: hidden; }

.contact-select {
  background-attachment: scroll;
  background-image: url("../img/icons/caret_red.png");
  background-position: 95% center;
  background-repeat: no-repeat; }

.yourmessage {
  border: 1px solid #dddddd;
  padding: 3px;
  width: 100%;
  max-width: 100% !important;
  height: 130px; }
  .yourmessage:focus {
    background-color: #edf7fd !important;
    box-shadow: none; }

.sec-heading-area {
  margin-bottom: 10px; }
  .sec-heading-area h2 {
    color: #3c3c3c;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase; }

span.legend {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  font-size: 13px;
  left: 20px;
  padding: 0 3px;
  position: relative;
  top: 12px;
  color: #444443; }

.submit-form {
  border-top: none;
  /*margin-top: 30px;
  padding-top: 15px;*/
  padding-top: 5px;
  padding-right: 0; }
  .submit-form p {
    color: #eb340a;
    font-size: 11px;
    margin: 0 0 5px; }
    .submit-form p sup {
      font-size: 14px;
      top: 0; }
  .submit-form a.add-tag-btn {
    padding: 5px 25px 3px; }

.cartpage-button td b {
  color: #000000; }

/* About
 * -------------------------------------------------------------------------- */
.about-me {
  margin-bottom: 30px; }

.about-sec-head {
  text-align: center;
  margin-bottom: 30px; }

.client-area {
  margin-bottom: 20px; }

.single-item-testimonial {
  text-align: center; }

.client-image {
  margin-bottom: 20px; }
  .client-image > img {
    border: 4px solid #f1f1f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: auto;
    width: 100px; }

.client-text {
  padding: 0 80px; }
  .client-text h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0; }
  .client-text p.client-info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 30px; }

.creative-member-area {
  margin-bottom: 30px;
  margin-top: 20px; }

.single-creative-member {
  margin-bottom: 20px; }
  .single-creative-member:hover .member-info {
    border-color: rgba(226, 0, 26, 0.7); }
  .single-creative-member:hover .member-title {
    bottom: 0; }

.member-image {
  overflow: hidden;
  position: relative; }
  .member-image img {
    width: 100%; }

.member-title {
  background: rgba(226, 0, 26, 0.7);
  bottom: -70px;
  display: block;
  left: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  transition: 0.3s; }
  .member-title h2 {
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    line-height: 28px;
    text-transform: capitalize; }
  .member-title h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff; }

.member-info {
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 0 1px 1px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .member-info p {
    text-align: center; }

.reference-carousel .owl-controls.clickable {
  position: static;
  width: 100%;
  height: 22px; }

.reference-carousel.owl-theme .owl-controls .owl-page span {
  background-color: #226bd8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 8px;
  margin: 5px 7px;
  opacity: 0.6;
  width: 25px; }
.reference-carousel.owl-theme .owl-controls .owl-page.active span {
  opacity: 1; }

/* Blog
 * -------------------------------------------------------------------------- */
.blog-shorting.product-sorting-bar {
  margin-top: 0; }

.blog-shorting .show-page {
  float: left;
  padding-left: 9%;
  width: 50%; }
.blog-shorting .sort-by {
  float: left;
  width: 50%;
  padding-left: 6%; }

.single-blog {
  margin-bottom: 40px; }

.catitemdatecreated {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 100%;
  line-height: 21px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

span.blog-date {
  color: rgba(226, 0, 26, 0.7);
  display: block;
  font-size: 24px; }

.blog-toolbar {
  color: #bbbbbb;
  font-size: 12px;
  margin-bottom: 15px; }
  .blog-toolbar span {
    margin-right: 8px;
    padding-right: 8px; }
  .blog-toolbar a {
    color: #9d9d9d; }
  .blog-toolbar span.blog-icon-tag {
    margin: 0;
    padding: 0 0 0 4px; }

.blog-author {
  position: relative; }
  .blog-author::before {
    background-color: #dddddd;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(30deg);
    width: 2px; }

.blog-catitemhits {
  position: relative; }
  .blog-catitemhits::before {
    background-color: #dddddd;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(30deg);
    width: 2px; }

.blog-icon-tag::before {
  content: "";
  font-family: fontawesome;
  position: relative;
  top: 1px; }

.blog-description {
  margin-bottom: 15px; }
  .blog-description p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px; }

.blog-sidebar {
  margin-top: 30px;
  margin-bottom: 30px; }

.blog-flickr {
  margin-top: 35px;
  overflow: hidden; }
  .blog-flickr ul {
    margin-left: -5px;
    overflow: hidden; }
    .blog-flickr ul li {
      float: left;
      width: 33.3%; }
      .blog-flickr ul li a {
        display: block;
        margin: 5px; }
        .blog-flickr ul li a img {
          width: 100%; }
  .blog-flickr > p {
    margin-top: 10px; }

.blog-popular-post {
  margin-top: 35px; }
  .blog-popular-post ul li {
    margin-bottom: 25px;
    overflow: hidden; }
    .blog-popular-post ul li:last-child {
      margin-bottom: 0; }

.popular-post-img {
  float: left;
  height: 80px;
  margin-right: 15px;
  width: 100px; }
  .popular-post-img a img {
    height: 100%; }

.blog-border {
  border-right: 1px solid #f2f2f2;
  margin-bottom: 0px;
  padding-right: 40px;
  margin-top: 0; }

.blog-padding {
  margin-bottom: 0px;
  padding-left: 40px;
  margin-top: 0; }

.blog-border-left {
  margin-bottom: 0px;
  padding-left: 40px;
  margin-top: 0;
  border-left: 1px solid #f2f2f2; }

.blog-padding-left {
  border-left: 0px solid #f2f2f2;
  padding-right: 40px; }

.blog-bread {
  margin-top: 15px; }

/* Blog single
 * -------------------------------------------------------------------------- */
.map-content {
  border: 4px double #f1f1f1;
  color: #a5a5a5;
  margin-top: 10px;
  overflow: hidden;
  padding: 5px 10px; }
  .map-content span.left-content {
    float: left;
    font-size: 12px;
    text-transform: uppercase; }
  .map-content span.right-content {
    float: right;
    font-size: 12px;
    text-transform: uppercase; }
  .map-content a {
    margin-bottom: 0; }

.sing-blog-bread {
  margin-top: 15px; }

.item-author {
  border: 4px double #226bd8;
  margin-top: 45px;
  padding: 30px; }

.item-a-img {
  float: left;
  margin-right: 25px; }
  .item-a-img img {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    padding: 10px; }

.super-user-link h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px; }

.single-comment-one {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 45px;
  padding-top: 45px; }
  .single-comment-one > h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px; }

.single-page-comments {
  border-bottom: 4px double #f2f2f2;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .single-page-comments:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.single-comment-user {
  float: left;
  margin-right: 20px; }

.single-comment-text {
  overflow: hidden; }
  .single-comment-text h4 {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: normal; }
    .single-comment-text h4 a {
      text-decoration: none;
      color: #000000; }
      .single-comment-text h4 a:hover {
        color: #727674; }
  .single-comment-text span {
    color: #a5a5a5;
    display: block;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .single-comment-text p {
    line-height: 21px;
    margin-bottom: 5px; }
  .single-comment-text a {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase; }
    .single-comment-text a:hover {
      color: #727674; }

a.blog-column-title {
  z-index: 9;
  position: relative; }

.column-date-meta {
  position: relative;
  z-index: 9; }

.blog-column-desc {
  position: relative;
  z-index: 9; }

.left-info {
  margin-bottom: 15px;
}
.left-info p {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #777;
}
.left-info p a {
 float: right;
   margin-right: 15px;
}
.left-info .block-button-right a.add-tag-btn:hover {
  color: #ffffff;
}
.left-info-padding {
  padding-top: 20px;
}

span.default-address {
  color: #333333;
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: uppercase; }

.acc-box-1 {
  overflow: hidden; }
  .acc-box-1 .col-sm-6 {
    padding-left: 0; }

.acc-box-2 {
  overflow: hidden; }
  .acc-box-2 .col-sm-6 {
    padding-left: 0; }

.cart-page-main-area {
  margin-bottom: 30px; }
  .cart-page-main-area h2 {
    color: #3c3c3c;
    font-size: 18px;
    text-transform: uppercase; }

table.cart-table {
  margin-bottom: 0;
  margin-top: 30px;
  border: 1px solid #f1f1f1; }
  table.cart-table tr td {
    border: 1px solid #f1f1f1; }
  table.cart-table thead tr th {
    border: 1px solid #f2f2f2 !important;
    color: #000000;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: normal;
    line-height: 23px; }
  table.cart-table tbody {
    background-color: #ffffff; }
    table.cart-table tbody tr td {
      vertical-align: middle;
      padding: 0;
      border-top: 0 solid #000000;
      text-align: center; }

.cartpage-item-remove a {
  color: #226bd8;
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  transition: all 0.3s ease 0s; }
  .cartpage-item-remove a:hover {
    color: #226bd9; }
.cartpage-item-remove .add-to-cart-btn {
  color: #226bd9; }

.cartpage-image {
  padding: 15px 0; }
  .cartpage-image a {
    display: block; }

.cart-table {
  /*.plus-minus-btn-box {
      width: 55px;
  }*/ }
  .cart-table .plus-minus-btn {
    padding: 0 7px 0 15px;
    position: relative;
    text-align: left; }
  .cart-table .decrease.quantity-btn {
    right: 15px; }
  .cart-table .increase.quantity-btn {
    right: 15px; }

.cartpage-button {
  overflow: hidden;
  margin-top: 40px; }
  .cartpage-button a {
    line-height: 23px;
    padding: 8px 25px; }
    .cartpage-button a:hover {
      color: #ffffff; }

.button-left {
  float: left; }

.button-right {
  float: right; }

a.cartpage-btn-3 {
  margin-left: 15px !important; }

h2.cartpage-title {
  border-bottom: 1px solid #e1e1e1;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-transform: uppercase; }

.cartpage-content {
  min-height: 180px; }

.cartpage-descount .add-tag-btn {
  margin-bottom: 0;
  margin-top: 20px; }

span.sub-t {
  font-size: 14px;
  color: #000000; }

.cartpage-total-price {
  padding: 15px;
  text-align: right; }
  .cartpage-total-price p {
    margin-bottom: 3px; }
    .cartpage-total-price p a {
      color: #ababab;
      font-size: 13px;
      text-align: right; }
  .cartpage-total-price .add-tag-btn {
    margin-top: 25px; }
  .cartpage-total-price a.add-tag-btn {
    display: block;
    background-color: #226bd8;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px; }

.total-price-box {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px; }

span.sub-t-p {
  margin-left: 7%; }

span.grand-t-p {
  margin-left: 7%; }

span.grand-t {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize; }

.country-select select {
  border: 1px solid #e1e1e1;
  padding: 5px 8px;
  width: 100%;
  background-image: url("../img/icons/caret_black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 97% center;
  color: #666666; }
  .country-select select:focus {
    background-color: #edf7fd; }
  .country-select select:hover {
    background-image: url("../img/icons/caret_bluegrey.png"); }

.cardtype select {
  border: 1px solid #e1e1e1;
  padding: 5px 8px;
  width: 100%;
  background-image: url("../img/icons/caret_black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 97% center;
  color: #666666;
  background-position: 98% center; }
  .cardtype select:focus {
    background-color: #edf7fd; }
  .cardtype select:hover {
    background-image: url("../img/icons/caret_bluegrey.png"); }

select.month-select {
  border: 1px solid #e1e1e1;
  padding: 5px 8px;
  width: 100%;
  background-image: url("../img/icons/caret_black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 97% center;
  color: #666666;
  width: 20%;
  margin-right: 20px;
  float: left;
  background-position: 95% center; }
  select.month-select:focus {
    background-color: #edf7fd; }
  select.month-select:hover {
    background-image: url("../img/icons/caret_bluegrey.png"); }

select.year-select {
  border: 1px solid #e1e1e1;
  padding: 5px 8px;
  width: 100%;
  background-image: url("../img/icons/caret_black.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 97% center;
  color: #666666;
  width: 15%;
  background-position: 91% center; }
  select.year-select:focus {
    background-color: #edf7fd; }
  select.year-select:hover {
    background-image: url("../img/icons/caret_bluegrey.png"); }

/* Checkout
 * -------------------------------------------------------------------------- */
.checkout-main-area h2 {
  color: #3c3c3c;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase; }

.checkout-method h2 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase; }
.checkout-method p {
  color: #444444; }

.shop-panel .shop-panelheading {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #e5e5e5; }
  .shop-panel .shop-panelheading h4 a {
    display: block;
    padding: 12px 0; }

.shop-panelbody {
  border: none !important; }

.accordion-toggle span {
  background-color: #226bd9;
  color: #ffffff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 25px; }

.shop-paneltitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal; }

.method-left .block-button-right {
  margin-top: 13px; }
.method-left li {
  color: #a6a6a6; }

.master-card-info form {
  overflow: hidden; }
.master-card-info .block-button-right {
  margin-top: 5px; }

.block-button-right {
  text-align: right;
  margin-top: 20px; }
  .block-button-right a.add-tag-btn {
    line-height: 23px;
    padding: 8px 25px 7px; }

.method-input-box {
  margin-top: 20px; }
  .method-input-box p {
    margin-bottom: 0; }
    .method-input-box p label {
      color: #a6a6a6; }

.billing-info .block-area-button {
  border-top: 1px solid #f2f2f2; }

.o-back-to {
  float: left;
  margin-top: 10px; }

.use-billing-add input[type=checkbox] {
  margin-right: 5px; }

.shiping-method p {
  color: #a6a6a6; }

.expirationdate label {
  display: block; }

.o-pro-dec p {
  font-size: 16px;
  font-weight: normal;
  color: #226bd9; }

.o-pro-price {
  text-align: center; }
  .o-pro-price > p {
    color: #a6a6a6;
    font-size: 16px; }

.o-pro-qty {
  text-align: center; }
  .o-pro-qty > p {
    color: #a6a6a6;
    font-size: 16px; }

.o-pro-subtotal {
  text-align: center; }
  .o-pro-subtotal > p {
    color: #a6a6a6;
    font-size: 16px; }

.checkout-area {
  margin-top: 30px; }

/* Wishlist
 * -------------------------------------------------------------------------- */
table.wishlist-table tbody tr {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  table.wishlist-table tbody tr td .cart-page-edit .pro-add-to-cart p {
    margin: 15px 0; }
    table.wishlist-table tbody tr td .cart-page-edit .pro-add-to-cart p a {
      line-height: 25px; }
  table.wishlist-table tbody tr td .w-price {
    padding: 10px 0; }
table.wishlist-table thead tr th.width-3 {
  width: 19%; }
table.wishlist-table thead tr th.width-4 {
  width: 4%; }

.my-wish-list table.wishlist-table tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top; }
  .my-wish-list table.wishlist-table tr td .cartpage-pro-dec {
    padding: 0; }
    .my-wish-list table.wishlist-table tr td .cartpage-pro-dec p {
      line-height: 25px;
      margin-bottom: 15px;
      margin-top: 15px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      text-align: left;
      white-space: normal; }
  .my-wish-list table.wishlist-table tr td .cart-page-edit {
    padding: 0;
    text-align: center; }
  .my-wish-list table.wishlist-table tr td .cartpage-item-remove {
    padding: 0;
    text-align: center; }
.my-wish-list table.wishlist-table tr:first-child td .cartpage-pro-dec p {
  font-size: 16px; }
.my-wish-list .cartpage-button {
  border-top: 1px solid #f1f1f1;
  border-left: 0px solid #f1f1f1;
  border-right: 0px solid #f1f1f1;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0; }
  .my-wish-list .cartpage-button a.cartpage-btn-2 {
    margin-left: 16px; }

.wishlist-page-area {
  margin-bottom: 0; }

/* !!! NEU Cart, Wishlist, Checkout
 * -------------------------------------------------------------------------- */
.summary .single-listitem-row {
  padding: 10px 0;
  border-top: 1px solid #cec4bb; }
  .summary .single-listitem-row .media-left {
    min-width: 100px; }
.summary .listitem-row-mobile-bottom {
  background-color: rgba(226, 0, 26, 0.7);
  padding: 5px 0;
  margin: 0; }
  .summary .listitem-row-mobile-bottom .price-mobile {
    color: #ffffff;
    font-size: 18px;
    padding-top: 5px; }
.summary .media-object {
  padding-top: 3px;
  max-width: inherit !important; }

/* 404
 * -------------------------------------------------------------------------- */
.error-content {
  text-align: center; }

.error-image {
  padding: 50px 0 30px; }
  .error-image h1 {
    font-size: 150px;
    font-weight: bold;
    line-height: 120px;
    animation-name: example;
    animation-duration: 33s;
    animation-delay: 3s;
    animation-iteration-count: 10; }

.error-heading h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 10px; }
.error-heading h3 {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #555454;
  margin-bottom: 20px;
  padding-bottom: 19px;
  text-transform: uppercase; }

.error-back-home a {
  display: inline-block;
  line-height: 28px;
  margin-bottom: 20px; }
  .error-back-home a i {
    margin-right: 4px; }
.error-back-home a.add-tag-btn {
  margin: 0; }

/* Submenu
 * -------------------------------------------------------------------------- */
.submenu-headline {
  text-transform: capitalize;
  display: block !important;
  padding: 15px 15px 8px;
  line-height: 11px;
  text-align: left;
  font-size: 12px;
  font-weight: bold; }

.mobile-menu-area .submenu-headline {
  padding: 1em 7%; }

.mobile-menu-area {
  min-height: 0px; }

/* Slider
 * -------------------------------------------------------------------------- */
.slider-area .nivo-controlNav {
  text-align: center;
  padding: 10px 0; }

.slider-area .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/icons/bullets_red.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px; }

.slider-area .nivo-controlNav a.active {
  background-position: 0 -22px; }

.slider-area {
  padding-top: 15px; }
  .slider-area .block-img-add-2 {
    margin-bottom: 30px; }
  .slider-area .col-sm-8 {
    padding-right: 3px; }
  .slider-area .col-sm-4 {
    padding-left: 3px; }

.slider {
  margin-top: 0;
  margin-bottom: 30px; }

.block-img-add-2 .single-image-add {
  margin-bottom: 22px; }
  .block-img-add-2 .single-image-add a {
    position: relative; }
    .block-img-add-2 .single-image-add a:after {
      background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 0.5s ease 0s;
      width: 0; }
    .block-img-add-2 .single-image-add a:hover::after {
      left: 0;
      opacity: 100;
      width: 100%; }
    .block-img-add-2 .single-image-add a:hover img {
      transform: scale(1); }

/* Filter List
 * -------------------------------------------------------------------------- */
#filterlist-mobile {
  overflow-y: auto;
  background-color: #ffffff;
  width: 350px;
  /* diesen Wert auch in "custom.js" bei $('#filterlist-mobile') angeben */ }

.filterlist-trigger {
  display: none; }

a.filterlist-close-btn {
  color: #226bd8;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: bold; }
  a.filterlist-close-btn:hover {
    color: #226bd9; }

button.filterlist-open-btn {
  width: 100%;
  margin: 30px 0 10px 0;
  color: #ffffff;
  background-color: #343434;
  font-size: 16px;
  border: none;
  line-height: 45px; }
  button.filterlist-open-btn:hover {
    color: #ffffff;
    background-color: #226bd8; }

/* Collapsable Boxes
 * -------------------------------------------------------------------------- */
.filterlist .panel-group {
  /*margin-bottom: -20px;*/
  margin-bottom: 0; }

.filterlist .panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.filterlist .panel-group .panel + .panel {
  margin-top: 0; }

.filterlist .panel-group .panel-heading {
  border-bottom: 0; }

.filterlist .panel-group .panel-heading + .panel-collapse > .panel-body,
.filterlist .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.filterlist .panel-group .panel-footer {
  border-top: 0; }

.filterlist .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none; }

/* --- */
.filterlist .panel-default {
  border-color: transparent; }

.filterlist .panel-default > .panel-heading {
  color: #226bd8;
  background-color: #ffffff;
  border-color: transparent; }

.filterlist .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

/* --- */
.filterlist .list-group {
  padding-left: 0;
  padding-right: 5px;
  margin-bottom: 20px;
  max-height: 300px;
  overflow-y: auto; }

.filterlist .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none; }

.filterlist .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.filterlist .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* --- */
.filterlist .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 0; }

.filterlist .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.filterlist .panel {
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.filterlist .panel-body {
  padding: 15px; }

.filterlist .panel-heading {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.filterlist .panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.filterlist .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  /*font-size: 16px;*/ }

/* --- */
.filterlist .panel-heading .accordion-toggle:after {
  color: #226bd8;
  font-family: "Glyphicons Halflings";
  content: "\e114";
  /* chevron down */
  float: right; }

.filterlist .panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
  /* chevron right */ }

/* Server-Overload-Seite
 * -------------------------------------------------------------------------- */
#server-overload .main-content-area {
  padding-top: 0; }
#server-overload .top-title {
  color: #226bd8;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  padding-top: 23px; }
#server-overload h5 {
  padding-bottom: 10px; }
#server-overload .voucher-title {
  color: #226bd9;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding: 30px 0 20px; }

/* 28. GoogleMaps
 * -------------------------------------------------------------------------- */
#map {
  height: 430px;
  position: relative;
  width: 100%;
  margin-top: -30px; }

.maps-frame {
  height: 430px;
  width: 100%; }

.kd-tabbed-vert.header-links .kd-tabbutton a {
  color: #757575;
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  width: 100%; }

.kd-tabbed-vert.header-links .kd-tabbutton {
  padding: 0; }

.kd-tabbed-vert.header-links .kd-tabbutton.selected a {
  color: #03a9f4; }

.kd-tabbed-vert.header-links .kd-tabbutton a:focus {
  text-decoration: none; }

p.top-desc {
  padding: 1em 1em .1em 1em; }

p.bottom-desc {
  padding: 0em 1em 1em 1em; }

/* FF-Hack for responsive tables */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
/*
* @file 2-responsive.scss
* @version 1.0
*
* @author Webmedia 2.0
* @copyright Copyright 2017, Webmedia 2.0
* @date 2017-02-08
*
* @desc
*   responsive-stylesheet that defines rules and values specifically for
*   different device-sizes.
*/
@media (min-width: 1170px) and (max-width: 1199px) {
  .container {
    width: 1140px; }

  .category-search-area {
    margin-left: 20px; }

  .search-form {
    width: 375px; }

  .left-category-menu ul li {
    padding: 13.7px 15px 13.6px 67px; }
    .left-category-menu ul li:hover .left-cat-dropdown {
      left: 255px; }

  .shipping-add-image {
    margin-top: 26px; }
    .shipping-add-image .row {
      margin-left: 10px; }

  .box-timer {
    top: -31px;
    left: 43%;
    width: 295px; }

  .days {
    padding-right: 14px;
    padding-left: 14px; }

  .hour {
    padding-right: 14px;
    padding-left: 14px; }

  .minutes {
    padding-right: 14px;
    padding-left: 14px; }

  .second {
    padding-right: 14px;
    padding-left: 14px; }

  .new-product .block4-single-item {
    padding: 23px 0 15.3px; }

  .shop-category-item {
    width: 50%; }

  .shop-category-image {
    width: 46%; }

  .left-content {
    margin-right: 22px; }

  .tab-content-area .owl-controls.clickable {
    display: block; }

  .width-cap {
    max-width: 1110px;
    margin: -110px auto 0; }

  .mega-menu-1 {
    left: -86.5px; }
    .mega-menu-1::before {
      left: 10.4%; }

  .mega-menu-2 {
    left: -168px; }
    .mega-menu-2::before {
      left: 19.5%; }

  .mega-menu-3 {
    left: -254px; }
    .mega-menu-3::before {
      left: 37.5%; }

  /* !!!
  .view-systeam {
      width: 32%;
  }
  .sort-by {
      width: 32%;
  }*/
  .all-list-product .product-description p {
    margin-bottom: 20px;
    padding-top: 18px; }
  .all-list-product .pro-add-to-cart {
    margin-top: 20px; }

  .single-pro-main-image-container {
    height: 443px;
    width: 443px; }

  .zoomWrapper img {
    width: 93.3% !important; }

  .zoomWindow {
    left: 445px !important;
    top: -1px !important; }

  ul.thumbnail-carousel .owl-wrapper {
    margin-left: 0; }
  ul.thumbnail-carousel .owl-controls.clickable {
    top: 35px; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
      left: -445px; }

  .product-quantity .plus-minus-btn {
    width: 23%; }

  .cart-table .plus-minus-btn {
    padding: 0 10px 0 15px; }
  .cart-table .decrease.quantity-btn {
    right: 16px; }
  .cart-table .increase.quantity-btn {
    right: 16px; }

  /* !!! */
  .right-main-product .all-grid-product .single-product-item .product-image {
    height: 253px;
    text-align: center; }
    .right-main-product .all-grid-product .single-product-item .product-image .helper {
      display: inline-block;
      vertical-align: middle; }
    .right-main-product .all-grid-product .single-product-item .product-image img {
      max-width: 100%;
      vertical-align: middle; } }
@media (min-width: 992px) and (max-width: 1169px) {
  .mainmenu nav ul li {
    margin-right: 21px; }

  .category-search-area {
    margin-left: 0;
    margin-right: 20px; }

  .top-mycart {
    width: 165px; }

  .search-cat {
    width: 154px; }

  .search-form {
    width: 298px; }

  .left-category-menu ul li {
    padding: 26.5px 15px 27px 67px; }
    .left-category-menu ul li a {
      font-size: 12px;
      line-height: 17px; }
    .left-category-menu ul li p {
      font-size: 11px;
      display: none; }
    .left-category-menu ul li::before {
      left: -1px; }
    .left-category-menu ul li:hover .left-cat-dropdown {
      left: 213px; }

  .shipping-add-image {
    margin-left: -249px; }
    .shipping-add-image .row {
      margin-left: 1px; }

  .left-cat-dropdown {
    left: 233px; }

  .featured-product .owl-controls.clickable {
    display: none !important; }

  .block4 .item {
    padding: 0px 16px 0px 15px; }
  .block4 .block4-pro-img {
    margin-right: 7px;
    width: 28%; }
  .block4 .block4-pro-text {
    width: 67%; }
  .block4 .new-product .item {
    padding: 0 5px 0 10px; }

  a.product-title {
    margin-bottom: 5px;
    padding-top: 0; }

  .block4-single-item {
    padding: 13px 5px 13px 10px; }

  .block2-pro-img {
    width: 37%; }

  .box-timer {
    left: 38%;
    padding: 10px 10px 10px 55px;
    width: 270px; }

  .product-border {
    padding: 10px 10px 25px; }

  .timer::before {
    top: 8px; }

  .days {
    padding-right: 13px;
    padding-left: 13px; }

  .hour {
    padding-right: 13px;
    padding-left: 13px; }

  .minutes {
    padding-right: 13px;
    padding-left: 13px; }

  .second {
    padding-right: 13px;
    padding-left: 13px; }

  .left-content {
    margin-right: 20px;
    max-width: 55%; }

  .right-content {
    width: 40%; }

  .l-post-img {
    width: 52%; }

  .post-description h2 a {
    font-size: 12px; }

  .product-description p {
    margin-bottom: 20px; }

  .new-product .block4-single-item {
    padding: 23px 0 15.3px; }

  .address-info p strong {
    min-width: 61px; }

  .social-icon h2 {
    float: none;
    line-height: 18px;
    margin: 0 10px 10px 0; }

  .news-form-group h2 {
    float: none;
    line-height: 18px;
    margin: 0 10px 10px 0; }

  .news-btn {
    position: inherit; }

  .payment-logo {
    top: 34px; }

  .shop-category-item {
    width: 51%; }
    .shop-category-item ul li a {
      font-size: 12px; }

  .shop-category-image {
    width: 45%; }

  .width-cap {
    max-width: 940px;
    margin: -99px auto 0; }

  .left-category-menu-area h3 {
    top: 0.5px; }

  h2.slider-title-middle {
    line-height: 60px; }
    h2.slider-title-middle span {
      font-size: 50px; }

  h3.slider-title-bottom {
    margin: 10px 0 10px; }

  .mega-menu-1 {
    left: -86.5px; }
    .mega-menu-1::before {
      left: 10.4%; }

  .mega-menu-2 {
    left: -168px; }
    .mega-menu-2::before {
      left: 19.5%; }

  .mega-menu-3 {
    left: -254px; }
    .mega-menu-3::before {
      left: 37.5%; }

  /* !!!
  .view-systeam {
      width: 27%;
  }
  .sort-by {
      width: 37%;
  }*/
  .all-list-product .single-product-text h2 a.product-title {
    margin-bottom: 0px;
    padding-top: 0px; }
  .all-list-product .single-product-text .product-price {
    margin-bottom: 0px; }
  .all-list-product .product-description p {
    margin-bottom: 10px;
    padding-top: 15px; }
  .all-list-product .pro-add-to-cart {
    margin-top: 10px; }

  .tab-review-info {
    float: none;
    width: 100%; }

  .single-pro-main-image-container {
    height: 372px;
    width: 372px; }

  .zoomWrapper img {
    width: 92% !important; }

  .zoomWindow {
    border: 2px solid #e1e1e1 !important;
    left: 375px !important;
    top: -1px !important;
    width: 550px !important;
    height: 450px !important; }

  ul.thumbnail-carousel .owl-wrapper {
    margin-left: -1px; }
  ul.thumbnail-carousel .owl-controls.clickable {
    top: 27px; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
      left: -374px; }

  .product-quantity {
    margin: 40px 0 30px; }
    .product-quantity .plus-minus-btn {
      width: 27%; }

  .product-tab-content {
    padding: 20px; }

  .cart-table .plus-minus-btn {
    padding: 0 24px 0 15px; }

  .shop-panelbody {
    padding: 15px 0; }

  .checkout-area {
    margin-bottom: 0px; }

  .order-review .block-button-right {
    margin-top: 10px; }

  .wishlist-table {
    /*.plus-minus-btn-box {
        width: 90%;
    }*/ }
    .wishlist-table .width-1 {
      width: 101px; }
    .wishlist-table .cart-page-edit {
      width: 125px; }

  h3.blog-title {
    font-size: 22px;
    line-height: 26px; }

  .blog-info-block {
    padding: 10px; }

  .blog-padding-left {
    padding-right: 15px; }

  .blog-padding {
    padding-left: 15px; }

  .blog-border-left {
    padding-left: 15px; }

  .blog-border {
    padding-right: 15px; }

  .item-author {
    padding: 15px;
    margin-top: 30px; }

  .super-user-link h3 {
    margin-bottom: 5px; }

  .single-comment-one {
    padding-bottom: 30px;
    padding-top: 30px; }

  .map-content span.right-content {
    width: 60%; }

  .item-a-info > h3 {
    margin-bottom: 5px; }

  .about-us-text h1 {
    font-size: 30px; }
  .about-us-text a {
    font-size: 16px;
    padding: 8px 23px; }
  .about-us-text ul li {
    font-size: 15px; }

  .client-area {
    margin-bottom: 0; }

  /* !!! */
  .right-main-product .all-grid-product .single-product-item .product-image {
    height: 211px;
    text-align: center; }
    .right-main-product .all-grid-product .single-product-item .product-image .helper {
      display: inline-block;
      vertical-align: middle; }
    .right-main-product .all-grid-product .single-product-item .product-image img {
      max-width: 100%;
      vertical-align: middle; } }
@media (max-width: 991px) {
  .single-image-add-text {
    width: 90% !important; }

  #filterlist-desktop {
    display: none; }

  .filterlist-trigger {
    display: block; }

  #server-overload .top-title {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mainmenu {
    display: none !important; }

  .left-category-menu-area {
    display: none; }


  .category-search-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }

  .search-form {
    width: 75%; }

  .top-shoping-cart {
    padding-left: 38%; }

  .wishlist-box-overlay {
    left: 0;
    right: auto; }

  .top-mycart-overlay {
    left: 0;
    right: auto; }

  ul.product-nav li p a {
    padding: 1px 16px; }

  .block4 .block4-pro-img {
    width: 29%; }
  .block4 .item {
    padding: 0 15px 1px; }

  .box-timer {
    left: 47%;
    width: 340px;
    padding: 15px 10px 15px 75px; }

  .timer::before {
    left: 25px; }

  .latest-post-area {
    margin-bottom: 30px; }

  .left-content {
    max-width: 58%; }

  .payment-logo {
    margin-top: 20px;
    text-align: center;
    top: 5px; }

  .shipping-add-image {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 30px; }

  .single-shipping-image {
    text-align: center;
    margin-bottom: 20px; }

  .block4.sidebar-product {
    margin-top: 0; }

  .width-cap {
    max-width: 700px;
    margin: -95px auto 0; }

  h2.slider-title-middle {
    line-height: 60px; }
    h2.slider-title-middle span {
      font-size: 50px; }

  h3.slider-title-top span {
    font-size: 20px; }

  h3.slider-title-bottom {
    margin: 10px 0 10px; }

  .slider-readmore a {
    padding: 4px 26px;
    font-weight: 600; }

  .single-img-add.single-sidebar {
    text-align: center; }

  /* !!!
  .view-systeam {
      width: 26%;
  }
  .show-page {
      width: 35%;
  }
  .sort-by {
      width: 35%;
      width: 38%;
  }
  .pagination-bar {
      width: 35%;
  }*/
  .all-list-product .single-product-text h2 a.product-title {
    margin-bottom: 0px;
    padding-top: 0px; }
  .all-list-product .single-product-text .product-price {
    margin-bottom: 0px; }
  .all-list-product .product-description p {
    margin-bottom: 10px;
    padding-top: 15px; }
  .all-list-product .pro-add-to-cart {
    margin-top: 10px; }

  .tab-review-info {
    float: none;
    width: 100%; }

  .single-pro-main-image-container {
    height: 280px;
    width: 280px; }

  .zoomWrapper img {
    width: 90% !important; }

  ul.thumbnail-carousel .owl-wrapper {
    margin-left: 0; }
  ul.thumbnail-carousel .owl-controls.clickable {
    top: 27px; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
      left: -283px; }

  .zoomWindow {
    border: 2px solid #e1e1e1 !important;
    left: 285px !important;
    top: -1px !important;
    width: 430px !important;
    height: 350px !important; }

  .product-quantity {
    margin: 40px 0 30px; }
    .product-quantity .plus-minus-btn {
      width: 36%; }

  .product-tab-content {
    padding: 20px; }

  .cartpage-image {
    padding: 0 10px;
    width: 101px; }

  .cart-table .increase.quantity-btn {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    right: 8px;
    top: 1px; }
  .cart-table .decrease.quantity-btn {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    right: 8px;
    bottom: 1px; }

  .table-responsive {
    overflow-y: scroll; }

  .cart-page-move {
    width: 135px; }

  .cartpage-pro-dec {
    width: 155px; }

  .cartpage-total-price {
    padding: 0px; }
    .cartpage-total-price a.add-tag-btn {
      padding: 9px 15px 6px;
      line-height: 19px; }

  .cart-page-single-area .pro-tag-form p a {
    line-height: 19px;
    margin-top: 15px;
    padding: 9px 25px 7px; }

  .estimate-shiping p a.add-tag-btn {
    line-height: 19px;
    margin-top: 15px;
    padding: 9px 25px 7px; }

  .block-button-right a.add-tag-btn {
    line-height: 19px;
    padding: 8px 25px 7px; }

  .cartpage-button a {
    line-height: 19px;
    padding: 9px 25px 6px; }

  .shop-panelbody {
    padding: 15px 0; }

  .checkout-area {
    margin-bottom: 30px; }

  .checkout-side-area {
    margin-bottom: 0px; }

  .order-review .block-button-right {
    margin-top: 5px; }

  .myaccount-dashboard-area {
    margin-bottom: 0; }

  .wishlist-table .cart-page-edit {
    width: 125px; }
  .wishlist-table .cartpage-image {
    padding: 0; }
  .wishlist-table .width-1 {
    width: 101px; }
  .wishlist-table .cartpage-pro-dec {
    width: 100%; }
  .wishlist-table .increase.quantity-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 10px;
    top: 0px; }
  .wishlist-table .decrease.quantity-btn {
    bottom: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 10px; }

  .page-sidebar-area .community-vote.single-sidebar {
    margin-bottom: 30px; }

  h3.blog-title {
    font-size: 22px;
    line-height: 26px; }

  .blog-info-block {
    padding: 10px; }

  .popular-post-img {
    height: 68px;
    width: 85px; }

  .blog-padding-left {
    padding-right: 15px; }

  .blog-padding {
    padding-left: 15px; }

  .blog-border-left {
    padding-left: 15px; }

  .blog-border {
    padding-right: 15px; }

  .item-author {
    padding: 15px;
    margin-top: 30px; }

  .super-user-link h3 {
    margin-bottom: 5px; }

  .single-comment-one {
    padding-bottom: 30px;
    padding-top: 30px; }

  .about-us-text ul {
    /*display: none;*/ }
  .about-us-text a {
    padding: 7px 22px;
    font-size: 16px; }
  .about-us-text h1 {
    font-size: 24px; }

  .client-say h2 {
    font-size: 28px; }

  h2.creative-member {
    font-size: 28px; }

  .client-text {
    padding: 0 50px; }

  .client-area {
    margin-bottom: 0px; }

  .error-heading h3 {
    font-size: 15px; }

  form.error-search-form .input-feild {
    width: 42%; }

  /* !!! */
  .right-main-product .all-grid-product .single-product-item .product-image {
    height: 274px;
    text-align: center; }
    .right-main-product .all-grid-product .single-product-item .product-image .helper {
      display: inline-block;
      vertical-align: middle; }
    .right-main-product .all-grid-product .single-product-item .product-image img {
      max-width: 80%;
      vertical-align: middle; } }
@media (max-width: 767px) {
  .container {
    width: 100%; }

  .mainmenu {
    display: none; }

  .welcome-mes p {
    text-align: center; }

  .header-right-menu nav ul {
    text-align: center; }

  .logo {
    text-align: center; }

  .category-search-area {
    float: none;
    margin: 10px 0 30px;
    /*overflow: hidden;*/
    width: 100%; }

  .search-cat {
    float: none;
    margin: 0 auto 10px; }

  .search-form {
    width: 270px; }

  .top-wishlist {
    float: right; }

  .top-mycart-overlay {
    left: 0;
    right: auto; }

  .wishlist-box-overlay {
    right: 0;
    left: auto; }

  .left-category-menu-area {
    display: none; }

  .custom-form {
    width: 99.7%;
    margin: 0 auto; }

  .shipping-add-image {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 30px; }
    .shipping-add-image .row {
      margin-left: -5px; }

  .block4.sidebar-product {
    margin-top: 0; }

  .single-shipping-image {
    margin-bottom: 20px; }

  .block2-pro-img {
    width: 100%; }

  .block2-pro-text {
    width: 100%; }
    .block2-pro-text h2 {
      margin-top: 10px; }

  .deal-of-day-product {
    margin-bottom: 16px; }

  .endofday-product-area {
    margin-top: 10px; }

  .box-timer {
    left: 0;
    top: -14px;
    width: 270px; }

  .days {
    padding-right: 12px;
    padding-left: 12px; }

  .hour {
    padding-right: 12px;
    padding-left: 12px; }

  .minutes {
    padding-right: 12px;
    padding-left: 12px; }

  .second {
    padding-right: 12px;
    padding-left: 12px; }

  .voucherform-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 20px; }

  .voucherform-wrapper p {
    font-size: 16px; }

  a.product-title {
    line-height: 18px; }

  .product-description p {
    font-size: 14px;
    margin-bottom: 15px; }

  span.regular-price {
    font-size: 15px; }

  span.old-price {
    font-size: 12px; }

  .tab-product-area .owl-controls.clickable {
    display: none !important; }

  ul.product-nav li p {
    margin-bottom: 10px; }
    ul.product-nav li p a {
      padding: 1px 15px; }

  .tab-carousel-menu {
    margin-right: 0px;
    margin-top: 0; }

  .shop-category-item {
    margin-right: 0;
    width: 100%; }
    .shop-category-item ul li a {
      font-size: 13px; }

  .shop-category-image {
    width: 100%;
    text-align: center; }

  .latest-post-area {
    margin-bottom: 30px; }

  .left-content {
    max-width: 100%;
    margin-right: 0; }
    .left-content p {
      font-size: 13px; }

  .single-footer ul li a {
    font-size: 13px; }

  .address-info p {
    line-height: 21px; }
    .address-info p strong {
      font-size: 13px; }
    .address-info p span {
      font-size: 13px; }

  .post-description p {
    font-size: 13px; }

  .social-icon h2 {
    float: none;
    display: block; }

  .news-form-group {
    overflow: hidden;
    margin-bottom: 20px; }
    .news-form-group h2 {
      float: none;
      display: block; }

  .news-form-con {
    width: 91.4%; }

  .social-share {
    margin-bottom: 30px; }

  .width-cap {
    left: 36px;
    margin: -42px auto 0;
    max-width: 300px; }

  h3.slider-title-top {
    line-height: 21px; }
    h3.slider-title-top span {
      font-size: 16px; }

  h2.slider-title-middle {
    line-height: 24px; }
    h2.slider-title-middle span {
      font-size: 21px; }

  h3.slider-title-bottom {
    display: none; }

  .slider-readmore {
    padding: 9px 0; }
    .slider-readmore a {
      font-size: 13px;
      font-weight: 500;
      padding: 3px 12px; }

  .nivo-directionNav a.nivo-prevNav {
    border-width: 20px; }
  .nivo-directionNav a.nivo-nextNav {
    border-width: 20px; }

  a.nivo-prevNav i.nivo-prev-icon {
    left: -20px; }

  a.nivo-nextNav i.nivo-next-icon {
    left: 10px; }

  /* !!!
  .view-systeam {
      display: none;
  }
  .show-page {
      width: 100%;
  }
  .sort-by {
      width: 100%;
      margin-top: 20px;
      width: 100%;
  }
  .pagination-bar {
      width: 100%;
  }*/
  .sort-by {
    margin-top: 15px; }

  .all-list-product .product-image {
    width: 100%; }
  .all-list-product .single-product-text {
    width: 100%;
    padding: 0; }
    .all-list-product .single-product-text h2 a.product-title {
      margin-bottom: 5px;
      padding-top: 15px; }
    .all-list-product .single-product-text .product-price {
      margin-bottom: 5px; }
  .all-list-product .product-description p {
    margin-bottom: 20px;
    padding-top: 15px; }
  .all-list-product .pro-add-to-cart {
    margin-top: 20px; }

  .single-pro-main-image-container {
    height: 100%; }

  .zoomWrapper img {
    width: 89% !important; }

  .zoomContainer {
    display: none !important; }

  .thubm-caro .owl-wrapper .owl-item {
    margin: 0 !important; }

  ul.thumbnail-carousel .owl-wrapper {
    margin-left: 0; }
  ul.thumbnail-carousel .owl-controls.clickable {
    top: 24px; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
      left: -270px; }

  .review_forum .rating-box {
    float: none;
    margin-bottom: 5px; }

  .product-quantity {
    margin: 30px 0; }
    .product-quantity .plus-minus-btn {
      width: 60%; }
    .product-quantity .pro-add-to-cart {
      margin-top: 20px;
      margin-left: 0; }

  /*.plus-minus-btn-box {
      width: 62px;
  }*/
  .product-content {
    margin-top: 10px; }

  .tab-review-info {
    float: none;
    width: 100%; }

  .product-tab-content {
    padding: 10px; }

  a.add-tag-btn {
    padding: 6px 25px 5px; }

  ul.more-info-tab li {
    margin-bottom: 0; }

  .tag-box {
    margin-bottom: 20px;
    min-height: 34px; }

  .cart-table {
    /*.plus-minus-btn-box {
        width: 62px;
    }*/ }
    .cart-table .decrease.quantity-btn {
      right: 14px; }
    .cart-table .increase.quantity-btn {
      right: 14px; }
    .cart-table .plus-minus-btn {
      padding: 0 30px 0 15px; }

  .cartpage-content {
    min-height: 100%; }

  .cartpage-image {
    width: 101px;
    padding: 0 10px; }

  .button-left {
    float: none;
    text-align: center; }

  .button-right {
    float: none;
    text-align: center; }
    .button-right a.add-tag-btn {
      padding: 6px 18px 5px; }

  .cartpage-btn-1 {
    margin-bottom: 20px; }

  .cartpage-button {
    padding: 10px; }
    .cartpage-button a {
      line-height: 19px; }

  a.cartpage-btn-3 {
    margin-left: 10px !important; }

  .cartpage-total-price a.add-tag-btn {
    line-height: 23px; }

  .cart-page-main-area .table-responsive {
    margin-bottom: 0; }

  .estimate-shiping {
    margin-bottom: 30px; }

  .cartpage-descount {
    margin-bottom: 30px; }

  .shop-panelbody {
    padding: 15px 0; }

  .use-billing-add .country-select {
    width: 80%; }

  select.month-select {
    width: 50%; }

  select.year-select {
    width: 40%; }

  .order-review .block-button-right a.add-tag-btn {
    margin-top: 10px; }

  .checkout-method .block-button-right {
    margin-top: 5px;
    line-height: 19px;
    padding: 6px 25px 5px; }

  .block-button-right a.add-tag-btn {
    line-height: 19px;
    padding: 6px 25px 5px; }

  .checkout-area {
    margin-bottom: 30px; }

  .method-left {
    margin-bottom: 20px; }

  .checkout-side-area {
    margin-bottom: 0; }

  #user .addressbook-table-buttons button {
    width: 100%; }

  .myaccount-dashboard-area {
    margin-bottom: 0; }

  .page-sidebar-area .community-vote.single-sidebar {
    margin-bottom: 30px; }

  .wishlist-table {
    /*.plus-minus-btn-box {
        width: 77px;
    }*/ }
    .wishlist-table .width-1 {
      width: 101px; }
    .wishlist-table .cartpage-pro-dec {
      width: 400px; }
    .wishlist-table .cartpage-image {
      padding: 0; }

  .my-wish-list .cartpage-button a.cartpage-btn-2 {
    margin-left: 0; }
  .my-wish-list .cartpage-button a.add-tag-btn {
    padding: 6px 14px 5px; }

  .blog-right-sidebar {
    margin-top: 30px; }

  .popular-tag.blog-sidebar {
    margin-bottom: 0; }

  .blog-info-block {
    padding: 5px 8px; }

  .catitemdatecreated {
    padding: 0 8px; }

  span.blog-date {
    font-size: 18px; }

  span.blog-month {
    font-size: 12px; }

  h3.blog-title {
    font-size: 20px;
    line-height: 24px; }

  .popular-post-img {
    height: 66px;
    width: 83px; }

  .blog-border-left {
    border-left: 0 solid #f2f2f2;
    padding-left: 15px; }

  .blog-padding-left {
    padding-right: 15px; }
    .blog-padding-left .blog-right-sidebar {
      margin-top: 0px;
      margin-bottom: 30px; }

  .blog-padding {
    padding-left: 15px; }

  .blog-border {
    border-right: 0px solid #f2f2f2;
    padding-right: 15px; }

  .item-a-img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center; }

  .item-a-info > h3 {
    line-height: 22px;
    margin-bottom: 5px; }

  .item-author {
    margin-top: 30px;
    padding: 15px; }

  .single-img-add.single-sidebar {
    text-align: center; }

  .single-comment-text p {
    font-size: 13px; }

  .single-comment-user {
    margin-right: 8px; }

  .single-comment-one {
    padding-bottom: 30px;
    padding-top: 30px; }

  .super-user-link h3 {
    margin-bottom: 5px; }

  .about-us-text h1 {
    font-size: 32px;
    line-height: 36px; }
  .about-us-text a {
    padding: 7px 20px; }

  .content-text-img-left {
    padding: 0 0 20px 0;
    float: none;
    margin: 0 auto;
    display: block; }

  .content-text-img-right {
    padding: 0 0 20px 0;
    float: none;
    margin: 0 auto;
    display: block; }

  .client-say h2 {
    line-height: 36px; }

  h2.creative-member {
    line-height: 36px; }

  .client-text {
    padding: 0 0; }

  .client-area {
    margin-bottom: 0; }

  .form-top {
    padding: 20px 0px 10px; }

  .error-image {
    padding: 30px 0; }
    .error-image h1 {
      font-size: 90px;
      line-height: 90px; }

  form.error-search-form .input-feild {
    width: 100%;
    margin-top: 10px; }
  form.error-search-form .error-search {
    padding: 7px 15px; }

  .error-back-home {
    margin-top: 10px; }

  /* !!! */
  .right-main-product .all-grid-product .single-product-item .product-image {
    height: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px !important; }

  .mainmenu {
    display: none; }

  .search-cat {
    float: left;
    margin: 0 10px auto 0; }

  .search-form {
    width: 250px; }

  .single-shipping-image {
    text-align: center; }

  .block4 .block4-pro-img {
    width: 23%; }
  .block4 .item {
    padding: 0px 15px 1px; }

  .single-image-add {
    text-align: center; }

  .tab-carousel-menu {
    float: none; }

  ul.product-nav li p a {
    padding: 1px 13px; }

  .shop-category-item {
    width: 48%; }

  .shop-category-image {
    width: 48%; }

  .l-post-img {
    width: 39%; }

  .left-content {
    max-width: 100%; }

  .about-us-area .right-content {
    display: none; }

  .payment-logo {
    text-align: left; }

  .box-timer {
    left: 0;
    top: -14px;
    width: 100%;
    padding: 15px 10px 15px 28%; }

  .days {
    padding-right: 20px;
    padding-left: 20px; }

  .hour {
    padding-right: 20px;
    padding-left: 20px; }

  .minutes {
    padding-right: 20px;
    padding-left: 20px; }

  .second {
    padding-right: 20px;
    padding-left: 20px; }

  .timer::before {
    left: 13%; }

  .block4.sidebar-product .new-product .item {
    padding: 0 15px 0 !important; }

  .width-cap {
    max-width: 450px; }

  h2.slider-title-middle {
    line-height: 30px; }
    h2.slider-title-middle span {
      font-size: 23px; }

  .nivo-directionNav a.nivo-prevNav {
    border-width: 25px; }
  .nivo-directionNav a.nivo-nextNav {
    border-width: 25px; }

  a.nivo-prevNav i.nivo-prev-icon {
    left: -24px; }

  a.nivo-nextNav i.nivo-next-icon {
    left: 14px; }

  h3.slider-title-top span {
    font-size: 17px; }

  .new-product .item {
    margin: 0 16px; }

  /* !!!
  .view-systeam {
      display: block;
      width: 30%;
  }
  .show-page {
      width: 70%;
  }
  .sort-by {
      width: 70%;
      margin-top: 20px;
      width: 100%;
  }
  .pagination-bar {
      width: 70%;
  }*/
  .zoomWrapper img {
    width: 92.7% !important; }

  .zoomContainer {
    display: none !important; }

  ul.thumbnail-carousel .owl-wrapper {
    margin-left: 0px; }
  ul.thumbnail-carousel .owl-controls.clickable {
    top: 47px; }
    ul.thumbnail-carousel .owl-controls.clickable .owl-prev {
      left: -420px; }

  .review_forum .rating-box {
    float: left;
    margin-bottom: 10px; }

  .product-quantity .plus-minus-btn {
    width: 39%; }
  .product-quantity .pro-add-to-cart {
    margin-left: 20px;
    margin-top: 0; }

  .pro-tag-form p {
    margin: 19px 0 0; }

  .block-button-right a.add-tag-btn {
    line-height: 19px;
    padding: 8px 25px 7px; }

  .cartpage-total-price a.add-tag-btn {
    line-height: 23px; }

  .order-review .block-button-right a.add-tag-btn {
    margin-top: 0px; }

  .checkout-method .block-button-right a.add-tag-btn {
    margin-top: 0px; }

  select.month-select {
    width: 37%; }

  select.year-select {
    width: 26%; }

  .my-wish-list .cartpage-button a.cartpage-btn-2 {
    margin-left: 20px; }

  .popular-post-img {
    height: 80px;
    width: 100px; }

  .single-comment-user {
    margin-right: 15px; }

  .about-us-text h1 {
    font-size: 29px; }

  .client-say h2 {
    font-size: 28px; }

  h2.creative-member {
    font-size: 28px; }

  .error-image h1 {
    font-size: 100px;
    line-height: 100px; }

  .full-width-xs {
    width: 100%;
    margin-bottom: 15px; } }
@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100% !important; }

  .full-width-xxs {
    width: 100%;
    margin-bottom: 15px; } }
/*
* @file 3-custom.scss
* @version 1.0
*
* @author Webmedia 2.0
* @copyright Copyright 2017, Webmedia 2.0
* @date 2017-01-10
*
* @desc
*   stylesheet is COMPLETELY(!) custom-styled espacially for "Filii"!
*/
#auorg-bg .auorg-title {
  font-size: 8px !important;
  font-weight: normal !important;
  text-transform: uppercase !important; }

/* Bildergalerie(en) in "Stores" */
.stores-gallery.blog-flickr {
  margin-top: 0;
  overflow: hidden; }

.stores-gallery.blog-flickr ul {
  margin-left: -5px;
  overflow: hidden; }

.stores-gallery.blog-flickr ul li {
  float: left;
  width: 25%;
  border-top: none;
  padding: 5px; }

.stores-gallery.blog-flickr ul li:before {
  content: ''; }

.stores-gallery.blog-flickr ul li:last-child {
  border-bottom: none; }

.stores-gallery.blog-flickr ul li a {
  display: block;
  margin: 3px;
  padding: 0; }

.stores-gallery.blog-flickr ul li a img {
  width: 100%; }

.stores-gallery.blog-flickr > p {
  margin-top: 10px; }
