/* General */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.container {
    max-width:100%;
}

.clearfix {
    clear: both;
}

.right {
    float: right!important;
}

.left {
    float: left!important;
}

.no-margin {
    margin: 0!important;
}

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

.left-gutter {
    padding-right: 0!important;
}

.right-gutter {
    padding-left: 0!important;
}
/* Header */

#head .ribbon {
    background: #0099ff;
    margin-bottom: 22px;
}

#head .phone {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    float: left;
    padding: 13px 0;
    margin: 0;
    letter-spacing: 0.25px;
}

#head .phone i {
    margin-right: 5px;
}

#head .phone span.num {
    font-family: 'Raleway';
}

#head .cart {
    float: right;
    background: #fff;
    padding: 9px 27px;
    font-size: 16px;
    margin-top: 4px;
    letter-spacing: 0.25px;
}

#head .cart .fa-shopping-cart {
    font-size: 20px;
}

#head .cart span {
    font-weight: bold;
}

.cart.hasproducts span {
    color: #ef252e;
}

header .logo img {
    max-width: 100%;
}

header .logo h1 {
    color: #a7a9ac;
    font-size: 13px;
    letter-spacing: 0.35px;
    font-weight: 400;
    white-space: nowrap;
    margin: 3px 0 0;
}

header .logo:hover {
    text-decoration: none;
}

#mainnav ul {
    padding: 0;
    float: right;
    margin-top: 11px;
}

#mainnav ul li {
    display: inline-block;
    padding: 9px;
    margin-left: 3px;
    letter-spacing: 0.25px;
}

#mainnav ul li.open,
#mainnav ul li.active,
#navbar > ul > li:hover {
    background: #0099ff;
}

#mainnav ul li a {
    color: #3d3d3d;
}

#mainnav ul li.open > a,
#mainnav ul li.active > a,
#mainnav > ul > li:hover > a,
#navbar > ul > li:hover > a {
    color: #fff;
    text-decoration: initial;
}

.underline {
    text-decoration: underline!important;
}

#mainnav .dropdown-menu {
    border-radius: 0;
    border-color: #b7b7b7;
    box-shadow: 0 4px 10px #3d3d3d;
    min-height: 405px;
    top: 80%
}

#mainnav .dropdown-menu img {
    border: 1px solid #d4d4d4;
}

#mainnav .dropdown-menu ul {
    float: none;
    margin-top: 0;
}

#mainnav .dropdown-menu ul li {
    display: list-item;
    list-style-type: none;
    padding: 0;
    line-height: 22px;
}

#mainnav .dropdown-menu ul li a:hover {
    text-decoration: none;
    color: #0099ff;
}

.dropdown-menu .section-heading {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
}

#mainnav .dropdown-menu h3 {
    font-size: 16px;
    color: #3d3d3d;
    padding-bottom: 15px;
    font-weight: 500;
    margin-top: 15px;
}

#mainnav .dropdown-menu h4 {
    font-size: 14px;
    font-weight: 500;
}

.navbar-toggle {
    margin: 0;
    padding: 0;
}
.navbar-toggle i {
    color: #0099ff;
    font-size: 34px;
}

.main {
    border-top: 2px solid #0099ff;
    margin-top: 16px;
    padding-top: 29px;
}

.breadcrumb {
    background: #fff;
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #797777;
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
    color: #0099ff;
    text-decoration: underline;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #797777;
    content: "\f105";
    font-family: 'FontAwesome';
}

/* Home page */

.carousel-inner {
    border: 1px solid #d4d4d4;
}

.carousel-indicators li {
    background: #888787;
    border: none;
    border-radius: 0;
    width: 15px;
    height: 6px;
    margin: 0;
}

.carousel-indicators .active {
    background: #0099ff;
    width: 15px;
    height: 6px;
}

a.carousel-control {
    background-image: none!important;
    text-shadow: none;
    color: #0099ff;
    font-size: 30px;
    background: rgba(0,0,0,0.1);
    opacity: 1;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    width: 40px;
}

