@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700&subset=latin-ext);

a:visited,
a:focus {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    color: #361F3B !important;
    font-size: 13px;
    font-family: 'Dosis', sans-serif;
}

.display-none {
    display: none !important;
}

body {
    background-color: #FBF7E3;
}

div.row {
    height: 100%;
}

div.carousel-caption {
    background-color: #FBF7E3;
    border-radius: 200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    top: 50%;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
}

div#carousel {
    min-height: 475px;
    max-height: 600px;
    width: 100%;
}

div#carousel-inner {
    width: 100%;
    height: 100%;
}

div#carousel div.item1,
div#carousel div.item2,
div#carousel div.item3,
div#carousel div.item4,
div#carousel div.item6,
div#carousel div.item5,
div#carousel div.item
{
    background: url('./../assets/hero1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 475px;
}

div#carousel div.carousel-caption a.hero-link {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

div#carousel div.carousel-caption p.carousel-caption-text {
    font-family: 'Source Code Pro', Sans-Serif !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    vertical-align: bottom;
    text-align: center;
    top: 50%;
    position: relative;
}

div.cont {
    background: url("./../assets/repeat/bitmap-copy.jpg") center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.main p,
div.main p strong {
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    color: #FBF7E3 !important;
    max-width: 90%;
    margin: 0 auto;
}

hr.orange {
    width: 275px;
    height: 5px;
    object-fit: contain;
    background: url("./../svg/group-2.svg");
    border: none;
    margin: 0 auto;
}

hr.orange.top {
    margin-top: 45px;
    margin-bottom: 20px;
}

hr.orange.bottom {
    margin-bottom: 45px;
    margin-top: 20px;
}

object.bottomLogo {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

div.row.footer {
    min-height: 200px;
    background: #F08E1D;
    height: 100%;
    position: relative;
    padding-top: 30px;
}

div.footer-container {
    top: 25%;
    position: absolute;
}

div.footer-container ul {
    height: 69px;
    font-weight: 600;
    font-size: 11px;
    line-height: 2.1;
    letter-spacing: 0.6px;
    list-style: none;
    padding: 0;
}

div.footer-container ul li a {
    color: #FBF7E3 !important;
}

nav {
    background: #FBF7E3;
    letter-spacing: 0.7px;
    text-align: center;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    height: 43px;
    width: 140px;
    padding: 0;
    margin: 0;
    margin-left: 26px !important;
    margin-top: 30px;
    background: url(./../svg/blindart_logo.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

}

div.navbar-collapse {
    z-index: 999;
    overflow-y: visible !important;
    position: relative;
}

nav div.container-fluid {
    background-color: #FBF7E3;
}

nav li.active a {
    background: none !important;
    color: #F08E1D !important;
}

nav li a {
    margin-top: 30px;
    font-weight: 600;
}

nav ul.navbar-right {
    margin-right: 45px;
}

nav ul.navbar-right li a {
    margin-top: 0px;
    font-size: 11px;
    letter-spacing: 0.6px;
    font-weight: 700;
}

a.topFacebook {
    width: 22px;
    background: url("./../svg/facebook.svg");
    height: 22px;
    float: right;
    margin-right: -120px;
    /* top: 40px; */
    margin-top: 40px;
}

div#carousel div.carousel-inner {
    max-height: 600px;
    min-height: 475px;
}

.transparent {
    background-color: transparent !important;
}

.transparent div.footer-container ul li a {
    color: #361F3B !important;
}

h1 {
    font-family: 'Source Code Pro', Sans-Serif;
    font-size: 40px;
    font-weight: 700;
}

h1.light {
    color: #F08E1D !important;
}

hr {
    height: 5px;
    border: none;
}

hr.light {
    background: url("./../svg/dot_orange.svg");
    background-repeat: space no-repeat;
}

hr.dark {
    background: url("./../svg/dot_dark.svg");
}

.well-margin {
    margin-left: 13%;
    margin-right: 22%;
    margin-top: 9%;
    margin-bottom: 13%;
    padding: 0;
}

div.row.cont.par {
    height: auto;
    background: transparent;
}

.par1 {
    background: url("./../assets/repeat/bitmap-copy.jpg") center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-1-margin {
    margin-top: 6%;
}

.image-2-margin {
    float: right;
    margin-top: 21%;
}

.par1 div.well-lg p {
    font-size: 16px;
    line-height: 1.7;
    color: #FBF7E3 !important;
}

.par1 div.well-lg p strong {
    color: #FBF7E3 !important;
}

.par2 {
    background: url("./../assets/repeat/par2bg.jpg") center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.par2 div.well-lg p {
    font-size: 16px;
    line-height: 1.7;
}

div.row.cont.proj {
    background: url("./../assets/repeat/orig_proj.jpg") top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
}

h1.white {
    width: 227px;
    height: 50px;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    color: #FBF7E3 !important;
    margin: 0 auto;
    margin-top: 70px;
}

.proj hr.light,
.team hr.light {
    max-width: 385px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.head {
    height: 450px;
    background: url("./../assets/h2.jpg") center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content {
    min-height: 655px;
    background: url("./../assets/repeat/bitmap-copy.jpg");
    background-size: 100% auto;

}

.proj-max-width {
    max-width: 550px;
    float: initial;
    margin: 0 auto;
    margin-top: 50px;
}

.separate {
    width: 100%;
    max-width: 550px;
    border: none;
    margin: 0px;
    height: 5px;
    margin-top: 10px;
    background: url("./../svg/dot_orange.svg");
}

a.prev, a.next {
    color: white !important;
}

hr.sperate.first {
    margin-top: 50px;
}

h1.heading {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: 0.8px;
    color: #F08E1D !important;
}

p.subHeading {
    height: 38px;
    font-family: 'Source Code Pro', Sans-Serif;
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 0.3px;
    color: #F08E1D !important;
}

div.mainText {
    overflow: hidden;
}

div.mainText p,
div.mainText a {
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #FBF7E3 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.mainText a {
    color: #F08E1D !important;
}

div.mainText img {
    max-width: 100% !important;
    display: block;
    height: auto !important;
    margin: 0 auto;

}

.img-round {
    margin: 0;
    overflow: hidden;
    height: 100px;
    border-radius: 0px;
}

.img-last {
    margin-right: 0;
}

.overlayGallery {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
}

.overlayText {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    background-color: rgba(240, 142, 29, 0.5);
    font-size: 30px;
    letter-spacing: 0.6px;
    font-family: 'Source Code Pro', Sans-Serif;
}

div.row.footer.dark .bottomLogo {
}

div.row.footer.dark {
    background-color: #361F3B;
}

div.partneri {
    background: url("./../assets/repeat/partneribg.jpg");

}

div.partneri p {
    font-size: 16px;
}

div.partneri-max-width {
    float: initial;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
}

div.partneri h1 {
    text-align: center;
    margin-top: 30px;
}

hr.dark-line.first {
    margin-top: 10px;
}

hr.dark-line {
    width: 100%;
    margin: 30px 0;
    background: url("./../svg/dark_line.svg");
    height: 4px;
    max-width: 650px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
}

h2 {
    font-family: 'Source Code Pro', Sans-Serif;
    font-size: 20px;
    font-weight: bold;
}

div.support {
    padding: 0;
}

a.support-a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
}

div.shop
{
    background      : url("./../assets/repeat/veikalsbg.jpg") center center fixed;
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
    min-height      : 650px;
}

h1.shop-heading
{
    text-align     : center;
    margin-top     : 50px;
    font-size      : 40px;
    letter-spacing : 2px;
}

p.shop-sub-heading
{
    margin      : 25px 0;
    text-align  : center;
    font-size   : 15px;
    line-height : 1.3;
}

input#email
{
    border       : 2px dotted #361F3B;
    width        : 250px;
    margin: 9px auto;

}

button.btn.btn-default {
    border: 2px dotted #F08E1D;
    background: #361F3B;
    color: #F08E1D !important;
    font-size: 14px;
}

div#links a {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 9px;
    margin-bottom: 9px;
}

.img-round {
    margin-bottom: 9px;
}

.overlayText {
    top: -109%;
}

div.team {
    background: url("./../assets/repeat/team.jpg");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

div.team div,
div.team div div.well-lg {
    margin: 0 auto;
    padding: 0;
}

div.team .ch-img-1 {
    background: url("./../assets/team/andrs.jpg");
    background-size: cover;
}

div.team .ch-img-2 {
    background: url("./../assets/team/anete.png");
    background-size: cover;
}

div.team .ch-img-3 {
    background: url("./../assets/team/edgars.png");
    background-size: cover;
}

div.team .ch-img-4 {
    background: url("./../assets/team/marta.png");
    background-size: cover;
}

div.team .ch-img-5 {
    background: url("./../assets/team/liene.png");
    background-size: cover;
}

div.team .ch-img-6 {
    background: url("./../assets/team/chewie.png");
    background-size: cover;
}

div.team h1 {
    text-align: center;
}

div.footer.dark p {
    color: #F08E1D !important;
}

.bottomFacebook {
    text-align: left;
    width: 105px;
    font-size: 16px;
    color: #FAF6E1 !important;
}

.dark .bottomFacebook a.topFacebook {
    background: url("./../svg/facebook_orange.svg")
}

.bottomFacebook a.topFacebook {
    width: 22px;
    background: url("./../svg/facebook.svg");
    height: 22px;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 0;
    display: block !important;
}

.transparent .contacts span, .transparent .bottomFacebook {
    color: #F08E1D !important;
}

div.contacts span {
    color: #FAF6E1 !important;
    font-size: 16px;
}

div.team hr {
    margin: 0 auto;
}

.ch-item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    cursor: default;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.ch-info {
    position: absolute;
    background-color: rgba(240, 182, 29, 0.5);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(0);
}

.ch-info h3 {
    font-family: 'Source Code Pro', Sans-Serif;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-align: center;
    color: #361F3B !important;
    text-transform: uppercase;
    margin: 0 7px;
    padding: 70px 0 0 0;
    height: 120px;
}

.ch-item p {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-align: center;
    color: #361F3B;
}

.ch-item:hover,
.ch-item:focus {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.ch-item:hover .ch-info,
.ch-item:focus .ch-info {
    transform: scale(1);
    opacity: 1;
}

ul.ch-grid {
    list-style-type: none;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 10px;
}

ul.ch-grid li {
    float: left;
    padding: 15px;
}

.zoomimg {
    display: inline-block;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all .5s ease;
}

.zoomimg:hover,
.zoomimg:focus {
    cursor: pointer;
    background-size: 150% 150% !important;
}

.max {
    max-width: 1440px;
    margin: 0 auto;
    min-width:52%;
}

.open {
    display: none;
}

a:hover {
    text-decoration: none;
}

div.share {
    position: relative;
    height: 35px;
    overflow-y: hidden;
    float: right;
    margin-bottom: -17px;
    width: 222px;
    margin-right: -140px;

}

div.share p.shareText {
    width: 59px;
    height: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #faf6e1 !important;
    float: left
}

div.share div.circle,
div.share div.shareButton {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("/theme/svg/share/circle.svg");
    float: left;
}

div.share div.circle {
    position: relative;
    z-index: 99;
}

div.share div.circle div.shareIco {
    background: url("/theme/svg/share/share_dark.svg") center center no-repeat;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    cursor: pointer;

}

div.share div.shareButton div.shareIco:hover {
    background: url("/theme/svg/share/share.svg") center center no-repeat;
}

div.share div.shareButton div.overflow {
    width: 145px;
    height: 35px;
    object-fit: contain;
    border-radius: 7px;
    background-color: #f08e1d;
    position: relative;
    margin-left: 17px;
    margin-top: -35px;
    float: left;
    display: none;
    padding-left: 17px;
}

div.share div.shareButton div.overflow a.facebook:hover {
    background: url("/theme/svg/share/facebook_dark.svg");
}

div.share div.shareButton div.overflow a.facebook {
    background: url("/theme/svg/share/facebook.svg");
    width: 25px;
    height: 25px;
    margin: 5px 5px;
    float: left;
}

div.share div.shareButton div.overflow a.twitter:hover {
    background: url("/theme/svg/share/twitter_dark.svg");
}

div.share div.shareButton div.overflow a.twitter {
    background: url("/theme/svg/share/twitter.svg");
    width: 32px;
    height: 25px;
    margin: 5px 5px;
    float: left;
}

div.share div.shareButton div.overflow a.draugiem:hover {
    background: url("/theme/svg/share/draugiem_dark.svg");
}

div.share div.shareButton div.overflow a.draugiem {
    background: url("/theme/svg/share/draugiem.svg");
    width: 32px;
    height: 25px;
    margin: 5px 5px;
    float: left;
}

a.back {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #faf6e1 !important;
    float: left;
    text-align: center;
}

div.checkOuter {
    height: 60px;
    width: 280px;
    margin: 0 auto;
}

div.check {
    background: url("/theme/assets/check.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 60px;
    height: 59px;
    float: left;
}

p.checkText {
    line-height: 20px;
    padding-left: 10px;
    float: left;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
}

div.for {
    float: none;
    margin: 0 auto;
    text-align: center;
}

div.error {
    background: url("/theme/assets/error.png");
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    margin-top: 50px;
}

a.errorLink {
    letter-spacing: 0.7px;
    font-weight: 600;
}

a.errorLink:hover {
    text-decoration: underline;
}

.twitter-share-button {
    width: 0.1px !important;
    height: 0.1px !important;
    background: none;
}

div.partner-content {
    padding: 0 20px;
}

a.partner-link {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
}

p.copyright {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

nav#top {
    height: 40px;
    border: none;
    background-color: #361F3B;
}

div.container.shop {
    width: auto;
    max-width: 1440px;
    background:transparent;
    min-height:1px;
}

div.btn-group.open {
    display: block;
}

nav#top .btn-link,
nav#top .btn-link strong,
nav#top .btn-link span,
nav#top span,
nav#top .fa {
    color: #f08e1d !important;
    text-decoration: none;
    text-shadow: none;
}

nav#top .btn-link span {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    padding: 2px;
}

div#search {
    height: 30px;
    overflow: hidden;
    float: left;
    width: 145px;
}

input.shopSearch {
    height: 25px !important;
    border: 1px dotted #f08e1d;
    background-color: transparent;
    width: 115px !important;
    border-radius: 4px !important;
    display: block;
    float: left;
    margin-top: 4px;
    color: #f08e1d !important;
}

button.shopSearch {
    border: none !important;
    background: none !important;
    text-shadow: none !important;
    box-shadow: none;
    display: block;
    width: 30px;
    float: left;
    margin-left: auto !important;
    padding: 4px !important;
}

nav#top .btn-link strong,
i.fa {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
}

div#cart {
    float: right;
    width: 210px;
    height: 25px;
}

div#cart button {
    width: 210px;
    padding: 0;
    border: 1px dotted #ef8d1e;
    background: transparent !important;
    box-shadow: none;
    height: 25px;
    line-height: 25px;
    /* margin-top: 0px; */
}

#top-links {
    padding-top: 4px !important;
}

#top-links li a {
    background: transparent !important;
}

