/*
Theme Name: ultrabootstrap Child 01
Theme URI: 
Description: Child 01 theme for the ultrabootstrap theme
Author: <a href="http://phantomthemes.com">amitbajracharya</a>
Author URI: 
Template: ultrabootstrap
Version: 1.1.2
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 09 Aug 2016 09:27:53 +0000 */ 


body {

    margin-top: 0px;
}

a {
    color: #eb9943;
}
a:hover, a:focus {
    color: #eb9943;
    text-decoration: underline;
}

#reviews{

    padding: 45px;
}


@import url('../ultrabootstrap/style.css');
.site-footer {
    font-size: 11px;
    margin-top:50px;
    padding-top: 30px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.56);
    background: #fff;
  }
.footer-widget h3{
    font-size: 11px;
    text-align: left;
text-transform: capitalize;
    color: #eb9943;
  }
  .site-footer .newsletter {
    padding-bottom: 20px;
  }
  .site-footer .newsletter .field {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
  }
  .site-footer .newsletter .field input {
    width: 100%;
    height: 29px !important;
    font-size: 11px;
    padding-left: 9px;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 0.97px 0.03px rgba(1, 1, 1, 0.18);
    
  }
  .site-footer .newsletter .submit-field {
    display: inline-block;
    vertical-align: middle;
  }
  .site-footer .newsletter .submit-field input {
    width: 30px;
    height: 29px;
    font-size: 23px;
    line-height: 1;
    background: #eb9943;
    color: #fff;
    border: none;
    border-radius: 6px;
    vertical-align: middle;
    padding:0;
    min-width: 1px;
    font-weight: 400;
    margin:0;
  }
  .site-footer .opening .section-title {
    padding-bottom: 0px;
  }
.footer-widget li {
  padding-bottom: 10px;
}

.footer-widget li a {
  color: #535353;
}
.footer-widget ul {
    margin: 0;
    padding-left: 15px;
    list-style: none;
    padding: 0px;

}

.widget {
    margin-bottom: 10px;
    padding: 15px;
    padding: 0px;
    background: #fff;
}

.block-inline {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  padding-top:5px;
  padding-bottom: 5px;
    font-size: 11px;
}

.highlight {
  color: #eb9943;
}

.site-header {
  background: #fff;
}

.header-bar {
  background-color: #f6f6f6;
  font-size: 14px;
  color: #b4b4b4;
}
.header-bar .quick-actions {
  position: absolute;
padding: 8px 0;
  z-index: 30;
  right: 100px;
  top: 0;
}
.header-bar .quick-actions .rounded-icon {
  border-radius: 50%;
  padding:0;
  background: #eb9943;
  box-shadow: 0px 0px 7.76px 0.24px rgba(1, 1, 1, 0.18);
}
.header-bar .quick-actions .rounded-icon:hover {
  background: #663ab6;
}
.header-bar .quick-actions .block-inline + .block-inline {
  padding: 0;
  border:none;
}
.header-bar .container {
  position: relative;
}
.header-bar a {
  color: #b4b4b4;
}
.header-bar a:hover, .header-bar a:focus {
  color: #eb9943;
  text-decoration: none;
}
.header-bar .block-inline + .block-inline {
  padding-left: 25px;
  border-left:1px solid #fff;
}

.navbar-nav > li > a {
    color: #eb9943;
}


.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}


