/* no cache *//* DEBUG LESS COMPILLED */ @font-face {
  font-family: 'Liberation';
  src: url('/layout_images/font/LiberationSans-Bold-webfont.woff'), url('/layout_images/font/LiberationSans-BoldItalic-webfont.woff'), url('/layout_images/font/LiberationSans-Italic-webfont.woff'), url('/layout_images/font/LiberationSans-Regular-webfont.woff');
}
@keyframes iscroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes mscroll {
  0% {
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
body {
  font-family: 'Literation', 'Mono', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body .btn-default,
body .form-horizontal .btn {
  background: #4c4c4c;
}
body .form-horizontal .btn-primary {
  background: #000;
}
body .breadcrumb {
  padding: 20px;
}
body .breadcrumb .breadcrumb-separator {
  padding: 0 5px 0 5px;
}
body .breadcrumb .active {
  colro: #000 !important;
}
body .breadcrumb li {
  color: #000 !important;
  text-transform: uppercase;
}
body .breadcrumb li a {
  color: #000 !important;
  text-transform: uppercase;
}
body .breadcrumb li a:hover {
  text-decoration: underline;
}
body .breadcrumb li:last-child {
  font-weight: bold;
}
body .breadcrumb li::before {
  display: none;
}
body h2 {
  text-align: center;
}
body #slideshow .item {
  height: 100vh;
  overflow: hidden;
}
body #slideshow .item > div {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-attachment: scroll;
  background-clip: content-box;
  background-size: cover;
}
body #slideshow .item > div .carousel-caption {
  top: 50%;
  bottom: auto;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
}
body #slideshow .item > div .carousel-caption a.banner-button {
  display: none;
}
body #slideshow .item > div .carousel-caption h2 {
  text-shadow: none;
}
body #slideshow .icon-scroll,
body #slideshow .icon-scroll:before {
  position: absolute;
  left: 50%;
}
body #slideshow .icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 80px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: mscroll;
}
body #slideshow .icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: iscroll;
}
#dev_layout.layout-homepage .menu-box .nav.navbar-nav .dropdown .dropdown-menu {
  display: none !important;
}
#dev_layout.layout-list header {
  background: none;
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 165px;
  padding-top: 25px;
}
#dev_layout.layout-list header .container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#dev_layout.layout-list header nav {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#dev_layout.layout-list header nav .navbar-brand > img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header nav .navbar-brand > img {
    height: 70px;
    margin: 0;
    padding: 0;
  }
}
#dev_layout.layout-list header nav .navbar-collapse ul.nav {
  float: right;
  position: relative;
  top: 65px;
  right: 60px;
  padding: 0;
  margin: 0;
}
#dev_layout.layout-list header nav .navbar-collapse ul.nav li li a {
  color: #000 !important;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header nav .navbar-collapse ul.nav {
    position: absolute;
    right: auto;
    left: 15px;
  }
}
#dev_layout.layout-list header nav .navbar-collapse ul .material-icons {
  color: #fff;
  font-size: 20px;
}
#dev_layout.layout-list header nav .navbar-collapse ul li a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header nav .navbar-collapse {
    z-index: 4444;
    background: rgba(0,0,0,0.8);
    color: #000 !important;
    top: 140px;
    position: absolute;
    width: 100vw;
    height: 200px;
    margin: 0;
  }
}
#dev_layout.layout-list header nav #snippet-cart-basket {
  position: absolute;
  top: 80px;
  right: 30px;
}
#dev_layout.layout-list header nav .navbar-toggle {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none !important;
  padding: 0;
  margin: 0;
}
#dev_layout.layout-list header nav .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
}
#dev_layout.layout-list header nav .navbar-toggle:hover {
  background: none;
}
#dev_layout.layout-list header nav .navbar-toggle:active {
  background: none;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header nav .navbar-header {
    margin: 0;
  }
  #dev_layout.layout-list header nav .list-inline {
    display: block;
  }
  #dev_layout.layout-list header nav .list-inline > li {
    display: inline-block;
  }
  #dev_layout.layout-list header nav .list-inline > li .icon-search,
  #dev_layout.layout-list header nav .list-inline > li .icon-account,
  #dev_layout.layout-list header nav .list-inline > li #snippet-cart-basket {
    position: initial;
    top: auto;
    left: auto;
    margin-top: 15px;
  }
  #dev_layout.layout-list header nav .language-switch {
    left: 30px;
    right: auto;
    top: 25px;
  }
}
#dev_layout.layout-list header .icon-search {
  position: absolute;
  top: 20px;
  right: 60px;
}
#dev_layout.layout-list header .icon-account {
  position: absolute;
  top: 20px;
  right: 30px;
}
#dev_layout.layout-list header .language-switch,
#dev_layout.layout-list header .currency-switcher {
  position: absolute;
  top: 20px;
  right: 100px;
  display: block;
  padding: 0;
}
#dev_layout.layout-list header .language-switch li,
#dev_layout.layout-list header .currency-switcher li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#dev_layout.layout-list header .language-switch li a,
#dev_layout.layout-list header .currency-switcher li a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
#dev_layout.layout-list header .language-switch li ul li:after,
#dev_layout.layout-list header .currency-switcher li ul li:after {
  content: '/';
  display: inline-block;
  color: #fff !important;
}
#dev_layout.layout-list header .language-switch li ul li:last-child:after,
#dev_layout.layout-list header .currency-switcher li ul li:last-child:after {
  display: none;
}
#dev_layout.layout-list header .language-switch li.active a,
#dev_layout.layout-list header .currency-switcher li.active a {
  font-weight: bold !important;
}
#dev_layout.layout-list header .currency-switcher {
  right: 200px;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header .currency-switcher {
    right: auto;
    left: 90px;
    top: 25px;
  }
}
#dev_layout.layout-list header .currswitch {
  position: absolute;
  top: 20px;
  right: 200px;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 426px) {
  #dev_layout.layout-list header .currswitch {
    right: 60px;
  }
}
#dev_layout.layout-list header .currswitch li {
  display: inline-block;
  padding: 0;
}
#dev_layout.layout-list header .currswitch li a {
  color: #fff;
  text-transform: uppercase;
}
#dev_layout.layout-list header .currswitch li ul li:after {
  content: '/';
  display: inline-block;
  color: #fff;
}
#dev_layout.layout-list header .currswitch li ul li:last-child:after {
  display: none;
}
#dev_layout.layout-list #slideshow {
  position: absolute;
  height: 165px;
  overflow: hidden;
  z-index: 1000;
}
#dev_layout.layout-list #slideshow .carousel-caption {
  display: none;
}
#dev_layout.layout-list .content-container {
  z-index: 1;
  margin-top: 185px;
}
#dev_layout.layout-list .textblock.textblock_top {
  margin-top: 170px;
}
.hidden {
  display: none;
}
#head_box {
  z-index: 500;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
  clear: both;
}
#head_box header {
  background: none;
  padding: 0;
}
#head_box header .container-fluid {
  padding: 70px;
}
@media only screen and (max-width: 769px) {
  #head_box header .container-fluid {
    padding: 20px;
  }
  #head_box header .container-fluid .logo-box {
    padding: 0px;
  }
}
#head_box header .navbar-brand {
  padding-right: 0;
}
#head_box header .navbar-brand .hidden {
  display: none;
}
#head_box header .navbar-brand img.img-responsive {
  width: 20vw;
  height: auto;
}
@media only screen and (max-width: 769px) {
  #head_box header .navbar-brand img.img-responsive {
    width: 30vw;
  }
}
@media only screen and (max-width: 426px) {
  #head_box header .navbar-brand img.img-responsive {
    width: 50vw;
  }
}
@media only screen and (max-width: 769px) {
  #head_box header .navbar-brand {
    padding-left: 0px;
    margin-left: 0;
  }
}
#head_box header .navbar-nav > li a {
  color: #fff;
}
#head_box header .navbar-nav > li li > a {
  color: #323438;
}
#head_box header .navbar-toggle {
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none !important;
  padding: 0;
  margin: 0;
}
#head_box header .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
}
@media only screen and (max-width: 426px) {
  #head_box header .navbar-toggle {
    top: 50px;
  }
}
#head_box header .navbar-toggle:hover {
  background: none;
}
#head_box header .navbar-toggle:active {
  background: none;
}
#head_box .navbar-default {
  background: none;
  color: #fff;
}
#head_box .navbar-collapse {
  position: absolute;
  right: 0;
  top: 60px;
  width: 180px;
}
@media only screen and (max-width: 426px) {
  #head_box .navbar-collapse {
    top: 100px;
    padding: 0;
  }
}
#head_box .navbar-collapse ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
#head_box .navbar-collapse ul li {
  text-align: right;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  float: none;
}
#head_box .navbar-collapse ul li a {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
#head_box .navbar-collapse ul li:hover {
  border-bottom: 1px solid #ffffff;
}
#head_box .currswitch {
  position: absolute;
  top: 0;
  right: 200px;
  display: block;
  padding: 0;
  font-size: 0.8em;
}
@media only screen and (max-width: 426px) {
  #head_box .currswitch {
    right: 60px;
  }
}
#head_box .currswitch li {
  display: inline-block;
}
#head_box .currswitch li a {
  color: #fff;
  text-transform: uppercase;
}
#head_box .currswitch li ul li:after {
  content: '/';
  display: inline-block;
  color: #fff;
}
#head_box .currswitch li ul li:last-child:after {
  display: none;
}
#head_box .language-switch {
  position: absolute;
  top: 0;
  right: 140px;
  display: block;
  padding: 0;
  font-size: 0.8em;
}
@media only screen and (max-width: 426px) {
  #head_box .language-switch {
    right: 0;
  }
}
#head_box .language-switch li {
  display: inline-block;
}
#head_box .language-switch li a {
  color: #fff;
  text-transform: uppercase;
}
#head_box .language-switch li ul li:after {
  content: '/';
  display: inline-block;
  color: #fff;
}
#head_box .language-switch li ul li:last-child:after {
  display: none;
}
#product .dropdown-toggle.selectpicker {
  height: auto;
}
.textblock {
  padding: 20px;
}
.textblock_top {
  margin-top: 15px;
  margin-bottom: 40px;
}
#frm-userdataForm-send {
  float: right;
}
.fineeshop_footer {
  margin-top: 40px;
  background: #cccccc;
  color: #f3f3f3;
  padding: 10px 0 10px 0;
}
.textblock_bottom {
  margin-bottom: 60px;
}
.language-select.active,
.currency-select.active {
  font-weight: bold;
  text-decoration: underline;
}
.price-regular.original_price {
  color: #cccccc;
  text-decoration: line-through;
  font-size: 0.8em;
}
#filter-toggle i.fa {
  font-size: 1.1em;
  position: relative;
  top: -2px;
}
.textblock img {
  max-width: 100%;
  height: auto;
}
#filtered ul {
  display: block;
  margin: 0;
  padding: 0;
}
#filtered ul li {
  display: inline-block;
}
#filtered ul li strong {
  font-weight: normal;
}
#filtered ul li strong:after {
  content: ':';
}
#filtered ul li:before {
  content: '|';
}
#filtered ul li:first-child:before {
  content: '';
}
#filtered a {
  display: inline-block;
  padding: 3px 5px 3px 5px;
  background: #fff;
  font-weight: lighter;
}
#filterform-box.visible {
  display: block;
  height: auto;
  overflow: visible;
  border-top: 1px solid #eeeff2;
  padding-top: 15px;
}
#filterform-box {
  display: block;
  height: 1px;
  overflow: hidden;
}
#filterform-box .form-group > label {
  display: block;
}
#filterform-box .checkbox {
  display: inline-block;
  margin-right: 15px;
}
#filterform-box .btn-mini {
  display: none;
}
#filterbox-close {
  float: right;
  cursor: pointer;
}
.product-layout.product-list.col-xs-12 {
  position: relative;
}
.product-layout.product-list.col-xs-12 .visible-cart-btn {
  display: block !important;
  position: absolute;
  left: 180px;
  bottom: -50px;
}
#product_ordering {
  float: right;
}
#product_ordering select {
  font-weight: lighter;
  border: 1px solid #cccccc;
}
#product_ordering button {
  background: none !important;
  border: 0 !important;
}
#deliverypayment {
  margin-top: 20px;
  padding: 0px 20px 0 20px;
}
#deliverypayment .reset {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  border-top: 2px solid #000;
}
#deliverypayment legend {
  display: none;
}
#deliverypayment fieldset {
  display: block;
  width: 45%;
  margin-right: 20px;
  min-height: 20rem;
}
#deliverypayment fieldset .inner_box table {
  width: 100%;
}
#deliverypayment fieldset .inner_box table tbody tr {
  line-height: 70px;
}
#deliverypayment fieldset .inner_box table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  font-size: 1em;
  font-weight: bolder;
}
#deliverypayment fieldset .inner_box table tbody tr td label {
  line-height: 70px;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#deliverypayment fieldset .inner_box table tbody tr td.check {
  position: relative;
  z-index: 1;
  width: 50px;
}
#deliverypayment fieldset .inner_box table tbody tr td.check input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
#deliverypayment fieldset .inner_box table tbody tr td.check:before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#deliverypayment fieldset .inner_box table tbody tr td:last-child {
  text-align: right;
}
#deliverypayment fieldset .inner_box table tbody tr.checked td.check:before {
  border: 1px solid #ff8745;
  background: #ff8745;
}
#deliverypayment fieldset .inner_box table tbody tr.checked td.price {
  color: #ff8745;
}
#deliverypayment fieldset .inner_box table tbody tr.disabled td {
  color: #999999;
}
#deliverypayment fieldset .inner_box table tbody tr.disabled td label {
  color: #999999;
}
#deliverypayment fieldset .inner_box table tbody tr.disabled td.check:before {
  border: 1px solid #999999;
}
#deliverypayment fieldset .inner_box table tbody tr:last-child td {
  border: none;
}
@media only screen and (max-width: 700px) {
  #deliverypayment fieldset {
    width: 100%;
    float: none !important;
    margin-bottom: 50px;
  }
  #deliverypayment fieldset legend {
    display: block;
    padding: 0px;
  }
}
#deliverypayment fieldset.colleft {
  float: left;
}
#deliverypayment fieldset.colright {
  float: right;
}
#checkout-tabs {
  display: block;
  margin: 30px 0 30px 20px;
  padding: 0;
  width: 100%;
  position: relative;
  clear: both;
  float: none;
}
@media only screen and (max-width: 600px) {
  #checkout-tabs {
    margin-right: 0px;
    width: auto;
  }
}
#checkout-tabs li {
  display: inline-block;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 10px 0;
  width: 33%;
}
@media only screen and (max-width: 760px) {
  #checkout-tabs li {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #checkout-tabs li {
    width: 90%;
  }
}
#checkout-tabs li a {
  background: #999;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