div.ico {
    width: 18px;
    height: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 2px;
}

div.ico.heart {
    background: url("./../svg/heart.svg");
}

div.ico.profile {
    background: url("./../svg/profile.svg");
    width: 13px;
}

div.ico.cart {
    background: url("./../svg/cart.svg");
    width: 20px;
    height: 19px;
    margin-top: 0;
    margin-left: 20px;
}

div#cart span#cart-total {
    color: #ffffff !important;
    font-weight: 600;
}

.dropdown-menu {
    background-color: #fefdf7 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

#top #form-currency .currency-select:focus, #top #form-language .language-select:focus,
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    background-color: #fbf7e3 !important;
    background-image: none;
    border: none !important;
}

nav#top div.pull-left button.currency-select {
    color: black !important;
}

nav#top li.dropdown {
    float: left;
}

#menu {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    height: 35px;
    margin: -20px 0;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, #menu .see-all:hover, #menu .see-all:focus {
    background-color: #fbf7e3 !important;
    background-image: none;
    border: none !important;
}

#menu .dropdown-inner a {
    margin: 0 !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    letter-spacing: 0.7px;
}

#menu .see-all {
    margin: 0 !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    letter-spacing: 0.7px;
}

div.owl-controls {
    display: none !important;
}

.owl-carousel .owl-wrapper-outer {
    box-shadow: none !important;
}