a.left.carousel-control {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

a.right.carousel-control {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #0099ff;
}

a.carousel-control i {
    top: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -8px;
}

.sidemenu ul {
    border: 1px solid #0099ff;
    padding: 2px 10px;
    list-style-type: none;
    height: 446px;                /* да измисля как да го разкарам */
}

.sidemenu ul a {
    color: #3d3d3d;
    line-height: 3.1;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #b7b7b7;
}

.sidemenu ul a:hover,
.sidemenu ul a.active {
    text-decoration: initial;
    color: #0099ff;
    border-color: #0099ff;
}

.sidemenu h3 {
    color: #fff;
    background: #0099ff;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    font-weight: bold;
}

.section-heading {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 31px;
}

.section-heading.home-products {
    margin-top: 33px;
}

.section-heading h3 {
    font-size: 20px;
    padding-left: 10px;
    width: 240px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #0099ff;
    margin-bottom: 0;
    white-space: nowrap;
}

.home-products > div {
    text-align: center;
}

.home-products a {
    color: #3d3d3d;
}

.home-products a:hover {
    color: #0099ff;
}

.home-products a img {
    border: 1px solid #b7b7b7;
    max-width: 100%;
}

.home-products a span {
    margin-top: 17px;
    display: block;
}

.galika-info {
    margin-top: 90px;
    margin-bottom: 80px;
}


.galika-info p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

.section-heading.home-news {
    margin-top: 49px;
}

.home-news a img,
.home-video iframe,
.home-video a img {
    border: 1px solid #b7b7b7;
    max-width: 100%;
}

.home-news .title,
.home-video .title {
    margin-top: 24px;
    display: inline-block;
}

.home-news a,
.home-video a {
    color: #3d3d3d;
}

.home-news a:hover,
.home-video a:hover {
    color: #0099ff;
}

.home-news .title span {
    display: block;
    font-size: 14px;
    color: #0099ff;
}

.home-news .vmore {
    display: inline-block;
    float: right;
    margin-top: 10px;
    padding: 10px 15px;
    color: #fff;
    background: #337ab7;
}

a.vall {
    float: right;
    margin-top: 14px;
    color: #0099ff;
    margin-right: 15px;
    text-decoration: underline;
}

.section-heading.home-video {
    margin-top: 46px;
}

/* Product page */

#product {
    color: #3d3d3d;
    font-size: 15px;
}

#product h1,
#category h1 {
    color: #3d3d3d;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

a.bigimage {
    display: block;
    border: 1px solid #b7b7b7;
}

.thumbs {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thumbs a {
    border: 1px solid #b7b7b7;
    display: inline-block;
    max-width: 170px;
}

.thumbs img {
    width: 100%;
    object-fit: cover;
    height: 105px;
}

#productinfo ul {
    list-style-type: none;
    padding: 0;
    padding-left: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#productinfo ul li:before {
    content: "\f14a";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #53b7fa;
    margin-left: -19px;
    margin-right: 5px;
}

.hki p {
    font-weight: bold;
    width: 125px;
    text-align: right;
}

.hki dt, .hki dd {
    float: left;
}

.hki dt {
    clear: left;
    text-align: right;
    width: 125px;
    margin-right: 15px;
}

a.pdf {
    color: #ef252e;
    font-size: 30px;
}

a.pdf:hover {
    text-decoration: none;
    color: #f6010c;
}

#product a.buynow {
    display: block;
    color: #fff;
    background: #ef252e;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
}

#product a.buynow:hover {
    background: #f6010c;
    text-decoration: none;
}

#product a.buynow:focus,
#order .btn:focus,
#order-form .btn-primary:hover,
#contact-form .btn-primary:hover {
    outline: none;
    text-decoration: none;
}

table.product-types {
    font-size: 14px;
}

table.product-types tr:first-child {
    font-weight: 500;
}

.product-types.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.product-types.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #d4edfe;
}

.product-types.table>tbody>tr>td{
    border: none;
    vertical-align: middle;
}

table.product-types tr td:first-child {
    text-align: center;
}

.similar h3 {
    font-size: 16px;
}

