/*
Fonts
--------------------*/
@font-face {
  font-family: 'MuseoSlab';
  src: url("Museo_Slab_500.eot");
  src: url("Museo_Slab_500.eot") format("embedded-opentype"), url("Museo_Slab_500.woff2") format("woff2"), url("Museo_Slab_500.woff") format("woff"), url("Museo_Slab_500.ttf") format("truetype"), url("Museo_Slab_500.svg#Museo_Slab_500") format("svg"); }

@font-face {
  font-family: 'MuseoSlabBold';
  src: url("Museo_Slab_700.eot");
  src: url("Museo_Slab_700.eot") format("embedded-opentype"), url("Museo_Slab_700.woff2") format("woff2"), url("Museo_Slab_700.woff") format("woff"), url("Museo_Slab_700.ttf") format("truetype"), url("Museo_Slab_700.svg#Museo_Slab_700") format("svg"); }

@font-face {
  font-family: 'ProximaNova';
  src: url("ProximaNovaRegular.eot");
  src: url("ProximaNovaRegular.eot") format("embedded-opentype"), url("ProximaNovaRegular.woff2") format("woff2"), url("ProximaNovaRegular.woff") format("woff"), url("ProximaNovaRegular.ttf") format("truetype"), url("ProximaNovaRegular.svg#ProximaNovaRegular") format("svg"); }

@font-face {
  font-family: 'ProximaNovaSemiBold';
  src: url("ProximaNovaSemiBold.eot");
  src: url("ProximaNovaSemiBold.eot") format("embedded-opentype"), url("ProximaNovaSemiBold.woff2") format("woff2"), url("ProximaNovaSemiBold.woff") format("woff"), url("ProximaNovaSemiBold.ttf") format("truetype"), url("ProximaNovaSemiBold.svg#ProximaNovaSemiBold") format("svg"); }

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("ProximaNovaBold.eot");
  src: url("ProximaNovaBold.eot") format("embedded-opentype"), url("ProximaNovaBold.woff2") format("woff2"), url("ProximaNovaBold.woff") format("woff"), url("ProximaNovaBold.ttf") format("truetype"), url("ProximaNovaBold.svg#ProximaNovaBold") format("svg"); }

@font-face {
  font-family: 'ProximaNovaSoftRegular';
  src: url("ProximaNovaSoftRegular.eot");
  src: url("ProximaNovaSoftRegular.eot") format("embedded-opentype"), url("ProximaNovaSoftRegular.woff2") format("woff2"), url("ProximaNovaSoftRegular.woff") format("woff"), url("ProximaNovaSoftRegular.ttf") format("truetype"), url("ProximaNovaSoftRegular.svg#ProximaNovaSoftRegular") format("svg"); }

@font-face {
  font-family: 'ProximaNovaSoftLight';
  src: url("ProximaNovaSoftLight.eot");
  src: url("ProximaNovaSoftLight.eot") format("embedded-opentype"), url("ProximaNovaSoftLight.woff2") format("woff2"), url("ProximaNovaSoftLight.woff") format("woff"), url("ProximaNovaSoftLight.ttf") format("truetype"), url("ProximaNovaSoftLight.svg#ProximaNovaSoftLight") format("svg"); }

@font-face {
  font-family: 'MyriadPro';
  src: url("MyriadProRegular.eot");
  src: url("MyriadProRegular.eot") format("embedded-opentype"), url("MyriadProRegular.woff2") format("woff2"), url("MyriadProRegular.woff") format("woff"), url("MyriadProRegular.ttf") format("truetype"), url("MyriadProRegular.svg#MyriadProRegular") format("svg"); }

@font-face {
  font-family: 'OpenSans';
  src: url("OpenSansRegular.eot");
  src: url("OpenSansRegular.eot") format("embedded-opentype"), url("OpenSansRegular.woff2") format("woff2"), url("OpenSansRegular.woff") format("woff"), url("OpenSansRegular.ttf") format("truetype"), url("OpenSansRegular.svg#OpenSansRegular") format("svg"); }

@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=3.2.1");
  src: url("fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
General SCSS
------------------*/
body {
  font-family: "ProximaNovaSoftRegular";
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  overflow-x: hidden;
  margin-top: 161px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 40px; }

h3 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 15px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 15px; }

h6 {
  font-size: 18px;
  line-height: 25px; }

input[from-button] {
  display: none; }

small {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px; }

a {
  -webkit-transition: .5s;
  transition: .5s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%;
  max-height: 100%; }

:focus {
  outline: none; }