.product-thumb .image {
	width: 100%;
}

.product-thumb .image a{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width:200px;
    overflow: hidden;
    display: block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #fff;
}
div.text-danger {
    color:darkred !important;
    font-weight: bold !important;
}
.product-thumb .image img {

    max-height: 215px;
}

.product-thumb .caption +hr.dark {
  display: none;
}

.product-thumb {
    border: none !important;
    margin-bottom: 20px;
    overflow: auto;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.product-thumb h4 {
    text-align: center;
}

.product-thumb h4 a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
    color: #361f3b;
}

.product-thumb .price-new,
.product-thumb .price {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
}

.product-thumb .caption {
    padding: 0;
    min-height: auto;
}

.product-thumb .button-group {
    overflow: auto;
    /* margin: -20px 0px; */
    margin-top: 20px;
    padding-bottom: 3px;
    border: none;
    background-color: transparent;
    position: relative;
}

.button-group + hr.dark {
  display: none;
}

.product-thumb .button-group:before {
    height: 3px;
      width: 100%;
      position: absolute;
      border: none;
      padding: 0;
      background: url("./../svg/dot_dark.svg");
      background-size: contain;
      content: " ";
}

.product-thumb .button-group:after {
    height: 3px;
      width: 100%;
      position: absolute;
      border: none;
      padding: 0;
      background: url("./../svg/dot_dark.svg");
      background-size: contain;
      content: " ";
}