.top-products > div {
    border-left: 1px solid #d4d4d4;
    overflow: auto;
}

.top-products > div:first-child {
    border: none;
}

.top-products a {
    color: #3d3d3d;
}

.top-products img {
    border: 1px solid #d4d4d4;
    max-width: 100%;
}

.top-products a:hover {
    color: #0099ff;
}
.top-products a span {
    display: block;
}

.top-products a .title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.top-products .description {
    font-size: 14px;
    margin-top: 10px;
    min-height: 60px;
}

/* PP modal */

.modal-content {
    border-radius: 0;
}

.modal-header.section-heading {
    margin: 0 15px;
    padding: 10px 0 0 0;
}

p.modal-title {
    border-bottom: 2px solid #0099ff;
    width: 240px;
    padding: 0 0 10px 10px;
}

.modal-header .close {
    color: #f31010;
    opacity: 1;
    line-height: 1.4;
}

.modal h3 {
    margin-top: 0;
    color: #3d3d3d;
    font-weight: 400;
}

.modal .btn-primary,
#order .btn-primary,
#order-form .btn-primary,
#contact-form .btn-primary {
    background-color: #ef252e;
    border-color: #ef252e;
    border-radius: 0;
    padding: 10px 25px;
    font-weight: bold;
}

.modal .btn-primary:hover,
#order .btn-primary:hover,
#order-form .btn-primary:hover,
#contact-form .btn-primary:hover {
    background: #f6010c;
}

.modal .btn-default,
#order .btn-default {
    border-color: #ef252e;
    border-radius: 0;
    padding: 10px 25px;
    color: #3d3d3d;
}

.modal .btn-default:hover,
#order .btn-default:hover {
    background: #fff;
}

#config {
    margin-top: 30px;
}

#config .parameters {
    display: inline-block;
}

.config-row {
    margin-top: 10px;
}

#config select {
    margin-right: 15px;
    color: #3d3d3d;
    border-color: #e5e5e5;
    padding: 2px 5px;
    font-size: 13px;
}

#config input[type="number"],
#order input[type="number"] {
    color: #3d3d3d;
    border: 1px solid #e5e5e5;
    padding: 2px 6px;
    font-size: 13px;
    width: 90px;
    text-align: center;
    color: #ef252e;
    font-weight: bold;
}

#config .fa-close,
#order .fa-close {
    color: #ef252e;
    background: #fff;
    border: none;
}


#config div.config-row:first-of-type:last-child .fa-close,
#order .row:first-child:last-child button.fa.fa-close {
    display: none;
}

#config div.config-row:first-of-type:last-child input,
#config .qty-title {
    margin-right: 30px;
}


.addrow {
    text-align: right;
}

#config .addrow button {
    background: #fff;
    border: none;
}

#config .addrow button:focus {
    outline: none;
}

#config .fa-plus-square {
    color: #53b7fa;
    margin-right: 5px;
}

/* order page */

#order .row {
    margin: 0;
}

#order {
    font-size: 15px;
}

#order .column-title {
    color: #fff;
    background: #53b7fa;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#order img {
    margin-top: 12px;
    max-width: 100%;
}

#order .spec {
    margin-right: 15px;
}

#order .spec:last-child {
    margin: 0;
}

#order .btn {
    margin-top: 30px;
}

#order-form {
    margin-top: 50px;
    display: none;
}

#order-form h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}

#order-form .form-control,
#contact-form .form-control {
    border-radius: 0;
    box-shadow: initial;
    border-color: #e5e5e5;
    color: #3d3d3d;
}

#order-form textarea,
#contact-form textarea {
    width: 100%;
}

#order-form label,
#contact-form label {
    font-weight: 400;
}

#client-dds {
    margin-top: 30px;
    margin-right: 5px;
}

/*#order-form input[type=checkbox] + label span:before {
    display: block;
    content: '\f096';
    font-family: 'FontAwesome';
}

#order-form input[type=checkbox]:checked + label span:before {
    display: block;
    content: '\f046';
    font-family: 'FontAwesome';
}*/