.custom-logo-link img
{
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.blocks{
    text-align: center;
}

.block-categories {
    margin: 7px;
    display: -webkit-inline-box;
    background: #fff;
    box-shadow: 1px 1px 10px #8c8e90;
    width: 300px;
    height: 160px;
    cursor: pointer;
    transition: 1s;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-categories-2 {
    margin: 7px;
    padding: 0px;
    display: inline-table;
    background: #fff;
    box-shadow: 1px 1px 10px #8c8e90;
    width: 420px;
    height: 190px;
    cursor: pointer;
    transition: 1s;
    background-size: 48px;
    background-position: 40px 17px;
    background-repeat: no-repeat;
}

.suppliers a {
    display: block;
    border-radius: 2px;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
    background: #fff;
    text-align: center;
}

.section-title {
    font-size: 20px;
    color: #eb9943;
    text-align: center;
    padding-bottom: 20px;
}


.big-boxes {
  padding-bottom: 55px;
  
}
.big-boxes {
  display: -ms-flexbox;
  display: flex;
  width:100%;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.big-boxes > div {
  display: -ms-flexbox;
  display: flex;
  float:none;
  vertical-align: middle;
  -ms-flex:0 50%;
      flex:0 50%;
  padding:0 15px;
}
.big-boxes .box {
  width: 100%;
}

.big-boxes .box {
  display: block;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #eb9943;
  min-height: 200px;
  border-radius: 2px;
}
.big-boxes .description {
  font-size: 10px;
  line-height: 18px;
}
.big-boxes div:first-child .box {
  background: #663ab6;
  transition:all 0.5s;
}
.big-boxes .box:hover {
  text-decoration: none;
  background: #fff !important;
  color:#eb9943;
  transition:all 0.5s;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}

.big-boxes div:first-child .box:hover {
  color:#663ab6;
  transition:all 0.5s;
}
.big-boxes .icon {
  padding-bottom: 10px;
  margin: 0 auto;
  transition:all 0.5s;
}
.big-boxes .icon .hover-state {
  display: none;
  transition:all 0.5s;
}
.big-boxes .box:hover .icon .hover-state {
  display: inline-block;
  transition:all 0.5s;
}
.big-boxes .box:hover .icon .normal-state {
  display: none;
  transition:all 0.5s;
}
.big-boxes .title {
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 10px;
}
@media(max-width: 600px){
  .big-boxes > div {
    -ms-flex:0 100%;
    flex:0 100%;
  }
  .big-boxes > div {
    margin-top:30px;
  }
  .big-boxes > div:last-child {
    margin-left:0;
  }
}
@media(min-width: 992px){
  .big-boxes > div {
    -ms-flex:0 33.333333%;
    flex:0 33.333333%;
  }
}

.btn {
  border-radius: 6px;
}

.btn-primary {
  background: #eb9943;
  border: none;
  font-weight: 800;
  font-size: 12px;
  transition:all 0.5s;
  padding: 3px 8px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #663ab6;
  transition:all 0.5s;
}

.btn-customize {
  background: #663ab6;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  transition:all 0.5s;
  border-radius: 6px;
}

.btn-customize:hover {
  background: #eb9943;
  color: #fff;
  transition:all 0.5s;
}

.news .title {
  font-size: 20px;
}
.news .title a {
  color: #535353;
}
.news .title a:hover, .news .title a:focus {
  text-decoration: none;
  color: #eb9943;
}
.news .content {
  font-size: 10px;
}
.news .btn-container {
  padding-top: 30px;
}

.news .image img {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
.news .posted {
  font-weight: 700;
  font-size: 11px;
}


.custom-container, .page-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-padding .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.custom-padding .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 992px) {
  .custom-container {
    width: 845px;
  }

  .page-container {
    width: 880px;
  }
}


@media (min-width: 992px) {
  .custom-container2 {
    width: 1045px;
  }

}



.cat-boxes .box:hover {
transform: scale(1.001);
box-shadow: 0px 0px 40px 0px rgba(235,153,67,0.6);
}

.cat-boxes .box-last:hover {
box-shadow: 0px 0px 40px 0px rgba(102,58,182,0.6);
transform: scale(1.001);
}


.cat-boxes .box-last {
    display: block;
    height: 139px;
    background-color: #fff;
    background-position: right center;
    background-size: 170px;
    background-repeat: no-repeat;
    position: relative;
    color: #535353;
    line-height: 1;
    font-size: 20px;
    border-radius: 2px;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
    padding-left: 20px;
transition:all 1s;
}



.cat-boxes {
  padding-top: 20px;
}

.cat-boxes .box {
    display: block;
    height: 139px;
    background-color: #fff;
    background-position: right center;
    background-size: 165px;
    background-repeat: no-repeat;
    position: relative;
    color: #535353;
    line-height: 1;
    font-size: 20px;
    border-radius: 2px;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
    padding-left: 20px;
transition:all 1s;
}
.cat-boxes .box strong {
  font-weight: 400;
  color: #eb9943;
}
.cat-boxes .box-last {
  background-color: #663ab6;
  color: #fff;
  padding: 0;
}
.cat-boxes .box-last strong {
  color: #fff;
  font-weight: 800;
}
.cat-boxes .box-last .valign {
  width: 100%;
  text-align: center;
}
.cat-boxes .box-last .separator {
  height: 1px;
  width: 30%;
  background: #fff;
  margin: 6px auto 8px;
}

.cat-boxes .box-last .valign {
  width: 100%;
  text-align: center;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cat-boxes .box {
  display: block;
  height: 139px;
  background-color: #fff;
  background-position: right center;
  background-size: 170px;
  background-repeat: no-repeat;
  position: relative;
  color: #535353;
  line-height: 1;
  font-size: 20px;
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  padding-left: 20px;
}

.default-page {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  padding: 40px 60px;
  font-size: 11px;
  margin-bottom: 35px;
}

body {
    word-wrap: break-word;
    font-family: 'Catamaran', sans-serif;
    color: #535353;
    background: #f6f6f6;
}

default-page header,.fwp-panel header {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
}
.default-page header{
  margin-bottom: 40px;
}
.fwp-panel header {
  padding-bottom: 10px;
}
.default-page header:before,.fwp-panel header:before  {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 10%;
  height: 2px;
  background: #eb9943;
  z-index: 30;
}
.default-page header:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 75%;
  height: 2px;
  background: #e8e8e8;
}
.default-page .page-title,
.fwp-panel .page-title {
  margin: 0;
  color: #eb9943;
  font-size: 38px;
}

.default-page .entry-content {
  color:#a5a5a5;
}

.fwp-panel {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  font-size: 11px;
  padding:30px;
}
.

.fwp-panel .page-title {
  font-size:20px;
}
.fwp-panel strong {
  font-weight: 400;
  color: #eb9943;
  font-size: 12px;
}


.fwp-breadcrumbs {
  padding-top: 35px;
  padding-bottom: 17px;
  line-height: 20px;
}
.fwp-breadcrumbs a {
  color: #535353;
}
.fwp-breadcrumbs a:hover, .fwp-breadcrumbs a:focus {
  text-decoration: none;
}
.fwp-breadcrumbs .home-link, .fwp-breadcrumbs .bc-link:first-child {
  width: 25px;
  height: 20px;
  text-align: center;
  background: #fff;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  min-width: 1px;
  font-size: 14px;
  padding: 0;
}
.fwp-breadcrumbs .home-link span, .fwp-breadcrumbs .bc-link:first-child span {
  font-family: FontAwesome;
  line-height: 1;
}
.fwp-breadcrumbs .current-link, .fwp-breadcrumbs .bc-link {
  height: 20px;
  font-size: 9px;
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  min-width: 105px;
  border: 1px solid #dcdcdc;
  border-left: none;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.default-page .entry-content {
  color:#a5a5a5;
}
.entry-content ul {
  list-style: none;
  padding-left:4em;
}
.entry-content li:before{
  content:"";
  width:4px;
  height: 4px;
  background: #ea9843;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top:-1px;
  margin-right: 20px;
}
@media (max-width:991px){
  .entry-content li:before{
    width:6px;
    height: 6px;
    top:-1px;
  }
}


.entry-content strong {
  color:#eb9943;
}

p {
    margin: 0 0 10px;
}

.default-page header, .fwp-panel header {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}


.blog-post .page-title {
  color: #535353;
  font-size: 28px;
}
.blog-post .post-meta {
  position: relative;
}
.blog-post .post-meta .posted {
  position: absolute;
  width: 30%;
  background: #f6f6f6;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog-post .post-meta .posted span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  font-weight: 700;
}
.blog-post .post-meta .image img{
  width: calc(70% + 15px);
}
.blog-post .entry-content {
  padding-top: 40px;
}

.sidebar-blog {
  padding-left:40px;
}

.sidebar-blog .archive-year {
  font-size:20px;
  font-weight: 700;
}
.sidebar-blog .archive-link a{
  color:#535353;
  font-size: 13px;
}
.sidebar-blog .archive-link a:hover{
  color:#eb9943;
}
@media (max-width: 400px){
  .blog-post .post-meta .posted {
    left:15px;
    right:15px;
    top:auto;
    bottom:0;
    width:auto;
    float:left;
  }
  .blog-post .post-meta .image img {
    width: 100%;
  }
  .blog-post .post-meta .posted span {
    position: static;
  }
}

.post-navi {
  margin:0;
  padding:0;
  list-style: none;
  text-align: center;
  padding-bottom: 35px;
}
.post-navi li {
  display: inline-block;
}
.post-navi .prev {
  float:left;
}
.post-navi .next {
  float:right;
}
.post-navi a {
  background: #eb9943;
  border: none;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 8px;
  color:#fff;
  border-radius: 6px;
    text-decoration: none;
}
.post-navi a:hover,.post-navi a:focus {
  background: #663ab6;
}

.grid-item {
  padding-bottom: 35px;
}
.grid-item .inside {
  background: #f6f6f6;
  padding:15px 35px 35px;
}
.grid-item .content{
  font-size: 10px;
}
.grid-item .title {
  font-size: 20px;
  margin:0;
}
.grid-item > img {
  width: 100%;
}
.grid-item .title a {
  color:#535353;
}
.grid-item .title a:hover {
  color:#eb9943;
}

************************************************************************************************************************


.blog .grid {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap:30px;
  -moz-column-gap:30px;
  column-gap:30px;
}
@media (max-width: 767px){
  .grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap:0;
    -moz-column-gap:0;
    column-gap:0;

  }
}

@media(max-width: 420px){
  .testimonial .author {
    top:55px;
  }
}

.testimonials {
  padding-top: 55px;
}

.testimonial {
  display: table;
}
.testimonial + .testimonial {
  padding-top: 65px;
}
.testimonial .inside {
  padding:0 25px;
}
.testimonial .author {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  top:35px;
  right:40px;
}
.testimonial .content {
  border:7px solid #969696;
  font-size: 11px;
  border-radius: 25px;
  padding-top:100px;
  padding-bottom: 70px;
  display: table-cell;
  float:none;
}
.testimonial .image {
  display: table-cell;
  vertical-align: middle;
  float:none;
}
.testimonial .icon {
  background: url('http://www.gvobser3.ayz.pl/awning/wp-content/uploads/2016/08/testi-icon.png');
  width: 112px;
  height: 113px;
  position: absolute;
  top:0;
  -webkit-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  left:40px;
}
.testimonials .even .icon{
  left:auto;
  right: 40px;
}
.testimonials .even .author {
  right:auto;
  left:40px;
}

.field + .field {
  margin-top:15px;
}
.field-full {
  float:left;
  width: 100%;
}
.field-full input,.field-half input,
.field-full textarea,.field-half textarea{
  width: 100%;
  border: none !important;
  border-radius: 2px;
  padding-left: 10px;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
.field-half {
  width: 48%;
  float:left;
}
.wpcf7-submit {
  background: #eb9943;
  color: #fff;
  border:none;
  border-radius: 6px;
  padding:6px 12px;
  font-size: 12px;
  font-weight: 800;
  min-width: 128px;
  margin-top:20px;
}
.field textarea {
  padding-top: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
background-color: #f2dede;
border: 1px solid #ebccd1;
border-radius: 4px;
color: #a94442;
padding: 15px;
position: fixed;
top: 0px;
width: 100%;
margin: 0;
left: 0;
text-align: center;
z-index: 9999;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
background-color: #DFF0D8;
border: 1px solid #d6e9c6;
border-radius: 4px;
color: #3c763d;
padding: 15px;
position: fixed;
top: 0px;
width: 100%;
margin: 0;
left: 0;
text-align: center;
z-index: 9999;
}

img.ajax-loader {
display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
  box-shadow: 0px 0px 3px 0px rgba(255, 0, 0, 1) !important;
}

form .input-text,.field input {
  border: none !important;
  border-radius: 2px;
  padding-left: 10px;
  height: 40px !important;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
form .select2-choice {
  background-image: none !important;
  border-radius: 0 !important;
  padding: 7px 7px !important;
  height: 40px !important;
}
form .select2-arrow {
  background-image: none !important;
  background-color: #fff !important;
}
form .select2-arrow b {
  background-position: 0 7px;
}

.fwp-panel .page-title {
    font-size: 20px;
}

li > a:hover, .nav > li > a:focus {
    background: transparent !important;
    color: #663ab6;
}


.tab-navigation {
  padding-top: 29px;
}
.tab-navigation .nav-tabs {
  border-bottom: 2px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
}
.tab-navigation .nav-tabs > li {
  float: none;
  display: inline-block;
  padding: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.tab-navigation .nav-tabs > li > a {
  padding: 0 5px 5px;
  border: none;
  color: #727272;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li:hover, .tab-navigation .nav-tabs > li:focus {
  border-bottom: 2px solid #663ab6;
}
.tab-navigation .nav-tabs > li:hover a {
  color: #663ab6;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li:focus a {
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a {
  border: none;
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a:hover,
.tab-navigation .nav-tabs > li.active:hover > a {
  color: #663ab6;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a:focus {
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .active {
  border-bottom: 2px solid #eb9943 !important;
}
.tab-navigation .active:hover, .tab-navigation .active:focus {
  border-bottom: 2px solid #663ab6 !important;
}

.header-bar .quick-actions .block-inline + .block-inline {
    padding: 0;
    border: none;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    float:none;
  }
  .testimonial {
    display: block;
  }
  .testimonial .image {
    text-align: center;
  }
  .testimonial .image,.testimonial .content {
    display: block;
    padding-bottom: 65px;
  }
  .sidebar-padder {
    padding-bottom: 30px;
  }

  .shop-description {
    text-align: center;
  }

  .woocommerce .woocommerce-result-count {
    width: 100%;
  }

  .shop-nav {
    text-align: center;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block !important;
    margin: 0;
    border-bottom: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin: 0;
    border-right: 1px solid #dcdcdc;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: none;
  }

  .header-bar {
    text-align: center;
  }
  .header-bar .quick-actions {
    position: static;
    padding: 5px 0;
  }

  .main-slider .content {
    width: 100%;
    font-size: 8vw;
    left: 0;
  }

  .cat-boxes .box {
    margin-top: 30px;
  }

  .nav > li {
    padding: 15px 0;
  }
  .nav > li + li {
    margin-left: 0;
  }

  .navbar-nav {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .dropdown-menu {
    text-align: center;
  }
  
  .site-footer .menus div {
    text-align: center;
  }
  .site-footer .menus > div:last-child {
    margin-left: 25%;
  }
  .site-footer .newsletter {
    padding-top: 10px;
  }
}

.custom.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    background-color: #EB9943;
    box-shadow: 0px 4px 7.76px 0.24px rgba(1, 1, 1, 0.1);
    font-weight: bolder;
}


.custom.tparrows:hover {
    background: #663AB6;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #EB9943;
    background-color: #EB9943;
}
.navbar-toggle {
    top: 5px;
}
.nav > li > a {

   padding: 6px 15px;
}


.nav > li {
    padding: 0 !important;
}
@media (min-width: 767px)
{
.navbar-right {
    float: right !important;
    margin-right: -15px;
    padding-top: 30px;
}
}
@media (max-width: 767px)
{
.navbar-right {
    float: right !important;
    margin-right: -15px;
    padding-top: 0px;
}
}

.cat-boxes .box-last {
    background-color: #663ab6;
    color: #fff;
    padding: 0;
}

.product-slider .product-slide {
    border-radius: 2px;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
    min-height: 256px;
    padding: 15px;
    text-align: center;
    background: #fff;
    position: relative;
}

************************************************************************************

.modal-content {
  padding:30px;
}
.mspc-wrapper .mspc-content .mspc-variations {
  height:auto !important;
}
.woocommerce #review_form #respond textarea {
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  border:none;
  padding:10px;
}
.page-template-template-woo-pages .shop_table {
  margin-bottom: 30px !important;
}
.field + .field {
  margin-top:15px;
}
.field-full {
  float:left;
  width: 100%;
}
.field-full input,.field-half input,
.field-full textarea,.field-half textarea{
  width: 100%;
  border: none !important;
  border-radius: 2px;
  padding-left: 10px;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
.field-half {
  width: 48%;
  float:left;
}
.wpcf7-submit {
  background: #eb9943;
  color: #fff;
  border:none;
  border-radius: 6px;
  padding:6px 12px;
  font-size: 12px;
  font-weight: 800;
  min-width: 128px;
  margin-top:20px;
}
.field textarea {
  padding-top: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
background-color: #f2dede;
border: 1px solid #ebccd1;
border-radius: 4px;
color: #a94442;
padding: 15px;
position: fixed;
top: 0px;
width: 100%;
margin: 0;
left: 0;
text-align: center;
z-index: 9999;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
background-color: #DFF0D8;
border: 1px solid #d6e9c6;
border-radius: 4px;
color: #3c763d;
padding: 15px;
position: fixed;
top: 0px;
width: 100%;
margin: 0;
left: 0;
text-align: center;
z-index: 9999;
}

img.ajax-loader {
display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
  box-shadow: 0px 0px 3px 0px rgba(255, 0, 0, 1) !important;
}

form .input-text,.field input {
  border: none !important;
  border-radius: 2px;
  padding-left: 10px;
  height: 40px !important;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
form .select2-choice {
  background-image: none !important;
  border-radius: 0 !important;
  padding: 7px 7px !important;
  height: 40px !important;
}
form .select2-arrow {
  background-image: none !important;
  background-color: #fff !important;
}
form .select2-arrow b {
  background-position: 0 7px;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #f6f6f6;
  
}
#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #f6f6f6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce .cart .button, .woocommerce .cart input.button {
  background: #eb9943;
  color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
  background: #663ab6;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #663ab6;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  width: auto;
}

.lost_password a {
  font-weight: 800;
}

.block-inline {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  padding-top:5px;
  padding-bottom: 5px;
}

.highlight {
  color: #eb9943;
}

.site-header {
  background: #fff;
}

.header-bar {
  background-color: #f6f6f6;
  font-size: 10px;
  color: #b4b4b4;
}
.header-bar .quick-actions {
  position: absolute;
  padding: 5px 0;
  z-index: 30;
  right: 100px;
  top: 0;
}
.header-bar .quick-actions .rounded-icon {
  border-radius: 50%;
  padding:0;
  background: #eb9943;
  box-shadow: 0px 0px 7.76px 0.24px rgba(1, 1, 1, 0.18);
}
.header-bar .quick-actions .rounded-icon:hover {
  background: #663ab6;
}
.header-bar .quick-actions .block-inline + .block-inline {
  padding: 0;
  border:none;
}
.header-bar .container {
  position: relative;
}
.header-bar a {
  color: #b4b4b4;
}
.header-bar a:hover, .header-bar a:focus {
  color: #eb9943;
  text-decoration: none;
}
.header-bar .block-inline + .block-inline {
  padding-left: 25px;
  border-left:1px solid #fff;
}

.site-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.navbar {
  position: relative;
  min-height: 1px;
  margin-bottom: 0px;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
.navbar .fa {
  color: #000;
}

.navbar-nav {
  float: right;
}

.nav > li {
  padding-top: 30px;
}
.nav > li + li {
  margin-left: 32px;
}

.navbar-nav > li > a {
  color: #eb9943;
  padding: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
  color: #663ab6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: transparent;
  color:#663ab6;
}
.dropdown-menu {
  border: none;
  background-color: #f6f6f6;
  border-radius: 0;
  font-size: 12px;
}

.dropdown-menu > li > a {
  color: #eb9943;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #663ab6;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-image: none;
}

.navbar-toggle .icon-bar {
  background: #eb9943;
}
.main-slider .carousel-inner {
    background-color:#eb9943;
}
.main-slider .item, .main-slider .container {
  height: 403px;
  background-position:center center;
  background-repeat:no-repeat;
}
.main-slider .container {
  position: relative;
}
.main-slider .carousel-indicators {
  display: none;
}
.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
  background-image: none;
}
.main-slider .carousel-control.left {
  left: 1%;
}
.main-slider .carousel-control.right {
  right: 1%;
}
.main-slider .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 4px 7.76px 0.24px rgba(1, 1, 1, 0.1);
  background: #eb9943;
  position: absolute;
  line-height: 32px;
}
.main-slider .carousel-control:hover {
  background: #663ab6;
}
.main-slider .content {
  width: 50%;
  color: #fff;
  font-weight: 100;
  line-height: 1;
  text-align: center;
}
.main-slider .content p {
  margin:0;
  font-size: 67px;
}
.main-slider .content strong {
  font-weight: 500;
}

.main-slider .fwp-btn {
  display: inline-block;
  font-size:13px;
  font-weight: 500;
  color:#ea9943;
  background: #fff;
  box-shadow: 0px 0px 0.97px 0.03px rgba(1, 1, 1, 0.18);
  padding:13px 18px;
  margin-top:15px;
}
.cat-boxes {
  padding-top: 20px;
}
.cat-boxes .box {
  display: block;
  height: 139px;
  background-color: #fff;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  color: #535353;
  line-height: 1;
  font-size: 20px;
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  padding-left: 20px;
}
.cat-boxes .box strong {
  font-weight: 400;
  color: #eb9943;
}
.cat-boxes .box-last {
  background-color: #663ab6;
  color: #fff;
  padding: 0;
}
.cat-boxes .box-last strong {
  color: #fff;
  font-weight: 800;
}
.cat-boxes .box-last .valign {
  width: 100%;
  text-align: center;
}
.cat-boxes .box-last .separator {
  height: 1px;
  width: 30%;
  background: #fff;
  margin: 6px auto 8px;
}

.tab-navigation {
  padding-top: 29px;
}
.tab-navigation .nav-tabs {
  border-bottom: 2px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
}
.tab-navigation .nav-tabs > li {
  float: none;
  display: inline-block;
  padding: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.tab-navigation .nav-tabs > li > a {
  padding: 0 5px 5px;
  border: none;
  color: #727272;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li:hover, .tab-navigation .nav-tabs > li:focus {
  border-bottom: 2px solid #663ab6;
}
.tab-navigation .nav-tabs > li:hover a {
  color: #663ab6;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li:focus a {
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a {
  border: none;
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a:hover,
.tab-navigation .nav-tabs > li.active:hover > a {
  color: #663ab6;
  background-color: transparent;
}
.tab-navigation .nav-tabs > li.active > a:focus {
  color: #eb9943;
  background-color: transparent;
}
.tab-navigation .active {
  border-bottom: 2px solid #eb9943 !important;
}
.tab-navigation .active:hover, .tab-navigation .active:focus {
  border-bottom: 2px solid #663ab6 !important;
}

.search-results .page-title {
  color: #d4d4d4;
  font-size: 16px;
  margin: 0;
  padding: 10px 0 20px;
}

.search-heading .title {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.search-heading .search-form {
  padding-bottom: 30px;
  border-bottom: 2px solid #dcdcdc;
}
.search-heading .search-form label {
  width: 100%;
}
.search-heading .search-field {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
}
.search-heading .search-field:focus, .search-heading .search-field:active {
  outline: none;
  border: 1px solid #eb9943;
}
.search-heading .search-submit {
  display: none;
}

.product-slider .slick-list {
  height: 360px;
  padding-top: 20px;
}
.product-slider .product-slide {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  min-height: 256px;
  padding: 15px;
  text-align: center;
  background: #fff;
  position: relative;
}
.product-slider .product-slide .title {
  font-size: 10px;
}
.product-slider .product-slide .price {
  font-size: 11px;
  font-weight: 800;
  color: #535353;
}
.product-slider .product-slide .extra-info {
  display: none;
}
.product-slider .product-slide .extra-info .star-rating {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.product-slider .product-slide .extra-info .rating {
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-slider .product-slide .extra-info .share {
  font-size: 12px;
}
.product-slider .product-slide:hover .extra-info {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 2px;
  box-shadow: 0px 4px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  top: 93%;
}
.product-slider .share-links a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-slider .share-links .fa {
  background: #d9d9d9 !important;
  border-radius: 50%;
  font-size: 
}
.product-slider .fwp-arrow {
    width: 32px;
    height: 32px;
    display: block;
    background: #eb9943;
    border-radius: 50%;
    box-shadow: 0px 4px 7.76px 0.24px rgba(1, 1, 1, 0.1);
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    z-index: 99;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.product-slider .fwp-arrow:hover {

    background: #663AB6;

}
.product-slider .arrow-left {
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
    cursor: pointer;
}
.product-slider .arrow-right {
  right: 0;
  -webkit-transform: translate(50%, -100%);
  -o-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
    cursor: pointer;
}

.big-boxes {
  padding-bottom: 55px;
  
}
.big-boxes {
  display: -ms-flexbox;
  display: flex;
  width:100%;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.big-boxes > div {
  display: -ms-flexbox;
  display: flex;
  float:none;
  vertical-align: middle;
  -ms-flex:0 50%;
      flex:0 50%;
  padding:0 15px;
}
.big-boxes .box {
  width: 100%;
}

.big-boxes .box {
  display: block;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #eb9943;
  min-height: 200px;
  border-radius: 2px;
}
.big-boxes .description {
  font-size: 10px;
  line-height: 18px;
}
.big-boxes div:first-child .box {
  background: #663ab6;
  transition:all 0.5s;
}
.big-boxes .box:hover {
  text-decoration: none;
  background: #fff !important;
  color:#eb9943;
  transition:all 0.5s;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}

.big-boxes div:first-child .box:hover {
  color:#663ab6;
  transition:all 0.5s;
}
.big-boxes .icon {
  padding-bottom: 10px;
  margin: 0 auto;
  transition:all 0.5s;
}
.big-boxes .icon .hover-state {
  display: none;
  transition:all 0.5s;
}
.big-boxes .box:hover .icon .hover-state {
  display: inline-block;
  transition:all 0.5s;
}
.big-boxes .box:hover .icon .normal-state {
  display: none;
  transition:all 0.5s;
}
.big-boxes .title {
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 10px;
}

.news .image img {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
}
.news .posted {
  font-weight: 700;
  font-size: 11px;
}
.news .title {
  font-size: 20px;
}
.news .title a {
  color: #535353;
}
.news .title a:hover, .news .title a:focus {
  text-decoration: none;
  color: #eb9943;
}
.news .content {
  font-size: 10px;
}
.news .btn-container {
  padding-top: 30px;
}

.suppliers {
  padding-top: 70px;
}
.suppliers a {
  display: block;
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  text-align: center;
}
.woocommerce span.onsale {
  background-color: #eb9943;
  border-radius: 6px;
  line-height: 2.4;
  min-height: 1px;
}
.copyrights {
  padding-top:10px;
}
.site-footer {
  font-size: 11px;
  margin-top:50px;
  padding-top: 30px;
  padding-bottom: 15px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.56);
  background: #fff;
}
.site-footer .section-title {
  font-size: 11px;
  text-align: left;
}
.site-footer .newsletter {
  padding-bottom: 20px;
}
.site-footer .newsletter .field {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.site-footer .newsletter .field input {
  width: 100%;
  height: 29px !important;
  font-size: 11px;
  padding-left: 9px;
  border-radius: 6px;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 0.97px 0.03px rgba(1, 1, 1, 0.18);
  
}
.site-footer .newsletter .submit-field {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .newsletter .submit-field input {
  width: 30px;
  height: 29px;
  font-size: 23px;
  line-height: 1;
  background: #eb9943;
  color: #fff;
  border: none;
  border-radius: 6px;
  vertical-align: middle;
  padding:0;
  min-width: 1px;
  font-weight: 400;
  margin:0;
}
.site-footer .opening .section-title {
  padding-bottom: 0px;
}

.fwp-breadcrumbs {
  padding-top: 35px;
  padding-bottom: 17px;
  line-height: 20px;
}
.fwp-breadcrumbs a {
  color: #535353;
}
.fwp-breadcrumbs a:hover, .fwp-breadcrumbs a:focus {
  text-decoration: none;
}
.fwp-breadcrumbs .home-link, .fwp-breadcrumbs .bc-link:first-child {
  width: 25px;
  height: 20px;
  text-align: center;
  background: #fff;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  min-width: 1px;
  font-size: 14px;
  padding: 0;
}
.fwp-breadcrumbs .home-link span, .fwp-breadcrumbs .bc-link:first-child span {
  font-family: FontAwesome;
  line-height: 1;
}
.fwp-breadcrumbs .current-link, .fwp-breadcrumbs .bc-link {
  height: 20px;
  font-size: 9px;
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  min-width: 105px;
  border: 1px solid #dcdcdc;
  border-left: none;
}

.page-title {
  font-size: 38px;
  color: #eb9943;
}
.testimonials {
  padding-top: 55px;
}

.testimonial {
  display: table;
}
.testimonial + .testimonial {
  padding-top: 65px;
}
.testimonial .inside {
  padding:0 25px;
}
.testimonial .author {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  top:35px;
  right:40px;
}
.testimonial .content {
  border:7px solid #969696;
  font-size: 11px;
  border-radius: 25px;
  padding-top:100px;
  padding-bottom: 70px;
  display: table-cell;
  float:none;
}
.testimonial .image {
  display: table-cell;
  vertical-align: middle;
  float:none;
}
.testimonial .icon {
  background: url('images/testi-icon.png');
  width: 112px;
  height: 113px;
  position: absolute;
  top:0;
  -webkit-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  left:40px;
}
.testimonials .even .icon{
  left:auto;
  right: 40px;
}
.testimonials .even .author {
  right:auto;
  left:40px;
}
.default-page {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  padding: 40px 60px;
  font-size: 11px;
  margin-bottom: 35px;
}
.fwp-panel {
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  font-size: 11px;
  padding:30px;
}
.default-page header,.fwp-panel header {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
}
.default-page header{
  margin-bottom: 40px;
}
.fwp-panel header {
  padding-bottom: 10px;
}
.default-page header:before,.fwp-panel header:before  {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 10%;
  height: 2px;
  background: #eb9943;
  z-index: 30;
}
.default-page header:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 75%;
  height: 2px;
  background: #e8e8e8;
}
.default-page .page-title,
.fwp-panel .page-title {
  margin: 0;
  color: #eb9943;
  font-size: 38px;
}
.fwp-panel .page-title {
  font-size:20px;
}
.fwp-panel strong {
  font-weight: 400;
  color: #eb9943;
  font-size: 12px;
}

.blog-post .page-title {
  color: #535353;
  font-size: 28px;
}
.blog-post .post-meta {
  position: relative;
}
.blog-post .post-meta .posted {
  position: absolute;
  width: 30%;
  background: #f6f6f6;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog-post .post-meta .posted span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  font-weight: 700;
}
.blog-post .post-meta .image img{
  width: calc(70% + 15px);
}
.blog-post .entry-content {
  padding-top: 40px;
}

.sku_wrapper {
  font-size: 10px;
  color: #a5a5a5;
}
.sku_wrapper .sku {
  border-radius: 6px;
  background: #eb9943;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  padding: 2px 20px;
  margin-left: 4px;
}
.fwp-custom-banner {
  background: #663ab6;
  color:#fff;
  text-align:center;
  padding:12px 15px 18px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  border-radius: 2px;
  margin-top:10px;
}

.fwp-custom-banner .title {
  font-weight: 900;
  font-size: 16px;
  padding:5px 0;
}
.fwp-custom-banner .desc {
  font-size:6.86px;
  line-height: 1.8;
}
.fwp-custom-banner .btn {
  font-size: 10px;
  line-height: 1;
  padding:5px 25px;
  text-transform: uppercase;
}
.shop-description {
  padding-bottom: 10px;
  border-bottom: 2px solid #dcdcdc;
}
.shop-description .cat-image {
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  border-radius: 2px;
}
.shop-description .term-description {
  font-size: 10px;
  padding-bottom: 30px;
}

.shop-nav {
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.shop-description .sort-title {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.shop-description form {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  margin: 0 !important;
}

.sidebar-padder {
  padding-right: 30px;
}
.sidebar-padder .widget-title {
  color: #eb9943;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 20px;
}

.product-categories {
  list-style: none;
  padding: 0;
}

.product-categories a {
  color: #535353;
}
.product-categories li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 9px;
  background: #eb9943;
}

.sidebar-inside {
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  border-radius: 2px;
  padding: 30px;
}

.woocommerce .widget_layered_nav ul li .count {
  display: none;
}
.woocommerce .widget_layered_nav ul li a {
  color: #535353;
}
.woocommerce .widget_layered_nav ul li a:hover, .woocommerce .widget_layered_nav ul li a:focus {
  text-decoration: none;
}
.woocommerce .widget_layered_nav ul li a:before {
  font-family: FontAwesome;
  content: "\f096";
  color: #dcdccd;
  margin-right: 10px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
  font-family: FontAwesome;
  content: "\f046";
  margin-right: 10px;
  color: #dcdcdc;
}
.woocommerce .woocommerce-result-count {
  float: right;
  font-weight: 700;
  font-size: 13px;
}
.woocommerce .products .product {
  margin-bottom: 100px;
}
.woocommerce .products .product .star-rating {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .products .product-inside {
  min-height: 256px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  padding: 15px;
  position: relative;
}
.woocommerce .products .product-inside a:hover {
  text-decoration: none;
}
.woocommerce .products .product-inside h3 {
  color: #535353;
  font-size: 10px;
  margin: 0;
}
.woocommerce .products .product-inside .extra-info {
  display: none;
}
.woocommerce .products .product-inside .extra-info .rating {
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .products .product-inside .extra-info .share {
  font-size: 12px;
}
.woocommerce .products .product-inside .price {
  font-size: 11px;
  font-weight: 800;
  color: #535353;
}
.woocommerce .products .product-inside .button {
  background: #663ab6;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  border-radius: 6px;
  text-transform: uppercase;
}
.woocommerce .products .product-inside .button:hover {
  background: #eb9943;
}
.woocommerce .products .product-inside:hover .extra-info {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 2px;
  box-shadow: 0px 4px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  top: 97%;
  transition:all 0.5s;
}

.pagination {
  display: block;
  float: right;
  margin: 0;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  border-radius: 6px;
  background: #eb9943;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
.pagination ul li a {
  color: #fff;
  transition:all 0.5s;
}
.pagination ul li a:hover {
  color: #fff;
  text-decoration: none;
  transition:all 0.5s;
}
.pagination ul li:hover, .pagination ul .active {
  background: #663ab6;
  transition:all 0.5s;
}
.pagination ul .change-page {
  background: transparent;
}
.pagination ul .change-page a {
  color: #eb9943;
  font-size: 15px;
  transition:all 0.5s;
}
.pagination ul .change-page a:hover {
  color: #663ab6;
  text-decoration: none;
  transition:all 0.5s;
}
.pagination ul .change-page:hover {
  background: transparent;
  transition:all 0.5s;
}

.woocommerce-pagination {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs {
  padding-top: 30px;
  font-size:11px;
}
.reviews-list {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .fwp-tab-content {
  border: 1px solid #dcdcdc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  padding: 20px;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow: visible;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #dcdcdc;
  border-bottom-color: #dcdcdc;
  background: #f6f6f6;
  border-radius: 0;
  margin: 0;
  margin-right: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f6f6f6;
  border-bottom-color: #dcdcdc;
  border-right: none;
  margin-right: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight:700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .entry-summary {
  font-size: 10px;
  color: #a5a5a5;
}
.woocommerce div.product .main-product {
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background: #fff;
  padding: 15px 10px;
}
.woocommerce div.product .product_meta {
  padding-bottom: 25px;
}
.woocommerce div.product .product_title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
  color: #535353;
}
.woocommerce div.product p.price {
  color: #535353;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  padding-top: 20px;
}
.woocommerce div.product span.price {
  color: #535353;
  font-size: 11px;
}
.woocommerce div.product .cart .button {
  background: #663ab6;
  font-weight: 800;
  min-width: 215px;
  text-align: center;
}
.woocommerce div.product .cart .button:before {
  content: "";
  background: url("images/cart-button.png") no-repeat;
  width: 28px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.woocommerce div.product .review-count {
  float: left;
  width: 100%;
}
.woocommerce div.product .review-count .count {
  display: inline-block;
  background: #eb9943;
  border-radius: 6px;
  font-size: 9px;
  color: #fff;
  font-weight: 800;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
}
.woocommerce div.product .add-review {
  font-size: 10px;
  padding: 2.5px 10px;
  font-weight: 400;
  margin-left: 6px;
}
.woocommerce div.product .thumbnails img {
  border: 1px solid #dcdcdc;
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.woocommerce div.product .woocommerce-main-image img {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 5px;
}
.woocommerce div.product .fwp-padding-reset:first-child {
  padding-right: 0px;
}
.woocommerce div.product .fwp-padding-reset:first-child + .fwp-padding-reset {
  padding-left: 5px;
}
.woocommerce div.product .section-title {
  text-align: left;
  color: #535353;
}
.woocommerce div.product .reviews {
  font-size: 11px;
  color: #a5a5a5;
}
.woocommerce div.product .reviews .fa {
  color: #878787;
}
.woocommerce div.product .reviews .stars {
  font-size: 12px;
  letter-spacing: 3px;
}
.woocommerce div.product .reviews .author {
  color: #535353;
  padding-top: 5px;
  padding-bottom: 2px;
}
.woocommerce div.product .reviews .review-meta {
  border-right: 1px solid #dcdcdc;
}
.woocommerce div.product .reviews .review-content {
  font-size: 12px;
}
.woocommerce div.product .reviews .review-content b, .woocommerce div.product .reviews .review-content strong {
  color: #535353;
}
.woocommerce div.product .reviews .review {
  padding-bottom: 30px;
}

.share-links {
  font-size: 14px;
}
.share-links a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
}
.share-links a + a {
  margin-left: 2px;
}
.share-links .fa {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ce1e21;
}
.share-links .fa:before {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.share-links .fa-twitter {
  background-color: #00aaf0;
}
.share-links .fa-facebook {
  background-color: #435e9e;
}
.share-links .fa-google-plus {
  background-color: #e04c35;
}
.share-links .fa-pinterest {
  background-color: #ce1e21;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: block;
}

.page .woocommerce > h2 {
  font-size: 20px;
  margin: 0;
}

.woocommerce h2 {
  font-size: 20px;
  margin: 0;
}
.woocommerce form.login, .woocommerce form.register {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce form.login label, .woocommerce form.register label {
  display: none;
}
.woocommerce form.login .input-text, .woocommerce form.register .input-text {
  padding-left: 10px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
}
.woocommerce .quantity {
  padding: 15px 0;
}
.woocommerce .qty-title {
  color: #a5a5a5;
  font-size: 10px;
}
.woocommerce .qty {
  height: 20px !important;
  font-weight: 300;
  color: #7f7f7f;
  vertical-align: middle;
  border: 1px solid #dcdcdc !important;
  font-size: 11px;
}
.woocommerce .qty-button {
  background: #fff;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  font-weight: 300;
  color: #7f7f7f;
}
.woocommerce .cart th {
  text-align: center;
}
.woocommerce table.shop_table {
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table thead {
  background: #fff;
  font-size: 10px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-right: 1px solid #dcdcdc;
  font-weight: 400;
}
.woocommerce table.shop_table th:last-child, .woocommerce table.shop_table td:last-child {
  border-right: none;
}
.woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-subtotal {
  font-weight: 900;
  text-align: center;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 45%;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-top: none;
  background: #fff;
}
.woocommerce .cart-collaterals .cart_totals table tr {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table th {
  width: 60%;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  border-right: 1px solid #dcdcdc;
}
.woocommerce .cart-collaterals .cart_totals table td {
  font-size: 12px;
  font-weight: 900;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .order-total .amount {
  color: #eb9943;
  font-size: 14px;
  font-weight: 900;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: #eb9943;
  padding: 10px;
  border-radius: 6px;
}
.woocommerce .cart_item .product-quantity {
  text-align: center;
}
.woocommerce .cart_item .product-thumbnail {
  text-align: center;
}
.woocommerce .cart_item img {
  width: 80px !important;
  border: 1px solid #dcdcdc;
}
.woocommerce .cart_item .qty-title {
  display: none;
}
.woocommerce .cart_item .item-name {
  color: #535353;
  font-size: 13px;
}
.woocommerce .cart_item .sku_wrapper {
  padding-bottom: 20px;
}
.woocommerce .cart_item .attr-item {
  color: #ababab;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce .cart_item .attr-item .name {
  text-transform: capitalize;
}
.woocommerce .widget_price_filter .button {
  background: #eb9943;
  border-radius: 6px;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #b4b4b4;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #eb9943;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #663ab6;
}
.woocommerce .woocommerce-ordering {
  float: left;
}
.woocommerce .star-rating {
  font-family: FontAwesome;
  width: 6.6em;
}
.woocommerce .star-rating span:before {
  letter-spacing: 5px;
  content: "\f005\f005\f005\f005\f005";
}
.woocommerce .star-rating:before {
  letter-spacing: 5px;
  content: "\f006\f006\f006\f006\f006";
}

.fwp-menu {
  font-size: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fwp-menu li {
  padding-bottom: 10px;
}
.fwp-menu li a {
  color: #535353;
}

.section-title {
  font-size: 20px;
  color: #eb9943;
  text-align: center;
  padding-bottom: 20px;
}

.btn {
  border-radius: 6px;
}

.btn-primary {
  background: #eb9943;
  border: none;
  font-weight: 800;
  font-size: 12px;
  transition:all 0.5s;
  padding: 3px 8px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #663ab6;
  transition:all 0.5s;
}

.btn-customize {
  background: #663ab6;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  transition:all 0.5s;
  border-radius: 6px;
}

.btn-customize:hover {
  background: #eb9943;
  color: #fff;
  transition:all 0.5s;
}

*:focus {
  outline: none;
}

.custom-container, .page-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-padding .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.custom-padding .row {
  margin-left: -10px;
  margin-right: -10px;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item {
  padding-bottom: 35px;
}
.grid-item .inside {
  background: #f6f6f6;
  padding:15px 35px 35px;
}
.grid-item .content{
  font-size: 10px;
}
.grid-item .title {
  font-size: 20px;
  margin:0;
}
.grid-item > img {
  width: 100%;
}
.grid-item .title a {
  color:#535353;
}
.grid-item .title a:hover {
  color:#eb9943;
}
.sidebar-blog {
  padding-left:40px;
}

.sidebar-blog .archive-year {
  font-size:20px;
  font-weight: 700;
}
.sidebar-blog .archive-link a{
  color:#535353;
  font-size: 13px;
}
.sidebar-blog .archive-link a:hover{
  color:#eb9943;
}
@media (max-width: 400px){
  .blog-post .post-meta .posted {
    left:15px;
    right:15px;
    top:auto;
    bottom:0;
    width:auto;
    float:left;
  }
  .blog-post .post-meta .image img {
    width: 100%;
  }
  .blog-post .post-meta .posted span {
    position: static;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    float:none;
  }
  .testimonial {
    display: block;
  }
  .testimonial .image {
    text-align: center;
  }
  .testimonial .image,.testimonial .content {
    display: block;
    padding-bottom: 65px;
  }
  .sidebar-padder {
    padding-bottom: 30px;
  }

  .shop-description {
    text-align: center;
  }

  .woocommerce .woocommerce-result-count {
    width: 100%;
  }

  .shop-nav {
    text-align: center;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block !important;
    margin: 0;
    border-bottom: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin: 0;
    border-right: 1px solid #dcdcdc;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: none;
  }

  .header-bar {
    text-align: center;
  }
  .header-bar .quick-actions {
    position: static;
    padding: 5px 0;
  }

  .main-slider .content {
    width: 100%;
    font-size: 8vw;
    left: 0;
  }

  .cat-boxes .box {
    margin-top: 30px;
  }

  .nav > li {
    padding: 15px 0;
  }
  .nav > li + li {
    margin-left: 0;
  }

  .navbar-nav {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .dropdown-menu {
    text-align: center;
  }
  
  .site-footer .menus div {
    text-align: center;
  }
  .site-footer .menus > div:last-child {
    margin-left: 25%;
  }
  .site-footer .newsletter {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .main-slider .content p{
    font-size: 5.7vw;
  }

  .product-slider .arrow-right, .product-slider .arrow-left {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .big-boxes > div:last-child {
    margin-top: 30px;
    margin-left: 25%;
  }

  .news .single-news {
    padding-bottom: 30px;
  }

  .suppliers .single-supplier {
    padding-bottom: 20px;
  }
  .sidebar-blog {
    padding-left:0px;
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #ebebeb;
  }
  .sidebar-blog .archive-link {
    display: inline-block;
  }
  .sidebar-blog .archive-link + .archive-link {
    padding-left:30px;
  }
  .sidebar-blog .archive-year {
    font-size:28px;
    font-weight: 700;
  }
  .sidebar-blog .archive-link a{
    color:#535353;
    font-size: 20px;
  }
  .default-page {
    font-size:18px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    width: 845px;
  }

  .page-container {
    width: 880px;
  }
}
@media (min-width: 1130px) {
  .container {
    width: 1000px;
  }
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Content */
.main-content-inner, .container {
  padding-bottom: 0em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Clearing */
.clear {
  clear: both;
}

/* Navigation */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
}

.mspc-wrapper {
  background-color: #f6f6f6;
}
.mspc-module-steps-vertical > .steps {
  width:25%;
  margin:0;
}
.mspc-module-steps-vertical > .mspc-content {
  width: 75%;
  padding:15px;
}
.mspc-variations {
  background:#fff;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  margin:0 !important;
}
.ui.segment {
  background:transparent;
  box-shadow: none;
  border:1px solid #dcdcdc;
  border-radius: 0;
}

.ui.steps {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: default;
}

.ui.step, .ui.steps .step {
  text-align:right;
  text-transform: uppercase;
  font-size:11px;
  background-color: transparent;
  cursor:pointer;
}
.ui.vertical.steps .step {
  color:#717171;
  position: relative;
  z-index: 333;
  border:1px solid #dcdcdc;
  margin-right:-1px;
  border-radius: 0;
}
.ui.vertical.steps .step + .step {
  border-top:none;
}
.ui.vertical.steps .step:before {
  content:"\f058";
  display: block;
  width:40px;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  font-family: FontAwesome;
  color:#4fd200;
  line-height: 30px;
  text-align: center;
  font-size:20px;
  text-shadow: -1px 2px 7px rgba(1, 1, 1, 0.25);
  font-weight: 400;
  border-right:1px solid #dcdcdc;
}
.ui.vertical.steps .active.step:before {
  color:#ffb820;
}
.ui.disabled.step, .ui.steps .disabled.step:before {
  content:"\f111";
  color:#fff;
}
.ui.active.step, .ui.steps .step.active {
  font-weight: 700;
  background-color: transparent;
  color:#717171;
  margin-right: -1px;
  background:#f6f6f6;
  border-right: none;
}
.ui.vertical.steps .active.step:after {
  display: none;
}
.ui.disabled.step, .ui.steps .disabled.step {
  color:#717171;
  background-color: transparent;
}
.customizable-title {
  font-size:21px;
  font-weight: 500;
  padding-left:30px;
  padding-top:20px;
  position:absolute;
  width:100%;
  background: #FFF;
  z-index: 333;
}
.fwp-customizer {
  position: relative;
}
.fpd-container>.fpd-main-wrapper {
  background-image:none;
}
.fpd-container {
  box-shadow: none;
}
.mspc-clear-selection {
  display: none;
}
.fpd-product-designer-wrapper {
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  background-color:#fff;
}
.fwp-summary-container .mspc-variation {
  cursor: auto !important;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left:0 !important;
}
.wydupiej {
  display: none !important;
}
.fwp-summary-content {
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  width:70%;
  margin:0 auto;
  font-size:12px;
}
.fwp-summary-title header{
  font-size:35px;
  color:#535353;
}
.fwp-summary-title .fwp-leading {
  color:#eb9943;
  font-size: 16px;
}
.fwp-summary-content {
  padding-top:30px;
  padding-bottom: 35px;
  color:#ababab;
}
.woocommerce-variation-price {
  display: none;
}
.fwp-add-to-cart {
  font-size:15px;
}
.woocommerce .cart_item .attr-item {
  display: none;
}
.product-type-variable .main-product {
  display: none;
}
.fwp-add-to-cart {
  background: #f6f6f6;
  padding:35px 0;
  text-align: center;
}
.fwp-add-to-cart button {
  font-weight: 700;
  font-size:13px;
  line-height: 1;
  padding:10px 40px;
}
.fwp-summary-container {
  background: none;
  box-shadow: none;
  padding-top:0 !important;
}
.fwp-summary-container>div:first-child {
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
    margin:0 !important;
    padding-top:1em;
    padding-bottom: 1em;
}
.fwp-price {
  text-align: center;
  font-weight: 300;
  padding-bottom: 25px;
}
.fwp-price>div {
  display: inline-block;
  border-top:1px solid #f7d8b7;
  padding:15px 20px;
}
.price-title {
  display: inline-block;
  font-size: 10px;
  color:#ababab;
  margin-right: 10px;
}
.fwp-var-price {
  display: inline-block;
  font-size: 16px;
}
.fwp-var-price .price {
    font-size: 16px !important;
}
.mspc-content .mspc-variation.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ui.radio.checkbox .box:after, .ui.radio.checkbox label:after {
  background: #e99300;
  width:3px !important;
  height: 3px !important;
  top:3px;
  left:3px;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
    -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    -moz-transition: background-color .3s ease,box-shadow .3s ease;
    transition: background-color .3s ease,box-shadow .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px solid #d2d2d2;
    min-width: 1px !important;
    width:9px !important;
    height: 9px !important;
    display: block;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary.disabled.focus, .btn-primary.disabled:active,
.btn-primary.disabled.active, .btn-primary[disabled],
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
.btn-primary[disabled].focus, .btn-primary[disabled]:active,
.btn-primary[disabled].active, fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background: #eb9943;
}
.mspc-variation .mspc-text-wrapper > strong {
  font-size: 9px;
  font-weight: 400;
}
.mspc-wrapper .mspc-content .mspc-variations {
  padding-left:30px;
  padding-right: 30px;
}
.mspc-content .mspc-variation img{
  border:1px solid #e3e3e3;
  border-radius: 2px;
  padding:5px;
}
.fwp-fixed-price {
  text-align: center;
  padding-top:24px;
}
.fwp-fixed-price>.price{
  display: inline-block;
  padding:10px 40px;
  border-radius: 2px;
  background-color:#fff;
  box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.14);
  font-size:16px !important;
  color:#c7c4c2 !important;
}

.fwp-preloader {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  background: #fff;
  z-index: 99999;
}
.search .fwp-preloader .txt{
  display: none !important;
}
.fwp-preloader .txt {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top:40%;
  transform: translateY(-50%);
  color:#eb9943;
  font-size:36px;
  font-weight: 700;
}
.mspc-product .fwp-preloader .txt {
  display: block;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #eb9943;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.blog .grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 440px;
}
@media (max-width: 767px){
  .grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap:0;
    -moz-column-gap:0;
    column-gap:0;
  }
  
}
@media(max-width: 600px){
  .big-boxes > div {
    -ms-flex:0 100%;
    flex:0 100%;
  }
  .big-boxes > div {
    margin-top:30px;
  }
  .big-boxes > div:last-child {
    margin-left:0;
  }
}
@media(min-width: 992px){
  .big-boxes > div {
    -ms-flex:0 33.333333%;
    flex:0 33.333333%;
  }
}
@media(max-width: 420px){
  .testimonial .author {
    top:55px;
  }
}
.default-page .entry-content {
  color:#a5a5a5;
}
.entry-content ul {
  list-style: none;
  padding-left:4em;
}
.entry-content li:before{
  content:"";
  width:4px;
  height: 4px;
  background: #ea9843;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top:-1px;
  margin-right: 20px;
}
@media (max-width:991px){
  .entry-content li:before{
    width:6px;
    height: 6px;
    top:-1px;
  }
}
.post-navi {
  margin:0;
  padding:0;
  list-style: none;
  text-align: center;
  padding-bottom: 35px;
}
.post-navi li {
  display: inline-block;
}
.post-navi .prev {
  float:left;
}
.post-navi .next {
  float:right;
}
.post-navi a {
  background: #eb9943;
  border: none;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 8px;
  color:#fff;
  border-radius: 6px;
}
.post-navi a:hover,.post-navi a:focus {
  background: #663ab6;
}
.contact-page {
  margin-bottom:15px;
}

.entry-content strong {
  color:#eb9943;
}
.product-categories {
  font-size: 12px;
}
.product-categories ul {
  list-style: none;
  padding-left:15px;
  padding-top: 3px;
}
.product-categories li + li {
  padding-top: 5px;
}
.product-categories ul li:before {
  width: 5px;
  height: 5px;
  position: relative;
  top:-2px;
}
#shipping_method li:before,.woocommerce_checkout_timeline li:before,
.wc_payment_method:before {
  display: none !important;
}
.payments {
    padding-top: 20px;
    padding-bottom: 20px;
}
.thanks {
  text-align: center;
  padding:100px 0 160px;
}
.thanks h1 {
  font-size:35px;
  font-weight: 400;
  margin:0;
}
.thanks p {
  color:#ababab;
  font-size:16px;
}
.thanks .btn-container {
  padding-top:55px;
}
.thanks .btn {
  font-size:13px;
  padding:8px 45px;
}
#review_form .title {
  font-size: 40px;
  line-height:1;
}
#review_form .desc {
  font-size: 16px;
  color:#ababab;
}
.comment-form-rating {
  padding-top:20px;
}
.comment-form-rating label {
  margin-right: 15px;
}
.comment-form-rating p,.comment-form-rating label {
  font-size: 13px;
  color:#898989;
  font-weight: 400;
  display: inline-block;
}
.woocommerce #review_form #respond textarea {
  resize:none;
  height: 200px;
  font-size:13px;
}
.woocommerce #review_form #respond .form-submit input {
  border-radius: 6px;
  padding:8px 40px;
  font-size: 13px;
}
.review-modal .modal-content {
  background:#f6f6f6;
  border:none;
  box-shadow: none;
  border-radius: 0;
}
.review-modal .modal-content .selectboxit-container {
  display: none;
}
.selectboxit-container {
  display: inline-block;
  position: relative;
}
.selectboxit-list {
  display: none;
  list-style: none;
  width:100%;
  text-align: center;
  position: absolute;
  top:100%;
  z-index: 30;
  background: #fff;
  padding:0;
  border:1px solid #dcdcdc;
  border-top:none;
  font-size:11px;
}
.selectboxit-list li {
  padding:3px 0;
}
.selectboxit-list a {
  color:#535353;
  cursor:pointer;
}
.selectboxit-list a:hover {
  color:#eb9943;
}
.selectboxit-btn {
  text-align: center;
  display: block;
  background: #fff;
  font-size:11px;
  border:1px solid #dcdcdc;
  padding:2px 30px 2px 15px;
  cursor:pointer;
}
.selectboxit-btn:after {
  text-align: center;
  line-height: 14px;
  content:"\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  right: 3px;
  width:15px;
  height: 15px;
  border:1px solid #dcdcdc;
}

li.product-category {
width: 25%;
float: left;
list-style: none;
padding: 15px;
}
li.product-category h3 {
font-size: 14px;
text-align: center;
}
li.product-category .count,
.sidebar-inside .cat-item-80 {
display: none;
}

.products .row{
	margin-top: 40px;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em;
    color: #EB9943;
}

.vpc-group-name {

    display: none !important;
}

#vpc-qty-container input[type=button], .vpc-action-buttons button {
    background: #EB9943 !important;
    border-radius: 4px;
    box-sizing: border-box;
}

#vpc-price-container {
    height: 50px;
    color: #EB9943 !important;
    font-weight: bold;
    text-align: right;
    font-size: 30px;
}
#wrap { width:800px; margin:0 auto; }
        #header, #footer { height:600px; background-color:#ccf; }
        #content { position:relative; overflow:auto; }
        #main { float:left; width:610px; }
        #main p { margin:15px 0 15px 0; }
        #aside { float:left; width:190px; }
        #box { border:2px solid red; width:186px; background-color:#fcc; height:200px; margin-top:15px; }
        .fixed { position:fixed; top:0; }
        .bottom { position:absolute; bottom:15px; right:0; }

#debug{
	font-size: 25px;

}
#vpc-preview, .vpc-cart-config-image, .saved-config-preview {
    border: none !important;
}

.vpc-success {
    background-color: #EB9943 !important;
}

.woocommerce-MyAccount-navigation{
background: #fff;
    box-shadow: 1px 2px 7px 1px rgba(1, 1, 1, 0.14);
    border-radius: 2px;
    padding: 30px
}

.entry-content ul {

    padding-left: 1em;

}
.entry-content li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #ea9843;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 10px;
    /* font-size: 34px; */
    /* size: 15px; */
}

.woocommerce-MyAccount-navigation a{
color: #535353;
    font-size: 12px;
}
.woocommerce-MyAccount-navigation a:active{
color: red;
}
.woocommerce-MyAccount-navigation:active{
color: red;
}

.woocommerce-MyAccount-content{
background: #fff;
    box-shadow: 1px 2px 7px 1px rgba(1, 1, 1, 0.14);
    border-radius: 2px;
    padding: 30px
}

legend {

    padding-top: 20px;
}

.edit{
     color: #FFFFFF;
    background-color: #EB9943;
    padding: 3px 14px;
    border-radius: 5px;
text-decoration: none;
}
.edit:hover{
text-decoration: none;
     color: #FFFFFF;
    background-color: #663ab6;
    padding: 3px 14px;
    border-radius: 5px;
}

.product-categories .current-cat {
  font-weight: 800;
  font-size: 12px;
}

.children {
  font-weight:400;
  font-size: 12px;
}

@media(max-width: 767px){
.footer-widget h3 {
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
    color: #eb9943;
}
}
@media(min-width: 767px){
.footer-widget h3 {
    font-size: 11px;
    text-align: left;
    text-transform: capitalize;
    color: #eb9943;
}
}

@media (max-width: 767px){
.cat-boxes .box {
    margin-top: 30px;
    margin-bottom: 30px;
}}

.matias{
float: right;

}

.vpc-configure-button button {
    background: #663ab6;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    border-radius: 6px;
    text-transform: uppercase;
}
.error{    text-align: center;}

.add_to_cart_button {
    display: block !important;}

.col-2 .button{

	margin-top: 30px;
}

.product-slide .btn-container{
    padding-top: 10px;
    padding-bottom: 5px;}

.btn {
    padding: 6px 6px;

}

@media(min-width: 767px){

.tp-bullets{
	display: none;
}
}

@media (max-width: 767px){

.custom.tparrows{
	display: none;
}

}

.orderby{
    margin-left: 15px;

}

.sort-title{
margin-left: 15px;
}


@media (max-width: 767px){
.shop-nav {
    text-align: left !important;
}}
@media (max-width: 767px){
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}}
@media (max-width: 767px){
#form_actions {
    text-align: center !important;
}}
@media (max-width: 767px){
.text-right{
text-align: center !important;
}}

.slick-initialized .slick-slide {

    max-width: 213px;
}

.wild_color{
background-color: #FFF;
    border-radius: 12px;
    padding: 14px;
}

.vpc-options{
background-color: #FFF !important;
}

.vpc-component {
border: none !important;
}

#vpc-qty {
    background-color: #FFF !important;
}

.matias
{
float: right !important;
}

.vpc-order-config .xl-2-3 img {
    max-width: 30px;
    max-height: 30px;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 5px;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}


.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus{
    background: #ffffff none repeat scroll 0 0 !important;
    color: #000 !important;
    height: 21px !important;
    line-height: 1.3;
    position: relative;
    font-weight: bolder !important;
    border: 1px solid #d1d3d4 !important;
    float: left;
    width: 20px;
    border-radius: 0px;
}
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{
	opacity: 0.5;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 2.618em;
    height: 2.1em;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
    font-weight: 700;
    border-radius: 1px;
    -moz-appearance: textfield;
}
.footer-top{
background-color: #030417;
margin-top: 60px;
margin-bottom: 20px;
}