.product-thumb .button-group button {
    width: 100%;
    border: none;
    float: none;
    background-color: transparent;
    color: #F08E1D !important;
    line-height: 35px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.product-thumb .button-group button:hover {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button-group button + button {
    width: 35px;
    height: 35px;
    border: none;
    float: right;
}

div.product-layout span {
    color: inherit !important;
    padding-left: 5px;
    /* width: 100%; */
    text-align: center;
}

div.product-layout p {
    color: inherit !important;
    padding-left: 5px;
    text-align: center;
    margin: 0;
}

.feature {
    margin-top: 7px !important;
}

.heart.feature {
    margin-top: 0px !important;
    margin-left: 9px;
}

nav#menu li a {
    margin-top: 0;
}

div.shop hr.dark {
    background: url("./../svg/dot_dark.svg");
    background-size: contain;
    height: 3px;
    border: none;
    padding: 0;
    width: 100%;
}

div.crumb.arrow {
    background: url("./../svg/arrow.svg") no-repeat center center;
    width: 25px;
    height: 27px;
    float: left;
}

div.crumb.home {
    background: url("./../svg/home.svg") no-repeat center center;
    width: 34px;
    height: 23px;
}

ul.crumb li a {
    color: #f08e1d !important;
    font-size: 12px;
    s letter-spacing: 0.6px;
    float: left;
    display: block;
    text-align: left;
    line-height: 30px;
}

ul.crumb {
    list-style-type: none;
    height: 30px;
    width: 100%;
}

ul.crumb li {
    float: left;
    height: 30px;
}

li.image-additional {
    width: 100px;
    height: 100px;
    max-width: 100px;
    margin-bottom: 20px;
}

ul.thumbnails {
    overflow: hidden;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #361f3b;
}

li.image-additional a.thumbnail, li.image-additional a.thumbnail img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

li.image-additional a.thumbnail {
    width: 100px;
    height: 100px;
}

li.image-additional a.thumbnail, li.image-additional a.thumbnail img {
    margin: 0 auto;
    width: 100px;
}

ul.nav.nav-tabs {
    border: none;
}

div.product-open .nav-tabs {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -12px;
}

.nav-tabs > li > a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 15px;
    border-width: 5px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

div.tab-pane p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    color: #361f3b;
}