::-webkit-input-placeholder {
  color: #C5C5C5; }

::-moz-placeholder {
  color: #C5C5C5; }

:-ms-input-placeholder {
  color: #C5C5C5; }

:-moz-placeholder {
  color: #C5C5C5; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-up {
  text-transform: uppercase; }

.text-white {
  color: white !important; }

.text-gray {
  color: #333333 !important; }

.text-purple {
  color: #806287 !important; }

.text-light-purple {
  color: #E5DDEB !important; }

.text-green {
  color: #8E9918 !important; }

.text-blue {
  color: #243042 !important; }

.text-light-blue {
  color: #46AACE !important; }

.text-red {
  color: #D83D04 !important; }

.text-orange {
  color: #FF9E34 !important; }

.text-blue-sky {
  color: #C4E1EB !important; }

.text-light-gray {
  color: #A9A9A9 !important; }

.text-slab-bold {
  font-family: "MuseoSlabBold"; }

.text-slab {
  font-family: "MuseoSlab"; }

.bg-white {
  background-color: white !important; }

.bg-gray {
  background-color: #717171; }

.bg-purple {
  background-color: #806287; }

.bg-light-purple {
  background-color: #E5DDEB; }

.bg-green {
  background-color: #8E9918; }

.bg-beige {
  background-color: #F0E8D7; }

.bg-blue-sky {
  background-color: #C4E1EB; }

.bg-blue-cake {
  background-color: #46AACE; }

.button {
  border: 2px solid;
  border-radius: 30px;
  padding: 13px 40px 13px 25px;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s; }
  .button.light-blue {
    border-color: #46AACE;
    background-color: white;
    color: #46AACE !important; }
    .button.light-blue:hover {
      background-color: #46AACE;
      color: white !important; }
    .button.light-blue.invert {
      border-color: #46AACE !important;
      background-color: #46AACE;
      color: white !important; }
      .button.light-blue.invert:hover {
        background-color: white;
        color: #46AACE !important; }
  .button.purple {
    border-color: #806287;
    background-color: white;
    color: #806287 !important; }
    .button.purple:hover {
      background-color: #806287;
      color: white !important; }
    .button.purple.invert,.hero-slider.idea_gal button {
      border-color: #806287;
      background-color: #806287;
      color: white !important; }
      .button.purple.invert:hover,.hero-slider.idea_gal button:hover {
        background-color: white;
        color: #806287 !important; }
  .button.green {
    border-color: #8E9918;
    background-color: white;
    color: #8E9918 !important; }
    .button.green:hover {
      background-color: #8E9918;
      color: white !important; }
    .button.green.invert {
      border-color: #8E9918;
      background-color: #8E9918;
      color: white !important; }
      .button.green.invert:hover {
        background-color: white;
        color: #8E9918 !important; }
  .button.red {
    border-color: #D83D04;
    background-color: white;
    color: #D83D04 !important; }
    .button.red:hover {
      background-color: #D83D04;
      color: white !important; }
    .button.red.invert {
      border-color: #D83D04;
      background-color: #D83D04;
      color: white !important; }
      .button.red.invert:hover {
        background-color: white;
        color: #D83D04 !important; }
  .button.orange {
    border-color: #FF9E34;
    background-color: white;
    color: #FF9E34 !important; }
    .button.orange:hover {
      background-color: #FF9E34;
      color: white !important; }
    .button.orange.invert {
      border-color: #FF9E34;
      background-color: #FF9E34;
      color: white !important; }
      .button.orange.invert:hover {
        background-color: white;
        color: #FF9E34 !important; }
  .button.white {
    background-color: white;
    color: #333333 !important;
    border-color: white; }
    .button.white:hover {
      background-color: #717171;
      border-color: #717171;
      color: white !important; }
    .button.white.invert {
      background-color: transparent;
      color: white !important;
      border-color: white; }
      .button.white.invert:hover {
        background-color: white;
        color: #333333 !important; }
  .button.medium {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 50px 10px 15px;
    line-height: 14px; }

.border {
  border: 1px solid #c5c5c5; }

.border-left {
  border-left: 1px solid #c5c5c5; }

.border-right {
  border-right: 1px solid #c5c5c5; }

.border-top {
  border-top: 1px solid #c5c5c5; }

.border-bottom {
  border-bottom: 1px solid #c5c5c5; }

.space {
  display: block;
  margin-bottom: 15px; }
  .space:before {
    content: '';
    clear: both;
    display: table;
    width: 100%; }

.no-margin {
  margin: 0; }

.row-title {
  font-family: MuseoSlabBold;
  color: #243042;
  margin-bottom: 5px; }

/* .v-border {
  border-width: 0 1px;
  border-color: #707171;
  border-style: solid; } */
.top-rows .container .row .col-md-4:nth-of-type(2){border-width: 0 1px;
  border-color: #707171;
  border-style: solid;}

.with-icon:after {
  content: "\f105";
  font-family: "FontAwesome";
  /*font-size: 10px;*/
  font-size: 15px;
  font-weight: bolder;
  padding-left: 10px;
  position: absolute; }

.with-icon.icon-plus:after {
  content: "\f067"; }

.get-started {
  color: #A9A9A9;
  border: 1px solid #46AACE;
  height: 100%;
  /*padding: 10px 35px;*/
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: inset 8px 8px 0px #46AACE, inset -8px -8px 0px #46AACE !important;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
/*   position: absolute;
  margin: 0 15px;  */
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider .get-started {min-height:305px;}
  .get-started .started-content {
    position: relative;
  }
  .get-started:hover {
    box-shadow: inset 8px 8px 0px #46AACE, inset -8px -8px 0px #46AACE, 0px 1px 10px -2px #858585 !important; }
  .get-started.green {
    border-color: #8E9918;
    box-shadow: inset 8px 8px 0px #8E9918, inset -8px -8px 0px #8E9918 !important; }
    .get-started.green:hover {
      box-shadow: inset 8px 8px 0px #8E9918, inset -8px -8px 0px #8E9918, 0px 1px 10px -2px #858585 !important; }
  .get-started.purple {
    border-color: #806287;
    box-shadow: inset 8px 8px 0px #806287, inset -8px -8px 0px #806287 !important; }
    .get-started.purple:hover {
      box-shadow: inset 8px 8px 0px #806287, inset -8px -8px 0px #806287, 0px 1px 10px -2px #858585 !important; }
  .get-started.red {
    border-color: #D83D04;
    box-shadow: inset 8px 8px 0px #D83D04, inset -8px -8px 0px #D83D04 !important; }
    .get-started.red:hover {
      box-shadow: inset 8px 8px 0px #D83D04, inset -8px -8px 0px #D83D04, 0px 1px 10px -2px #858585 !important; }
  .get-started a {
    font-size: 14px;font-weight:bold; }
.get-started p {
    color: #333;
}

.open-position {
  border: 1px solid #806287;
  height: 100%;
  padding: 30px 35px;
  border-radius: 5px;
  box-shadow: inset 8px 8px 0px #806287, inset -8px -8px 0px #806287;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  background: white;
  /*max-width: 290px;*/
  margin-left: auto;
  min-width: 290px;
  margin-left: auto;
  position: absolute;
  margin: 0 15px;
  left: 50%;
  transform: translateX(-50%); }
  .open-position .content-position {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .open-position p {
    max-width: 140px;
    margin: 0 auto; }

.special {
  background-image: url(chevron-line-purple.png);
  border-top:6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.special-green {
  background-image: url(chevron-line-green2.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.special-light-blue {
  background-image: url(chevron-line-blue2.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.special-red {
  background-image: url(special-red.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.special-orange {
  background-image: url(special-orange.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.special-sky {
  background-image: url(special-sky.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.chevron-line-blue {
  background-image: url(chevron-line-blue2.png);
  border-top: 6px solid transparent;
  max-width: 123px;
/*   background-size: auto 5px; */
  margin-left: auto !important;
  margin-right: auto !important; }

.padding-15 {
  padding: 15px; }

.padding-25 {
  padding: 25px; }

.padding-35 {
  padding: 35px; }

.size-mobile {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }

.wrap-video {
  width: 570px;
  height: 320px;
  margin: 0 auto;
  background-image: url(video.png) !important;
  border: 10px solid #46AACE;
  border-radius: 5px; }
  .wrap-video .play {
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .wrap-video .play i {
      color: #46AACE;
      display: block;
      width: 60px;
      height: 60px;
      background: white;
      border-radius: 100%;
      font-size: 16px;
      line-height: 60px;
      margin: 0 auto 10px; }
    .wrap-video .play small {
      color: white;
      display: block;
      margin-bottom: 0; }
  .wrap-video iframe {
    height: 100%;
    width: 100%; }

/*
Special Columns
---------------------*/
.special-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .special-columns > div {
    padding: 65px 40px; }
    .special-columns > div:first-child {
      width: 40%; }
    .special-columns > div:last-child {
      width: 60%; }

/*
List Arrows
-------------*/
.arrow {
  list-style: none;
  padding-left: 20px;
  position: relative; }
  .arrow li {
    margin-bottom: 20px; }
    .arrow li:before {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      left: 0; }

.divider {
  display: table;
  margin: 5px auto;
  position: relative; }
  .divider:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    display: block;
    top: 50%;
    position: absolute; }
  .divider span {
    padding: 0px 10px;
    background: #f5f4f5;
    text-align: center;
    margin: 0 15px;
    position: relative; }

.social-links {
  margin-top: 15px; }
  .social-links a {
    background: #806287;
    color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    border-radius: 3px; }
    .social-links a:hover {
      opacity: 0.7;
      box-shadow: 0px 0px 10px -2px #806287; }
    .social-links a.facebook {
      background: #3C5B9B; }
    .social-links a.pinterest {
      background: #CB2027; }
    .social-links a.youtube {
      background: #E14E42; }
    .social-links a.instagram {
      background: #517FA4; }

.jsZoomMouse {
  height: 180px !important;
  width: 180px !important;
  background-size: 400% !important; }

.none {
  display: none; }

.desktop {
  display: block; }

.tablet {
  display: block; }

.mobile {
  display: none; }

/*8-7-2017 new style*/
.main-content{padding:0;}
.index-section{padding:0;}
.slick-slider .slick-dots li{    vertical-align: inherit;    margin: 0 5px !important;}
.breadcrumb .slick-track, .menu-slider .slick-track{    width: auto !important;}
.breadcrumb .slick-track .slick-slide, .menu-slider .slick-track .slick-slide{    width: auto !important;}
.top-sorting label{    display: inline-block;}
.top-sorting .select select{padding-top:0; padding-bottom:0;color: #333;}
.top-sorting .select select:hover{color:#46AACE;}
/* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-weight:500;margin-top: 10px;    margin-bottom: 10px;} */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.special-light-blue, .special-green, .special, .special-red{margin:20px 0;border-bottom: 0;}
.pagination-wrap .pagination{padding-top:0;}
hr{margin-top: 20px;    margin-bottom: 20px;}
p{margin:0 0 10px; }
input[type="checkbox"] + label{margin-bottom:5px;}
.product-info .table-detail tr .qty-input{padding:0; height:30px;}
h2 {  text-transform:none;  font-size: 35px;    margin-top: 0;    margin-bottom: 15px;    line-height: 40px;letter-spacing:0;}
/* .menu-slider .slick-track a.slick-slide {    color: #707171;    margin-right: 20px;    padding-bottom: 5px;} */


.top-section .dropdown-menu li:hover ul.multi-column .drop-d-menu-container .mega-row{line-height: 0;-webkit-column-count: 3;-webkit-column-gap: 0px;-moz-column-count:3; -moz-column-gap:0px; column-count: 3;    column-gap: 0px;    display: block; height:100%;}
.top-section .dropdown-menu li:hover ul.multi-column .drop-d-menu-container .mega-row .mega-level {    width: 100% !important;    display: inline-block;  }
.top-section .dropdown-menu li ul.multi-column .drop-d-menu-container .free_btn{    width: 70%;    padding-bottom:30px;    z-index: 999;    position: relative;}
.top-section .dropdown-menu li ul.multi-column .drop-d-menu-container{    display: inherit;    display: inherit;    display: inherit;    display: inherit;   -moz-flex-direction: inherit;    -webkit-flex-direction: inherit;    flex-direction: inherit;    -ms-flex-align: inherit;    -webkit-align-items: inherit;
    -webkit-box-align: inherit;    align-items: inherit;    -webkit-justify-content: inherit;    justify-content: inherit;}

.top-section .dropdown-menu li:hover ul.multi-column .product-slider{margin-bottom:15px;}
.top-section .dropdown-menu li:hover ul.multi-column{min-height:100%; height:auto;}
/* .top-section .dropdown-menu li:hover ul.multi-column .drop-d-menu-container .col-md-4{position:inherit;}
.menu-right-product{position: absolute;    right: 15px;    bottom: 0px;    width: 33.33333333%;}
.menu-right-product .product-slider {margin-bottom:15px;} */
 
.video-tutorials .get-started{    left: 50%;    transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0);    width: 100%;}
input[type="text"].gray,input[type="number"].gray, select.gray{    color: #707171;}
.navbar-nav>li>a .caret{    margin-left: -2px; display:none;}


.index-section--flush:first-child{margin-top:0;}
h5 {    font-size: 19px;    margin-top: 0;    margin-bottom: 15px; line-height:20px;}
.button.light-blue{position:relative;}
/* .button.light-blue.with-icon:after{    right: 26px;    top: 50%;    margin-top: -12px;} */

input{    font-family: "ProximaNovaSoftRegular";}
.pre-footer .subscriber input::-webkit-input-placeholder {    color: #5d2969; }
.pre-footer .subscriber input::-moz-placeholder {    color: #5d2969; }
.pre-footer .subscriber input:-ms-input-placeholder {     color: #5d2969;}
.pre-footer .subscriber input:-moz-placeholder {    color: #5d2969;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color:transparent;}
a:hover, a:focus{opacity:1;}
.caret{display:none;}
.js-wish-list button.with-icon{color: #333333;border: none;box-shadow: none;background: none;font-family: ProximaNovaSoftRegular;font-size: 14px;}
.tab-pane a,.form-cart .button.big a{color: #337ab7}
.error{color:red}
.cart-table .js-wish-list{display:inline-block;}
.cart-with-icon{color: #333333;border: none;box-shadow: none;background: none;font-family: ProximaNovaSoftRegular;font-size: 16px;margin: 0;padding-bottom: 5px;display:inline-block}
.template-search .category-aside{padding-bottom:20px;}

/* add project */
.project_add {margin: 50px auto;max-width: 900px;}
.project_form input,.project_form select {border-radius: 0; box-shadow: none;height: 45px; width: 100%;border: 1px solid #ccc;}
.project_form textarea{border-radius: 0; box-shadow: none;border: 1px solid #ccc;}
.project_form button.btn {    font-size: 14px;    text-transform: uppercase;    color: white;    background: #8E9918;    border: none;    line-height: 15px;    padding: 10px 25px;    border-radius: 30px;    font-weight: 300;    letter-spacing: 0;}
select.form-group.multiple_select {height: auto; background: #FFF;}
.template-search .section-header {margin-top: 20px;}
.filter-to-bottom.none {margin-bottom: 25px;}
.shop-category-container .button.light-blue{border-color:transparent !important;}

.img_upload input {
    border: none;
    padding-left: 0;
}
/* add project */

.hide{display:none;}


/* 7-Nov-2017 */
.template-index .product-categories .category {float: none;display: inline-block;vertical-align: middle;}
.product-slider {position: relative;z-index: 0;}
/* 7-Nov-2017 */

.tablet_myacc{display: none;}

/* Responsive General */
@media only screen and (max-width: 1200px) {
  .top-rows .row-title {
    min-height: 40px; }
  .hero-slider .hero-navigate .slick-dots li a h6 {
    min-height: 50px; }.filters .panel .panel-body ul li{font-size:15px;} }

@media only screen and (max-width: 992px) {
  .desktop {
    display: none; }
  .tablet {
    display: block; }
  .tabs-content, .tab-content {
    overflow: hidden; }
  .new-products .product-slider h4{margin-bottom:0;}
  .mobile-page-menu h6.text-slab-bold {margin-bottom: 0;padding: 10px 0;}
  .product-slider .get-started {min-height: auto;}
  ul.breadcrumb {padding-top: 10px;}

}

@media only screen and (max-width: 768px) {
  .tablet {
    display: none; }
  .mobile {
    display: block; } }

/*
Slider
------------------*/
.hero-slider {
  position: relative; }
  .hero-slider .slider {
    margin-bottom: 0; }
  .hero-slider .item-slider {
    min-height: 550px;
    position: relative;
    background-size: cover;
    background-position: top center; }
    .hero-slider .item-slider .content-slider {
      position: absolute;
      width: 100%;
      height: auto;
      top: 45%;
      transform: translateY(-50%); }
  .hero-slider .slider-title {
    font-size: 55px;
    line-height: 75px;
    font-family: "MuseoSlabBold";
    color: white; }
  .hero-slider p {
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 0; }
  .hero-slider a {
    color: white;
    background: #46AACE;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 30px; }
    .hero-slider a:after {
      padding-left: 11px;
      position: relative;
      top: -1px; }
  .hero-slider .hero-navigate {
    padding: 0;
    margin: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0; }
    .hero-slider .hero-navigate .slick-dots {
      margin-bottom: 0;
      list-style: none;
      padding: 0;
      display: -webkit-box !important;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -ms-flexbox !important;
      /* TWEENER - IE 10 */
      display: -webkit-flex !important;
      /* NEW - Chrome */
      display: flex !important;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      position: relative;
      bottom: auto;
      text-align: left; }
      .hero-slider .hero-navigate .slick-dots li {
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: auto;
        height: auto; }
        .hero-slider .hero-navigate .slick-dots li a {
          margin-top: 0;
          border-radius: 0;
          width: 100%;
          padding: 30px 20px 15px;
          border-bottom: 10px solid transparent;
          color: white;
          background: transparent;
          opacity: .5; }
          .hero-slider .hero-navigate .slick-dots li a h5 {
            font-family: "MuseoSlabBold";
            margin-bottom: 5px; }
          .hero-slider .hero-navigate .slick-dots li a h6 {
            margin: 0; display: none;}
        .hero-slider .hero-navigate .slick-dots li.slick-active a {
          opacity: 1;
          border-color: #8E9918; }
  .idea_gal .hero-slider .item-slider {
    background-position: bottom center; }
  .idea_gal .hero-slider .slider-title {
    font-size: 45px;
    line-height: 65px; }
  .idea_gal .hero-slider p {
    font-size: 25px;
    line-height: 30px; }
  .idea_gal .hero-slider a {
    padding: 10px 25px; }

/* Responsive Slider */
@media only screen and (max-width: 992px) {
  .hero-slider .item-slider {
    min-height: 305px; }
  .hero-slider .item-slider .content-slider {
    top: 50%;
    transform: translateY(-50%); }
  .hero-slider .slider-title {
    font-size: 45px;
    line-height: 55px; }
  .hero-slider p {
    font-size: 20px;
    line-height: 30px; } }

/*
Forms CSS
-----------------*/
input[type="text"],
select {
  appearance: none;
  -webkit-appearance: none;
  background: white; }
  input[type="text"].little,
input[type="number"].little,
  select.little {
    border: 2px solid;
    border-radius: 30px;
    text-align: center;
    max-width: 60px;
    display: block;
    padding: 1px 15px; }
input[type="number"].little{padding: 1px 5px;}
  input[type="text"].full,
  select.full {
    max-width: 100%;
    width: 100%; }
  input[type="text"].gray,input[type="number"].gray,
  select.gray {
    border-color: #D8D8D8; }
    input[type="text"].gray:hover,
    select.gray:hover {
      background-color: #F5F4F5; }

select {
  background-image: url(select-icon.svg);
  background-repeat: no-repeat;
  background-position: 95% center; }

.form-control.inline,
input[type="text"].inline {
  display: inline-block; }

/* Checkbox */
input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    padding-left: 22px;
    position: relative; }
    input[type="checkbox"] + label:before {
      background-color: #fff;
      border-radius: 2px;
      border: 1px solid #243042;
      color: #fff;
      content: " ";
      font-family: FontAwesome;
      font-size: 9.5px;
      width: 14.5px;
      height: 14.5px;
      line-height: 10px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      padding: 2px; }
  input[type="checkbox"]:checked + label:before {
    background-color: #243042;
    border-color: #243042;
    content: "\f00c";
    text-align: center; }

/** Buttons */
.button.filter-tag {
  line-height: 13px;
  padding: 9px 25px 6px 11px;
  border-width: 1px;
  border-color: #46AACE;
  background-color: #46AACE;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 4px;
  position: relative; }
  .button.filter-tag:last-child {
    margin-right: 0; }
  .button.filter-tag:hover, .button.filter-tag:focus {
    color: #fff;
    background-color: #74bfda; }
  .button.filter-tag .close {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    opacity: 1;
    transform: translateY(-50%); }

/*
Tables CSS
--------------*/
.table.tbl-btm-m {
  margin-bottom: 65px; }

.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #c5c5c5;
  padding: 25px 20px;
  color: #243042; }

.table > tbody > tr td, .table > tbody > tr th {
  vertical-align: text-top;
  border-bottom: 1px solid #c5c5c5;
  padding: 15px 20px; }
  .table > tbody > tr td ul, .table > tbody > tr th ul {
    padding-left: 17px; }

.table > tbody > tr th {
  color: #243042;
  background-color: #f3f2f4;
  padding-top: 25px;
  padding-bottom: 22px; }

.table > tbody > tr td {
  text-align: left; }
  .table > tbody > tr td.text-center {
    text-align: center; }

.table > tbody > tr.last-row td {
  border-left-color: transparent;
  border-bottom-color: transparent;
  padding-bottom: 0; }
  .table > tbody > tr.last-row td:last-child {
    border-right-color: transparent; }
  .table > tbody > tr.last-row td:first-child {
    background: #fff; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #b2b3b4; }

/*
Tabs
--------------*/
.tabs-content {
  background-image: url(bg-testimonials.png);
  border: 1px solid #c5c5c5;
  border-width: 1px 0; }
  .tabs-content.just-link.sticky-tab {
    position: fixed;
    width: 100%;
    top: 161px;
    z-index: 999; }
  .tabs-content .nav.nav-justified .slick-list {
    overflow: visible; }
    .tabs-content .nav.nav-justified .slick-list .slick-track {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-wrap: wrap;
      flex-wrap: wrap; }
  .tabs-content .nav-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    height: auto; }
    .tabs-content .nav-item .nav-link {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -moz-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-transform: uppercase;
      color: #A28FB1;
      background-color: transparent;
      border-radius: 0;
      padding: 25px 20px;
      font-weight: bold;
      -webkit-transition: 0s;
      transition: 0s; }
      .tabs-content .nav-item .nav-link:hover {
        color: #806287; }
    .tabs-content .nav-item.active .nav-link {
      color: white;
      background-color: #806287; }
      .tabs-content .nav-item.active .nav-link:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #806287;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }

.tab-content .tab-pane {
  padding: 45px 0 30px; }
  .tab-content .tab-pane .v-border {
    border-color: #c5c5c5; }

.tabs-about.sticky-content {
  margin-top: 76px; }

@media only screen and (min-width: 768px) {
  .tabs-content .nav.nav-justified .slick-list .slick-track {
    width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .tabs-content .nav-item .nav-link {
    padding: 20px 10px; }
  .tab-content .tab-pane {
    padding: 45px 10px 45px; } }

@media only screen and (max-width: 480px) {
  .tabs-content.just-link.sticky-tab {
    top: 288px; } }

/** Media */
.media {
  margin-bottom: 50px;
  /* Media to show album content */ }
  .media .media-left {
    padding-right: 16px; }
    .media .media-left img {
      max-width: initial;
      margin-top: 5px; }
  .media.m-b-0 {
    margin-bottom: 0; }
  .media.media-album .media-left {
    padding-right: 40px; }
    .media.media-album .media-left picture {
      display: inline-block;
      border: 1px solid #bcbcbc;
      border-radius: 4px;
      padding: 3px; }
    .media.media-album .media-left small {
      display: block; }
    .media.media-album .media-left .thumbs {
      padding-top: 20px; }
      .media.media-album .media-left .thumbs .thumb {
        border: 1px solid #bcbcbc;
        border-radius: 4px;
        padding: 1.5px; }
        .media.media-album .media-left .thumbs .thumb img {
          height: 76px; }
  @media only screen and (max-width: 768px) {
    .media .media-left {
      display: block;
      padding-right: 0;
      text-align: center; }
      .media .media-left .media-object {
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 0; }
    .media .media-body {
      display: block;
      text-align: center;
      width: auto; }
    .copyright ul li:first-child a:before{display:none;}
  }

/* Reusable stars component */
.rating-stars {
  position: relative;
  display: inline-block;
  width: auto;
  height: 14px;
  max-width: 100px;
  width: 100%;
  background: url(icon_star_deactive.png);
  background-position: center top;
  background-repeat: repeat no-repeat; }
  .rating-stars:before {
    content: '';
    background: url(icon_star_active.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .rating-stars.five:before {
    width: 100%; }
  .rating-stars.four-half:before {
    width: 90%; }
  .rating-stars.four:before {
    width: 80%; }
  .rating-stars.three-half:before {
    width: 70%; }
  .rating-stars.three:before {
    width: 60%; }
  .rating-stars.two-half:before {
    width: 50%; }
  .rating-stars.two:before {
    width: 40%; }
  .rating-stars.one-half:before {
    width: 30%; }
  .rating-stars.one:before {
    width: 20%; }
  .rating-stars.half:before {
    width: 10%; }

/**
Preview product images with zooming effect and thumbs
*/
.slider-product-images,.slider-project-images {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 3px 3px 2px; }

.single-p-nav img,
.single-p-nav .thumb-video img,
.single-proj-nav img,
.single-proj-nav .thumb-video img{
  border: 1px solid #bcbcbc;
  width: 80px;
  height: 80px;
  padding: 2px;
  margin-right: 20px; }
.single-p-nav img:last-child,
.single-p-nav .thumb-video img:last-child,
.single-proj-nav img:last-child,
.single-proj-nav .thumb-video img:last-child{
  margin-right: 0; }

.single-p-nav .thumb-video,.single-proj-nav .thumb-video {
  margin-right: 10px; }

/**
Dropdown menu
*/
.select .dropdown-menu {
  top: -3px;
  left: -4px;
  min-width: 120px;
  border-radius: 6px;
  border: 1.5px solid #A9A9A8;
  z-index: 9;
  padding-top: 20px;
  padding-bottom: 15px;
  box-shadow: 0 none; }
  .select .dropdown-menu.ddown-md {
    min-width: 155px; }
  .select .dropdown-menu li a {
    padding-left: 15px;
    color: #333; }
    .select .dropdown-menu li a:hover {
      color:#46AACE;
      background: transparent; }

/** Pagination component */
.page-summary {
  margin-bottom: 15px; }
  .page-summary .pagination-small {
    padding-left: 30px;
    position: relative; }
    .page-summary .pagination-small:before {
      border-left: 1px solid #b4b4b4;
      content: " ";
      height: 25px;
      width: 0.5px;
      position: absolute;
      top: -3px;
      left: 15px; }
    .page-summary .pagination-small a {
      color: #56b1d2;
      font-size: 18px;
      line-height: 16px;
      padding: 0 2px; }

.pagination-wrap .pagination {
  margin-top: 0; }
  .pagination-wrap .pagination ul li a:not(.button) {
    color: #46AACE;
    padding-left: 8px;
    padding-right: 8px; }
  .pagination-wrap .pagination ul li.current a {
    color: inherit;
    pointer-events: none; }

/* 
General Menu
--------------------*/
.top-section .dropdown-hover .awesome-menu {
  top: 59px;
  left: -40px;
  font-size: 15px;
  padding: 0;
  box-shadow: inset 0px 5px 10px -4px #414141;
  background-color: #806287; }
  .top-section .dropdown-hover .awesome-menu > li {
    border-bottom: 1px solid #9E8FAE; }
    .top-section .dropdown-hover .awesome-menu > li > a {
      padding: 13px 20px !important; }
      .top-section .dropdown-hover .awesome-menu > li > a:hover {
        background: #9E8FAE !important; }

.dropdown-hover:hover .dropdown-menu.awesome-menu{display:block;}
.navbar-nav>li{padding:20px 0;}
.top-section .dropdown-menu li:hover ul.multi-column {
  letter-spacing: 0px;
  display: block;
  left: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #fff;
  box-shadow: inset 0px 5px 10px -4px #949494;
  margin: 0;
  padding: 0;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  border-bottom-right-radius: 5px; }
  .top-section .dropdown-menu li:hover ul.multi-column a:not(.button) {
    color: #8c8c8c;
    padding: 0 0;
    text-transform: none; }
  .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown {
    padding-left: 0; }
    .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown li {
      list-style-type: none;
      line-height: 21px;
      font-weight: normal; }
      .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown li a {
        background: transparent; }
    .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown .multi-column-dropdown li {
      line-height: 13px;
      margin-bottom: 5px; }
  .top-section .dropdown-menu li:hover ul.multi-column .drop-d-menu-container {
    padding: 20px 25px; }
    .top-section .dropdown-menu li:hover ul.multi-column .drop-d-menu-container .last-col-menu > .multi-column-dropdown {
      padding-left: 30px; }
  .top-section .dropdown-menu li:hover ul.multi-column .row {
    align-items: initial; }
  .top-section .dropdown-menu li:hover ul.multi-column .product-slider {
    position: relative; }
  .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown a {
    font-family: "ProximaNova";
    font-size: 16px;
    color: #333333; }
    .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown a:hover {
      color: #243042; }
  .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown .multi-title {
    font-family: "MuseoSlabBold";
    color: #243042;
    margin-bottom: 10px;
    display: block; }
    .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown .multi-title:hover {
      color: #46AACE; }

.top-section .dropdown,
.top-section .dropup {
  position: initial; }

/*
Menu Responsive
-----------*/
.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  top: 161px;
  z-index: 99999;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 400px; }
  .mobile-menu .space, .mobile-menu .button, .mobile-menu .product-slider {
    display: none; }
  .mobile-menu div {
    width: 100%;
    padding: 0; }
  .mobile-menu ul {
    padding: 0;
    list-style: none; }
    .mobile-menu ul a {
      background: #806287;
      color: white;
      display: block;
      padding: 15px 20px;
      border-bottom: 1px solid #655069; }
    .mobile-menu ul ul a {
      padding-left: 30px;
      background: #6F5575; }
    .mobile-menu ul ul ul a {
      padding-left: 45px;
      background: #806287; }
    .mobile-menu ul ul ul ul a {
      padding-left: 60px;
      background: #806287; }
    .mobile-menu ul ul ul ul ul a {
      padding-left: 75px;
      background: #6F5575; }
  .mobile-menu .m-show {
    display: block; }
  .mobile-menu div > ul > li ul {
    display: none; }
  .mobile-menu .has-children:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 20px; }
  .mobile-menu .has-children.m-open:after {
    content: "\f107"; }

.section-die-sizes {
  padding: 90px 0; }

.table-responsive thead {
  background: #f3f3f5;
  text-align: center;
  font-weight: bold; }
  .table-responsive thead tr td:nth-child(1) {
    text-align: left; }

.table-responsive tbody tr td {
  text-align: center; }

.table-responsive tbody tr td:nth-child(1) {
  text-align: left;
  font-weight: 500;
  background: #f3f3f5; }

.table-responsive tbody .no-wrap-row td h5 {
  text-align: center;
  margin-bottom: 0; }

/* Responsive Menu */
@media only screen and (max-width: 1200px) {
  .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown .multi-column-dropdown li {
    margin-bottom: 8px; } }

/* 
General Header 
--------------------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 999;
  line-height: 22px;
  padding: 13px 0; }
  header .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  header a img {max-width: 205px;height: auto; width:100%;}
  header .free-shipping {
    color: #8E9918; }
    header .free-shipping a {
      color: #8E9918;
      display: block; }
      header .free-shipping a:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 10px;
        font-weight: bolder;
        padding-left: 20px;
        position: absolute; }
  header .calls {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    header .calls .call {
      font-family: "MuseoSlabBold";
      font-size: 20px;
      color: #806287; }
    header .calls .dropdown-hover {
      margin-left: 35px; }
      header .calls .dropdown-hover a {
        color: #333333; }
        header .calls .dropdown-hover a:hover, header .calls .dropdown-hover a:focus {
          background-color: transparent;
          background-image: none;
          font-weight: bold;
          color: #A9A9A9; }
      header .calls .dropdown-hover .dropdown-menu {
        top: 30px;
        z-index: 9999;
        box-shadow: 0px 0px 20px -3px #949494;
        border: 1px solid #eee;
        left: auto;
        right: 0; }
        header .calls .dropdown-hover .dropdown-menu:before {
          content: '';
          border-bottom: 5px solid white;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: -5px;
          right: 10px; }
      header .calls .dropdown-hover .fa {
        font-size: 12px;
        font-weight: bold;
        padding-left: 5px; }

/*
Top Section
---------------------*/
.top-section {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  position: fixed;
  width: 100%;
  top: 101px;
  box-shadow: 0px 5px 10px -4px #949494;
  z-index: 99; }
  .top-section .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .top-section .row .navbar {
      margin-bottom: 0;
      min-height: 0;
      border-radius: 0;
      border: 0; }
      .top-section .row .navbar .navbar-collapse {
        padding: 0;
        display: block; }
      .top-section .row .navbar a:not(.button) {
        color: white;
        text-transform: uppercase;
        text-shadow: none;
        padding: 0 28px 0 0; }
        .top-section .row .navbar a:not(.button):hover, .top-section .row .navbar a:not(.button):focus {
          background-color: transparent; }
.calls .dropdown.none.tablet {padding: 0 5px;}
    .top-section .row .search {
      display: inline-block;
      background-color: #fff;
      width: 100%;
      max-width: 230px;
      padding: 7px 15px;
      border-radius: 30px;
      margin: 10px 35px 10px 0;
      text-align: left; }
      .top-section .row .search input {
        font-size: 14px;
        border: none;
        color: #806287;padding: 0;
    line-height: 26px; }
      .top-section .row .search button {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #806287;
        font-weight: bold;
        padding-right: 5px; }
        .top-section .row .top-cart {
          display: inline-block;
          color: #806287;
          background: white;
          padding: 7px 20px;
          border-radius: 35px;
          margin: 0;
          font-size: 14px;
          text-transform: uppercase;
          line-height: 22px;
          letter-spacing: 0;
          position: relative;
          cursor: pointer;
          border-top: 12px solid #806287;
          border-left: 12px solid #806287;
          border-bottom: 12px solid #806287;
          border-right: 12px solid #806287;
        }
      .top-section .row .top-cart a {
        color: #806287; }
      .top-section .row .top-cart i {
        margin-right: 10px;
        position: relative;
        top: 2px; }
      .top-section .row .top-cart.active:before, .top-section .row .top-cart:hover:before {
        content: '';
        border-top: 5px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%); }

/*
Top Cart Details
-------------------*/
.cart-content {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 390px;
  padding: 10px 25px 0px 25px;
  background-color: white;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #c5c5c5;
  box-shadow: 0px 6px 20px -2px #949494;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .cart-content .row {
    margin: 0; }
    .cart-content .row > div {
      padding: 10px 0; }
      .cart-content .row > div > div {
        padding: 0 5px; }
  .cart-content .cart-description {
    font-size: 13px;
    margin-bottom: 5px; }
  .cart-content .cart-quantity {
    font-size: 13px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .cart-content .cart-process {
    margin-left: -25px;
    margin-right: -30px;
    padding: 15px 25px 15px 25px;
    background: #F5F4F5; }
    .cart-content .cart-process .button {
      background: #8E9918;
      border-color: #8E9918;
      color: white; }
      .cart-content .cart-process .button:hover {
        background-color: white;
        color: #8E9918; }
 .top-section {
    letter-spacing: 1px; }
  .top-section .dropdown-hover .awesome-menu > li > a {
    padding: 12px 15px !important;
    font-size: 13px; }
  .top-section .dropdown-menu li:hover ul.multi-column .multi-column-dropdown a {
    font-size: 14px; } }


/* Responsive Header */

@media only screen and (max-width: 1600px) {
.top-section .dropdown-hover .awesome-menu > li > a {
padding: 12px 15px !important;
}
  
}

@media only screen and (max-width: 1400px) {
.top-section .dropdown-hover .awesome-menu > li > a {
padding: 9px 15px !important;
}
  
}






 
@media only screen and (max-width: 1200px) {
  .top-section {
    letter-spacing: .5px; }
  .top-section .row .navbar a:not(.button) {
    padding: 0 12px 0 0; }
  .top-section .dropdown-hover .awesome-menu {
    left: -20px; }
  .top-section .dropdown-menu li:hover ul.multi-column {
    width: 780px; } }

@media only screen and (max-width: 992px) {
  .desktop {
    display: none; }
  body {
    margin-top: 167px; }
  .menu-responsive {
    display: none; }
  .navbar-header {
    float: left;
    position: absolute; }
  .navbar-toggle {
    display: block; }
  .navbar-toggle {
    margin-top: 13px;
    margin-right: 0; }
  .navbar-toggle .icon-bar {
    background: white; }
  .top-section {
    top: 107px; }
  .top-section .col-xs-11 {
    float: right; }
  .top-section .row {
    display: block;
    -moz-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit; }
  header {
    padding: 8px 0;
    padding-top: 44px; }
  header a img {
    max-width: 150px;
    height: auto; width:inherit;}
  header .free-shipping {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    background: #8E9918;
    font-size: 13px;
    padding: 7px 0; }
  header .free-shipping a {
    color: white;
    display: inline; }
  .top-section .row .search {
    max-width:480px;
    margin: 10px 10px 10px 0; }
    header .free-shipping {
      padding: 7px 15px;
      text-align: left; } 
    header .free-shipping a br{display:none;}
  header .free-shipping a:after{padding-left: 10px;}

}

@media only screen and (max-width: 768px) {
  .top-section .row .search {
    max-width:59%; }
  .top-section .row .top-cart {
    width: 37%;
    text-align: center; }
  
}

@media only screen and (max-width: 480px) {
  body {
    margin-top: 290px; }
  .top-section .row .search {
    max-width:100%; }
  .top-section .row .top-cart {
    width: 100%;
    text-align: center;
    margin-top: 0; }
  header {
    padding-top: 66px; }
  .top-section {
    top: 128px; }
  .mobile-menu {
    top: 180px; }
  header .free-shipping {
    padding-right:0px; }
  header .calls .call {
    font-size: 17px; }
  .top-section .col-xs-11 {
    width: 100%; }
  .navbar-header {
    float: none;
    position: relative; }
  .top-section .row .top-cart {
    margin-bottom: 10px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

}

/* General Breadcrumb */
.breadcrumb {
  padding: 30px 0;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent; }
  .breadcrumb div > li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #333333;
    padding: 0 10px; }
  .breadcrumb .active {
    color: #333333; }
  .breadcrumb a {
    color: #333333;
    /*padding-bottom: 5px;*/
    padding-bottom: 10px; }
    .breadcrumb a:hover {
      color: #243042;
      background: url(special-light-blue.png);
      background-repeat: repeat no-repeat;
      /*background-position: center bottom;*/
      background-position: center 70%;
      transition: 0s; }
  .breadcrumb.border-top {
    border-top: 1px solid #C5C5C5; }

/* 
General Pre Footer 
--------------------*/
.pre-footer {
  padding: 40px 0;
  background-image: url(bg-prefooter.png);
  border-top: 3px solid #806287;
  border-bottom: 1px solid #717171; }
  .pre-footer .container > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .pre-footer .container > .row .row > div {
      padding: 0 35px; }
  .pre-footer h5 {
    font-family: MuseoSlabBold;
    color: #243042; }
  .pre-footer .subscriber {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 10px;
    max-width: 220px;
    width: 100%; }
    .pre-footer .subscriber input {
      font-size: 13px;
      line-height: 15px;
      color: #806287;
      position: relative;
      width: 100%;
      padding: 8px 20px;
      padding-left: 40px;
      background: white;
      border: 2px solid #806287;
      border-radius: 30px; }
    .pre-footer .subscriber ::-webkit-input-placeholder {
      color: #806287; }
    .pre-footer .subscriber ::-moz-placeholder {
      color: #806287; }
    .pre-footer .subscriber :-ms-input-placeholder {
      color: #806287; }
    .pre-footer .subscriber :-moz-placeholder {
      color: #806287; }
    .pre-footer .subscriber i {
      font-size: 18px;
      color: #806287;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px;
      margin-top: -1px; }
  .pre-footer input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background: #8E9918;
    border: none;
    line-height: 15px;
    padding: 10px 15px;
    border-radius: 30px; }
  .pre-footer a {
    /*color: $text_blue;*/
    color: #333333; }
  .pre-footer .with-icon {
    font-size: 14px; }
    .pre-footer .with-icon:after {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 10px;
      font-weight: bolder;
      padding-left: 20px;
      position: absolute; }
  .pre-footer .v-border {
    border-width: 0 1px;
    border-color: #717171;
    border-style: solid; }
  .pre-footer .social-links a {
    color: white; }

.footer {
  padding: 45px 0;
  font-family: "OpenSans";
  font-size: 13px;
  /*color: #4B5464;*/
  color: #333333; }
  .footer .menu-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: purple;
    font-family: "ProximaNova"; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul a {
      /*color: #4B5464;*/
      color: #333333;
      font-weight: bold; }
      .footer ul a.big-menu {
        font-size: 20px; }

.copyright {
  color: #806287;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0; }
  .copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-family: "OpenSans";
    margin-left:0px; }
    .copyright ul li {
      display: inline-block; }
      .copyright ul li a {
        /*color: #4B5464;*/
        color: #333333;
        margin-left: 5px; }
        .copyright ul li a:before {
          content: '|';
          margin-right: 5px;
          font-size: 10px;
          position: relative;
          top: -1.5px; }
        .copyright ul li a:hover {
          text-decoration: none; }

/* Responsive Footer */
@media only screen and (max-width: 1200px) {
  .pre-footer .subscriber {
    margin: 0;
    max-width: 160px; } }

@media only screen and (max-width: 992px) {
  .pre-footer .container > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .pre-footer .container > .row > div:first-child {
    order: 2;
    text-align: center;
    margin-top: 60px; }
  .pre-footer .container > .row > div:last-child {
    order: 1; }
  .pre-footer .v-border {
    border-width: 0 1px 0 0;
    text-align: left; }
  .pre-footer .subscriber {
    margin: 0;
    max-width: 220px; }
  .footer {
    padding: 15px 0; }
  .footer .row > div {
    text-align: left;
    margin-top: 30px; }
  .copyright {
    text-align: center; }
    .copyright span {
      display: block; }
    .copyright ul li:first-child a:before {
      content: none; } }

@media only screen and (max-width: 768px) {
  .pre-footer {
    padding: 60px 0; }
  .pre-footer .container > .row > div:first-child {
    margin-top: 0px; }
  .pre-footer .container > .row > div:last-child .row > div {
    text-align: center;
    margin-bottom: 50px;
    border: none; }
  .footer .row > div {
    margin-top: 0px;
    min-height: 220px; }
  .footer .row > div:nth-child(5),
  .footer .row > div:nth-child(6) {
    min-height: 100px; }
  .footer ul a.big-menu {
    font-size: 12px; }
  .footer {
    padding: 45px 0 15px; }
  .copyright {
    text-align: left; }
    .copyright ul li:first-child a:before {
      content: '|'; }
  .copyright ul {
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .pre-footer .subscriber {
    max-width: 160px; } }

/* General Pages */
/*
Title Page
----------------*/
.title-page {
  padding: 80px 0 65px; }
  .title-page .container > small:first-child {
    font-family: ProximaNovaSemiBold; }

.cuurent_deals{background-image: url(bg-prefooter.png);font-size:14px;padding:5px 0;}
.template-page .title-page {
padding:50px 0 25px;
}
/*
Top Rows
----------------*/
.top-rows {
  padding: 20px 0;
  background-image: url(bg-prefooter.png); }
  .top-rows .row {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
  .top-rows a {
    font-size: 14px;
    font-weight: bold; }

/* 
Home Page 
----------------*/
/*Offers*/
.offers {
  padding: 80px 0 60px; }
  .offers h6 {
    margin: 5px 0; }
  .offers .v-border {
    border-color: #C5C5C5; }
.offers h6 p{line-height:27px;}

/*Product Categories*/
.product-categories {
  padding: 0 0 30px; }
  .product-categories .container > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .product-categories .category-slider {
    padding-right: 30px; }
    .product-categories .category-slider .slick-prev, .product-categories .category-slider .slick-next {
      height: 40px; }
      .product-categories .category-slider .slick-prev:before, .product-categories .category-slider .slick-next:before {
        font-family: "FontAwesome";
        color: #243042;
        font-size: 40px;
        opacity: 1; }
    .product-categories .category-slider .slick-next {
      right: 0; }
      .product-categories .category-slider .slick-next:before {
        content: "\f105"; }
    .product-categories .category-slider .slick-prev {
      left: 0; }
      .product-categories .category-slider .slick-prev:before {
        content: none; }
  .product-categories .category {
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 35px;
    margin: 0 15px;
    -webkit-transition: .5s;
    transition: .5s; }
    .product-categories .category:hover {
      box-shadow: 0px 1px 10px -2px #858585; }
    .product-categories .category a {
      color: #333333; }
      .product-categories .category a img {
        margin-left: auto;
        margin-right: auto; }

.testimonials {
  padding: 50px 0 70px; }
  .testimonials .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .testimonials .testimonial-slider {
    padding: 40px 40px 35px;
    background-image: url(bg-testimonials.png);
    border-radius: 5px;
    position: relative;
    margin-left: 25px;
    margin-bottom: 0; }
    .testimonials .testimonial-slider p {
      line-height: 25px;
      margin-bottom: 0; }
      .testimonials .testimonial-slider p.author {
        font-size: 14px;
        text-transform: uppercase; }
    .testimonials .testimonial-slider:before {
      content: '';
      position: absolute;
      width: 50%;
      height: auto;
      display: block;
      left: 0;
      bottom: 0;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white; }
    .testimonials .testimonial-slider:after {
      content: '';
      position: absolute;
      width: 50%;
      height: auto;
      display: block;
      right: 0;
      bottom: 0;
      border-left: 10px solid transparent;
      border-bottom: 10px solid white; }
    .testimonials .testimonial-slider .testimonial-navigate {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -25px;
      height: 30px; }
      .testimonials .testimonial-slider .testimonial-navigate .slick-arrow {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block !important; }
        .testimonials .testimonial-slider .testimonial-navigate .slick-arrow:before {
          font-family: "FontAwesome";
          color: #c5c5c5; }
        .testimonials .testimonial-slider .testimonial-navigate .slick-arrow.slick-prev:before {
          content: "\f104"; }
        .testimonials .testimonial-slider .testimonial-navigate .slick-arrow.slick-next:before {
          content: "\f105"; }
      .testimonials .testimonial-slider .testimonial-navigate .slick-dots {
        bottom: 1px;
        position: relative;
        display: inline-block !important;
        width: auto;
        height: 100%; }
        .testimonials .testimonial-slider .testimonial-navigate .slick-dots li {
          width: 15px;
          height: 15px; }
          .testimonials .testimonial-slider .testimonial-navigate .slick-dots li button {
            width: 10px;
            height: 10px;
            padding: 5px;
            border: 2px solid #c5c5c5;
            border-radius: 100%; }
            .testimonials .testimonial-slider .testimonial-navigate .slick-dots li button:before {
              content: none; }
          .testimonials .testimonial-slider .testimonial-navigate .slick-dots li.slick-active button {
            background-color: #46AACE;
            border-color: #46AACE; }

.product-slider {
  padding:25px 0 25px; }
  .product-slider h4 {
    display: inline-block;
    /*margin-right: 20px;*/
    margin-bottom:10px;     margin-top: 0px;}
  .product-slider .container > a,
  .product-slider .container .menu-slider a {
    color: #333333;
    margin-right: 20px;
    padding-bottom: 5px; }
    .product-slider .container > a:hover,
    .product-slider .container .menu-slider a:hover {
      background: url(special-light-blue.png);
      background-repeat: repeat no-repeat;
      background-position: center bottom;
      transition: 0s; }
  .product-slider .menu-slider {
    /*margin-top: 10px;*/ }
  .product-slider .product-list .slick-track {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .product-slider .product-list .slick-track .product-item {
      background: white;
      border-radius: 5px;
      position: relative;
      padding: 15px;
      margin: 10px 15px 10px;
      height: auto;
      border: 1px solid #C5C5C5;
      -webkit-transition: .5s;
      transition: .5s; }
      .product-slider .product-list .slick-track .product-item:hover {
        box-shadow: 0px 1px 10px -2px #858585; }
      .product-slider .product-list .slick-track .product-item a {
        color: #333333; }
      .product-slider .product-list .slick-track .product-item img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%; }
      .product-slider .product-list .slick-track .product-item hr {
        margin-left: -15px;
        margin-right: -15px; }
      .product-slider .product-list .slick-track .product-item p.text-red {
        margin-bottom: 0; }
  .product-slider.bg-beige .product-list .slick-track .product-item {
    border-color: transparent; }
  .product-slider .slick-prev, .product-slider .slick-next {
    height: 40px; }
    .product-slider .slick-prev:before, .product-slider .slick-next:before {
      font-family: FontAwesome;
      color: #243042;
      font-size: 40px;
      opacity: 1; }
  .product-slider .slick-next:before {
    content: "\f105"; }
  .product-slider .slick-prev:before {
    content: "\f104"; }
  .product-slider.no-slider {
    padding: 0; }
/* 	.machine-comparison .product-slider.no-slider .product-list.no-slider{height:55vh;} */

	#shopify-section-pinnovation-category .favorite .get-started .started-content{ top: 50%;transform: translateY(-50%);padding-top: 0;padding-bottom:0;}
    .product-slider.no-slider .product-list.no-slider {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; }
      .product-slider.no-slider .product-list.no-slider .product-item,
      .product-slider.no-slider .product-list.no-slider .get-started {
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        background: white;
        border-radius: 5px;
        position: relative;
        padding: 15px;
        margin: 10px 15px 10px;
        height: auto;
        border: 1px solid #C5C5C5;
        -webkit-transition: .5s;
        transition: .5s; }
        .product-slider.no-slider .product-list.no-slider .product-item.two-columns,
        .product-slider.no-slider .product-list.no-slider .get-started.two-columns {
          -moz-flex: 2.3;
          -webkit-flex: 2.3;
          flex: 2.3; }
        .product-slider.no-slider .product-list.no-slider .product-item.three-columns,
        .product-slider.no-slider .product-list.no-slider .get-started.three-columns {
          -moz-flex: 3;
          -webkit-flex: 3;
          flex: 3; }
        .product-slider.no-slider .product-list.no-slider .product-item.four-columns,
        .product-slider.no-slider .product-list.no-slider .get-started.four-columns {
          -moz-flex: 4;
          -webkit-flex: 4;
          flex: 4; }
        .product-slider.no-slider .product-list.no-slider .product-item.five-columns,
        .product-slider.no-slider .product-list.no-slider .get-started.five-columns {
          -moz-flex: 5;
          -webkit-flex: 5;
          flex: 5; }
        .product-slider.no-slider .product-list.no-slider .product-item:hover,
        .product-slider.no-slider .product-list.no-slider .get-started:hover {
          box-shadow: 0px 1px 10px -2px #858585; }
        .product-slider.no-slider .product-list.no-slider .product-item a,
        .product-slider.no-slider .product-list.no-slider .get-started a {
          color: #333333; }
        .product-slider.no-slider .product-list.no-slider .product-item small,
        .product-slider.no-slider .product-list.no-slider .get-started small {
          line-height: 18px; }
        .product-slider.no-slider .product-list.no-slider .product-item hr,
        .product-slider.no-slider .product-list.no-slider .get-started hr {
          margin-left: -15px;
          margin-right: -15px;
          margin-top: 5px; }

.special-responsive .special-duplicate {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 320px; }
  .special-responsive .special-duplicate > div {
    margin: 0 10px; }
    .special-responsive .special-duplicate > div:first-child {
      -moz-flex: 1;
      -webkit-flex: 1;
      flex: 1; }
    .special-responsive .special-duplicate > div:last-child {
      -moz-flex: 2;
      -webkit-flex: 2;
      flex: 2; }

.product-attributes {
  position: absolute;
  right: 0;
  top: 10px; }
  .product-attributes > span {
    font-size: 13px;
    background:transparent !important;
    margin-right:-1px;
    color: white;
    padding:0;
    display: inline-block;
    line-height: 15px;
    margin-left: 10px;
    /*overflow-x: hidden;*/ }
    .product-attributes > span.new {
      padding-left: 20px;
      background-color: #8E9918;
      position: relative; }
      .product-attributes > span.new:before {
        content: '';
        border-top: 25px solid transparent;
        border-right: 40px solid #808716;
        display: none;
        position: absolute;
        top: 0;
        right: 0; }
      .product-attributes > span.new:after {
        content: '';
        position: absolute;
        border-top: 15px solid transparent;
        border-left: 15px solid white;
        border-bottom: 15px solid transparent;
        display: none;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .product-attributes > span.sale {
      padding-left:0px;
      background-color: #D83D04;
      position: relative; }
      .product-attributes > span.sale:after {
        content: '';
        position: absolute;
        border-top: 15px solid transparent;
        border-left: 15px solid white;
        border-bottom: 15px solid transparent;
        display: none;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .product-attributes > span.best-seller {
      background-color: #806287; }
    .product-attributes > span span {
      position: relative; }

.product-stars {
  position: relative;
  width: 100%;
  height: 14px;
  max-width: 100px;
  margin: 0 auto;
  background: url(icon_star_deactive.png);
  background-position: center top;
  background-repeat: repeat no-repeat; }
  .product-stars:before {
    content: '';
    background: url(icon_star_active.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .product-stars.five:before {
    width: 100%; }
  .product-stars.four-half:before {
    width: 90%; }
  .product-stars.four:before {
    width: 80%; }
  .product-stars.three-half:before {
    width: 70%; }
  .product-stars.three:before {
    width: 60%; }
  .product-stars.two-half:before {
    width: 50%; }
  .product-stars.two:before {
    width: 40%; }
  .product-stars.one-half:before {
    width: 30%; }
  .product-stars.one:before {
    width: 20%; }
  .product-stars.half:before {
    width: 10%; }

/* Responsive Home */
@media only screen and (max-width: 1200px) {
  .offers h6 {
    display: inline; }
  .product-categories .category-slider {
    margin: 30px 0; } }

@media only screen and (max-width: 992px) {
  .offers {
    padding: 0; }
  .offers .v-border {
    border: none; }
  .offers .row .row {
    padding: 50px 0;
    border-bottom: 1px solid #c5c5c5;
    text-align: left; }
  .offers .space {
    margin-bottom: 7px; }
  .product-categories {
    padding: 45px 0;position:relative;z-index:0; }
  .testimonials {
    padding: 35px 0 70px; }
  .testimonials .testimonial-slider {
    margin-left: 0; }
  .special-responsive {
    display: block; }
  .special-responsive .special-duplicate > div {
    position: relative; } }

@media only screen and (max-width: 768px) {
  .top-rows {
    padding: 15px 0; }
  .top-rows .container {
    display: none;
    padding-top: 30px;
    border-top: 1px solid #806287;
    margin-top: 15px; }
  .top-rows .row {
    display: block; }
  .top-rows .v-border {
    border-width: 0; }
  .top-rows .row-title {
    min-height: 0px; }
  .top-rows a {
    margin-bottom: 30px;
    display: block; }
  .current-deals {
    display: block; }
    .current-deals a {
      margin-bottom: 0; }
  .hero-slider .slider-title {
    font-size: 30px;
    line-height: 40px; }
  .hero-slider p {
    font-size: 16px;
    line-height: 25px; }
  .hero-slider .item-slider {
    min-height: 280px; }
  .hero-slider .item-slider .content-slider {
    padding-left: 0px; }
  .offers .row .row {
    padding: 30px 0;
    text-align: center; }
  .product-categories .category {
    padding: 35px 15px; }
  .testimonials .testimonial-slider:before,
  .testimonials .testimonial-slider:after {
    content: none; }
  .testimonials {
    padding: 0px 0 20px;
    margin-left: -15px;
    margin-right: -15px; }
  .product-slider .slick-prev {
    left: -15px; }
  .product-slider .slick-next {
    right: -15px; }
  .product-slider h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .product-slider .link-products {
    display: block; }
  .testimonials {
    margin-bottom: 30px;
}
  .product-slider .menu-slider {
    margin-top: 0;
}
  
  .copyright ul li a {
    margin-left: 2px;
    font-size: 10px;
}
  
}

@media only screen and (max-width: 660px) {
  .special-responsive .special-duplicate {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto; }
  .special-responsive .special-duplicate > div {
    margin: 0 0 10px;
    min-height: 320px; }
  .special-responsive .get-started .started-content {
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); } }

/* 
About Us Page 
----------------*/
.our-brand {
  padding: 85px 0; }

.careers {
  padding: 100px 0px; }
  .careers .container {
    padding: 0 80px; }
    .careers .container .row {
      display: flex; }
      .careers .container .row .open_position {
        margin-left: auto; }

/* Responsive General About Us	 */
@media only screen and (max-width: 992px) {
  .tabs-content .container {
    width: 100%; }
  .padding-15 {
    padding: 0; }
    .padding-15 h3 {
      margin-bottom: 0; }
    .padding-15 .v-border {
      border-width: 1px 0;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: 15px;
      margin-bottom: 15px; }
  .our-brand .container > .row > div:last-child {
    padding-top: 30px; }
  .careers .container .row {
    display: block; }
    .careers .container .row .open-position {
      max-width: 100%;
      margin-top: 50px;
      position: relative;
      margin-left: 0px;
      margin-right: 0px; }
      .careers .container .row .open-position .content-position {
        position: relative;
        top: 0;
        transform: none; }
      .careers .container .row .open-position p {
        max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .tabs-about #story img {
    max-width: 250px;
    margin: 0 auto 30px;
    display: block; }
  .tabs-about #story .container > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .tabs-about #story .container > .row > div:first-child {
      order: 2; }
    .tabs-about #story .container > .row > div:last-child {
      order: 1; }
  .about-special-responsive {
    text-align: center;
    padding-bottom: 40px;
    display: block; }
    .about-special-responsive .row > div:nth-child(2), .about-special-responsive .row > div:nth-child(3) {
      width: 50%;
      border-top: 1px solid #c5c5c5;
      margin-top: 20px;
      padding-top: 20px; }
    .about-special-responsive .row > div:nth-child(3):after {
      content: '';
      width: 1px;
      height: 80%;
      display: block;
      background-color: #c5c5c5;
      position: absolute;
      top: 20%;
      left: 0; }
    .about-special-responsive .v-border {
      border: 0; }
  .our-brand {
    padding: 50px 0;
    text-align: center; }
  .respecial-brand {
    margin-top: 30px; }
  .careers {
    padding: 45px 0; }
    .careers .container {
      padding: 0 15px; } }

/*
Cart
--------------*/
section.cart {
  padding: 50px 0; }
  .cart .item-info a {
    color: #333333;
    margin: 0;
    padding-bottom: 5px; }
    .cart .item-info a:hover {
      background: url(special-light-blue.png);
      background-repeat: repeat no-repeat;
      background-position: center bottom;
      transition: 0s; }
  .cart .item-info i {
    font-style: normal;
    margin: 0 5px; }
  .cart .table > tbody > tr > td, .cart .table > tbody > tr > th {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle; }
    .cart .table > tbody > tr > td.subtotal, .cart .table > tbody > tr > th.subtotal {
      text-align: right; }
  .cart .cart-summary {
    background: #F5F4F5;
    padding: 20px; }
    .cart .cart-summary .button {
      width: 100%; }
    .cart .cart-summary > p {
      padding: 0 15px; 
      line-height: 20px;}
    .cart .cart-summary hr {
      border-color: #c5c5c5; }
    .cart .cart-summary .button:hover img {
      -webkit-filter: invert(1);
      filter: invert(1); }
  .cart .cart-options {
    padding: 20px; }
    .cart .cart-options .panel {
      border-color: transparent;
      box-shadow: none; }
      .cart .cart-options .panel .panel-body {
        padding: 15px 0 0; }
    .cart .cart-options .collapse-icon {
      width: 100%;
      display: block;
      font-size: 18px; }
      .cart .cart-options .collapse-icon:after {
        content: '\f106';
        font-family: FontAwesome;
        float: right; }
    .cart .cart-options a[aria-expanded="false"]:after {
      content: '\f107'; }
    .cart .cart-options select,
    .cart .cart-options input[type="text"] {
      line-height:24px;
      font-size: 13px;
      margin-bottom: 10px;
      text-align: left; }
    .cart .cart-options .button {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-right: 35px; }

.cart-options .rewards-slider {
  border: 0;
  background: #e4e4e4;
  border-radius: 5px;
  height: 10px;
  margin: 10px 0 20px; }
  .cart-options .rewards-slider .ui-slider-range {
    background: #c8b9cb; }
  .cart-options .rewards-slider .ui-state-default {
    border-color: #806287;
    background-color: #806287;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: -7px; }

/* Responsive Cart */
@media only screen and (max-width: 1200px) {
  .list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px; } }

@media only screen and (max-width: 992px) {
  .cart table thead tr th:nth-child(2),
  .cart table thead tr th:nth-child(3),
  .cart table thead tr th:nth-child(4) {
    display: none; }
  .cart table tbody tr td:nth-child(3),
  .cart table tbody tr td:nth-child(4),
  .cart table tbody tr td:nth-child(5) {
    display: none; }
  .item-info .links i {
    display: none; }
  .item-info .links a {
    display: inline-block; }
  .cart-responsive {
    display: table;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    vertical-align: middle; }
    .cart-responsive .price {
      float: left; }
    .cart-responsive .input {
      float: right; }
  .cart .form-cart > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .cart-send-buttons .button {
    width: 90%;
    display: block; }
  .cart-send-buttons .space {
    display: none; } }

@media only screen and (max-width: 768px) {
  .cart .form-cart > .row {
    display: block; }
  .cart-item-row {
    position: relative; }
  .cart-responsive {
    display: none; }
  .cart table tbody tr td:nth-child(3),
  .cart table tbody tr td:nth-child(4) {
    display: table-cell;
    vertical-align: top;
    text-align: right; }
  .cart table tbody tr td:nth-child(4) {
    position: absolute;
    right: 35px;
    border: 0;
    width: auto;
    padding: 0;
    margin-top: 100px; }
  .cart-item-row h6 {
    font-size: 16px; }
  .cart-send-buttons {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .cart-send-buttons .button {
      width: 40%;
      display: inline-block;
      padding: 10px 25px 10px 15px;
      font-size: 14px; }
  .cart .form-cart > .row > div:last-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    
    .cart .form-cart > .row > div:last-child > div:last-child {
      order: 1;
      padding: 20px 5px; }
    .cart .form-cart > .row > div:last-child hr {
      border-color: #ddd; }
 section.cart {
    padding: 30px 0; } }

@media only screen and (max-width: 480px) {
  .cart-send-buttons .button {
    width: 100%; }
  .cart table tbody tr td:nth-child(1) {
    display: none; } }

/* 
Category Page 
----------------*/
.menu-page {
  padding-bottom: 50px; }
  .menu-page .menu {
    padding: 0;
    margin:0;
    list-style: none;
    font-weight: bold; }
    .menu-page .menu li {
      padding:3px 0; }
      .menu-page .menu li a {
        color: #333333; }
        .menu-page .menu li a:hover {
          color: #46AACE; }
.menu-page .menu li a{font-family: "ProximaNovaSoftRegular";font-weight: 300;}
.menu-page .menu li a.text-up{font-weight: bold;font-family: "ProximaNova";}


/*
Shop Slider
---------------*/
.shop-slider .shop-item {
  min-height: 450px;
  padding: 20px 50px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .shop-slider .shop-item .shop-item-content {
    top: 55%;
    position: absolute;
    transform: translateY(-50%); }
    .shop-slider .shop-item .shop-item-content h2 {
      margin-bottom: 10px; }
    .shop-slider .shop-item .shop-item-content p {
      margin-bottom: 0px;
      font-size: 20px; }
    .shop-slider .shop-item .shop-item-content .button {
      margin-top: 15px; }

.shop-slider .shop-navigate {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 15px;
  height: 30px; }
  .shop-slider .shop-navigate .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    display: inline-block !important; }
    .shop-slider .shop-navigate .slick-arrow:before {
      font-family: "FontAwesome";
      color: white; }
    .shop-slider .shop-navigate .slick-arrow.slick-prev:before {
      content: "\f104"; }
    .shop-slider .shop-navigate .slick-arrow.slick-next:before {
      content: "\f105"; }
  .shop-slider .shop-navigate .slick-dots {
    bottom: 1px;
    position: relative;
    display: inline-block !important;
    width: auto;
    height: 100%; }
    .shop-slider .shop-navigate .slick-dots li {
      width: 15px;
      height: 15px; }
      .shop-slider .shop-navigate .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 5px;
        border: 2px solid white;
        border-radius: 100%; }
        .shop-slider .shop-navigate .slick-dots li button:before {
          content: none; }
      .shop-slider .shop-navigate .slick-dots li.slick-active button {
        background-color: #46AACE;
        border-color: #46AACE; }

/*
Products Slider
-----------------*/
.recently-products .container > .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

/*
Products Category
----------------*/
.shop-category {
  padding-top: 0px;
  padding-bottom: 0px; }
  .shop-category .container > .row > div > .row {
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 0; }
    .shop-category .container > .row > div > .row > div {
      position: relative;
      min-height: 230px; }
      .shop-category .container > .row > div > .row > div .shop-category-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .shop-category .container > .row > div > .row > div .shop-category-container h3 {
          margin-bottom: 0; }
        .shop-category .container > .row > div > .row > div .shop-category-container a {
          margin-top: 5px;
          background-color: #FFF;border-color:#fff; }
          .shop-category .container > .row > div > .row > div .shop-category-container a:hover {
            background-color: #46AACE; }

/*
Page Options
---------------*/
.page-options {
  padding: 35px 0; }
  .page-options .row > div {
    padding: 0px 100px 20px; }

/* Responsive Category */
@media only screen and (max-width: 1200px) {
  .recently-products .product-list {
    margin: 30px 0; } }

@media only screen and (max-width: 992px) {
  .menu-page h3 {
    margin: 15px 0 25px; }
  .menu-page .row .col-md-12.none {
    display: block; }
    .menu-page .row .col-md-12.none .button {
      width: 100%;
      text-align: center; }
  .shop-category {
    padding-top: 0;
    padding-bottom: 0px; }
    .shop-category .container > .row > div:first-child {
      padding-bottom:30px; }
  .recently-products .product-list {
    margin: 0; }
  .recently-products .container > .row {
    display: block; }
    .recently-products .container > .row .get-started {
      margin-top: 30px;
      position: relative; }
      .recently-products .container > .row .get-started .started-content {
        position: relative;
        top: 0;
        transform: none;
        padding: 20px 0; }
        .recently-products .container > .row .get-started .started-content img {
          float: right;
          margin-left: 20px; }
        .recently-products .container > .row .get-started .started-content .space {
          display: none; }
  .page-options .row > div {
    padding: 0px 50px 20px; } }

@media only screen and (max-width: 768px) {
  .menu-page {
    padding-bottom: 0; }
  .menu-page h3 {
    margin: 0; }
  .menu-page .row .col-md-12.none {
    display: none; }
  .menu-page .menu {
    display: block; }
  .mobile-page-menu {
    margin-top: 30px;
    display: block;
    border: 1px solid #c5c5c5;
    border-width: 1px 0;
    cursor: pointer; }
    .mobile-page-menu h6:after {
      content: "\f107";
      font-family: FontAwesome;
      color: #46AACE;
      padding: 0px;
      float: right; }
  .menu.desktop {
    display: none; }
  .no-mobile-slider > button {
    display: none !important; }
  .no-mobile-slider .slick-track {
    width: 100% !important;
    transform: none !important;
    flex-wrap: wrap; }
    .no-mobile-slider .slick-track .product-item {
      border-color: transparent;
      width: 45% !important;
      display: none; }
      .no-mobile-slider .slick-track .product-item:nth-child(1), .no-mobile-slider .slick-track .product-item:nth-child(2), .no-mobile-slider .slick-track .product-item:nth-child(3), .no-mobile-slider .slick-track .product-item:nth-child(4) {
        display: block;
        margin: 10px 2.4%; }
  .recently-products .container > .row .get-started .started-content {
    text-align: center; }
  .recently-products .container > .row .get-started .started-content img {
    display: none; }
  .page-options .row > div:first-child {
/*     border-bottom: 1px solid #c5c5c5; */
    padding-bottom: 40px;
    margin-bottom: 30px; }
  .shop-category .container > .row > div > .row > div .shop-category-container h3 {
    font-size: 20px;
    line-height: 25px; }
  .shop-category .container > .row > div > .row > div .shop-category-container .button {
    font-size: 11px;
    padding: 10px 30px 10px 10px; } }

/*
Die Types
----------------*/
.section-pad {
  padding: 90px 0; }

.no-padding-b {
  padding-bottom: 0 !important; }

.no-padding-t {
  padding-top: 0 !important; }

.no-padding-l {
  padding-left: 0 !important; }

.no-padding-r {
  padding-right: 0 !important; }

.border-top-none {
  border-top: 1px solid transparent !important; }

.border-bottom-none {
  border-bottom: 1px solid transparent !important; }

.border-left-none {
  border-left: 1px solid transparent !important; }

.border-right-none {
  border-right: 1px solid transparent !important; }

.v-align-top {
  vertical-align: top !important; }

.v-align-middle {
  vertical-align: middle !important; }

.v-align-bottom {
  vertical-align: bottom !important; }

@media only screen and (max-width: 992px) {
  .custom-die {
    padding-top: 75px;
    padding-bottom: 90px; } }

@media only screen and (max-width: 768px) {
  .custom-die {
    padding-top: 50px;
    padding-bottom: 70px; }
  section.you-name-we-make {
    padding-top: 75px;
    padding-bottom: 90px; }
  .testimonial-page .author {
    padding-top: 25px; } }

@media (min-width: 440px) and (max-width: 768px) {
  .custom-die .media .media-body p {
    padding-left: 20px;
    padding-right: 20px; } }

/*
Die Sizes
----------------*/
.table-die-sizes table thead tr td {
  font-family: "MuseoSlab";
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #c5c5c5 !important; }
  .table-die-sizes table thead tr td:first-child {
    padding-left: 25px;
    padding-right: 25px; }

.table-die-sizes table tbody tr td {
  vertical-align: middle;
  border: 1px solid #c5c5c5; }
  .table-die-sizes table tbody tr td:first-child {
    padding-left: 25px;
    padding-right: 25px;
    font-family: "MuseoSlab";
    font-weight: normal; }

.table-die-sizes table tbody tr td[colspan] {
  background: #f3f3f5; }

.table-die-sizes table .no-wrap-row td {
  background: #f3f3f5; }

.tabs-content-nav {
  background-image: url(bg-testimonials.png);
  border: 1px solid #c5c5c5;
  border-width: 1px 0; }
  .tabs-content-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    text-align: center; }
    .tabs-content-nav .nav-item .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -moz-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-transform: uppercase;
      color: #A28FB1;
      background-color: transparent;
      border-radius: 0;
      padding: 25px 20px;
      font-weight: bold;
      -webkit-transition: 0s;
      transition: 0s; }
    .tabs-content-nav .nav-item.active .nav-link {
      color: white;
      background-color: #806287; }

.tab-content-container > .tab-pane {
  display: none; }

.tab-content-container > .tab-pane.active {
  display: block; }

.tabs-content-nav .nav.nav-justified .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-wrap: wrap;
  flex-wrap: wrap; }

.tabs-content-nav .nav-item.active .nav-link:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #806287;
  border-left: 10px solid transparent;
  border-right: 10px solid; }

.tabs-table-responsive table {
  width: 100%; }
  .tabs-table-responsive table tr td {
    padding: 15px 20px; }
    .tabs-table-responsive table tr td h5 {
      margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  .center-text-tablet {
    text-align: center;
    padding: 0 100px; }
  .table-die-sizes {
    border: none !important; }
  .margin-tablet {
    margin-bottom: 60px; }
  .tabs-table-responsive table tr td:nth-child(1) {
    width: 55% !important; } }

@media only screen and (max-width: 768px) {
  .center-text-tablet {
    padding: 0 20px; }
  .margin-tablet {
    margin-bottom: 45px; }
  .tabs-table-responsive table tr td:nth-child(1) {
    width: 80% !important; } }

@media only screen and (max-width: 395px) {
  .center-text-tablet {
    padding: 0 0; } }

/* 
Getting Started Page 
----------------*/
.design-video {
  padding-bottom: 80px; }
  .design-video .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

.testimonial-page {
  padding: 50px 0px 100px;
  background-image: url(bg-testimonials.png); }
  .testimonial-page .testimonial-slider {
    position: relative;
    max-width: 780px;
    margin: 0 auto; }
    .testimonial-page .testimonial-slider p {
      line-height: 25px;
      margin-bottom: 0; }
      .testimonial-page .testimonial-slider p.author {
        font-size: 14px;
        text-transform: uppercase; }
    .testimonial-page .testimonial-slider .testimonial-navigate {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -50px;
      height: 30px; }
      .testimonial-page .testimonial-slider .testimonial-navigate .slick-arrow {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block !important; }
        .testimonial-page .testimonial-slider .testimonial-navigate .slick-arrow:before {
          font-family: "FontAwesome";
          color: #c5c5c5; }
        .testimonial-page .testimonial-slider .testimonial-navigate .slick-arrow.slick-prev:before {
          content: "\f104"; }
        .testimonial-page .testimonial-slider .testimonial-navigate .slick-arrow.slick-next:before {
          content: "\f105"; }
      .testimonial-page .testimonial-slider .testimonial-navigate .slick-dots {
        bottom: 1px;
        position: relative;
        display: inline-block !important;
        width: auto;
        height: 100%; }
        .testimonial-page .testimonial-slider .testimonial-navigate .slick-dots li {
          width: 15px;
          height: 15px; }
          .testimonial-page .testimonial-slider .testimonial-navigate .slick-dots li button {
            width: 10px;
            height: 10px;
            padding: 5px;
            border: 2px solid #c5c5c5;
            border-radius: 100%; }
            .testimonial-page .testimonial-slider .testimonial-navigate .slick-dots li button:before {
              content: none; }
          .testimonial-page .testimonial-slider .testimonial-navigate .slick-dots li.slick-active button {
            background-color: #46AACE;
            border-color: #46AACE; }

/*
About Anything
-----------------*/
.about-anything {
  padding: 60px 0; }
  .about-anything .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

/*
Dies Accessories
--------------------*/
.dies-accessories {
  padding: 50px 0; }
  .dies-accessories .items-accesories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .dies-accessories .items-accesories .item-acc {
      float: left;
      padding: 0 15px;
      width: 16.63%; }
  .dies-accessories .img-radius {
    padding: 15px;
    background-color: white;
    border-radius: 100%;
    display: inline-block; }
    .dies-accessories .img-radius img {
      max-width: 70px;
      height: auto; }

/*
Featured Projects
-----------------*/
.featured-projects {
  padding: 60px 0; }

/*
Video Tutorials
------------------*/
.video-tutorials {
  padding: 90px 0 20px;
  background-image: url(bg-testimonials.png); }
  .video-tutorials .wrap-video {
    width: 100%;
    max-width: 320px;
    max-height: 250px;
    border-color: #806287; }
    .video-tutorials .wrap-video .play i {
      color: #806287; }
  .video-tutorials .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap; }
    .video-tutorials .row > div {
      margin-bottom: 50px; }
  .video-tutorials .get-started {
    background-color: white;
    max-width: 320px;
    margin: 0 auto; }
  .video-tutorials .special-green {
    margin-top: 5px;
    margin-bottom: 5px; }

/*
We Can Help
--------------*/
.we-help {
  padding: 70px 0; }
  .we-help h6 {
    margin: 0; }
  .we-help .row div .row > div {
    padding: 0 50px; }

/* Responsive Getting Started */
.machine-comparison-page .flexbox {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.machine-comparison .get-started {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 1200px) {
  .about-anything .row .get-started {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 992px) {
  .tabs-getting .tab-content .tab-pane {
    padding: 70px 0 0px; }
  .tabs-getting .product-slider.no-slider .product-list.no-slider {
    flex-wrap: wrap; }
    .tabs-getting .product-slider.no-slider .product-list.no-slider .product-item {
      flex: none;
      width: 40%;
      margin: 0 5% 5%; }
      .tabs-getting .product-slider.no-slider .product-list.no-slider .product-item.special-duplicate-getting {
        display: block;
        text-align: left;
        padding: 0;
        border: none; }
        .tabs-getting .product-slider.no-slider .product-list.no-slider .product-item.special-duplicate-getting:hover {
          box-shadow: none; }
  .design-video .row {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .design-video .row > div:first-child {
      order: 2; }
  .design-video .wrap-video {
    width: 100%; }
  .design-video .get-started {
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .design-video .get-started .started-content {
    top: 0;
    transform: none;
    padding: 10px;
    text-align: left; }
    .design-video .get-started .started-content img {
      float: right;
      margin-left: 10px; }
    .design-video .get-started .started-content .space, .design-video .get-started .started-content hr {
      display: none; }
  .about-anything .row {
    flex-wrap: wrap; }
    .about-anything .row .get-started {
      padding-top: 30px;
      padding-bottom: 30px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .about-anything .row .get-started .started-content {
        top: 0;
        transform: none; }
    .about-anything .row > div:first-child {
      text-align: center; }
  .featured-projects .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center; }
  .video-tutorials {
    padding: 70px 0 50px; }
    .video-tutorials h6 {
      display: inline; }
    .video-tutorials .row > div {
      margin-bottom: 30px; }
  .we-help .border-right {
    border: none;
    text-align: center;
    margin-bottom: 30px; }
  .we-help .row div .row > div:first-child {
    border-right: 1px solid #c5c5c5; }
  .dies-accessories .items-accesories .item-acc {
    width: 33.33%; }
}

@media only screen and (max-width: 768px) {
  .testimonial-page {
    padding: 50px 0px 50px; }
  .tabs-getting .product-slider.no-slider .product-list.no-slider .product-item {
    width: 90%; }
  .tabs-getting .product-slider.no-slider .product-list.no-slider .product-item.special-duplicate-getting {
    text-align: center; }
  .wrap-video {
    height: 250px; }
  .design-video {
    padding-bottom: 40px; }
  .design-video .get-started .started-content {
    padding: 30px 15px;
    text-align: center; }
    .design-video .get-started .started-content img {
      display: none; }
  .about-anything {
    padding: 40px 0 0; }
  .about-anything .row > div {
    margin-bottom: 50px; }
  .about-anything .row > div:first-child .space {
    display: none; }
  .about-anything .row .get-started {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 300px;
    margin: 0 auto; }
  .dies-accessories .items-accesories .item-acc {
    width: 50%; }
  .featured-projects .row {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .featured-projects .row img {
      max-width: 300px; }
    .featured-projects .row .button {
      margin: 5px 0; }
  .video-tutorials .get-started {
    padding: 35px; }
  .we-help .row div .row > div:first-child {
    border-right: 0;
    margin-bottom: 20px; } }

/* 
Idea Gallery Page 
----------------*/
.gallery {
  padding: 60px 0 80px; }
  .gallery .product-slider.no-slider .product-list.no-slider {
    flex-wrap: wrap; }
    .gallery .product-slider.no-slider .product-list.no-slider .product-item {
      -moz-flex: none;
      -webkit-flex: none;
      flex: none;
      width: 30%;
      margin: 1.5%; }




/* Responsive Idea Gallery */
@media only screen and (max-width: 992px) {
  .gallery .product-slider.no-slider .product-list.no-slider .product-item {
    width: 28.3333%;
    margin: 2.5%; } }

@media only screen and (max-width: 768px) {
  .gallery .product-slider.no-slider .product-list.no-slider .product-item {
    width: 45%;
    margin: 2.5%; } }

@media only screen and (max-width: 480px) {
  .gallery .container > .row > div {
    width: 100%;
    text-align: center; }
  .idea_gal .hero-slider .slider-title {
    font-size: 30px;
    line-height: 35px; }
  .idea_gal .hero-slider p {
    font-size: 16px;
    line-height: 20px; } }

/* 
Pinnovation Page 
----------------*/
.create-design .container {
  min-height: 700px;
  position: relative; }
  .create-design .container .step {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .create-design .container .step > .row {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }

.favorite {
  padding: 60px 0; }

.printingpress {
  padding: 90px 0; }
  .printingpress .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }

.button.with-icon-back {
  padding: 13px 25px 13px 50px; }
  .button.with-icon-back:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 10px;
    font-weight: bolder;
    left: 20px;
    position: absolute;
    padding-left: 20px; }
  .button.with-icon-back:after {
    content: none; }

.product-details .container {
  padding-top: 90px;
  padding-bottom: 80px; }
  .product-details .container h3 {
    display: inline-block;
    position: relative;
    padding-right: 120px; }
    .product-details .container h3 .product-attributes {
      top: auto;
      bottom: 0; }
    .product-details .container h3 .best-seller {
      font-family: "ProximaNovaSoftRegular"; }
  .product-details .container .product-stars {
    margin-left: 0;
    margin-top: 5px; }
  .product-details .container i {
    font-style: normal;
    padding: 0 10px; }
  .product-details .container .table-detail > .row > div {
    padding: 0; }

.product-info {
  margin-left: 50px; }
  .product-info a {
    color: #333333; }

.magnify-image {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  overflow: hidden; }

/* Responsive General */
@media only screen and (max-width: 992px) {
  .special-columns {
    display: block; }
  .special-columns > div:first-child,
  .special-columns > div:last-child {
    width: 100%; }
  .create-design {
    padding: 50px 0; }
  .create-design .container .step {
    position: relative;
    top: 0;
    transform: none; }
    .create-design .container .step > .row {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .create-design .container .step > .row > div:first-child {
        order: 2; }
      .create-design .container .step > .row > div:last-child {
        order: 1; }
    .create-design .container .step img {
      margin-bottom: 50px; }
  .favorite .product-slider.no-slider .product-list.no-slider {
    flex-wrap: wrap; }
    .favorite .product-slider.no-slider .product-list.no-slider .product-item {
      -moz-flex: none;
      -webkit-flex: none;
      flex: none;
      width: 28.333%;
      margin: 2.5%; }
    .favorite .product-slider.no-slider .product-list.no-slider .get-started {
      -moz-flex: none;
      -webkit-flex: none;
      flex: none;
      width: 100%;
      margin: 0; }
      .favorite .product-slider.no-slider .product-list.no-slider .get-started .started-content {
        padding: 30px 15px; }
        .favorite .product-slider.no-slider .product-list.no-slider .get-started .started-content p {
          display: inline-block; }
        .favorite .product-slider.no-slider .product-list.no-slider .get-started .started-content .space {
          display: none; }
        .favorite .product-slider.no-slider .product-list.no-slider .get-started .started-content a {
          display: block; }
  .printingpress .row {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .printingpress .row > div:first-child {
      order: 2; }
    .printingpress .row > div:last-child {
      order: 1;
      margin-bottom: 30px; }
  .product-details .product-info {
    margin-left: 0; }
    .product-details .product-info h3 .product-attributes {
      position: relative;
      text-align: left; }
      .product-details .product-info h3 .product-attributes span {
        margin-left: 0;
        position: relative;
        top: 0; }
    .product-details .product-info .space {
      display: none; }
    .product-details .product-info hr {
      display: none; }
  .pinnovation-duplicate-zoom {
    margin-top: 20px;
    display: block; }
    .pinnovation-duplicate-zoom .desktop {
      display: block; }
  .pinnovation-duplicate-detail-product {
    display: block;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px; }
    .pinnovation-duplicate-detail-product .desktop {
      display: block; }
    .pinnovation-duplicate-detail-product a {
      color: #333333; } }

.favorite .get-started .started-content {
  top: 0;
  transform: none;
  padding-top: 50px; }

@media only screen and (max-width: 768px) {
  .special-columns > div {
    padding: 30px 15px !important; }
  .special-columns > div:last-child > .row > div {
    padding: 20px 15px;
    text-align: center; }
  .create-design .container .step img {
    max-width: 250px; }
  .create-design {
    padding: 30px 0; }
    .create-design .container {
      min-height: 0px; }
  .favorite .product-slider.no-slider .product-list.no-slider .product-item,
  .favorite .product-slider.no-slider .product-list.no-slider .get-started {
    width: 45%;
    margin: 2.5%; }
  .printingpress {
    padding: 40px 0; }
  .product-details .product-info h3 .product-attributes {
    position: absolute; }
  .product-details-mobile {
    margin-bottom: 30px; }
    .product-details-mobile .product-code {
      position: absolute; }
    .product-details-mobile .row {
      margin-left: 60px; }
    .product-details-mobile h2, .product-details-mobile .small-dsc {
      display: none; }
  .pinnovation-duplicate-zoom,
  .pinnovation-duplicate-detail-product,
  .product-details .row .col-md-7 .product-info h3,
  .product-details .row .col-md-7 .product-info .product-code,
  .product-details .row .col-md-7 .product-info > .row {
    display: none; }
  .product-details .col-md-7 .form-details-product.desktop,
  .product-details .col-md-7 .table-detail {
    display: block; }
  .product-details .col-md-7 .product-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .product-details .col-md-7 .product-info .small-dsc {
      order: 1; }
    .product-details .col-md-7 .product-info h2 {
      order: 2;
      border-top: 1px solid #eee;
      margin-top: 20px;
      padding-top: 20px; }
    .product-details .col-md-7 .product-info .form-details-product {
      order: 3;
      position: relative; }
    .product-details .col-md-7 .product-info .table-detail {
      order: 4;
      border-top: 1px solid #eee;
      margin-top: 30px;
      padding-top: 20px; }
  .product-details .col-md-7 .form-details-product .col-md-9 {
    text-align: center; }
    .product-details .col-md-7 .form-details-product .col-md-9 .text-right {
      margin-right: 30px; }
  .product-details .col-md-7 .form-details-product .col-md-3 {
    text-align: right;
    position: absolute;
    top: -50px;
    padding-right: 0; }
    .product-details .col-md-7 .form-details-product .col-md-3 p, .product-details .col-md-7 .form-details-product .col-md-3 input {
      display: inline-block; }
  .product-details .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  .product-details-mobile {
    display: block; } }

@media only screen and (max-width: 480px) {
  .product-details-mobile .product-code {
    position: relative; }
  .product-details-mobile .row {
    margin-left: -15px; }
    .product-details-mobile .row .col-xs-4, .product-details-mobile .row .col-xs-8 {
      width: 100%; }
  .product-details .container h3 {
    font-size: 20px; }
  .product-details .col-md-7 .button {
    padding: 10px 40px 13px 20px;
    font-size: 14px; }
  .favorite .product-slider.no-slider .product-list.no-slider .product-item, .favorite .product-slider.no-slider .product-list.no-slider .get-started {
    width: 90%; } }

/* General Product Single */
.slider-product-images,.slider-project-images {
  overflow-x: hidden;
  position: relative; }
  .slider-product-images section,.slider-project-images section {
    display: inline-block; }
  .slider-product-images .magnify-image img,.slider-project-images .magnify-image img {
    width: 100%; }

.magnify-image {
  border: none; }

.right-c-aligned {
  width: 100%;
  float: right; }

.single-p-nav,.single-proj-nav {
  overflow: hidden;
  position: relative; }
  .single-p-nav img,.single-proj-nav img {
    height: 80px;
    width: auto !important;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer; }

.white-bg {
  background: #fff; }

.product-info h3,
.move-top h3 {
  margin-bottom: 5px; }
  .product-info h3 span,
  .move-top h3 span {
    margin-left: 35px;
    position: relative;
    top: -4px; }
    .product-info h3 span a,
    .move-top h3 span a {
      padding:0;
      color: #fff;
      background: #775880;
      font-size: 13px;
      margin-right: 8px; }
      .product-info h3 span a:nth-last-child(1),
      .move-top h3 span a:nth-last-child(1) {
        margin-right: 0;
        background: #D73D04; }
      .product-info h3 span a:hover,
      .move-top h3 span a:hover {
        opacity: 0.7; }

.product-info .product-code,
.move-top .product-code {
  color: #A1A1A1;
  margin-bottom: 15px; }

.product-info .product-stars,
.move-top .product-stars {
  position: relative;
  width: 100%;
  height: 14px;
  float: left;
  max-width: 100px;
  background: url(icon_star_deactive.png);
  background-position: center top;
  background-repeat: repeat no-repeat;
  margin-right: 15px; }
  .product-info .product-stars:before,
  .move-top .product-stars:before {
    content: '';
    background: url(icon_star_active.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%; }

.product-info .stars-right-c,
.move-top .stars-right-c {
  position: relative;
  top: -4px;
  font-size: 14px; }

.product-info .table-detail table,
.move-top .table-detail table {
  margin-bottom: 20px; }

.product-info .table-detail thead,
.move-top .table-detail thead {
  background: transparent !important; }

.product-info .table-detail tr,
.move-top .table-detail tr {
  border-bottom: 1px solid #C5C5C5; }
  .product-info .table-detail tr th, .product-info .table-detail tr td,
  .move-top .table-detail tr th,
  .move-top .table-detail tr td {
    border: none !important;
    background: transparent !important;
    padding: 15px 20px; }
    .product-info .table-detail tr th:nth-child(1), .product-info .table-detail tr td:nth-child(1),
    .move-top .table-detail tr th:nth-child(1),
    .move-top .table-detail tr td:nth-child(1) {
      width: 300px; }
  .product-info .table-detail tr td:nth-last-child(1),
  .move-top .table-detail tr td:nth-last-child(1) {
    vertical-align: top !important; }
  .product-info .table-detail tr .qty-input,
  .move-top .table-detail tr .qty-input {
    width: 60px;
    border-radius: 50px;
    border: 2px solid #C5C5C5 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 18px;
    cursor: pointer; }
    .product-info .table-detail tr .qty-input:hover,
    .move-top .table-detail tr .qty-input:hover {
      background: #EEEDEF; }

.product-table table tr th {
  vertical-align: top;
  background: #EEEDEF;
  padding: 20px 30px;
  width: 305px;
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  
}

.product-table table tr td {
  text-align: left;
  padding: 20px 25px;
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5; }

.product-table .p-tableth td {
  text-align: center;
  border: 1px solid #C5C5C5; }

.product-table .p-tableth td:nth-child(1) {
  width: 160px;
  border: 1px solid #C5C5C5; }

.product-table .p-tableth thead tr:nth-child(1) td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important; }

.carousel-duplicate {
  margin: 0 auto;
  max-width: 98%; }
  .carousel-duplicate .product-item {
    margin: 0 10px; }

.padding-horizontal {
  padding: 0 13px; }

.full-product-description ul {
  padding-left: 25px; }

.big-text {
  font-size: 18px; }
  .big-text ul {
    padding-left: 35px; }
    .big-text ul li {
      list-style-type: none;
      margin-bottom: 15px;
      position: relative; }
      .big-text ul li a {
        color: #46AACE; }
        .big-text ul li a:hover {
          opacity: 0.7; }
      .big-text ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -15px;
        color: #46AACE;
        font-size: 14px; }

.big-stars {
  position: relative;
  text-align: center;
  letter-spacing: 10px; }
  .big-stars .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(big-stars.png) no-repeat;
    background-position: 0 0; }
    .big-stars .star.half-star {
      background-position: 100% 0; }

.msmall {
  font-size: 15px; }

.regular-stars {
  position: relative;
  letter-spacing: 5px; }
  .regular-stars .star {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(single-star.png) no-repeat;
    background-size: cover; }
    .regular-stars .star.half-s {
      background: url(single-half-star.png) no-repeat; }

.bg-light-blue-texture {
  background: #F4FAFB; }

.p-divider {
  width: 1px;
  height: 17px;
  background: #707171;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 20px; }

.sepparate-padding {
  padding: 0 10px; }

.single-review {
  padding: 30px 40px; }
  .single-review h4 {
    font-size: 21px;
    margin-top: 0; }

.projects-carousel .slick-list {
  overflow: hidden; }

.projects-carousel .product-item {
  float: left;
  margin: 0 10px; }

.product-lists {
  position: relative; }
  .product-lists img {
    border: 1px solid #c5c5c5;
    border-radius: 4px; }

.product-lists .slick-prev:before,
.product-lists .slick-next:before {
  font-family: FontAwesome;
  color: #243042;
  font-size: 40px;
  opacity: 1; }

.product-lists .slick-next:before {
  content: "\f105"; }

.product-lists .slick-prev:before {
  content: "\f104"; }

.product-lists .slick-prev, .product-lists .slick-next {
  height: 40px; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99; }

.slick-next {
  right: -25px; }

.slick-prev {
  left: -25px; }

.pmb {
  margin-bottom: 20px; }

.product-grid .thumbnail {
  margin-bottom: 0; }

.product-details-single .product-info .table-detail tr td {
  border: none !important;
  background: transparent !important;
  padding: 15px 12px; }

.duplicate-t-product table {
  width: 100%; }
  .duplicate-t-product table thead tr th {
    text-align: center; }
    .duplicate-t-product table thead tr th:nth-child(1) {
      text-align: left; }

.tablet-product {
  display: none; }

.columns-sidebar-product {
  margin-bottom: 15px; }

.single-product .breadcrumb .slick-track:after {
  content: '';
  clear: both;
  display: table; }

.single-product .breadcrumb .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block; }

#details .get-started,
#reviews .get-started,
#in-the-set .get-started,
#shipping .get-started,
#templates .get-started {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 1200px) {
  .product-details-single .button.green {
    padding: 10px 30px 10px 13px; } }

@media only screen and (max-width: 992px) {
  .single-product .container {
    max-width: 98%;
    width: 100%; }
  .single-p-nav img,.single-proj-nav img {
    height: 60px;
    margin: 0 7px; }
  .right-c-aligned {
    margin-bottom: 45px; }
  .single-product .table-die-sizes table {
    max-width: 480px;
    margin: 0 auto;
    position: relative; }
  .single-product .table-die-sizes table thead tr td:first-child,
  .single-product .table-die-sizes table tbody tr td:first-child {
    width: 250px !important; }
  .single-product .table-die-sizes table tbody tr td:first-child br {
    display: none; }
  .single-product .table-die-sizes table tbody tr td:nth-last-child(1) {
    text-align: center; }
  .single-product .table-die-sizes table thead tr td:first-child {
    display: none; }
  .single-product .table-die-sizes table thead tr td:nth-last-child(1) {
    display: block;
    width: 100% !important;
    text-align: center;
    border: none !important;
    position: absolute;
    top: 0; }
  .single-product .table-die-sizes table thead {
    background: transparent; }
  .single-product .table-die-sizes table thead tr {
    display: block;
    padding-top: 110px;
    width: 100%; }
  .single-product .get-started {
    max-width: 360px;
    margin: 30px auto !important; }
  .single-product .tabs-table-responsive .slick-track {
    width: 100% !important; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item {
    width: 33.333% !important; }
  .columns-sidebar-product {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .columns-sidebar-product:nth-last-child(1) {
      margin-right: 0; } }

@media only screen and (max-width: 992px) {
  .tablet-product {
    display: block; }
    .tablet-product .desktop {
      display: block; }
  .duplicate-product-carousel .desktop {
    display: block; }
  .right-c-aligned .text-center:nth-last-child(1) {
    float: none;width: 100%; }
  .product-info {
    margin-left: 0; }
  .duplicate-t-product {
    padding: 0 50px; }
  .tabs-content-nav .nav-item a small {
    display: none; }
  .tabs-content-nav .nav-item h4 {
    font-size: 16px;
    color: #A28FB1 !important; }
  .tabs-content-nav .nav-item.active h4 {
    color: #fff !important; }
  .product-details-single .button.green {
    padding: 13px 50px 13px 25px; }
  .single-product .table-responsive {
    border: 1px solid #c5c5c5; }
  .tabs-table-responsive.mobile.tablet .tabs-content-nav {
    margin-left: -30px;
    margin-right: -30px; } }

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none; }
  .duplicate-t-product table thead tr th:nth-child(2) {
    display: none; }
  .duplicate-t-product table tr td:nth-child(2) {
    display: none; }
  .columns-sidebar-product {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .columns-sidebar-product:nth-last-child(2) {
      margin-right: 0; }
    .columns-sidebar-product:nth-last-child(1) {
      display: none; }
  .single-product .product-info .table-detail table {
    border-top: 0;
    border-left: 0;
    border-right: 0; }
  .single-product .right-c-aligned {
    position: relative;
    padding-top: 100px; }
    .single-product .right-c-aligned .col-xs-12 {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0; }
      .single-product .right-c-aligned .col-xs-12 a {
        display: block; }
      .single-product .right-c-aligned .col-xs-12 .space {
        display: none; }
      .single-product .right-c-aligned .col-xs-12 small {
        position: relative;
        top: -20px;
        padding: 0 20px;
        float: right; }
  .single-product .table-die-sizes table thead tr td:first-child {
    width: 50% !important; }
  .single-product .table-die-sizes table tbody tr td:first-child {
    width: 50% !important; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item .nav-link {
    padding: 25px 10px; }
  .single-product .product-table table tr th {
    width: 125px;
    padding: 20px 15px; }
  .single-product .product-table table tr td {
    padding: 20px 10px; }
    .single-product .product-table table tr td ul {
      padding-left: 15px; }
  .single-p-nav,.single-proj-nav {
    margin-bottom: 35px; }
    .single-p-nav img,.single-proj-nav img {
      height: 80px;
      margin: 0 5px; }
  .carousel-duplicate {
    margin: 0 auto;
    max-width: 85%; }
    .carousel-duplicate .product-item {
      margin: 0 5px; } }

@media only screen and (max-width: 480px) {
  .duplicate-t-product {
    padding: 0 5px; }
  .single-product .container {
    max-width: 100%; }
  .single-product .container.product-table {
    padding: 0; }
    .single-product .container.product-table .table-w-container {
      padding: 0 15px; }
  .single-product .tabs-table-responsive .tabs-content-nav .container {
    padding: 0; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item .nav-link h4 {
    font-size: 12px; }
  .single-product .tabs-content .container {
    padding: 0; }
  .single-product .product-slider.no-slider .product-list.no-slider .product-item {
    margin: 0 5px;
    padding: 5px; }
  .single-product .get-started {
    padding: 0 50px !important; } }

/* Idea page styles */
.made-by {
  margin-bottom: 20px; }
  .made-by img {
    margin-right: 10px; }

.sharing {
  padding-bottom: 20px; }
  .sharing span {
    display: inline-block;
    padding-right: 10px; }
  .sharing .social-links {
    display: inline-block; }
  @media only screen and (max-width: 992px) {
    .sharing {
      padding-top: 35px;
      padding-bottom: 0; }
      .sharing .social-links {
        margin-top: 0; } }

.bg-light-purple-texture {
  background-image: url(bg-testimonials.png); }

/* Button styles for idea page */
.button.small {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 5px;
  line-height: 15px; }

.button.icon-added {
  text-align: right;
  background-position: 15px 50%;
  padding-left: 50px;
  padding-right: 25px;
  position: relative; }
  .button.icon-added:after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    font-size: 10px;
    left: 10px;
    border: 1px solid white;
    border-radius: 100%;
    padding: 2px;
    line-height: 10px;
    margin-top: -1px; }
  .button.icon-added:hover:after {
    border-color: #46AACE; }

.idea-page .tab-content .tab-pane {
  padding-top: 45px;
  padding-bottom: 50px; }
  .idea-page .tab-content .tab-pane .product-slider {
    padding-top: 0;
    padding-bottom: 30px; }

.idea-page .product-details {
  padding-bottom: 60px; }
  .idea-page .product-details .container {
    padding-bottom: 0;
    padding-top: 0; }
    .idea-page .product-details .container i {
      padding: 0; }
    .idea-page .product-details .container h3 {
      padding-right: 0; }

.idea-page .share-projects {
  padding-top: 28px;
  padding-bottom: 22px; }

/* .idea-page .tab-content-idea .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; } */

.idea-page .tab-content-idea .product-item {
    float: left;
    width: 22%;
    background: white;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin: 10px 15px 10px;
    height: auto;
    border: 1px solid #C5C5C5;
    -webkit-transition: .5s;
    transition: .5s;
}

  .idea-page .tab-content-idea .product-item a {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .idea-page .tab-content-idea .product-item hr {
    margin-top: 10px;
    margin-bottom: 15px; }

.idea-page .round-img {
  border-radius: 50%; }

@media only screen and (max-width: 1199px) {
  .idea-page .product-slider .product-item .button.green {
    padding-left: 12px;
    padding-right: 30px; }
  .idea-page .product-slider .product-item .button.icon-added {
    padding-left: 40px;
    padding-right: 20px; }
  .idea-page .product-slider .product-item input[type="text"].little,input[type="number"].little, .idea-page .product-slider .product-item select.little {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 50px; }
  .idea-page .list-projects .project-item {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (min-width: 993px) {
  .idea-page .tabs-content .nav-item:last-child {
    margin-right: 50%; } }

@media only screen and (max-width: 992px) {
  .idea-page .product-details {
    padding-bottom: 0; }
  .idea-page .share-projects {
    margin: 55px 15px 40px 15px; }
  .idea-page .list-projects > div[class*="col-"] {
    padding-bottom: 40px; }
    .idea-page .list-projects > div[class*="col-"]:last-child {
      padding-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .idea-page .product-details .prod-detail-l,
  .idea-page .product-details .prod-detail-r {
    width: 100%; }
  .idea-page .sharing {
    padding-bottom: 30px; }
    .idea-page .sharing span {
      display: none; }
    .idea-page .sharing .social-links {
      display: block; }
      .idea-page .sharing .social-links:after {
        content: " ";
        display: table;
        clear: both; }
      .idea-page .sharing .social-links a {
        display: block;
        border-radius: 0;
        float: left;
        height: auto;
        width: 25%;
        margin: 0;
        padding-top: 7px;
        padding-bottom: 3px; }
  .idea-page .share-projects {
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px; }
  .idea-page .product-slider .product-item.slick-cloned,
  .idea-page .product-slider .product-item:nth-child(6) {
    display: none; }
  .idea-page .product-slider .product-item:not(.slick-cloned) {
    margin: 10px 2.4%; }
  .idea-page .list-projects > div[class*="col-"] {
    padding-bottom: 0;
    margin-bottom: 25px; }
    .idea-page .list-projects > div[class*="col-"]:nth-child(n+3) {
      /*margin-bottom: 0;*/
      margin-left: 25%; } }

@media only screen and (max-width: 560px) {
  .idea-page .product-slider .product-item hr + div {
    margin-left: -10px;
    margin-right: -10px; }
  .idea-page .product-slider .product-item:not(.slick-cloned) {
    margin: 10px 2.5%;
    width: 100% !important; }
  .idea-page .product-slider .button.with-icon:after {
    padding-left: 10px; } }

.other-projects .list-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.other-projects .thumbnail {
  padding-top: 15px;
  border-color: #46AACE;
  margin-bottom: 0;
  height: 100%; }

ul.list-arrow {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  ul.list-arrow li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px; }
    ul.list-arrow li:before {
      color: #46A9CD;
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      left: 17px;
      top: 5px;
      /* transform: translateY(-50%); */
      font-size: 14px;
      line-height: 14px;
      height: 14px; }

.other-projects .row .col-md-3 {
  width: 24.9%; }

@media only screen and (max-width: 992px) {
  .other-projects .row .col-md-3 {
    width: 33%; }
  .idea-page .list-projects > div[class*="col-"]:last-child {
    width: 100%;
    margin-left: 0; }
    .idea-page .list-projects > div[class*="col-"]:last-child .get-started {
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .idea-page .list-projects > div[class*="col-"]:last-child .get-started .started-content {
        top: 0;
        transform: none; } }

@media only screen and (max-width: 768px) {
  .other-projects .row .col-md-3 {
    width: 49.5%; } }

.machine-comparison-page .table > tbody > tr:not(.last-row) td, .machine-comparison-page .table > tbody > tr:not(.last-row) th {
  border-color: #c5c5c5; }

.machine-comparison-page .table > tbody > tr th {
  white-space: pre-wrap; }

.machine-comparison-page .title-page + .container hr {
  border-color: #c5c5c5; }

.machine-comparison-page .flexbox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-width: 992px) {
    .machine-comparison-page .flexbox > div:first-child {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .machine-comparison-page .flexbox > div:first-child {
      margin-bottom:30px; } }

.machine-comparison-page .machine-row > div[class*="col-"]:not(:last-child) {
  padding-right: 0; }

.machine-comparison-page .machine-row > div[class*="col-"]:not(:first-child) {
  padding-left: 0; }

.machine-comparison-page .machine-row > div[class*="col-"]:nth-child(2) {
  padding-left: 9px; }

.machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item,
.machine-comparison-page .tab-content .tab-pane .product-item {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid #c5c5c5;
  display: flex;
  flex-direction: column;
  justify-content:center;
  padding-bottom: 70px; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item h5,
  .machine-comparison-page .tab-content .tab-pane .product-item h5 {
    margin-bottom: 10px; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item:hover,
  .machine-comparison-page .tab-content .tab-pane .product-item:hover {
    box-shadow: none; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item > a:not(.button),
  .machine-comparison-page .tab-content .tab-pane .product-item > a:not(.button) {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item a.button.light-blue,
  .machine-comparison-page .tab-content .tab-pane .product-item a.button.light-blue {
    color: #fff; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item .read-reviews > div, .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item .read-reviews small,
  .machine-comparison-page .tab-content .tab-pane .product-item .read-reviews > div,
  .machine-comparison-page .tab-content .tab-pane .product-item .read-reviews small {
    display: inline-block; }
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item .read-reviews > div,
  .machine-comparison-page .tab-content .tab-pane .product-item .read-reviews > div {
    margin-right: 12px; }

.machine-comparison-page .find-right-fit {
  position: relative; }
  .machine-comparison-page .find-right-fit div[class*="col-"] {
    padding-top: 90px;
    padding-bottom: 90px; }
  .machine-comparison-page .find-right-fit:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 55%;
    background: #f5efe3; }
  .machine-comparison-page .find-right-fit:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 45%;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1; }
  .machine-comparison-page .find-right-fit .wrap-video {
    width: 570px;
    height: 320px;
    margin: 0 auto;
    background-image: url(video.png) !important;
    border: 10px solid #46AACE;
    border-radius: 5px; }
    .machine-comparison-page .find-right-fit .wrap-video .play {
      cursor: pointer;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

.machine-comparison-page .get-rewarded {
  padding-top: 65px;
  padding-bottom:0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .machine-comparison-page .get-rewarded .row > div:first-child {
      padding-left: 50px;
      padding-right: 50px; } }

.machine-comparison-page .tab-content.tab-content-product .tab-pane {
  padding-top: 50px; }
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .product-item {
    border-right: 0 none;
    max-width: 300px;
    text-align: center;
    margin: 0 auto; }
    .machine-comparison-page .tab-content.tab-content-product .tab-pane .product-item a small {
      color: #333333; }
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .table-responsive {
    margin-bottom: 40px; }
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .table {
    margin-bottom: 0; }
    .machine-comparison-page .tab-content.tab-content-product .tab-pane .table tbody td:not(.text-center) {
      text-align: left; }

.machine-comparison-page .get-started-cutting-wrap {
  padding: 10px 45px 55px; }
  .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content {
    top: auto;
    transform: none;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 769px) and (max-width: 992px) {
      .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content {
        padding-left: 35px;
        padding-right: 65px; }
        .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content hr {
          display: none; }
        .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content img {
          height: 110px;
          position: absolute;
          right: 65px;
          top: 50%;
          transform: translateY(-50%); }
        .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content .text-center {
          text-align: left; } }
    @media only screen and (max-width: 768px) {
      .machine-comparison-page .get-started-cutting-wrap .get-started-cutting .started-content {
        text-align: center; } }

@media only screen and (min-width: 300px) {
  .machine-comparison-page .find-right-fit .wrap-video {
    max-width: 100%; } }

@media only screen and (max-width: 992px) {
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .product-item a small br {
    display: none; }
  .machine-comparison-page .find-right-fit {
    text-align: center; }
    .machine-comparison-page .find-right-fit:before {
      bottom: 57%;
      right: 0; }
    .machine-comparison-page .find-right-fit .row > div:first-child {
      padding-top: 65px;
      padding-bottom: 70px; }
      .machine-comparison-page .find-right-fit .row > div:first-child h6 {
        padding-left: 40px;
        padding-right: 40px; }
    .machine-comparison-page .find-right-fit .row > div:last-child {
      padding-top: 60px;
      padding-bottom: 52px; }
  .machine-comparison-page .get-rewarded {
    padding-top: 60px;
    padding-bottom: 55px; }
    .machine-comparison-page .get-rewarded .row > div:first-child {
      margin-bottom: 60px;
      text-align: center; }
  .machine-comparison-page .page-options {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px; }
    .machine-comparison-page .page-options .row > div:nth-child(2) {
      border-left: 0 none; } }

@media only screen and (min-width: 1132px) {
  .machine-comparison-page .find-right-fit .row > div:first-child .wrap-content {
    padding-left: 30px; }
  .machine-comparison-page .get-rewarded .row > div:first-child .wrap-content {
    padding-left: 30px; }
  .machine-comparison-page .get-rewarded .row > div:first-child h6 {
    text-align: justify; }
  .machine-comparison-page .get-rewarded .row > div:last-child .get-started {
    max-width: 440px;
    left: 50%;
    transform: translateX(-48%); } }

@media only screen and (max-width: 768px) {
  .machine-comparison-page .get-started-cutting-wrap {
    padding-left: 60px;
    padding-right: 60px; }
  .machine-comparison-page .find-right-fit:before {
    display: none; }
  .machine-comparison-page .find-right-fit .row > div:first-child {
    background: #f5efe3;
    padding-top: 60px;
    padding-bottom: 55px; }
    .machine-comparison-page .find-right-fit .row > div:first-child h6 {
      padding-left: 0;
      padding-right: 0; }
  .machine-comparison-page .find-right-fit .row > div:last-child {
    padding-top: 40px;
    padding-bottom: 50px; }
  .machine-comparison-page .get-rewarded {
    padding-top: 50px; }
    .machine-comparison-page .get-rewarded .row > div:first-child {
      margin-bottom: 70px;
      text-align: center; }
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .table-responsive {
    margin-bottom: 35px; }
  .machine-comparison-page .page-options .row > div:first-child {
    border-right: 0 none; } }

@media only screen and (max-width: 560px) {
  .machine-comparison-page .tab-content.tab-content-product .tab-pane .table td {
    padding: 15px 10px; }
    .machine-comparison-page .tab-content.tab-content-product .tab-pane .table td .button {
      white-space: pre-wrap;
      width: 100%;
      max-width: 100%;
      padding: 10px 15px 10px 10px; }
    .machine-comparison-page .tab-content.tab-content-product .tab-pane .table td .button.with-icon:after {
      display: none; } }

.machine-comparison .get-started .started-content {
  top: 0;
  transform: none;
  padding-top: 30px;
  padding-bottom: 30px; }

/* .get-rewarded .get-started .started-content {
  top: 0;
  transform: none; } */

@media only screen and (max-width: 992px) {
  .machine-comparison-page .flexbox {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .machine-comparison .get-started {
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .get-rewarded .get-started {
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .get-rewarded .get-started .started-content {
      top: 0;
      transform: none; } }

/*
CSS Rewards Program
-------------------*/
.what-is-reward {
  padding: 80px 0; }

.cant-wait-started {
  padding: 40px 0 35px; }

.reward-earnings {
  padding: 80px 0 100px; }

.reward-faq {
  padding: 60px 0; }

.reward-contact {
  padding: 20px 0; }

.featured-products {
  padding: 30px 0; }

.advertisement {
  padding-bottom: 15px; }

.page-options.more-space {
  padding: 80px 0; }

.featured-products .get-started .started-content {
  top: 0;
  transform: none;
  padding-top: 15px; }

/* Responsive Rewards Program */
@media only screen and (max-width: 992px) {
  .reward-earnings {
    padding: 50px 0; }
  .reward-earnings .row {
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .reward-earnings .row > div:nth-child(1) {
      order: 2; }
    .reward-earnings .row > div:nth-child(2) {
      order: 1; }
    .reward-earnings .row > div:nth-child(3) {
      order: 4; }
    .reward-earnings .row > div:nth-child(4) {
      order: 3; }
    .reward-earnings .row.earn-points img {
      margin-bottom: 30px; }
  .reward-faq {
    padding: 40px 0 0; }
  .featured-products.rewards .product-slider.no-slider .product-list.no-slider {
    flex-wrap: wrap; }
    .featured-products.rewards .product-slider.no-slider .product-list.no-slider .product-item {
      -moz-flex: none;
      -webkit-flex: none;
      flex: none;
      width: 28.33333%;
      margin: 2.5%; }
    .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started {
      -moz-flex: none;
      -webkit-flex: none;
      flex: none;
      width: 100%;
      margin: 30px 0 0;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 30px; }
      .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started img {
        float: right;
        margin-left: 20px; }
      .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started .space {
        display: none; } }

@media only screen and (max-width: 768px) {
  .what-is-reward br,
  .reward-earnings br {
    display: none; }
  .advertisement {
    text-align: center; }
  .featured-products.rewards .product-slider.no-slider .product-list.no-slider .product-item {
    width: 45%;
    margin: 2.5%; }
  .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started {
    width: 45%;
    margin: 2.5%;
    text-align: center; }
    .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started img {
      display: none; } }

@media only screen and (max-width: 480px) {
  .featured-products.rewards .product-slider.no-slider .product-list.no-slider .product-item, .featured-products.rewards .product-slider.no-slider .product-list.no-slider .get-started {
    width: 95%; } }

/* General Product Single */
.slider-product-images,.slider-project-images {
  overflow-x: hidden;
  position: relative; }
  .slider-product-images section,.slider-project-images section {
    display: inline-block; }
  .slider-product-images .magnify-image img ,.slider-project-images .magnify-image img {
    width: 100%; }

.magnify-image {
  border: none; }

.right-c-aligned {
  width: 100%;
  float: right; }

.single-p-nav,.single-proj-nav {
  overflow: hidden;
  position: relative; }
  .single-p-nav img,.single-proj-nav img {
    height: 80px;
    width: auto !important;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer; }

.white-bg {
  background: #fff; }

.product-info h3,
.move-top h3 {
  margin-bottom: 5px; }
  .product-info h3 span,
  .move-top h3 span {
    margin-left: 35px;
    position: relative;
    top: -4px; }
    .product-info h3 span a,
    .move-top h3 span a {
      padding:0;
      color: #fff;
      background:transparent !important;
      font-size: 13px;
      margin-right: 8px; }
      .product-info h3 span a:nth-last-child(1),
      .move-top h3 span a:nth-last-child(1) {
        margin-right: 0;
        background: #D73D04; }
      .product-info h3 span a:hover,
      .move-top h3 span a:hover {
        opacity: 0.7; }

.product-info .product-code,
.move-top .product-code {
  color: #A1A1A1;
  margin-bottom: 15px; }

.product-info .product-stars,
.move-top .product-stars {
  position: relative;
  width: 100%;
  height: 14px;
  float: left;
  max-width: 100px;
  background: url(icon_star_deactive.png);
  background-position: center top;
  background-repeat: repeat no-repeat;
  margin-right: 15px; }
  .product-info .product-stars:before,
  .move-top .product-stars:before {
    content: '';
    background: url(icon_star_active.png);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%; }

.product-info .stars-right-c,
.move-top .stars-right-c {
  position: relative;
  top: -4px;
  font-size: 14px; }

.product-info .table-detail table,
.move-top .table-detail table {
  margin-bottom: 20px; }

.product-info .table-detail thead,
.move-top .table-detail thead {
  background: transparent !important; }

.product-info .table-detail tr,
.move-top .table-detail tr {
  border-bottom: 1px solid #C5C5C5; }
  .product-info .table-detail tr th, .product-info .table-detail tr td,
  .move-top .table-detail tr th,
  .move-top .table-detail tr td {
    border: none !important;
    background: transparent !important;
    padding: 15px 20px; }
    .product-info .table-detail tr th:nth-child(1), .product-info .table-detail tr td:nth-child(1),
    .move-top .table-detail tr th:nth-child(1),
    .move-top .table-detail tr td:nth-child(1) {
      width: 300px; }
  .product-info .table-detail tr td:nth-last-child(1),
  .move-top .table-detail tr td:nth-last-child(1) {
    vertical-align: middle !important; }
  .product-info .table-detail tr .qty-input,
  .move-top .table-detail tr .qty-input {
    width: 60px;
    border-radius: 50px;
    border: 2px solid #C5C5C5 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 18px;
    cursor: pointer; }
    .product-info .table-detail tr .qty-input:hover,
    .move-top .table-detail tr .qty-input:hover {
      background: #EEEDEF; }

.product-table table tr th {
  vertical-align: top;
  background: #EEEDEF;
  padding: 20px 30px;
  width: 305px;
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;    font-family: "MuseoSlab";
    font-weight: 500; }

.product-table table tr td {
  text-align: left;
  padding: 20px 25px;
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5; }

.product-table .p-tableth td {
  text-align: center;
  border: 1px solid #C5C5C5; }

.product-table .p-tableth td:nth-child(1) {
  width: 160px;
  border: 1px solid #C5C5C5; }

.product-table .p-tableth thead tr:nth-child(1) td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important; }

.carousel-duplicate {
  margin: 0 auto;
  max-width: 98%; }
  .carousel-duplicate .product-item {
    margin: 0 10px; }

.padding-horizontal {
  padding: 0 13px; }

.full-product-description ul {
  padding-left: 25px; }

.big-text {
  font-size: 18px; }
  .big-text ul {
    padding-left: 35px; }
    .big-text ul li {
      list-style-type: none;
      margin-bottom: 15px;
      position: relative; }
      .big-text ul li a {
        color: #46AACE; }
        .big-text ul li a:hover {
          opacity: 0.7; }
      .big-text ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -15px;
        color: #46AACE;
        font-size: 14px; }

.big-stars {
  position: relative;
  text-align: center;
  letter-spacing: 10px; }
  .big-stars .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(big-stars.png) no-repeat;
    background-position: 0 0; }
    .big-stars .star.half-star {
      background-position: 100% 0; }

.msmall {
  font-size: 15px; }

.regular-stars {
  position: relative;
  letter-spacing: 5px; }
  .regular-stars .star {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(single-star.png) no-repeat;
    background-size: cover; }
    .regular-stars .star.half-s {
      background: url(single-half-star.png) no-repeat; }

.bg-light-blue-texture {
  background: #F4FAFB; }

.p-divider {
  width: 1px;
  height: 17px;
  background: #707171;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 20px; }

.sepparate-padding {
  padding: 0 10px; }

.single-review {
  padding: 30px 40px; }
  .single-review h4 {
    font-size: 21px;
    margin-top: 0; }

.projects-carousel .slick-list {
  overflow: hidden; }

.projects-carousel .product-item {
  float: left;
  margin: 0 10px; }

.product-lists {
  position: relative; }
  .product-lists img {
    border: 1px solid #c5c5c5;
    border-radius: 4px; }

.product-lists .slick-prev:before,
.product-lists .slick-next:before {
  font-family: FontAwesome;
  color: #243042;
  font-size: 40px;
  opacity: 1; }

.product-lists .slick-next:before {
  content: "\f105"; }

.product-lists .slick-prev:before {
  content: "\f104"; }

.product-lists .slick-prev, .product-lists .slick-next {
  height: 40px; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99; }

.slick-next {
  right: -25px; }

.slick-prev {
  left: -25px; }

.pmb {
  margin-bottom: 20px; }

.product-grid .thumbnail {
  margin-bottom: 0; }

.product-details-single .product-info .table-detail tr td {
  border: none !important;
  background: transparent !important;
  padding: 15px 12px; }

.duplicate-t-product table {
  width: 100%; }
  .duplicate-t-product table thead tr th {
    text-align: center; }
    .duplicate-t-product table thead tr th:nth-child(1) {
      text-align: left; }

.tablet-product {
  display: none; }

.columns-sidebar-product {
  margin-bottom: 15px;text-align:center; }
.columns-sidebar-product p{font-family: "MuseoSlab";}

.single-product .breadcrumb .slick-track:after {
  content: '';
  clear: both;
  display: table; }

.single-product .breadcrumb .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block; }

#details .get-started,
#reviews .get-started,
#in-the-set .get-started,
#shipping .get-started,
#templates .get-started {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 1200px) {
  .product-details-single .button.green {
    padding: 10px 30px 10px 13px; } 
  .machine-comparison-page .product-slider.no-slider .product-list.no-slider .product-item,
.machine-comparison-page .tab-content .tab-pane .product-item{padding-bottom: 113px;}
}

@media only screen and (max-width: 992px) {
  .single-product .container {
    max-width: 98%;
    width: 100%; }
  .single-p-nav img,.single-proj-nav img {
    height: 60px;
    margin: 0 7px; }
  .right-c-aligned {
    margin-bottom: 45px; }
  .single-product .table-die-sizes table {
    max-width: 480px;
    margin: 0 auto;
    position: relative; }
  .single-product .table-die-sizes table thead tr td:first-child,
  .single-product .table-die-sizes table tbody tr td:first-child {
    width: 250px !important; }
  .single-product .table-die-sizes table tbody tr td:first-child br {
    display: none; }
  .single-product .table-die-sizes table tbody tr td:nth-last-child(1) {
    text-align: center; }
  .single-product .table-die-sizes table thead tr td:first-child {
    display: none; }
  .single-product .table-die-sizes table thead tr td:nth-last-child(1) {
    display: block;
    width: 100% !important;
    text-align: center;
    border: none !important;
    position: absolute;
    top: 0; }
  .single-product .table-die-sizes table thead {
    background: transparent; }
  .single-product .table-die-sizes table thead tr {
    display: block;
    padding-top: 110px;
    width: 100%; }
  .single-product .get-started {
    max-width: 360px;
    margin: 30px auto !important; }
  .single-product .tabs-table-responsive .slick-track {
    width: 100% !important; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item {
    width: 33.333% !important; }
  .columns-sidebar-product {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .columns-sidebar-product:nth-last-child(1) {
      margin-right: 0; } }

@media only screen and (max-width: 992px) {
  .tablet-product {
    display: block; }
    .tablet-product .desktop {
      display: block; }
  .duplicate-product-carousel .desktop {
    display: block; }
  .product-info {
    margin-left: 0; }
  .duplicate-t-product {
    padding: 0 50px; }
  .tabs-content-nav .nav-item a small {
    display: none; }
  .tabs-content-nav .nav-item h4 {
    font-size: 16px;
    color: #A28FB1 !important; }
  .tabs-content-nav .nav-item.active h4 {
    color: #fff !important; }
  .product-details-single .button.green {
    padding: 13px 30px 13px 14px; }
  .single-product .table-responsive {
    border: 1px solid #c5c5c5; }
  .tabs-table-responsive.mobile.tablet .tabs-content-nav {
    margin-left: -30px;
    margin-right: -30px; } }

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none; }
  .duplicate-t-product table thead tr th:nth-child(2) {
    display: none; }
  .duplicate-t-product table tr td:nth-child(2) {
    display: none; }
  .columns-sidebar-product {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .columns-sidebar-product:nth-last-child(2) {
      margin-right: 0; }
    .columns-sidebar-product:nth-last-child(1) {
      display: none; }
  .single-product .product-info .table-detail table {
    border-top: 0;
    border-left: 0;
    border-right: 0; }
  .single-product .right-c-aligned {
    position: relative;
    padding-top: 100px; }
    .single-product .right-c-aligned .col-xs-12 {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0; }
      .single-product .right-c-aligned .col-xs-12 a {
        display: block; }
      .single-product .right-c-aligned .col-xs-12 .space {
        display: none; }
      .single-product .right-c-aligned .col-xs-12 small {
        position: relative;
        top: 0px;
        padding: 0 20px;
        float:none; }
  .single-product .table-die-sizes table thead tr td:first-child {
    width: 50% !important; }
  .single-product .table-die-sizes table tbody tr td:first-child {
    width: 50% !important; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item .nav-link {
    padding: 25px 10px; }
  .single-product .product-table table tr th {
    width: 125px;
    padding: 20px 15px; }
  .single-product .product-table table tr td {
    padding:15px 10px; }
    .single-product .product-table table tr td ul {
      padding-left: 15px; }
  .single-p-nav,.single-proj-nav {
    margin-bottom: 35px; }
    .single-p-nav img,.single-proj-nav img {
      height: 80px;
      margin: 0 5px; }
  .carousel-duplicate {
    margin: 0 auto;
    max-width: 85%; }
    .carousel-duplicate .product-item {
      margin: 0 5px; } }

@media only screen and (max-width: 480px) {
  .duplicate-t-product {
    padding: 0 5px; }
  .single-product .container {
    max-width: 100%; }
  .single-product .container.product-table {
    padding: 0; }
    .single-product .container.product-table .table-w-container {
      padding: 0 15px; }
  .single-product .tabs-table-responsive .tabs-content-nav .container {
    padding: 0; }
  .single-product .tabs-table-responsive .tabs-content-nav .nav-item .nav-link h4 {
    font-size: 12px; }
  .single-product .tabs-content .container {
    padding: 0; }
  .single-product .product-slider.no-slider .product-list.no-slider .product-item {
    margin: 0 5px;
    padding: 5px; }
  .single-product .get-started {
    padding: 0 50px !important; } }

/* Responsive Sale Page */
.sale-page .product-slider.no-slider .product-list.no-slider {
  flex-wrap: wrap; }
  .sale-page .product-slider.no-slider .product-list.no-slider .product-item, .sale-page .product-slider.no-slider .product-list.no-slider .get-started {
    -moz-flex: none;
    -webkit-flex: none;
    flex: none;
    width: 22%;
    margin: 1.5%; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item.two-columns, .sale-page .product-slider.no-slider .product-list.no-slider .get-started.two-columns {
      width: 47%; }

.sale-page .get-started .started-content {
  position: relative;
  top: 0;
  transform: none;
  padding-top: 5px; }

@media only screen and (max-width: 992px) {
  .sale-page .product-slider.no-slider .product-list.no-slider .product-item, .sale-page .product-slider.no-slider .product-list.no-slider .get-started {
    width: 30.33%;
    margin: 1.5%; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item.two-columns, .sale-page .product-slider.no-slider .product-list.no-slider .get-started.two-columns {
      width: 30.33%; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item p, .sale-page .product-slider.no-slider .product-list.no-slider .get-started p {
      font-size: 14px;
      line-height: 20px;
      display: inline-block; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item h2, .sale-page .product-slider.no-slider .product-list.no-slider .get-started h2 {
      font-size: 19px; }
	 .product-info h3 span, .move-top h3 span {margin-left: 10px;}
  	.mobile.tablet {position: relative;z-index: 0;}}

@media only screen and (max-width: 768px) {
  .sale-page .product-slider.no-slider .product-list.no-slider .product-item, .sale-page .product-slider.no-slider .product-list.no-slider .get-started {
    width: 45%;
    margin: 2.5%; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item.two-columns, .sale-page .product-slider.no-slider .product-list.no-slider .get-started.two-columns {
      width: 45%; } }

@media only screen and (max-width: 480px) {
  .underline br{display:none;}
  .sale-page .product-slider.no-slider .product-list.no-slider .product-item, .sale-page .product-slider.no-slider .product-list.no-slider .get-started {
    width: 95%;
    margin: 2.5%; }
    .sale-page .product-slider.no-slider .product-list.no-slider .product-item.two-columns, .sale-page .product-slider.no-slider .product-list.no-slider .get-started.two-columns {
      width: 95%; } }

/*
Sub-category page styles
*/
.sub-category {
  padding-top: 20px; }
  .sub-category .category-aside .get-started .started-content {
    padding-top: 30px;
    padding-bottom:35px; }
  .sub-category .get-started {
    position: relative; }
    .sub-category .get-started .started-content {
      top: 0;
      transform: none; }
  .sub-category .product-grid .product-item {
    border: 1px solid #bdbdbd;
    min-height: 320px;
    position: relative; }
    .sub-category .product-grid .product-item picture {
      display: block;
      height: 200px; }
    .sub-category .product-grid .product-item .product-attributes {
      position: absolute;
      right: 0;
      top: 10px; }
      .sub-category .product-grid .product-item .product-attributes > span {
        font-size: 13px;
        background:transparent;
        color: white;
        padding:0;
        display: inline-block;
        line-height: 15px;
        margin-left: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
        /* Avoid vertical scrollbars */ }
        .sub-category .product-grid .product-item .product-attributes > span span {
          position: relative; }
      .sub-category .product-grid .product-item .product-attributes > span.new {
        padding-left: 20px;
        background-color: #8E9918;
        position: relative; }
        .sub-category .product-grid .product-item .product-attributes > span.new:before {
          content: '';
          border-top: 25px solid transparent;
          border-right: 40px solid #808716;
          display: none;
          position: absolute;
          top: 0;
          right: 0; }
        .sub-category .product-grid .product-item .product-attributes > span.new:after {
          content: '';
          position: absolute;
          border-top: 15px solid transparent;
          border-left: 15px solid white;
          border-bottom: 15px solid transparent;
          display: none;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

.product-grid {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-grid .product-item {
    border-radius: 6px;
    margin-bottom:20px;
    padding-top:10px; }

.top-sorting {
  white-space: nowrap;
  margin-bottom: 15px; }
  .top-sorting label {
    font-weight: normal;
    line-height: 30px; }
  .top-sorting .select {
    display: inline-block;
    position: relative;
    min-width: 105px;
    margin-left: 5px;
    margin-right: 10px; }
    .top-sorting .select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      position: relative;
      min-width: 105px;
      border-radius: 15px;
      height: 30px;
      border: 1.5px solid #a9a9a8;
      background: white;
      font-size: 14px;
      line-height: 20px;
      padding-right: 18px;
      padding-left: 5px; }
    .top-sorting .select:after,.dd_gallery_show .select:after{
      color: #a9a9a8;
      content: "\f107";
      font-family: FontAwesome;
      font-weight: bold;
      line-height: 12.5px;
      font-size: 12.5px;
      position: absolute;
      width: 15px;
      height: 12.5px;
      z-index: 999;
      top: 50%;
      right: 2px;
      transform: translateY(-50%);
      cursor: pointer;
      pointer-events: none !important; }
.dd_gallery_show select{background:none;}

.filters .panel {
  border-color: transparent;
  box-shadow: none;
  border-top: 1px solid #c5c5c5;
  padding: 20px 0; }
  .filters .panel .panel-title a[role="button"] {
    width: 100%;
    display: block;
    font-size: 18px; }
    .filters .panel .panel-title a[role="button"]:after {
      content: '\f106';
      font-family: FontAwesome;
      float: right; }
    .filters .panel .panel-title a[role="button"][aria-expanded="false"]:after {
      content: '\f107'; }
  .filters .panel .panel-body {
    padding: 15px 0 0 12px; }
    .filters .panel .panel-body ul {
      margin-bottom: 0; }
      .filters .panel .panel-body ul li:last-child label {
        margin-bottom: 0; }

.filter-tag-wrap {
  border: 1px solid #c5c5c5;
  padding: 8px 20px 6px;
  border-radius: 25px;
  margin-bottom: 30px; }

.spr-badge{display:inline-block !important;}

/* Responsive Sub Category */
@media only screen and (max-width: 1200px) {
  .filter-general {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap; }
    .filter-general > div:first-child {
      order: 1;
      width: 100%;
      margin-bottom: 15px; }
      .filter-general > div:first-child .select {
        min-width: 180px; }
        .filter-general > div:first-child .select select {
          min-width: 180px;
          padding-left: 15px; }
    .filter-general > div:nth-child(2) {
      order: 3;
      width: 100%;
      margin-bottom: 15px;
      text-align: left; }
    .filter-general > div:last-child {
      order: 2; }
      .filter-general > div:last-child .filter-tag-wrap {
        margin-bottom: 15px; } }

@media only screen and (max-width: 992px) {
  .sub-category > .row > div:last-child {
    border-top: 1px solid #c5c5c5;
    padding-top:10px; }
  .sub-category .product-grid .product-item {
    min-height: 270px; }
    .sub-category .product-grid .product-item .text-slab-bold {
      line-height: 20px;
      margin-bottom: 0; }
      .sub-category .product-grid .product-item .text-slab-bold br {
        display: none; }
  .filter-general > div:first-child .select {
    min-width: 150px; }
    .filter-general > div:first-child .select select {
      min-width: 150px; }
  .filter-to-bottom.none {
    display: block; }
  .filter-to-bottom .desktop {
    display: block; }
  .filter-to-bottom .get-started {
    padding-top: 30px;
    padding-bottom: 30px; }
    .filter-to-bottom .get-started .started-content img {
      float: left;
      margin-right: 10%; }
    .filter-to-bottom .get-started .started-content .space {
      display: none; }
  .about-anything {
    padding: 30px 0; }
  .pagination-wrap .row > div {
    text-align: center; }
  .sub-category .about-anything .row {
    display: block; }
  .filter-general > div:first-child .select{margin-bottom:10px;}}
.panel-group.filters .col-md-12.col-sm-6{width:100%;}

@media only screen and (max-width: 768px) {
  .panel-group.filters {
    display: none; }
  .category-aside > p {
    border-color: transparent;
    box-shadow: none;
    border-top: 1px solid #c5c5c5;
    padding: 20px 0;
    margin-bottom: 0;
    font-family: "MuseoSlab";
    font-size: 18px;
    color: #46AACE !important;
    cursor: pointer; }
    .category-aside > p:after {
      content: '\f107';
      font-family: FontAwesome;
      float: right; }
    .category-aside > p.active:after {
      content: '\f106'; }
  .filter-to-bottom .get-started {
    padding-top: 50px;
    padding-bottom: 50px; }
    .filter-to-bottom .get-started img {
      display: none; }
  .sub-category .about-anything .row .get-started {
    max-width: 100%; }
  .sub-category .about-anything .row > div:first-child {
    margin-bottom: 30px; }
  .filter-general > div:last-child {
    display: none; }
  .sub-category .get-started {
    margin-left: 15px !important;
    margin-right: 15px !important; }
	.filters .panel{padding: 20px 0 0;}
  .top-sorting .select {margin-left: 0;}
  
  .tablet_myacc.hide, #navbar ul li.hide:last-child{display: block !important;}
  
}

@media only screen and (max-width: 480px) {
  .filter-general > div:first-child .select {
    min-width: 100%; }
    .filter-general > div:first-child .select select {
      min-width: 100%; }
  .product-grid > div {
    width: 100%; }
  .filter-general {
    display: block; }
  .top-sorting label {
    display: block; }
  .select .dropdown-menu {
    left: auto;
    right: 5%;
    width: 90%;
    top: 25px; } }

/* Responsive */






@media only screen and (min-width: 768px) {
/*   .category-aside .panel-group{display:block !important;} */
}

@media only screen and (max-width: 767px) {
.get-started .started-content {    position: relative;    top: inherit;    transform: inherit;}
  .video-tutorials .get-started {    left: inherit;    transform: inherit;    -webkit-transform: inherit;    -moz-transform: inherit;    -ms-transform: inherit;    -o-transform: inherit;    width: 100%;     position: inherit;}
  .hide_dd_mob{display:none !important;}
  .cart .form-cart > .row > div:last-child > div:first-child {order: 2; }
}


/*New Css 21-11-2017*/
/* .product-item > a {
  border: 1px solid #c5c5c5;
  display: block;
}

.product-item > a + a
{
  margin-top:10px;
  border:none;
}

.product-item > a + a:hover p 
{
	color : #3eaace !important;
}
 */
/*--------------------new cahnges in project page--------------------*/
.template-page #gallery_filter_page {
    padding: 40px 15px;
}

.template-page .page-breadcrumb {
    padding: 13px 0;
}

.template-page .page-breadcrumb ul {
    margin: 0;
}

.template-page .page-breadcrumb i {
    color: #333333;
    font-size: 16px;
    /*font-weight: bold;
     margin-right: 5px; */
  padding: 0 10px;
}

.template-page .page-breadcrumb a {
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
}

/* .template-page .page-breadcrumb li:last-child a {
    font-weight: bold;
} */

.template-page #id_label_multiple.search_box, .pagination-filter .bootstrap-tagsinput {
    border: 1px solid #c5c5c5;
    border-radius: 100px;
    color: #969696;
    padding: 12px 25px;
    width: 100%;
}
.template-page input.search_box, .template-page .pagination-filter .bootstrap-tagsinput {
    border: 1px solid #c5c5c5;
    border-radius: 100px;
    color: #969696;
    padding: 12px 25px;
    width: 100%;
}
.template-page .filter-page-content {
    padding: 25px 0;
}

.template-page .filters-sidebar h1 {
    color: #243040;
    font-family: "MuseoSlabBold", sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.template-page .product-category > ul {
    margin: 30px 0;
    padding: 0;
}

.template-page .product-category li {
    list-style: outside none none;
    margin: 3px 0;
}

.template-page .product-category li:first-child a {
    font-weight: bold;
}

.template-page .product-category li a {
    color: #333333;
    font-size: 16px;
    font-family: "ProximaNovaSoftRegular";
    text-transform: capitalize;
}

.template-page .product-category li a:hover {
    color: #46AACE;
}

.template-page .filters > p {
    border-bottom: 1px solid #e2e2e2;
    color: #727272;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 15px;
}

.template-page .single-filter {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

.template-page .single-filter a + div {
    padding-top: 15px;
}

.template-page .single-filter > a {
    color: #46aace;
    display: block;
    font-family: "MuseoSlab", sans-serif;
    font-size: 18px;
    margin:0;
    text-transform: capitalize;
}

.template-page .single-filter > a > i {
    float: right;
    margin: 5px;
}
.template-page .single-filter > a > i:before
{
	content : "\f106";
}
.template-page .single-filter .collapsed i {
    transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.template-page input[type="checkbox"] {
    display: inline-block;
    margin: 0 2px 0 0;
}

.template-page .filters label {
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 10px;
    text-transform: capitalize;
}

.template-page .filters label:hover{
    color: #243142;
}

.template-page .pagination-filter label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: capitalize;
    width: 100%;
}

.template-page .pagination-filter select {
    -moz-appearance: none;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    min-width: 120px;
    outline: 0 none;
    padding: 6px 15px;
    width: auto;
}

.template-page .pagination-filter p:first-child {
    border-right: 1px solid #b2b2b2;
/*     padding-right: 15px; */
}

.template-page .pagination-filter p {
    display: inline-block;
    padding: 2px 0 2px 5px;
    margin: 4px 0;
}

.template-page .pagination-filter a > i {
    color: #46aace;
    font-size: 14px;
    margin: 0 5px;
}

.template-page .pagination-filter .search_box, .template-page .pagination-filter .bootstrap-tagsinput {
    box-shadow: none;
    margin: 15px 0;
}

.template-page .single-product {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 1px 2px -1px #858585;
    -moz-box-shadow: 0 1px 2px -1px #858585;
    -webkit-box-shadow: 0 1px 2px -1px #858585;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
}
.template-page .single-product:hover
{
    box-shadow: 0 1px 10px -2px #858585;
    -moz-box-shadow: 0 1px 10px -2px #858585;
    -webkit-box-shadow: 0 1px 10px -2px #858585;
}
.template-page .single-product > a:first-child {
/*     border: 1px solid #c5c5c5; */
    display: block;
    height: 230px;
    position: relative;
}

.template-page .product-listing .single-product a > img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.template-page .single-product > a + a {
    display: block;
    height: 50px;
    overflow: hidden;
    padding: 10px 0 0;
    color: #243042;
}

.template-page .single-product > a + a:hover p {
    color: #46aace;
}

.template-page .single-product > a + a > p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}



.template-page #gallery_filter_page input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.template-page .bootstrap-tagsinput input {
    float: left;
    max-width: 80px !important;
}

.template-page .bootstrap-tagsinput .tag {
    border-radius: 50px;
    font-size: 14px;
    margin-right: 10px;
    padding: 8px 15px;
    text-transform: capitalize;
}
.template-page .bootstrap-tagsinput .tag [data-role="remove"]::after {
    font-weight: bold;
    padding: 0 2px;
}

.template-page .filter-page-pagination {
    border-top: 1px solid #b3b3b3;
    margin: 30px 0;
    padding: 30px 0;
}

.template-page .pagination-left p:first-child {
    border-right: 1px solid #b2b2b2;
}

.template-page .pagination-left p {
    display: inline-block;
    padding: 2px 5px;
}

.template-page .pagination-block ul {
    margin: 0;
}

.template-page .pagination-left a > i {
    color: #46aace;
    font-size: 14px;
    margin: 0 5px;
}

.template-page .pagination-block .list-inline > li {
    margin: 0px 10px;
    text-align: center;
}

.template-page .pagination-block .list-inline a {
    color: #46aace;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.template-page .pagination-block .list-inline a.view-btn {
    border: 1px solid;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: capitalize;
}

.template-page .pagination-block .list-inline a.view-btn i {
    font-size: 12px;
    margin-left: 5px;
}

.template-page .product-item a > p:hover {
  color: #3eaace !important;
}

.template-page .page-breadcrumb a:hover
{
    color: #243042;
    background: url(special-light-blue.png);
    background-repeat: repeat no-repeat;
    background-position: center bottom -1px;
    transition: 0s;
}

.template-page .page-breadcrumb li:last-child a:hover{background:none;}
/*
.template-page .page-breadcrumb li:first-child a:hover,
.template-page .page-breadcrumb li:last-child a:hover
{
	background-image:none;
}
*/
.template-page .product-item a > p {
    margin: 10px 15px 10px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .template-page .pagination-filter label {
        margin: 15px 0 15px 0;
        text-align: center;
    }
    .template-page .pagination-filter p:first-child, .pagination-left p:first-child
    {
        border: none;
    }
    .template-page .pagination-filter p, .pagination-left p
    {
        display: block;
        padding: 0 15px;
        text-align: center;
    }
    .template-page .pagination-block ul {
        margin: 10px 0;
        text-align: center;
    }
    .template-page .filter-page-pagination
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .template-page .filters-sidebar {
        margin-top: 50px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .template-page .pagination-filter label {
        margin: 15px 0 15px 0;
        text-align: center;
    }
    .template-page .pagination-filter p:first-child, .template-page .pagination-left p:first-child
    {
        border: none;
    }
    .template-page .pagination-filter p, .template-page .pagination-left p
    {
        display: block;
        padding: 0 15px;
        text-align: center;
    }
    .template-page .pagination-block ul {
        margin: 10px 0;
        text-align: center;
    }
    .template-page .filter-page-pagination
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .template-page .filters-sidebar {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .template-page .filters label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .template-page .product-category li {
        margin: 5px 0;
    }
    .template-page .product-category li a {
        font-size: 15px;
    }
}