#checkout-tabs li a.sel {
  background: #ff8745;
}
.span12.form-cart .rollbox-icon {
  margin-right: 15px;
  opacity: 0.7;
}
.span12.form-cart .rollbox-icon.glyphicon-minus-sign {
  color: #ff8745;
}
.span12.form-cart legend {
  font-size: 1.2em;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 0px;
}
.span12.form-cart fieldset .form-group {
  margin-right: 0;
  margin-left: 0;
}
.span12.form-cart fieldset p {
  padding: 0 0 40px 0;
  color: #000;
}
.span12.form-cart fieldset .help-block {
  width: 650px;
  text-align: right;
  color: #ff8745;
}
.span12.form-cart input,
.span12.form-cart select {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
}
.span12.form-cart .form-control:focus {
  border-bottom: 1px solid #ff8745;
  box-shadow: none;
}
.span12.form-cart input:focus {
  border-bottom: #ff8745;
}
.span12.form-cart .form-group {
  float: none;
  clear: both;
}
.span12.form-cart .form-group label {
  display: block;
  color: #aeaeae;
  float: left;
  width: 300px;
  text-align: left;
}
.span12.form-cart .form-group .form-control {
  width: 350px;
}
@media only screen and (max-width: 700px) {
  .span12.form-cart .form-group .form-control {
    width: 90%;
  }
}
.eq-sm-4 {
  position: relative;
}
.eq-sm-3 {
  position: relative;
}
.product-grid .btn-group > .btn:first-child {
  margin-left: 0px;
}
.modal-content .btn-success {
  color: #222121;
}
.modal-content #product-property-form #frm-add {
  display: none;
}
.product_flag_holder {
  padding-top: 10px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0px;
  height: 0px;
  position: absolute;
  text-align: center;
  top: 115px;
  left: -95px;
  z-index: 1;
}
.product_flag_holder span {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 2px 15px 2px 15px;
  width: 300px;
  font-weight: bolder;
  text-transform: lowercase;
  margin-bottom: 2px;
  white-space: nowrap;
}
.product_flag_holder_big {
  display: block;
}
.product_flag_holder_big span {
  padding: 2px 15px 2px 15px;
  text-transform: lowercase;
  margin-bottom: 2px;
  text-align: left;
  white-space: nowrap;
}
.product_flag_holder span.flag_action,
.product_flag_holder_big span.flag_action {
  background: rgba(4,134,148,0.75);
  color: #fff;
}
.product_flag_holder span.flag_discount,
.product_flag_holder_big span.flag_discount {
  background: rgba(162,5,5,0.75);
  color: #fff;
}
.product_flag_holder span.flag_tip,
.product_flag_holder_big span.flag_tip {
  background: rgba(236,90,19,0.85);
  color: #fff;
}
.product_flag_holder span.flag_new,
.product_flag_holder_big span.flag_new {
  background: rgba(89,188,115,0.85);
  color: #fff;
}
.flashmessages,
#snippet--flashmessages {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  z-index: 9999;
}
#search_output_box {
  position: relative;
  top: 20px;
}
#search_output_box li {
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
}
#search_output_box li.search_category {
  font-weight: bold;
  margin-top: 15px;
  border-bottom: 1px solid #CCCCCC;
}
#instagram-carousel div {
  padding: 0px;
}
.footer-row {
  text-align: center;
}
.footer-row .footer-holder {
  display: block;
  clear: both;
  float: none;
  text-align: left;
  margin: 0 auto 0 auto;
}
footer {
  font-size: 1.1em;
  font-weight: 100;
}
footer .navbar {
  text-align: center;
  background-color: #545454;
}
footer .navbar ul.nav {
  padding: 0;
  margin: 25px auto 20px auto;
  display: inline-block;
  float: none;
  clear: both;
  text-align: center;
  width: auto;
}
footer .navbar ul.nav li {
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .navbar ul.nav li a {
  text-align: center;
  padding: 0 20px 0 20px !important;
  display: block;
}
footer .navbar ul.nav li a:hover {
  color: #fff;
}
footer .navbar ul.nav li:after {
  content: '|';
  position: absolute;
  top: -4px;
  right: 0;
}
footer .navbar ul.nav li:last-child:after {
  display: none;
}
footer .footer-block-textBlock {
  padding: 50px 0 50px 0;
  margin: 0;
}
footer .footer-block-textBlock h5 {
  display: none;
}
footer .footer-block-textBlock .contacts-link {
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 1.4em;
}
@media (max-width: 1025px) {
  footer .footer-block-textBlock .contacts-link {
    width: 48% !important;
    display: inline-block;
    color: transparent;
    position: relative;
    top: 0;
  }
  footer .footer-block-textBlock .contacts-link a {
    display: block;
    width: 230px;
  }
}
@media (max-width: 620px) {
  footer .footer-block-textBlock .contacts-link {
    width: 100%;
    display: block;
    position: initial;
  }
}
footer .footer-block-textBlock .contacts-link a:hover {
  color: #fff;
}
footer .footer-block-textBlock .footer-logo {
  text-align: right;
}
@media (max-width: 1025px) {
  footer .footer-block-textBlock .footer-logo {
    width: 48% !important;
    display: inline-block;
    position: relative;
    top: -45px;
  }
}
@media (max-width: 620px) {
  footer .footer-block-textBlock .footer-logo {
    width: 100%;
    display: block;
    position: initial;
    margin-top: 40px;
    padding: 0px;
  }
}
footer .footer-block-textBlock .footer-logo img {
  margin-top: 0px;
  opacity: 0.4;
  width: 270px;
}
footer ul {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.0em;
}
footer ul li {
  display: block;
  text-transform: uppercase;
}
.latest_products img {
  max-width: 120px;
}
.footer-holder {
  color: #71767a !important;
}
.footer-holder h5,
.footer-holder b {
  font-weight: 100 !important;
}
#snippet-footers-newsletterClients-nwsltrsnipp #frm-footers-newsletterClients-form {
  position: relative;
  display: block;
}
#snippet-footers-newsletterClients-nwsltrsnipp #frm-footers-newsletterClients-form-send {
  position: absolute;
  top: 18px;
  border: 0;
  background: #0e0e0e;
  left: 22rem;
}
#snippet-footers-newsletterClients-nwsltrsnipp #frm-footers-newsletterClients-form-send:hover {
  background: #71767a;
}
#snippet-footers-newsletterClients-nwsltrsnipp #frm-footers-newsletterClients-form-email {
  position: relative;
  display: block;
  width: 30rem;
  padding: 12px 12px !important;
  margin-top: 15px;
}
#snippet-footers-newsletterClients-nwsltrsnipp label {
  display: none;
}
#snippet-footers-newsletterClients-nwsltrsnipp td label {
  display: block;
  font-size: 0.9em;
}
#snippet-footers-newsletterClients-nwsltrsnipp td label input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.product-grid .product-thumb {
  margin-bottom: 0 !important;
}
.product-grid .product-thumb .name a {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
}
.product-grid .product-thumb .price .price-regular {
  font-weight: 700;
}
.html-content-animation {
  display: none !important;
}
.container-fluid.space-30 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.space-30 .row {
  margin: 0px;
}
.container.content-container {
  padding: 0 !important;
}
.product-layout.product-grid,
.product-layout-related.product-grid {
  padding: 20px !important;
}
.product-layout .btn-group,
.product-layout-related .btn-group {
  background: transparent;
}
.product-layout .btn-group .btn,
.product-layout-related .btn-group .btn {
  background: #000;
  color: #fff;
  margin: auto 0 auto 0;
  bottom: 80px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
.product-layout .btn-group .btn i,
.product-layout-related .btn-group .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.product-layout .btn-group .buy_text_disabled,
.product-layout-related .btn-group .buy_text_disabled {
  background: #000;
  color: #fff;
  padding: 9px 12px;
}
#instagram-carousel div {
  padding: 3px !important;
}
.list-group.category {
  margin-top: 0;
}
.list-group.category a {
  border: 0;
}
#content h1,
.filterform-box,
.product-filter {
  display: none;
}
.product-page {
  padding: 0 0 40px 0;
}
.product-page .product_type {
  display: inline-block;
  font-weight: bolder;
  color: #666666;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  .product-page .product-image .slider button {
    display: none !important;
  }
}
.product-page .header-line {
  position: relative;
}
.product-page .header-line h1 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bolder;
  display: inline-block !important;
  font-size: 2.5em;
}
.product-page .header-line .product_flag_holder_big {
  display: inline-block;
  width: 50px;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .product-page .header-line .product_flag_holder_big {
    position: relative;
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page .header-line .product_flag_holder_big > span {
    display: inline-block;
  }
}
.product-page .price {
  margin: 0;
  padding: 0;
  position: relative;
}
.product-page .price h3 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 700;
}
.product-page .price h3 span {
  font-weight: 700;
}
.product-page .price .currency_symbol {
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  top: -0.15em;
}
.product-page .price-box {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  border: 3px solid #000;
  padding: 10px;
}
.product-page #product-property-form {
  margin-top: 40px;
}
.product-page #product-property-form .title-1 {
  text-align: left;
  font-size: 1.2em;
  font-weight: 100;
}
.product-page #product-property-form ul {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
}
.product-page #product-property-form ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.product-page #product-property-form ul li label {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 10px;
}
.product-page #product-property-form ul li label input {
  opacity: 0;
}
.product-page #product-property-form ul li label span {
  display: block;
  background: transparent;
  color: #b2b2b2;
  position: absolute;
  font-size: 1.2em;
  font-weight: bold;
  left: 0;
  top: 6px;
  width: 36px;
  text-align: center;
}
.product-page #product-property-form ul li label span.square-box {
  height: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #fff;
  border: 2px solid #b2b2b2;
  top: 0;
  left: 0;
}
.product-page #product-property-form ul li label i.no_saleable {
  position: absolute;
  display: block;
  height: 44px;
  width: 2px;
  background: #b2b2b2;
  transform: rotate(45deg);
  z-index: 100;
  top: -4px;
  left: 17px;
}
.product-page #product-property-form ul li label.selected span {
  color: #000;
}
.product-page #product-property-form ul li label.selected span.square-box {
  border: 2px solid #000;
}
.product-page #product-property-form ul li label.selected i.no_saleable {
  background: red;
}
.product-page #long-description {
  display: block;
  margin-top: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 0;
  color: #000;
  font-size: 1.2em;
}
.product-page #long-description p {
  color: #000;
}
.product-page #long-description strong {
  color: #000;
}
.product-page #long-description h1,
.product-page #long-description h2,
.product-page #long-description h3,
.product-page #long-description h4,
.product-page #long-description h5,
.product-page #long-description h6 {
  color: #000;
}
.product-page #product .form-group {
  margin-top: 40px;
  display: block;
  position: relative;
}
.product-page #product .form-group #frm-add2 {
  background: #000;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 50%;
  border: none;
  font-weight: bold;
  height: auto;
  text-transform: uppercase;
  padding: 3px 12px;
}
@media only screen and (max-width: 769px) {
  .product-page #product .form-group #frm-add2 {
    font-size: 1.5em;
  }
}
.product-page #product .form-group .unsaleable {
  opacity: 0.5;
}
.product-page #product .form-group #send_quest {
  display: block;
  background: #fff;
  font-weight: 100;
  color: #b2b2b2;
  padding: 0 0 0 60px;
  margin: 0;
  white-space: normal;
  word-wrap: break-word;
  font-size: 1.5em;
  line-height: 1.2em;
  width: 190px;
  text-transform: uppercase;
  text-align: left;
  height: auto;
  position: relative;
  border: 0;
}
@media only screen and (max-width: 769px) {
  .product-page #product .form-group #send_quest {
    font-size: 1em;
    padding: 0 0 0 35px;
    width: 100px;
  }
}
.product-page #product .form-group #send_quest:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d0d0d0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 769px) {
  .product-page #product .form-group #send_quest:before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.product-page #product .form-group #send_quest:after {
  content: 'edit';
  display: block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: transparent;
  top: 12px;
  left: 8px;
  position: absolute;
  font-size: 1.6em;
}
@media only screen and (max-width: 769px) {
  .product-page #product .form-group #send_quest:after {
    top: 6px;
    left: 4px;
  }
}
.product-page #size_chart {
  display: block;
  position: relative;
  height: 0;
}
.product-page #size_chart a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  opacity: 0.3;
  background: url("/layout_images/sizes.png") no-repeat;
  background-size: contain;
}
.product-page #size_chart a span {
  display: none;
}
.product-page #size_chart a:hover {
  opacity: 1;
}
#snippet--mujsnip .product-big .caption {
  display: none;
}
#colorline {
  background: #d4d4d4;
  color: #707070;
  line-height: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #colorline {
    max-width: 100%;
    overflow: hidden;
    line-height: initial;
    padding: 7px;
    text-align: left;
    margin: 0;
  }
}
#colorline .infopruh_text,
#colorline .infopruh_button_box {
  display: inline-block;
}
#colorline .infopruh_button_box {
  width: 0px;
}
#colorline .infopruh_button_box a {
  position: absolute;
  right: 20px;
  top: 7px;
  display: block;
  color: #cccccc;
  padding: 3px 10px 3px 10px;
  background: #707070;
  line-height: 30px;
}
@media only screen and (max-width: 1000px) {
  #colorline .infopruh_button_box a {
    top: 0;
  }
}
@media only screen and (max-width: 400px) {
  #colorline .infopruh_button_box a {
    top: 30px;
  }
}
#cookie_agreement {
  background: rgba(0,0,0,0.8);
  color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 30px 30px;
  z-index: 99999999;
}
#cookie_agreement p {
  display: inline;
}
#cookie_agreement button {
  border: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  right: 50px;
  font-size: 20px;
}
#send_order {
  padding: 20px;
  margin-bottom: 60px;
}
#send_order textarea {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#send_order .checkbox {
  padding-left: 20px;
}
#send_order .checkbox label p {
  line-height: initial;
  margin: 0;
  padding: 0;
}
.load-more-container {
  text-align: center;
}
.paginator_load_more {
  font-weight: bold;
  float: none;
  padding: 6px 12px;
  margin: 40px auto;
  line-height: 2;
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.account-box,
.search-box {
  z-index: 1500;
}
.form-horizontal input,
.form-veritcal input {
  line-height: 1.5em;
  border: 1px solid #d0d0d0;
}
.form-horizontal .btn,
.form-veritcal .btn {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  border: none;
  background: #d0d0d0;
  height: auto;
  font-weight: lighter;
  color: #fff;
  padding: 3px 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 380px) {
  .form-horizontal .btn,
  .form-veritcal .btn {
    font-size: 1.2em;
  }
}
.form-horizontal .btn-primary,
.form-veritcal .btn-primary {
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: bold;
  height: auto;
}
.form-horizontal .input-group .btn,
.form-veritcal .input-group .btn {
  border: 1px solid #d0d0d0;
  padding: 6px 12px;
}
.section-heading {
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.section-heading h3 {
  background: #fff;
  color: #000;
  padding: 0 12px;
  font-size: 2em;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.section-heading:after {
  content: '';
  display: block;
  background: #000;
  height: 1px;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 0;
}
#cartcontent thead th {
  color: #000;
  background: #e8e8e8;
  font-weight: bolder;
  font-size: 0.8em;
}
#cartcontent thead th:first-child {
  padding-left: 15px;
}
#cartcontent thead th:last-child {
  padding-right: 15px;
}
#cartcontent tbody td:first-child {
  padding-left: 0px;
}
#cartcontent tbody td:last-child {
  padding-right: 15px;
}
#cartcontent tbody td.product-td {
  text-transform: uppercase;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  #cartcontent tbody td.product-td {
    white-space: normal;
  }
}
#cartcontent tbody td.product-td a {
  color: #000;
}
#cartcontent tbody td.product-td img {
  height: 120px;
  width: auto;
  float: left;
  margin-right: 15px;
}
#cartcontent tbody td {
  border-bottom: 1px solid #000;
  vertical-align: top;
}
#cartcontent tbody td .count.form-control {
  width: 60px;
}
#cartcontent tbody td .count-block {
  width: 150px;
}
#cartcontent tbody.summary {
  border-top: 2px solid #000;
}
#cartcontent tbody.summary tr {
  border: none;
}
#cartcontent tbody.summary tr td {
  border: none;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 500px) {
  #cartcontent thead {
    display: block;
  }
  #cartcontent thead tr {
    display: block;
  }
  #cartcontent thead th {
    display: none;
  }
  #cartcontent thead th:first-child {
    display: block;
    width: 100%;
  }
  #cartcontent tbody {
    display: block;
  }
  #cartcontent tbody tr {
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
  }
  #cartcontent tbody tr td {
    padding-left: 0;
    padding-right: 0;
    border: none;
    display: block;
  }
  #cartcontent tbody tr td .hidden {
    display: inline-block !important;
    float: left;
  }
  #cartcontent tbody tr td:last-child {
    padding-right: 0px;
  }
  #cartcontent tbody#ship_and_delivery tr td {
    display: inline-block;
  }
  #cartcontent tbody#ship_and_delivery tr td:nth-child(1) {
    width: 50%;
  }
  #cartcontent tbody#ship_and_delivery tr td:nth-child(2) {
    widht: 10%;
    color: transparent;
  }
  #cartcontent tbody#ship_and_delivery tr td:nth-child(3) {
    width: 20%;
    color: transparent;
  }
  #cartcontent tbody#ship_and_delivery tr td:nth-child(4) {
    width: 20%;
    float: right;
  }
}
#orderprocess {
  padding: 20px 20px 20px 20px;
}
#orderprocess a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 1.5em;
}
@media only screen and (max-width: 375px) {
  #orderprocess a {
    font-size: 1.2em;
  }
}
#orderprocess a strong {
  font-weight: lighter;
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 760px) {
  #orderprocess a {
    display: block;
  }
}
#orderprocess a.sel {
  font-weight: bolder;
}
#orderprocess a.sel strong {
  background: #000;
  color: #fff;
}
.form-cart {
  padding: 0px 20px 0px 20px;
}
.tooltip {
  z-index: 9999;
  min-width: 150px;
}
div.checkbox {
  position: relative;
}
div.checkbox label {
  color: #000;
}
div.checkbox input {
  opacity: 0;
}
div.checkbox:before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #000;
  position: absolute;
  top: 4px;
  left: 0;
}
div.checkbox.checked:before {
  border: 1px solid #ff8745;
  background: #ff8745;
}
div.checkbox.nochekbox:before {
  display: none;
}
#frm-signInForm .btn-primary,
#form_buttons .btn-primary {
  float: right;
}
#clap_hands {
  text-align: center;
  margin-top: 20px;
}
#clap_hands img {
  height: 250px;
}
#order_result {
  margin-bottom: 70px;
}
#order_result h1 {
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
}
#order_result p {
  font-size: 1.2em;
}
#order_result .btn-primary {
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: bold;
  height: auto;
  margin-top: 10px;
  text-shadow: none;
}
#pay_big_ico {
  margin-top: 50px;
  padding: 20px;
  display: block;
  height: 230px;
  text-align: center;
}
#pay_big_ico {
  margin-top: 20px;
}
#pay_big_ico.info i {
  font-size: 5em;
  margin-bottom: 20px;
}
#pay_big_ico.info h2 {
  font-size: 1.5em;
}
#pay_big_ico.info i,
#pay_big_ico.info h2 {
  color: #0081c2;
}
#pay_big_ico.success i,
#pay_big_ico.success h2 {
  color: #38a561;
}
#pay_big_ico.error i,
#pay_big_ico.error h2 {
  color: #ec4844;
}
#order-result-header {
  margin-top: 30px;
}
#empty {
  width: 90%;
  height: 200px;
}
.flag_storage_state {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
#cboxOverlay {
  opacity: .5 !important;
}
.modal-backdrop {
  background: url(/images/colorbox/overlay.png) repeat 0 0;
}
.bootbox .modal-content {
  border: 15px solid rgba(0,0,0,0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootbox .modal-content .modal-header .modal-title {
  text-transform: uppercase;
  color: #000;
}
.bootbox .modal-content .modal-header .bootbox-close-button {
  background: url(/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  opacity: 1;
}
.bootbox .modal-content .modal-header .bootbox-close-button:hover {
  background: url(/images/colorbox/controls.png) no-repeat -25px -25px;
}
.bootbox .modal-content input,
.bootbox .modal-content select,
.bootbox .modal-content textarea {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
}
.bootbox .modal-content .form-control:focus {
  border-bottom: 1px solid #ff8745;
  box-shadow: none;
}
.bootbox .modal-content input:focus {
  border-bottom: #ff8745;
}
.bootbox .modal-content label {
  font-weight: bold;
}
.bootbox .modal-content .btn {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  border: none;
  background: #d0d0d0;
  height: auto;
  font-weight: lighter;
  color: #fff;
  padding: 3px 12px;
  text-transform: uppercase;
}
.bootbox .modal-content .btn.btn-info,
.bootbox .modal-content .btn.btn-success {
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: bold;
  height: auto;
}
.bootbox .modal-content .bootstrap-select {
  width: auto;
  height: 30px;
  display: block;
}
.bootbox .modal-content .bootstrap-select .btn {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  position: relative;
}
.bootbox .modal-content .bootstrap-select .btn .filter-option {
  margin-left: 30px;
}
.bootbox .modal-content .bootstrap-select .btn .caret {
  display: block;
  text-align: left;
  float: left;
  position: absolute;
  top: 12px;
}
#colorbox {
  border: 15px solid rgba(0,0,0,0.5);
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
  background: #fff;
}
#colorbox #cboxTitle {
  top: 0px;
  bottom: auto;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
#colorbox #cboxLoadedContent {
  margin-bottom: 0px;
  margin-top: 28px;
}
#colorbox #cboxClose {
  bottom: auto;
  top: 0;
}
#html_content {
  padding: 0 15px 40px 15px;
}
#html_content .contactsTable .column {
  padding-right: 30px;
  margin-right: 30px;
}
#html_content .contactsTable .column .cell .content {
  margin-left: 40px;
  position: relative;
}
#html_content .contactsTable .column .cell .content .material-icons,
#html_content .contactsTable .column .cell .content img {
  position: absolute;
  left: -30px;
}
#html_content .contactsTable .map {
  margin-top: 30px;
  height: 400px !important;
}
.prod-share-bar {
  padding-top: 0px;
}
.prod-share-bar .st-btn {
  border: 1px solid #000 !important;
}
.user-profile {
  min-height: 500px;
  padding: 0 0 40px 0;
}
.user-profile h2 {
  display: block;
  clear: both;
  float: none;
  text-align: left !important;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.user-profile .tabs {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.user-profile .tabs li {
  margin: 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.user-profile .tabs li a {
  background: #d0d0d0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 25px 0 25px;
  line-height: 30px;
}
.user-profile .tabs li a:hover,
.user-profile .tabs li a.sel {
  background: #ff8745;
  color: #000;
}
.user-profile .grid-container {
  padding-bottom: 40px;
}
.user-profile .grid-container thead th {
  text-align: left;
  background: #d0d0d0;
}
.user-profile .grid-container thead th a:hover {
  color: #ff8745;
}
.user-profile .grid-container thead th.grid-col-price {
  text-align: right;
}
.user-profile .grid-container thead th.grid-col-code,
.user-profile .grid-container thead th.grid-col-title {
  padding-left: 25px;
}
.user-profile .grid-container tbody td.grid-col-price,
.user-profile .grid-container tbody td.grid-col-actions {
  text-align: right;
}
.user-profile .grid-container tbody td.grid-col-code,
.user-profile .grid-container tbody td.grid-col-title {
  padding-left: 25px;
}
.user-profile .grid-container tbody td.grid-col-actions {
  padding-right: 25px;
}
.user-profile .grid-container tbody td.grid-col-actions .btn-info {
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: bold;
  height: auto;
}
.user-profile .grid-container #frm-formbilling,
.user-profile .grid-container #frm-formpassword {
  padding: 0px 20px 0px 20px;
}
.user-profile .grid-container #frm-formbilling input,
.user-profile .grid-container #frm-formbilling select,
.user-profile .grid-container #frm-formpassword input,
.user-profile .grid-container #frm-formpassword select {
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
}
.user-profile .grid-container #frm-formbilling .form-control:focus,
.user-profile .grid-container #frm-formpassword .form-control:focus {
  border-bottom: 1px solid #ff8745;
  box-shadow: none;
}
.user-profile .grid-container #frm-formbilling input:focus,
.user-profile .grid-container #frm-formpassword input:focus {
  border-bottom: #ff8745;
}
.user-profile .grid-container #frm-formbilling .form-group,
.user-profile .grid-container #frm-formpassword .form-group {
  float: none;
  clear: both;
}
.user-profile .grid-container #frm-formbilling .form-group label,
.user-profile .grid-container #frm-formpassword .form-group label {
  display: block;
  color: #aeaeae;
  float: left;
  width: 300px;
  text-align: left;
  position: relative;
  top: 8px;
}
.user-profile .grid-container #frm-formbilling .form-group .form-control,
.user-profile .grid-container #frm-formpassword .form-group .form-control {
  width: 350px;
}
@media only screen and (max-width: 700px) {
  .user-profile .grid-container #frm-formbilling .form-group .form-control,
  .user-profile .grid-container #frm-formpassword .form-group .form-control {
    width: 90%;
  }
}
.user-profile .grid-container #frm-formbilling legend,
.user-profile .grid-container #frm-formpassword legend {
  margin-left: 0px;
  padding-top: 20px;
  text-transform: uppercase;
  position: relative;
  left: -15px;
}
.user-profile .grid-container .order-page {
  border: 1px solid #666666;
  margin: 25px 0 0 0;
}
.user-profile .grid-container .order-page h2 {
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
}
.user-profile .grid-container .order-page .doc-bill,
.user-profile .grid-container .order-page .doc-ship {
  position: relative;
  top: 0px;
  display: inline-block;
  float: left;
  width: 450px;
  height: 300px;
}
.user-profile .grid-container .order-page .doc-bill b,
.user-profile .grid-container .order-page .doc-ship b {
  display: block;
  text-transform: uppercase;
  margin: 0 0 0 25px;
}
.user-profile .grid-container .order-page .doc-bill table,
.user-profile .grid-container .order-page .doc-ship table {
  margin: 0 0 0 25px;
}
.user-profile .grid-container .order-page .doc-bill table tbody tr,
.user-profile .grid-container .order-page .doc-ship table tbody tr {
  line-height: 26px;
}
.user-profile .grid-container .order-page .doc-bill table tbody tr td:first-child,
.user-profile .grid-container .order-page .doc-ship table tbody tr td:first-child {
  width: 200px;
  text-transform: uppercase;
  color: #aeaeae;
}
.user-profile .grid-container .order-page table.doc-items {
  clear: both;
  float: none;
  margin-left: 25px;
  width: 95%;
  padding: 0px;
}
.user-profile .grid-container .order-page table.doc-items thead tr {
  line-height: 30px;
}
.user-profile .grid-container .order-page table.doc-items thead tr th {
  background: #d0d0d0;
  color: #71767a;
}
.user-profile .grid-container .order-page table.doc-items thead tr th:nth-child(3) {
  text-align: center;
}
.user-profile .grid-container .order-page table.doc-items thead tr th:nth-child(4),
.user-profile .grid-container .order-page table.doc-items thead tr th:nth-child(5) {
  text-align: right;
}
.user-profile .grid-container .order-page table.doc-items tbody tr {
  line-height: 40px;
}
.user-profile .grid-container .order-page table.doc-items tbody tr td:nth-child(2) {
  font-weight: bold;
}
.user-profile .grid-container .order-page table.doc-items tbody tr:last-child td {
  border-top: 1px solid #666;
  font-size: 1.2em;
}
.user-profile .btn-primary {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  border: none;
  background: #4c4c4c;
  height: auto;
  font-weight: lighter;
  color: #fff;
  padding: 3px 12px;
  text-transform: uppercase;
}
#list_child_categories {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
#list_child_categories li {
  display: inline-block;
  text-align: center;
  line-height: 1.4em;
  heihgt: 1.4em;
  padding: 0 15px 0 15px;
  border-right: 2px solid #0b0b0b;
}
#list_child_categories li a {
  font-size: 2em;
}
#list_child_categories li:last-child {
  border: none;
}
#chat-application {
  bottom: 10px;
  right: 80px !important;
}
.country_list {
  position: relative;
  height: auto;
  transition: all 500ms ease;
  top: -25px;
  margin: 0;
  padding: 0;
  min-width: 150px;
}
.country_list ul {
  padding: 0;
  position: absolute;
  top: 0;
}
.country_list li {
  text-align: left;
  display: none;
}
.country_list li.active {
  display: block;
}
.country_list li.active a {
  text-decoration: underline !important;
}
.country_list:hover ul {
  width: 200px;
  background: black;
  padding: 20px;
}
.country_list:hover li {
  display: block;
}