div.product-open h1 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.3px;
    font-family: Dosis;
}

div.product-open label {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

div.product-open select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 200px;
    min-width: 170px;
    border: 1px dotted #361f3b !important;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
    background: url("./../svg/select-arrow-2.svg") no-repeat right center #fff;
    background-position-x: 95%;
}

input[name=quantity] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100px;
    border: 1px dotted #361f3b !important;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
    background: #fff;
}
input.plates {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*max-width: 100px;*/
    border: 1px dotted #361f3b !important;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
    background: #fff;
}
div.product-details > p.info-text {
    font-size: 15px;
    width: 374px;
    padding-left:15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #f08e1d !important;
    text-align: left
}
/**
RADIO ITEMS FOR COLOR CHOOSING
 */

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    margin: 10px 0 0;

}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
    cursor:pointer;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    border: 2px solid white;

    position: absolute;
    top: 10px;
    left: 11px;

    display: block;

}
.radio-item input[type=radio]:checked + label:before {
    border: 2px dotted #361f3b !important;
}
.radio-item input[type=radio] + label:before {
    border: 2px solid white !important;


}
.radio-item input[type=radio]:checked + label:after {
    border-radius: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 11px;
    content: " ";
}
.radio-item.blue label:before {
    background-color:#4a90e2;
}
.radio-item.red label:before {
    background-color:#cf2216;
}
.radio-item.green label:before {
    background-color:#7ed321;
}
.radio-item.gray label:before {
    background-color:#9b9b9b;
}
.radio-item.yellow label:before {
    background-color:#ffec00;
}
.radio-item.black label:before {
    background-color:black;
}
/**
END OF RADIO ITEMS
 */
div.product-open ul.list-unstyled.col-sm-12 li {
    float: left;
    height: 40px;
    padding: 0;
}

div.product-open ul.list-unstyled.col-sm-12 li h1 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    font-family: Dosis;
    text-transform: uppercase;
}

div.product-open ul.list-unstyled.col-sm-12 {
    /*padding: 0;*/
}

div.product-open h1 {
    padding: 0 15px;
}

div.product-open ul.list-unstyled.col-sm-12 li span,
div.product-open ul.list-unstyled.col-sm-12 li h2 {
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

div.product-open ul.list-unstyled.col-sm-12 li h2 {
    font-family: Dosis;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

button#button-cart {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #361f3b !important;
    background-image: none;
    border: solid 1px #f08e1d;
    padding: 0;
    max-width: 210px;
}

button#button-cart p {
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    color: #f08e1d !important;
    margin: 0 auto;
}

button#button-cart object {
    width: 27.7px;
    height: 26px;
    object-fit: contain;
    margin: 7px;
    float: left !important;
}

button#button-cart1 {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #361f3b !important;
    background-image: none;
    border: solid 1px #f08e1d;
    padding: 0;
    max-width: 210px;
}
.slider-block-content p {
    font-family: Dosis;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color:#361f3b !important;
}
.slider-block-content b, .slider-block-content strong {
    color:#361f3b !important;

}
.slider-block-content {
    font-size:15px;
    color:#361f3b !important;
    padding-left:10px;
}
.slider-block-content div {
    font-size:15px !important;
}
button#button-cart1 p {
    font-size: 17px;
    font-weight: bold;
    /*line-height: 40px;*/
    padding: 0;
    color: #f08e1d !important;
    margin: 0 auto;
}

button#button-cart1 object {
    width: 27.7px;
    height: 26px;
    object-fit: contain;
    margin: 7px;
    float: left !important;
}
.form-group {
    margin: 0;
}

button.btn.btn-default.whish {
    border: none;
    background: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: bold;
}

div#product div.col-sm-12 {
    padding: 0;
}

a .ico.cart {
    margin-left: 0;
    display: none;
}

a.cat.list-group-item:focus, a.cat.list-group-item:hover, button.cat.list-group-item:focus, button.cat.list-group-item:hover,
.cat.list-group-item.active, .cat.list-group-item.active:focus, .cat.list-group-item.active:hover,
.list-group a.cat.active, .list-group a.cat.active:hover, .list-group a.cat:hover {
    background: transparent;
    border: 1px dotted #361f3b;

}