#order-form .form-control:valid,
#contact-form .form-control:valid {
    border-color: #e5e5e5!important;
}

#order-form label em,
#contact-form label em {
    color: #f31010;
}

#order-form .info em {
    color: #53b7fa;
}

#order-form .info {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-form .info div + div {
    margin-top: 10px;
}

#order-form .info span {
    color: #53b7fa;
    font-family: 'Raleway';
    font-style: normal;
}

#order-form .btn-primary {
    margin: 30px auto;
    display: block;
}

/* product list */

#categoryinfo {
    border: 1px solid #b7b7b7;
}

#categoryinfo img,
.bigimage img,
.similar img {
    max-width: 100%;
}

#categoryinfo .left {
    padding: 20px 0 20px 20px;
}

#product-list {
    color: #3d3d3d;
    margin-top: 50px;
}

.filters {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.filters select {
    min-width: 170px;
    margin-right: 15px;
    color: #3d3d3d;
    border-color: #e5e5e5;
    padding: 2px 5px;
    font-size: 13px;
}

ul.paginator {
    list-style-type: none;
    padding: 0;
    letter-spacing: 0.25px;
}

ul.paginator li {
    display: inline-block;
}

ul.paginator li a {
    color: #3d3d3d;
}

ul.paginator li:first-child a,
ul.paginator li:last-child a,
ul.paginator li a:hover {
    color: #0099ff;
}

#product-list .product {
    padding: 50px 0 0;
}

#products {
    margin-bottom: 30px;
}

#products .product:after {
    display: block;
    content: '';
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#products .row:last-child .product:after {
    border: none;
}

#product-list a.title {
    color: #3d3d3d;
}

#product-list a.title:hover {
    color: #0099ff;
}

#products a.title span {
    min-height: 43px;
    display: block;
    margin-bottom: 15px;
}

#products a.title img {
    border: 1px solid #b7b7b7;
    max-width: 100%;
}

.product .inner {
    padding: 0 15px;
}

.product:nth-child(even) .inner {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.product .inner p {
    font-size: 14px;
    margin-top: 15px;
    min-height: 60px;
}

.product a.vmore,
.top-products a.vmore {
    display: block;
    background: #53b7fa;
    color: #fff;
    float: right;
    padding: 10px 20px;
    letter-spacing: 0.25px;
    font-size: 14px;
}

/* Contact page */



#contact-form .btn-primary {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

.gmap {
    margin-top: 50px;
    overflow: hidden;
}

/* Footer */

footer.container {
    background: #404040;
    margin-bottom: 10px;
    margin-top: 55px;
    font-size: 14px;
    line-height: 22px;
    color: #c7c3c3;
    padding: 15px 15px 0 15px;
}

footer .head {
    height: 70px;
}

footer h3.head {
    line-height: 45px;
}

footer .info {
    list-style-type: none;
    padding: 0;
}

footer ul.info a {
    color: #fff;
    text-indent: -12px;
}

footer ul.info a:hover {
    color: #0099ff;
    text-decoration: initial;
}

footer h3 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

footer span {
    color: #fff;
}

footer span.num {
    font-family: 'Raleway';
}

footer a.fb {
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

a.fb i {
    background: #3a5795;
    padding: 10px 16px;
    font-size: 30px;
    margin-right: 10px;
}

footer .ribbon {
    background: #2e2e2e;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer .ribbon ul {
    list-style-type: none;
    margin: 0;
}

footer .ribbon ul li {
    display: inline;
    margin-right: 10px;
}

footer .ribbon ul li a {
    color: #c7c3c3;
}

footer .ribbon ul li a:hover {
    color: #0099ff;
}

.webelegance a {
    color: #fff;
}

.webelegance a:hover {
    color: #0099ff;
    text-decoration: none;
}

/* cookies */
.cc_banner-wrapper {
    margin-bottom: 7px;
    position: static!important;
}

.cc_container {
    background: rgba(0,0,0,0.8)!important;
}

.cc_message {
    text-align: center!important;
}

.cc_container .cc_btn {
    background: transparent!important;
    width: 50%!important;
    max-width: 210px!important;
}

.cc_container .cc_btn:hover {
    background: transparent!important;
    color: #fff!important;
    text-decoration: underline!important;
}

.cc_container a,
.cc_container a:visited {
    color: #fff!important;
    text-decoration: underline!important;
}

@media (max-width:767px) {

    nav.sidemenu {
        margin-top: 30px;
    }

    .top-products > div + div {
        margin-top: 50px;
    }

    .home-news .title,
    .home-video .title {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .filters select + select {
        margin-top: 10px;
    }

    #order .type .row {
        border-bottom: 1px solid #d4d4d4;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #order .col-sm-3.col-xs-10 {
        margin-bottom: 5px;
    }

    #order .column-title {
        display: none;
    }

    .modal .btn-primary,
    #order .btn-primary,
    .modal .btn-default,
    #order .btn-default {
        padding: 8px 10px
    }

    .modal-footer .btn+.btn {
        margin-left: 10px;
    }

    footer .col-sm-6.no-gutter {
        clear: both;
    }

    .cc_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .cc_container .cc_message,
    .cc_container .cc_btn {
        font-size: 14px!important;
        align-self: center;
    }

    .cc_container .cc_btn {
        margin-top: 15px;
        font-size: 14px;
    }

}