.list-group a.sub {
    margin-left: 10px;
}

.list-group a.sub:hover,
.list-group a.sub:active,
.list-group a.sub:focus {
    border: none;
    background: transparent;
    outline: none;
    text-decoration: underline;
}

.list-group a {
    background: transparent;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: 0.7px;
}

.orange {
    color: #f08e1d !important;
}

.sub {
    font-weight: 400 !important;
}

.cat {
    font-weight: 600;
    text-transform: uppercase;

}

div.ico.cart.cat {
    background: url("./../svg/cart.svg") center center no-repeat;
    width: 20px;
    height: 35px;
    margin-top: 0;
    margin-left: 20px;
}

h2.cat {
    font-family: Dosis;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #361f3b;
    text-transform: none;
    padding: 0;
    margin: 0 0 0 15px;

}

div.text-right label {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 36px;
}

select#input-sort, select#input-limit, select.srch, {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px dotted #361f3b !important;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
    background: url("./../svg/select-arrow-2.svg") no-repeat right center #fff;
    background-position-x: 95%;
    padding: 0 5px;
    margin-top: 3px;
    width: auto;
    float: right;
    margin-left: 10px;
    min-width: 50px;
}

select.srch {
    width: 100%;
    height: 34px;
    margin: 0;
}

#cart .dropdown-menu {
    background-color: #fbf7e3 !important;
    border: solid 1px #ebe6ce;
    box-shadow: 1px 1px 5px #ebe6ce;
}

div#cart button.btn-danger {
    width: 20px;
    height: 20px;
    background: url("./../svg/x.svg") !important;
    border: 0;
    border-radius: 50%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: none;
}

.dropdown-menu td.text-center a {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.dropdown-menu .img-thumbnail {
    border: none;
}

.dropdown-menu td,
.dropdown-menu td > * {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-align: center;
}

.dropdown-menu li {
    background: transparent !important;
}

.dropdown-menu td.text-left {
    text-align: left;
}

table.total > tbody > tr > td {
    text-align: right;
}

table.total > tbody > tr:last-child > td,
table.total > tbody > tr:last-child > td > strong {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

a.checkoutCart strong {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.21;
    color: #f08e1d !important;
    border: 1px dashed #f08e1d;
    padding: 7px 7px 7px 30px;
    background: url("./../svg/cart.svg") no-repeat center left;
    background-position-x: 5%;
    border-radius: 4px;
    text-transform: uppercase;
}

a.checkoutCheck strong {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.21;
    color: #f08e1d !important;
    border: 1px dashed #f08e1d;
    padding: 7px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #361f3b;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
    top: 30px;
}

.related {
    text-align: center;
    margin-bottom: -10px;
    cursor: default;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

ul.thumbnails li:first-child a.thumbnail img {
    width: 75%
}

h1.shoppingCart {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    font-family: Dosis;
    text-transform: uppercase;
}

table.cartTable {
    border: none;
}

table.cartTable tbody,
table.cartTable thead {
    border: 1px solid #f08e1d;
    border-width: 1px 0 1px 0;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.7px;
}

table.cartTable thead {
    text-transform: uppercase;
}

table.cartTable tr:first-child {
    border: none;
}

table.cartTable tr {
    border: solid #ebe6ce;
    border-width: 1px 0 0 0;
}

table.cartTable tr td {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

table.cartTable tr td.ttl {
    font-size: 18px;
    letter-spacing: 0.9px;
}

a.cartImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
}

a.cartImg img {
    border: none;
    width: 100%;
}

input.cartInp {
    border-radius: 4px !Important;
    border: 1px dotted #f08e1d !important;
    outline: none !important;
    font-weight: bold;
    letter-spacing: 0.8px;
}

button.refresh:focus,
button.refresh {
    background: url("./../svg/entr.svg") no-repeat center center;
    border: none !Important;
    width: 30px;
    height: 30px;
    margin-left: 5px !important;
    box-shadow: none;
    outline: none;
}

button.delete:focus,
button.delete {
    background: url("./../svg/x.svg") no-repeat center center;
    border: none !Important;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

.btn {
    outline: none !important;
}

div#accordion div.panel {
    border: 1px solid #f08e1d;
    border-width: 1px 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

div#accordion div.panel i {
    float: none;
    margin-left: 15px;
}

div#accordion div.panel div.panel-body label {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.92;
}

div#accordion div.panel div.panel-body div.input-group {
    max-width: 420px;
}

div#accordion div.panel div.panel-body {
    border-top: none;

}

div#accordion div.panel div.panel-heading h4 a {
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

div#accordion div.panel div.panel-heading {
    border: none;
    background: transparent;
    box-shadow: none;
}

input#input-search {
    max-width: 100% !important;
    height: 34px !important;
}

input#input-search,
input#input-coupon,
input#input-voucher,
select#input-country,
select#input-zone,
input#input-postcode,
select#input-sort,
select#input-limit,
#accordion input[type=text] {
    border-radius: 4px;
    max-width: 290px;
    box-shadow: none;
    border: 1px dotted #361f3b;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
}

input#button-voucher,
a#chck,
input#button-search,
a.cont,
input#button-guest,
.cont,
input#button-guest-shipping,
input#button-shipping-method,
input#button-payment-method,
input#button-confirm,
input#button-coupon,
button#button-quote {
    border: 1px dotted #f08e1d;
    border-radius: 4px;
    background-color: #361f3b;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    color: #f08e1d !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 34px;
    line-height: 15px;
}

a#cont {
    font-size: 14px;
    font-weight: bold;
    color: #f08e1d !important;
    border: 1px dotted #f08e1d;
    border-radius: 4px;
    height: 34px;
    line-height: 15px;
    text-transform: uppercase;
    background: none;
}

table#ttl tr td.text {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

table#ttl tr td.price {
    font-weight: bold;
    letter-spacing: 0.7px;
}

table#ttl tr:last-child {
    border-width: 2px 0;
}

table#ttl tr:last-child td {
    font-size: 17px;
    letter-spacing: 0.8px;
}

table#ttl tr {
    border: solid #361f3b;
    border-width: 1px 0;
}

label.scrit {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.92;
    text-align: right;
    color: #361f3b;
}

h2.srch {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 34px;

}

div.sr {
    padding: 10px 15px;
}

.check[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 16px;
    height: 17px;
    border: none;
    content: "";
    background: url("./../svg/checkbox.svg") #FBF7E3;
}

.check[type="checkbox"]:after {
    position: relative;
    display: block;
    width: 16px;
    content: "";
    height: 16px;
    top: -16px;
}

.check[type="checkbox"]:checked:after {
    background: url("./../svg/checkbox_c.svg") no-repeat center center;
}

.pagination {
    border-radius: 0;
}

.pagination > li.active:first-child > a, .pagination > li.active:first-child > span,
.pagination > li.active:last-child > a, .pagination > li.active:last-child > span {
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px dotted #361F3B !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%

}

.pagination > li.active:first-child > a:hover, .pagination > li.active:first-child > span:hover,
.pagination > li.active:last-child > a:hover, .pagination > li.active:last-child > span:hover {
    color: #F08E1D !important;

}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    width: 0;
    height: 0;
    margin-top: 13px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #361F3B;
    border-radius: 0;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #F08E1D;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-left: -1px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #F08E1D !important;
    background-color: transparent;
    border-color: inherit;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    cursor: default;
    background-color: transparent;
    border: 1px dotted #361F3B;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    width: 0;
    height: 0;
    margin-top: 13px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    border-left: 7px solid #361F3B;
    border-radius: 0;
}

.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    border-left: 7px solid #F08E1D;

}

img.partner-photo {
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

h1.success {
    font-family: Dosis;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

#accordion select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px dotted #361f3b !important;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.8px;
    background: url("./../svg/select-arrow-2.svg") no-repeat right center #fff;
    background-position-x: 95%;
    padding: 0 20px 0 10px;
    margin-top: 3px;
    width: auto;
    min-width: 50px;
    height: 34px;
}

div#cart tr {
    border-color: #ebe6ce;
    border-style: solid;
    border-width: 1px 0;
}

div.contactus {
    background:url("./../assets/repeat/bitmap-copy.jpg");
    min-height:600px;
}
div.contactus h1 {
    font-family: dosis;
    font-size: 30px;
    font-weight: 300;
    color: #f08e1d !important;
    margin:0;
}
div.contactus p {
    font-size: 16px;
    font-weight: normal;
    color: #f08e1d !important;
}
div.contactus div.max {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
div.contactus p span{
    font-size:25px;
    color:#FBF7E3 !important;
}

#menu button#catBtn {
    background-image: url("./../svg/mobileButton.svg");
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    border-radius: 0px;
    width: 31px;
    height: 25px;
    box-shadow: none;
}
select#input-sort ,
select#input-limit {
    max-width:none;
    width: auto;
    float:right;
}
label[for=input-sort],
label[for=input-limit] {
    text-align: right;
    padding-right:10px;

}

button#button-quote {
    margin-top:15px;
}
div.row.cont {
    font-weight:400;
    text-transform: inherit;
}

div#links.thumbnails {
    margin-left:0;
}
div#links div.first a.thumbnail {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    height: auto;
    border: none;
    margin: 0 auto;
    display: block;
    float: none;
}
.image-additional:first-child {
    margin-left:0 !important;
}
.image-additional {
    max-width: 100px;
    margin-left:10px;
}
div#imgWrap {
    max-width: 500px;
    padding-top: 7px;
    margin: 0 auto;
    height: auto;
    min-height: 100px;
}
.img-thumbnail {
    padding:0;
}
.owl-wrapper-outer {
    border:none !important;
}
.owl-carousel {
    background: transparent !important;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 100px;
        padding: 0 10px;
    }
    div#carousel div.carousel-caption p.carousel-caption-text {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0.6px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 9px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: none;
    }
}