@media (min-width:768px) {
    #order .type .row div:not(.col-sm-1) {
        min-height: 90px;
        padding-top: 35px;
        border-bottom: 1px solid #d4d4d4;
    }

    .cc_container {
    padding: 15px 75px 15px!important;
}
}


@media (min-width:768px) and (max-width:1199px) {
    .navbar-toggle {
        display: inline-block;
    }

    #navbar.collapse {
        display: none!important;
    }

    #navbar.collapse.in {
        display: block!important;
    }
}

@media (max-width:991px) {
    .ribbon .container {
        padding: 0;
    }

    #head .cart {
        padding: 9px 6px;
        font-size: 14px;
    }

    header .logo h1 {
        font-size: 12px;
    }

    /*.home-products > div,
    .home-news > div,
    .home-video > div,
    .top-products > div {
        margin-top: 35px;
    }*/

    .galika-info {
        background: url(img/galika-info.jpg) top left;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .galika-info > div {
        background: #fff;
        padding-bottom: 10px;
        padding-top: 15px;
    }


    #config input[type="number"],
    #order input[type="number"] {
        width: 70px;
    }

    #config select {
        margin-right: 0;
        display: block;
        min-width: 200px;
        margin-bottom: 15px;
    }


    #config p.qty-title {
        float: left;
        margin-right: 15px;
    }

    .config-row + .config-row {
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
    }

    .addrow {
        margin-top: 15px;
    }

    footer .ribbon {
        margin-top: 30px;
    }

    .webelegance {
        text-align: center;
        margin-top: 10px;
    }

    .thumbs a {
        max-width: 49%;
    }


}

@media (max-width:1199px) {
    #navbar {
        overflow: initial;
    }

    #navbar > ul {
        border: 1px solid #0099ff;
        padding: 10px;
        width: 100%;
    }

    #mainnav ul li {
        display: block;
    }

    #mainnav ul li.open {
        overflow: auto;
        background: #fff;
    }

    #mainnav .dropdown-menu {
        position: relative;
        z-index: 1
    }

    #mainnav .dropdown-menu h3 {
        white-space: normal;
    }

    #mainnav .dropdown-menu img {
        max-width: 100%;
    }

    #mainnav .dropdown-menu ul {
        margin-bottom: 20px;
    }

    #mainnav .dropdown-menu .col-xs-6:nth-child(even) {
        clear: left;
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-dialog {
        width: 920px;
        margin: 100px auto;
    }

    #order .column-title:last-child {
        text-indent: 46px;
    }

    .thumbs a+a {
        margin-left: 18px;
        float: right;
    }

    #contact-form {
        margin-right: -15px;
    }

    #capcha {
        margin-left: 15px;
    }
}

@media (min-width:1200px) {
    .cc_container .cc_message {
        padding: 0 370px!important;
    }
}