@media (max-width: 767px) {
    div.product-open h1 {
        margin: 20px auto;
    }

    div.product-open ul li:first-child {
        height: 16px !important;
        margin: 0 auto;
    }

    div.product-open ul li:last-child span {
        line-height: 16px !important;
    }

    div.product-open ul li:last-child {
        height: 35px !important;
        margin: 0 auto;
    }

    div.product-open ul li h1 {
        margin: 0 auto;
    }

    div.product-open .form-group:first-child {
        margin-top: 15px !important;
    }

    div.product-open .form-group {
        margin-top: 25px;
    }

    button#button-cart {
        margin-bottom: 20px;
    }

    .product-open label {
        text-transform: uppercase;
    }

    .product-open * {
        text-align: center;
        margin: 5px auto;
        float: none !important;
     }

    p.copyright {
        margin-top: 0 !important;
    }

    .proj-max-width {
        padding-left: 15px;
    }

    p.bottomFacebook {
        margin: 0 auto;
        float: none;
        display: block;
        padding: 0 0 10px 0;
    }

    .contacts {
        margin: 0 auto;
        float: none;
        padding: 0;
        width: 190px;
    }

    .topFacebook {
        display: none;
    }

    div#links {
        width: 333px;
        margin: 0 auto;
    }

    div.support-cont {
        margin: 0 auto;
        width: 260px;
    }

    a.support-a {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    a.mobile-last {
        margin-right: 0;
    }

    img.partner-photo {
        display: block;
        float: none;
    }

    div.carousel-caption {
        width: 250px;
        height: 250px;
    }

    .navbar-brand {
        margin: 3px 0;
    }

    nav {
        height: 50px;
    }

    nav div.container-fluid {
        height: 50px;
    }

    nav ul.navbar-right {
        margin: 0 !important;
    }

    .navbar-default .navbar-toggle {
        background: url("./../svg/mobileButton.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border: none;
        border-radius: 0px;
        width: 31px;
        height: 25px;
        margin-top: 20px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-collapse {
        position: relative;
        z-index: 999;
        background-color: rgb(251, 247, 227);
    }
    #menu .navbar-collapse {
        position: relative;
        z-index: 998;
        background-color: rgb(251, 247, 227);
    }



    div.footer-container ul {
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .small-disable {
        display: none !important;
    }

}


@media (max-width: 900px) {
    nav div.container-fluid,
    div.container-fluid {
        padding: 0 !important;
        margin: 0 !important;
    }

    nav ul.navbar-right {
        margin-right: 20px;
    }
}

@media (min-width: 1025px) {
    .head {
        background-attachment: fixed !important;
    }

    a.support-a {
        float: left;
        display: block;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    a.support-a.last {
        margin-right: 0;
    }

    img.partner-photo {
        margin-top: 15%;
    }

    div.carousel-caption {
        width: 350px !important;
        height: 350px !important;
    }

    nav {
        height: 80px;
    }

    nav div.container-fluid {
        height: 80px;
    }

    div#carousel div.carousel-caption p.carousel-caption-text {
        font-size: 40px;
        letter-spacing: 0.6px;
        line-height: 38px;
    }

    div#carousel div.carousel-inner {
        height: 600px;
    }
}

@media (min-width: 690px) {
    ul.ch-grid,
    .proj hr.light,
    div.team hr {
        width: 690px !important;
        max-width: 690px !important;
    }
}

@media (min-width: 460px) {
    ul.ch-grid {
        width: 460px;
    }
}

@media (max-width: 459px) {
    ul.ch-grid {
        width: 230px;
    }

    div#links {
        width: 221px;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 6px;
    }

    div.share {
        margin-right: 0 !important;
    }

    div.share div.shareButton {
        background: none !important;
    }

    div.share div.shareButton div.overflow {
        display: block !important;
        margin-top: 0 !important;
        padding-left: 13px;
    }

    div.share div.circle {
        width: 0.1px !important;
        height: 0.1px !important;
    }

    div.share div.circle div.shareIco {
        display: none;
    }
}

@media (max-width: 425px) {
    div.contactus p span {
        font-size:20px;
    }
    .head {
        display: none !important;
    }

    .content {
        background: url("./../assets/repeat/bitmap-copy.jpg");
        background-size: auto
    }

}

@media (min-width: 765px) {
    div.carousel-caption {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 510px) {
    #search .input-lg {
        display: none;
    }

    div#search {
        width: 30px;
    }

    a .ico.cart {
        display: block
    }

    div#cart {
        width: 20px;
    }

    div#cart button, div.cart ul {
        display: none
    }
    .contactus > .row {
        padding-left:50px;
    }
}
div.contactus a {
    font-size: 16px;
    font-weight: normal;
    color: #f08e1d !important;
}
