@import url("/fonts/iconmoon/style.css");

:root {
    --color            : #1C1C1C;
    --title-bg         : #E0EED0;
    --color-border     : #009CB0;
    --bg-color         : #87AB5F;
    --price-color      : #6C8F46;
    --color-hover      : #87AB5F;
    --gray-light       : #808080;
    --brawn-text       : #6E4733;
    --press-text-color : #6A9837;
}

html {
    font-size : 14px;
    height    : 100%;
    width     : 100%;
}

button.go-top {
    background  : #2897AF;
    border      : 1px solid #3BC6E4;
    bottom      : 20px;
    color       : white;
    display     : none;
    font-size   : 32px;
    line-height : 1;
    padding     : 5px 10px 7px 10px;
    position    : fixed;
    right       : 25px;
    z-index     : 900;
}

button.callback-fixed {
    background  : #2897AF;
    border      : 1px solid #3BC6E4;
    bottom      : 70px;
    color       : white;
    font-size   : 27px;
    line-height : 1;
    padding     : 7px 10px 5px 10px;
    position    : fixed;
    right       : 25px;
    transition  : 0.2s;
    z-index     : 900;
}

button.callback-fixed:hover {
    background-color : #1F6B7B;
}

#callback-modal .modal-dialog {
    max-width : 400px;
}

#callback-modal .modal-footer {
    text-align : center;
}

#callback-modal .modal-footer .btn {
    width : 250px;
}

#callback-modal .g-recaptcha {
    min-width : 305px;
}

.load-more-holder {
    margin-bottom : 20px !important;
}

.two-conditions {
    align-items     : center;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : space-between;
}
.youtube-section{
  padding: 30px 0;
}
.youtube-videos{
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
}
.youtube-video-item{
  margin: 10px;
  min-width: 630px!important;
}
.condition {
    align-items      : center;
    background-color : #FEC501;
    border-radius    : 9px;
    color            : #262626;
    display          : flex;
    display          : flex;
    font-family      : "Open Sans Semibold";
    font-size        : 20px;
    height           : 98px;
    justify-content  : center;
    padding          : 0 29px;
    width            : 48%;
}

.conditions h2 {
    font-family : "Open Sans";
    font-weight : bold;
}

.two-conditions_m {
    margin-bottom : 69px;
}

.conditions__info p {
    color       : #262626;
    font-family : Open Sans;
    font-size   : 15px;
    font-style  : normal;
    font-weight : normal;
    /* or 22px */
    line-height : 150%;
}

.payment-way {
    align-items    : center;
    display        : flex;
    flex-direction : row;

}

.payment-way {
    width : 30%;
}

.payment-way:last-child {
    margin-left : 70px;
    width       : 54%;
}

.payment-way p {
    color       : #262626;
    font-family : Open Sans;
    font-size   : 18px;
    font-style  : normal;
    font-weight : normal;
    line-height : 150%;
    margin-left : 26px;
}

.product-head_h2 {
    font-size      : 30px;
    margin         : 10px 0;
    text-align     : center;
    text-transform : uppercase;
    width          : 100%;
}

.payments-ways {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    margin-bottom   : 57px;
}

.delivery-ways {
    display       : flex;
    flex-wrap     : wrap;
    margin-bottom : 71px;
}

.delivery-info {
    align-items     : center;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : space-between;
    margin          : 0 auto;
    max-width       : 1127px;
    width           : 100%;
}

.delivery-way {
    align-items     : center;
    color           : #262626;
    display         : flex;
    flex-direction  : column;
    font-family     : Open Sans;
    font-size       : 18px;
    font-style      : normal;
    font-weight     : normal;
    justify-content : flex-start;
    line-height     : 150%;
    margin-bottom   : 43px;
    margin-top      : 33px;
    text-align      : center;
    width           : 25%;
}

.delivery-way img {
    display       : block;
    height        : 45px;
    margin-bottom : 18px;
    object-fit    : cover;
}

.delivery-info__text {
    color       : #262626;
    font-family : Open Sans;
    font-size   : 15px;
    font-style  : normal;
    font-weight : normal;
    line-height : 150%;
    width       : 50%;

}

.red {
    color        : #B71A1A;
    font-family  : Open Sans;
    font-size    : 15px;
    font-style   : normal;
    font-weight  : normal;
    line-height  : 150%;
    margin-right : 5px;
}

#cart .btn-block {
    color : #000 !important;
}

#cart.sticky > a {
    background   : #2897AF;
    border-color : #2897AF;
    color        : #FFF;
    padding      : 10px;
}

.delivery-info_important {
    background    : #FFF;
    border        : 2px solid #FEC501;
    border-radius : 9px;
    box-sizing    : border-box;
    height        : max-content;
    padding       : 15px 23px;
    width         : 46%;
}

.conditions__info-title {
    margin-bottom : 38px;
}

.conditions__info {
    margin-bottom : 52px;
}

@media (max-width : 768px) {
    #catalog .reverse-flex-xs {
        flex-direction : column !important;
    }

    .product-col {
        padding : 5px !important;
    }

    #callback-modal .modal-dialog {
        margin : 30px auto;
    }

    .fa-shopping-cart {
        display : none;
    }

    .condition {
        margin : 12px 0;
        width  : 100%;
    }

    .payment-way {
        width : 100%;
    }

    .payment-way:last-child {
        margin-left : 0;
        width       : 100%;
    }

    .delivery-way {
        margin-bottom : 30px;
        width         : 50%;
    }

    .delivery-info__text {
        margin : 12px 0;
        width  : 100%;
    }

    .delivery-ways {
        margin-bottom : 46px;
    }

    .two-conditions_m {
        margin-bottom : 40px;
    }

    .payment-way {
        margin : 5px 0;
    }

    .payment-way img {
        width : 20%;
    }

    .delivery-way img {
        object-fit : contain;
    }

    .payments-ways {
        margin-bottom : 40px;
    }
}

@media (max-width : 355px) {
    #callback-modal .g-recaptcha {
        margin-left : -18px;
        transform   : scale(0.9);
    }
}

.default-color {
    color : #1C1C1C;
}

body {
    background              : #FFF;
    color                   : var(--color);
    display                 : -moz-flex;
    display                 : -ms-flex;
    display                 : -o-flex;
    display                 : -ms-flexbox;
    display                 : flex;
    flex-flow               : column;
    font                    : 14px/22px "Roboto Condensed", sans-serif;
    -webkit-font-smoothing  : antialiased;
    margin                  : auto;
    min-height              : 100%;
    -moz-osx-font-smoothing : grayscale;
    width                   : 100%;
    word-wrap               : break-word;
}

iframe, img {
    max-width : 100%;
}

header {
    z-index : 30;
}

main.main {
    background : white;
    -ms-flex   : 1 0 auto;
    flex       : 1 0 auto;
    font-size  : 14px;
    max-width  : 100%;
    overflow   : hidden;
    position   : relative;
    z-index    : 20;
}

main.main .content {
    position : relative;
    z-index  : 50;
}

*, *:before, *:after {
    box-sizing : border-box;
}

/* Standard Styles Starts */

a {
    color : #35B1CE;
}

a:hover,
a:focus {
    color : #1C1C1C;
}

a:focus {
    outline : none;
}

h1, h2, h3, h4, h5, h6 {
    color       : #1C1C1C;
    font-family : "Roboto Condensed", sans-serif;
}

h1 {
    font-size : 38px;
}

h2 {
    font-size : 32px;
}

h3 {
    font-size : 26px;
}

h4 {
    font-size : 20px;
}

h5 {
    font-size : 18px;
}

h6 {
    font-size : 14px;
}

.main-heading,
.main-title {
    font-size   : 36px;
    line-height : 1.1;
    margin-top  : 0;
}

.main-heading span {
    color     : #3BC6E4;
    font-size : 18px;
}

.main-heading2 {
    font-size : 24px;
}

.main-heading,
.main-heading2,
.sub-heading {
    text-transform : uppercase;
}

.sub-heading {
    font-size : 24px;
    padding   : 10px 0;
}

h1.category-name {
    color       : #333;
    font-size   : 24px;
    font-weight : bold;
    line-height : 32px;
    margin-top  : 0;
    text-align  : left;
}

h1.product-name {
    text-transform : none;
}

.list-group-item a span {
    text-transform : uppercase;
}

hr {
    border-color : #909090;
    border-style : solid;
}

/* Form & Buttons Styles Starts */

.btn-main {
    background-color : #1C1C1C;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    background-color : #35B1CE;
}

.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    color : #FFF;
}

/* Header Area Styles Starts */

#header-area {
    background      : linear-gradient(to top, #2897AF 20%, #31A5BE 60%);
    background-size : cover;
}

.header-top {
    background-color : #41ade2;
}

/* Header Links Styles Starts */
.header-links li {
    display : inline-block;
}

.header-links li .fa {
    margin-right : 3px;
}

.header-links li a {
    color     : white;
    font-size : 13px;
    padding   : 5px 7px;
}

.header-links li:first-child a {
    padding-left : 0;
}

.header-links li:last-child a {
    padding-right : 0;
}

.header-links li a:hover,
.header-links li a:focus,
.header-links li.active a {
    background      : none;
    color           : #FFF;
    text-decoration : underline;
}

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

.phones-header {
    display : inline-block;
}

.phones-header::after {
    clear   : both;
    content : "";
    display : block;
}

.phones-header > a {
    display     : inline-block;
    float       : left;
    height      : 24px;
    line-height : 24px;
}

.phones-header > a + a {
    margin-left : 15px;
}

.phones-header > a::after {
    clear   : both;
    content : "";
    display : block;
}

.phones-header > a span {
    line-height : 24px;
}

.phones-header > a .phone-icon {
    display : inline-block;
    float   : left;
    margin  : 2px 5px 2px 0;
    width   : 20px;
}

.phones-header > a .phone-icon > img {
    display : block;
}

.head-socials {
    display      : inline-block;
    margin-right : 25px;
}

.head-socials::after {
    clear   : both;
    content : "";
    display : block;
}

.head-socials > a {
    display : inline-block;
    float   : left;
    height  : 24px;
    margin  : 0 7px;
    width   : 24px;
}

.head-socials > a:hover svg g,
.head-socials > a:hover svg path {
    opacity : 1;
}

.main-header #cart {
    float     : right;
    max-width : 180px;
}

textarea {
    max-width : 100%;
}

.comment-thumb {
    min-height : calc(100% - 20px);
}

.catalog-thumb .review-author {
    font-weight : 600;
}

.show-slide-down {
    display : none;
}

.comment-thumb .panel-title {
    display         : flex;
    justify-content : space-between;
}

.m-b-20 {
    margin-bottom : 20px;
}

/* Currency & Languages Drop Down Styles Starts */

.header-top .btn-group {
    display : table-cell;
}

.header-top .btn-link {
    background      : #1C1C1C;
    border          : none;
    color           : #FFF;
    padding         : 12px 15px;
    position        : relative;
    text-decoration : none;
    text-transform  : uppercase;
}

.header-top .btn-link i.fa {
    margin-left : 5px;
}

.header-top .btn-group + .btn-group .btn-link {
    margin-left : -1px;
    padding     : 12px 15px;
}

.header-top .btn-group:first-of-type .btn-link {
    background : #1C1C1C;
}

/* Main Header & Search Styles Starts */

.main-header {
    background-color : white;
    padding          : 25px 0;
}

#logo {
    max-width : 400px;
    width     : 100%;
}

#logo a {
    box-sizing : border-box;
    display    : block;
    height     : 100%;
    position   : relative;
    width      : 100%;
}

#logo a:hover {
    text-decoration : none;
}

#logo a .logo-svg {
    display           : block;
    left              : 0;
    position          : absolute;
    top               : 50%;
    -ms-transform     : translate(0, -50%);
    -webkit-transform : translate(0, -50%);
    transform         : translate(0, -50%);
    width             : 150px;
}

#logo a .logo-text {
    color          : #247826;
    display        : block;
    font-size      : 24px;
    font-weight    : bold;
    letter-spacing : .5px;
    line-height    : 30px;
    padding        : 5px 0;
    text-transform : uppercase;
    width          : 100%;
}

.d-flex {
    display : flex;
}

.flex-column {
    flex-direction : column;
}

.justify-content-around {
    justify-content : space-around;
}

.header-icons {
    width : 100%;
}

.header-icons::after {
    clear   : both;
    content : "";
    display : block;
}

.header-account {
    display  : inline-block;
    float    : right;
    position : relative;
}

.account-icon {
    box-sizing : border-box;
    cursor     : pointer;
    display    : block;
    height     : 34px;
    padding    : 6px 7px;
    width      : 34px;
}

.header-account .header-links {
    display : none;
}

.header-account .header-links.active {
    background : #FFF;
    border     : 1px solid #3F97B0;
    border-top : none;
    display    : block;
    left       : auto;
    position   : absolute;
    right      : 0;
    top        : 100%;
    width      : 120px;
    z-index    : 1;
}

.header-account .header-links > ul {
    display    : block;
    list-style : none;
    width      : 100%;
}

.header-account .header-links > ul > li {
    box-sizing : border-box;
    display    : block;
    padding    : 5px 7px;
    width      : 100%;
}

.header-account .header-links > ul > li > a {
    color   : #040404;
    padding : 0;
}

.header-favorite {
    display      : inline-block;
    float        : right;
    margin-right : 60px;
}

.favorite-icon {
    box-sizing : border-box;
    cursor     : pointer;
    display    : block;
    height     : 34px;
    padding    : 7px 5px;
    width      : 34px;
}

.header-search {
    display      : inline-block;
    float        : right;
    margin-right : 60px;
    position     : relative;
}

#search {
    display : block;
}

#search .input-group {
}

#search .input-group .form-control {
    font-size    : 14px;
    padding-left : 0;
}

#search .input-group .form-control::-moz-placeholder {
    color : #BABABA;
}

#search .input-group .form-control:-ms-input-placeholder {
    color : #BABABA;
}

#search .input-group .form-control::-webkit-input-placeholder {
    color : #BABABA;
}

#search .input-group .form-control,
#search .input-group .btn {
    background            : none;
    border                : none;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    -moz-box-shadow       : none;
    -webkit-box-shadow    : none;
    box-shadow            : none;
    color                 : black;
    font-size             : 14px;
    height                : 33px;
    padding               : 10px;
}

#search .input-group .btn {
    color       : #BABABA;
    font-size   : 14px;
    line-height : normal;
    padding     : 5px 10px 5px 5px;
}

.search-icon {
    box-sizing : border-box;
    cursor     : pointer;
    display    : block;
    height     : 34px;
    padding    : 6px 6px;
    width      : 34px;
}

.header-search #search {
    display : none;
}

.header-search #search.active {
    background : #FFF;
    border     : 1px solid #3F97B0;
    border-top : none;
    box-sizing : border-box;
    display    : block;
    left       : auto;
    padding    : 10px;
    position   : absolute;
    right      : 0;
    top        : 100%;
    width      : 500px;
    z-index    : 1;
}

.header-search #search::after {
    clear   : both;
    content : "";
    display : block;
}

.header-search #search .input-group input.form-control {
    border       : 1px solid #DDD;
    border-right : none;
    box-sizing   : border-box;
    color        : #424242;
    display      : block;
    font-size    : 14px;
    height       : 34px;
    line-height  : 24px;
    padding      : 5px 10px;
}

.header-search #search .input-group .btn {
    background : #3F97B0;
    border     : none;
    display    : block;
    float      : right;
    height     : 34px;
    padding    : 5px;
    width      : 34px;
}

.subs-form input {
    max-width : 270px;
}

.subs-form button {
    background     : transparent;
    border         : 1px solid white;
    color          : white;
    line-height    : 1;
    margin         : 0 2px;
    padding        : 7px 15px 5px 15px;
    text-transform : uppercase;
    transition     : 0.2s;
}

.subs-form button:hover {
    background-color : #1C1C1C;
}

@media (max-width : 768px) {
    .subs-form .d-flex {
        justify-content : center;
    }
}

/* Cart Style Starts */

#cart.sticky {
    background        : white;
    box-shadow        : 0 0 4px rgba(0, 0, 0, 0.4);
    left              : 50%;
    position          : fixed;
    top               : 0;
    -ms-transform     : translate(-50%, 0);
    -webkit-transform : translate(-50%, 0);
    transform         : translate(-50%, 0);
}

#cart .fa {
    color : #4A7731;
}

#cart.sticky > a {
    background   : #2897AF;
    border-color : #2897AF;
    color        : #FFF;
    padding      : 10px;
}

.height-45 {
    height : 45px;
}

.m-t-10 {
    margin-top : 10px;
}

#cart .btn {
    background         : none;
    border-bottom      : 2px solid #4A7731;
    border-left        : 2px solid transparent;
    border-right       : 2px solid transparent;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
    color              : black;
    font-size          : 16px;
    padding            : 10px;
    position           : relative;
    text-align         : left;
    text-transform     : uppercase;
    transition         : 0.2s;
}

#cart .btn:after {
    background : #3F97B0;
    content    : " ";
    display    : block;
    height     : 2px;
    left       : 0;
    position   : absolute;
    top        : 100%;
    transition : 0.5s;
    width      : 0;
}

#cart .btn:hover:after {
    width : 100%;
}

#cart .btn,
#cart .dropdown-menu {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

#cart .btn .fa-shopping-cart {
    font-size    : 22px;
    line-height  : 1;
    margin-right : 15px;
}

#cart .btn.dropdown-toggle span {
}

#cart .btn span#cart-total {
    margin-left : 5px;
}

#cart .btn .fa-shopping-cart,
#cart .btn span {
    float : left;
}

#cart .btn i.fa-caret-down {
    float : right;
}

#cart .dropdown-menu {
    background : #1C1C1C;
    color      : #FFF;
    margin-top : 10px;
    min-width  : 100%;
    padding    : 5px;
    z-index    : 1001;
}

#cart .open > .dropdown-menu {
    display : block;
}

#cart .dropdown-menu table {
    margin-bottom : 10px;
}

#cart .dropdown-menu table,
#cart .dropdown-menu table td {
    background : none;
    border     : none;
}

#cart .dropdown-menu table.hcart td,
.line-bottom {
    border-bottom : 1px solid #434343;
}

.line-top,
.btn-block1 {
    border-top : 1px solid #434343;
}

#cart .btn-block1 {
    padding : 20px 0 0;
}

#cart .btn-block1 a {
    font-size       : 12px;
    margin-left     : 10px;
    padding         : 8px 12px;
    text-decoration : none;
    text-transform  : uppercase;
}

#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
    background : #34ACC5;
    color      : #FFF;
}

#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
    background : #FFF;
    color      : #1C1C1C;
}

#cart .dropdown-menu li > div {
    min-width : 427px;
    padding   : 0 10px;
}

#cart .dropdown-menu li p {
    margin : 20px 0;
}

#cart .dropdown-menu table.total {
}

#cart .dropdown-menu table.total td {
    padding : 2px 8px;
}

#cart .dropdown-menu table td a {
    color : #34ACC5;
}

#cart .dropdown-menu table td a:hover {
    color : #FFF;
}

.shopping-cart-table .img-thumbnail {
    height     : 150px;
    object-fit : cover;
    width      : 200px;
}

.empty-cart-block {
    align-items     : center;
    display         : flex;
    justify-content : center;
}

.centered {
    display : block;
    margin  : 0 auto;
}

.shopping-cart-table .table > tbody > tr > td,
.shopping-cart-table .table > tbody > tr > th,
.shopping-cart-table .table > tfoot > tr > td,
.shopping-cart-table .table > tfoot > tr > th,
.shopping-cart-table .table > thead > tr > td,
.shopping-cart-table .table > thead > tr > th {
    vertical-align : middle;
}

.g-recaptcha {
    display         : flex;
    justify-content : center;
}

/* Main Menu Styles Starts */

#main-menu {
    text-align : center;
}

#main-menu .menu-text {
    align-items     : center;
    display         : flex;
    font-size       : 16px;
    justify-content : flex-end;
}

.navbar-header {
    background     : #41ade2;
    border-radius  : 8px 8px 0 0;
    box-sizing     : border-box;
    color          : #FFF;
    display        : block;
    float          : none;
    font-size      : 16px;
    font-weight    : bold;
    height         : 48px;
    line-height    : 24px;
    padding        : 12px 30px;
    text-align     : center;
    text-transform : uppercase;
    width          : 100%;
}

#main-menu .menu-text {
    display : block;
}

#main-menu.navbar {
    border                : none;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    margin                : 0;
    padding               : 0;
}

.navbar-collapse {
    padding-left  : 0;
    padding-right : 0;
}

#main-menu .navbar-nav > li {
    border-top : 1px solid #DDD;
    box-sizing : border-box;
    display    : block;
    position   : relative;
    width      : 100%;
}

#main-menu .navbar-nav > li:nth-child(1) {
    border : none;
}

#main-menu .navbar-nav > li + li {
}

#main-menu .navbar-nav > li a {
    background  : #F5F5F5;
    box-sizing  : border-box;
    color       : #424242;
    display     : block;
    font-size   : 16px;
    line-height : 24px;
    padding     : 3px 38px 7px 30px;
    position    : relative;
    text-align  : left;
    width       : 100%;
}

#main-menu .navbar-nav > li:nth-last-child(1) a {
    border-radius : 0 0 8px 8px;
}

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus {
    background : #41ade2;
    color      : #FFF;
}

#main-menu .navbar-nav > li.dropdown > a::before {
    color             : #424242;
    content           : "\e080";
    display           : inline-block;
    font-family       : "Glyphicons Halflings";
    font-size         : 10px;
    left              : auto;
    position          : absolute;
    right             : 20px;
    top               : 50%;
    -ms-transform     : translate(0, -50%);
    -webkit-transform : translate(0, -50%);
    transform         : translate(0, -50%);
}

#main-menu .navbar-nav > li.dropdown .has-childs {
    background : #3F97B0;
    cursor     : pointer;
    display    : none;
    height     : 38px;
    left       : auto;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : 38px;
}

#main-menu .navbar-nav > li.dropdown .has-childs::before {
    color             : #FFF;
    content           : "\f107";
    display           : inline-block;
    font-family       : "FontAwesome";
    font-size         : 19px;
    left              : 50%;
    position          : absolute;
    top               : 50%;
    -ms-transform     : translate(-50%, -50%);
    -webkit-transform : translate(-50%, -50%);
    transform         : translate(-50%, -50%);
}

#main-menu .dropdown-menu {
    background : none;
    border     : none;
    float      : none;
    /*left       : 100%;*/
    padding    : 0;
    position   : absolute;
    /*top: 43px;*/
    width: 100%;
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
}

#main-menu .dropdown-menu > ul {
    display : block;
    width   : 100%;
}

#main-menu .dropdown-menu > ul > li {
    border-top : 1px solid #DDD;
    display    : block;
    width      : 100%;
}

#main-menu .dropdown-menu > ul > li:nth-child(1) {
    border : none;
}

#main-menu .dropdown-menu > ul > li > a {
    background  : #F5F5F5;
    box-sizing  : border-box;
    color       : #424242;
    display     : block;
    font-size   : 15px;
    line-height : 24px;
    padding     : 7px 30px;
    position    : relative;
    text-align  : left;
    width       : 100%;
}

#main-menu .dropdown-menu > ul > li:nth-child(1) > a {
    border                : none;
    -moz-border-radius    : 0 8px 0 0;
    -webkit-border-radius : 0 8px 0 0;
    border-radius         : 0 8px 0 0;
}

#main-menu .dropdown-menu > ul > li:nth-last-child(1) > a {
    -moz-border-radius    : 0 0 5px 5px;
    -webkit-border-radius : 0 0 5px 5px;
    border-radius         : 0 0 5px 5px;
}

#main-menu .dropdown-menu > ul > li > a:hover {
    background      : #41ade2;
    color           : #FFF;
    text-decoration : none;
}

#main-menu .dropdown-inner {
    display : table;
    padding : 10px 0;
}

#main-menu .dropdown-inner ul {
    display : table-cell;
}

#main-menu .dropdown-inner .dropdown-header {
    color          : #FFF;
    font-size      : 15px;
    padding        : 15px 0 10px 15px;
    text-transform : uppercase;
}

#main-menu .dropdown-inner li a {
    clear     : both;
    display   : block;
    min-width : 160px;
    padding   : 3px 20px;
}

#main-menu .dropdown-menu .dropdown-inner li:last-child:hover a {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

/* Breadcrumb Styles Starts */

.breadcrumb {
    background            : none;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    margin-bottom         : 20px;
    padding               : 0;
    text-transform        : uppercase;
}

.breadcrumb li {
    color   : #1C1C1C;
    padding : 0;
}

.breadcrumb > li + li {
    margin-left : 5px;
}

.breadcrumb > li + li::before {
    display : none;
}

.breadcrumb li a {
    background     : #F0F0F0;;
    color          : #424242;
    display        : inline-block;
    font-size      : 12px;
    line-height    : 20px;
    padding        : 0 10px 0 20px;
    position       : relative;
    text-transform : none;
}

.breadcrumb li:nth-child(1) a {
    padding : 0 10px 0 10px;
}

.breadcrumb li a::before {
    border      : 10px solid transparent;
    border-left : 10px solid #FFF;
    content     : "";
    left        : 0;
    position    : absolute;
    top         : 0;
}

.breadcrumb li:nth-child(1) a::before {
    display : none;
}

.breadcrumb li a::after {
    border      : 10px solid transparent;
    border-left : 10px solid #F0F0F0;
    content     : "";
    left        : 100%;
    position    : absolute;
    top         : 0;
    z-index     : 1;
}

.breadcrumb li a:hover {
    color           : #28A7C2;
    text-decoration : none;
}

.breadcrumb li.active a {
    color          : #28A7C2;
    pointer-events : none;
}

/* Slider Section Styles Starts */

.slider {

}

.top-col-banners ul > li {
    margin-top : 40px;
}

/* Three Column Banner Styles Starts */

.col3-banners {
    margin-bottom : 20px;
}

/* Products Box Styles Starts */

.products-list {
    margin-bottom : 15px;
}

.product-head {
    font-size      : 30px;
    margin         : 10px 0 30px;
    text-align     : center;
    text-transform : uppercase;
}

a.product-head {
    color   : #1C1C1C;
    display : block;
}

.product-col {
    background         : #FFF;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
    margin-bottom      : 20px;
    padding            : 0;
    text-align         : center;
}

.product-col .price_one {
    color       : black;
    font-size   : 14px;
    font-weight : bold;
}

.product-col > .image img {
    display      : block;
    height       : 180px;
    margin-left  : auto;
    margin-right : auto;
    max-width    : 100%;
    object-fit   : cover;
    width        : 100%;
}

.product-col.side-product {
    background : #FFF;
    border     : 1px solid #DDD;
}

.product-col.list {
    margin-bottom : 30px;
    text-align    : left;
}

.product-col.list .image {
    float   : left;
    padding : 20px 30px 20px 0;
}

.product-col .caption {
    padding : 10px 0;
}

.product-col h4 {
    font-size : 18px;
}

.product-col .thumb-title {
    color         : #1C1C1C;
    font-size     : 18px;
    font-weight   : 500;
    line-height   : 1.1;
    margin-bottom : 10px;
    margin-top    : 10px;
}

.product-col .thumb-title > a {
    color : #1C1C1C;
}

.product-col h4,
.product-col h4 a,
.product-col .description {
    color : #1C1C1C;
}

.product-col h4 a:hover,
.product-col h4 a:focus {
    color : #1DA1BD;
}

.product-col .description {
    font-size   : 12px;
    line-height : 18px;
    padding     : 5px 0;
    text-align  : justify;
}

.product-col .description ul {
    color      : #8B8B8B;
    list-style : none;
    margin     : 0;
    padding    : 0;
}

.product-col.list .description {
    padding-right : 20px;
}

.product-col .price {
    padding : 15px 0 10px;
}

.product-col .price .price-tax {
    color          : #452E11;
    font-size      : 14px;
    text-transform : uppercase;
}

.product-col .price span.price-new {
    color         : #3BC6E4;
    font-size     : 28px;
    padding-right : 5px;
}

.product-col .price span.price-old {
    color           : #717171;
    font-size       : 18px;
    text-decoration : line-through;
}

.product-col .cart-button {
    padding-top : 7px;
}

.product-col .btn-wishlist,
.product-col .btn-compare {
    background  : none;
    color       : #1C1C1C;
    font-size   : 18px;
    margin-left : 3px;
}

.product-col .btn-wishlist:hover,
.product-col .btn-wishlist:focus,
.product-col .btn-compare:hover,
.product-col .btn-compare:focus {
    color : #35B1CE;
}

.product-col .btn-cart {
    background     : #4A7731;
    border         : none;
    color          : #FFF;
    font-size      : 14px;
    padding        : 8px 15px;
    text-transform : uppercase;
    transition     : 0.2s;
}

.product-col .btn-cart .fa-shopping-cart {
    font-size    : 17px;
    margin-right : 5px;
}

.product-col .btn-cart:hover {
    background : #35B1CE;
}

/* Two Column Banner Styles Starts */

.col2-banners {
    margin-bottom : 20px;
}

/* Shopping Cart Page Styles Starts */

.shopping-cart-table {
    background     : #FFF;
    margin-top     : 30px;
    text-transform : uppercase;
}

.shopping-cart-table .list-unstyled {
    font-size      : 14px;
    margin-top     : 10px;
    text-align     : left;
    text-transform : unset;
}
.additional-photos{
  list-style-type:none;
  display: flex;
  align-items: center;
  text-align:center;
}
.additional-photos li{
  width: 120px!important;
  margin: 5px;
}
.additional-photos li a{
  width: 120px!important;
}
.shopping-cart-table thead > tr > td {
    border-bottom : none;
    font-size     : 15px;
    font-weight   : 600;
}

.shopping-cart-table tbody > tr > td {
    font-size : 16px;
}

.shopping-cart-table tbody > tr > td a:hover {
    color : #252A2F;
}

/* Compare Page Styles Starts */

.compare-table {
    margin-top     : 30px;
    text-transform : uppercase;
}

.compare-table .table {
    background : #FFF;
}

.compare-table thead {
    background : #F9F9F9;
}

.compare-table thead > tr > td {
    border-bottom : none;
    font-size     : 15px;
    font-weight   : 600;
}

.compare-table tbody > tr > td {
    font-size : 14px;
}

.compare-table tbody > tr > td a:hover {
    color : #252A2F;
}

.compare-table td {
    text-align : center;
}

.compare-table .rating .fa-star {
    color : #28A7C2;
}

/* Login & Registration Section Styles Starts */

.login-area {
    padding-top : 30px
}

.registration-area {
    padding-top : 20px;
}

.panel-smart {
    background            : #FFF;
    border                : 1px solid #E8E8E8;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    padding               : 20px;
}

.panel-smart .panel-heading {
    border-bottom : 1px solid #929497;
    color         : #252A2F;
    padding       : 5px 0 15px 0;
}

.panel-smart h3.panel-title {
    font-size : 24px;
}

.panel-smart .panel-body {
    padding : 20px 0 0;
}

.registration-area .inner {
    margin-bottom : 20px;
    margin-top    : 30px;
}

.registration-area .control-label {
    color       : #8B8B8B;
    font-weight : 600;
}

.registration-area .form-control, .registration-area .btn {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.registration-area .dl-horizontal {
}

.registration-area .dl-horizontal dt {
    font-weight : normal;
}

.registration-area .dl-horizontal dd {
    font-weight : bold;
}

.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd {
    margin-bottom : 5px;
}

.registration-area .dl-horizontal.total {
    color     : #28A7C2;
    font-size : 18px;
}

.registration-area .dl-horizontal.total dt,
.registration-area .dl-horizontal.total dd {
    margin-bottom : 0;
}

/* Main Container Styles Starts */

.main-container {
    margin-bottom : 25px;
    margin-top    : 25px;
}

/* Category Intro Content Styles Starts */

.cat-intro {
    padding-top : 10px;
}

.cat-intro .img-thumbnail {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.cat-intro .cat-body {
    color        : #8B8B8B;
    font-size    : 13px;
    padding-left : 5px;
    text-align   : justify;
}

/* Product Filter Styles Starts */

.product-filter {
    border       : solid #1C1C1C;
    border-width : 1px 0;
    margin       : 30px 0;
    padding      : 8px 0;
}

h6.lead {
    margin : 5px 0;
}

.product-filter .display {
    padding-top : 5px;
}

.product-filter .display button {
    background   : transparent;
    border       : none;
    color        : #1C1C1C;
    font-size    : 24px;
    margin-right : 6px;
}

.product-filter .display button.active {
    color : #3BC6E4;
}

.product-filter .control-label {
    font-size   : 18px;
    font-weight : normal;
    padding-top : 5px;
}

.product-filter .form-control {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    height                : 30px;
    padding               : 3px 6px;
}

/* Product Page Styles Starts */

.product-info .images-block {
}

.product-info .images-block .thumbnail {
    padding : 10px;
}

.product-info .images-block ul .thumbnail {
    height     : 100px;
    object-fit : cover;
    width      : 175px;
}

.product-info.full .images-block .list-inline {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    margin-left     : -5px;
    margin-right    : -5px;
}

.product-info.full .images-block .list-inline li {
    padding-left  : 5px;
    padding-right : 5px;
}

.product-info .images-block .list-inline {
    margin-left : -2px;
}

.product-info .images-block .list-inline li {
    padding-left  : 2px;
    padding-right : 2px;
}

.product-info .images-block .list-inline .thumbnail {
    padding : 5px;
}

.product-info .product-details {
}

.product-info .product-details h1 {
    font-size  : 24px;
    margin-top : 0;
}

.product-info .product-details h3 {
    font-size : 22px;
}

.product-info .product-details h2, .product-info .product-details h3 {
    text-transform : uppercase;
}

.product-info .product-details .manufacturer {
    color          : #3BC6E4;
    text-transform : uppercase;
}

.product-info .product-details .manufacturer .price-one span {
    min-width : unset;
    width     : auto;
}

.product-info .product-details .manufacturer .price-one .bold {
    font-size    : 16px;
    font-weight  : bold;
    margin-right : 10px;
}

.product-info .product-details .manufacturer .price-one .old,
.product-info .product-details .manufacturer .price-one .old span {
    display         : unset;
    text-decoration : line-through;
}

.product-info .product-details .manufacturer span {
    color     : #452E11;
    display   : inline-block;
    min-width : 130px;
}

.product-info .product-details .price {
}

.product-info .product-details .price-head {
    color          : #452E11;
    font-size      : 24px;
    padding-right  : 10px;
    text-transform : uppercase;
}

.product-info .product-details .price-tax {
    color          : #452E11;
    font-size      : 14px;
    padding-top    : 5px;
    text-transform : uppercase;
}

.product-info .product-details .price-new {
    color         : #3BC6E4;
    font-size     : 24px;
    padding-right : 5px;
}

.product-info .product-details .price-old {
    color           : #452E11;
    font-size       : 18px;
    text-decoration : line-through;
}

.product-info .product-details .options {
}

.product-info .product-details .options h3 {
    margin-bottom : 20px;
}

.product-info .product-details .options h6 {
    font-weight : 700;
}

.product-info .product-details .cart-button {
}

.product-info .product-details .cart-button .btn {

}

.product-info .product-details .btn-wishlist,
.product-info .product-details .btn-compare {
    background  : none;
    color       : #1C1C1C;
    font-size   : 18px;
    margin-left : 3px;
}

button {
    outline : none !important;
}

.product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-wishlist:focus,
.product-info .product-details .btn-compare:hover,
.product-info .product-details .btn-compare:focus {
    color : #35B1CE;
}

.quantity-right-plus .glyphicon,
.quantity-left-minus .glyphicon {
    top : 3px;
}

.product-info .product-details .btn-cart {
    background     : #4A7731;
    border         : none;
    color          : #FFF;
    font-size      : 14px;
    padding        : 8px 15px;
    text-transform : uppercase;
}

.product-info .product-details .btn-cart .fa-shopping-cart {
    font-size    : 17px;
    margin-right : 5px;
}

.product-info .product-details .btn-cart:hover,
.product-info .product-details .btn-cart:focus {
    background : #35B1CE;
}

@media (max-width : 768px) {
    .product-info .product-details .cart-button .btn {
        display : block;
        margin  : auto;
    }
}

.product-info-box {
    padding-top : 10px;
}

.product-info-box + .product-info-box {
    padding-top : 30px;
}

.product-info-box .heading,
.heading-title {
    background : #3BC6E4;
    color      : #FFF;
    font-size  : 18px;
    padding    : 12px 20px;
}

.product-info-box .content {
    background : none;
    border     : 1px solid #DDD;
    padding    : 20px;
}

/* Tabs Styles Starts */

.tabs-panel {
    margin-top : 30px;
}

.tabs-panel.panel-smart {
    background : none;
    border     : none;
    padding    : 0;
}

.tabs-panel .nav-tabs {
    border-bottom : 1px solid #3BC6E4;
    font-size     : 16px;
}

.tabs-panel .nav-tabs > li {
    margin-bottom : 0;
    margin-right  : 5px;
}

.tabs-panel .nav-tabs > li > a {
    color  : #452E11;
    margin : 0;
}

.tabs-panel .nav-tabs > li > a,
.tabs-panel .btn,
.tabs-panel .form-control {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav > li > a:hover,
.tabs-panel .nav > li > a:focus {
    background : none;
}

.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav-tabs > li > a:hover {
    border : none;
}

.tabs-panel .nav-tabs > li.active,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li > a:hover {
    background            : #3BC6E4;
    -moz-border-radius    : 5px 5px 0 0;
    -webkit-border-radius : 5px 5px 0 0;
    border-radius         : 5px 5px 0 0;
    color                 : #FFF;
}

.tabs-panel .tab-content {
    padding : 20px 0;
}

.tabs-panel .tab-content .table {
    background : #FFF;
}

.tabs-panel label.control-label {
    font-weight    : normal;
    text-transform : uppercase;
}

.tabs-panel label.control-label.ratings {
    padding-top : 1px;
}

.tabs-panel .btn {
    margin-left : -10px;
}

/* Pagination Styles Starts */
.pagination-block {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
}

.pagination {
    margin : 0;
}

.pagination > li > a {
    color : #444C53;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color : white;
    border           : 1px solid #DDD;
    padding          : 0 0 10px 0;
}

.list-group-item.active > a, .list-group-item.active > a:focus, .list-group-item.active > a:hover {
    background-color : #2897AF;
    border           : none;
    color            : white;
    display          : block;
    padding          : 10px 15px;
}

.list-group-item.active > ul {
    color  : #2897AF;
    margin : 10px 0 0 0;
}

.list-group-item.active > ul .otm.active {
    color           : red;
    pointer-events  : none;
    text-decoration : underline;
}

.catalog-list-xs .list-group-item,
.catalog-list-xs .list-group-item:hover,
.catalog-list-xs .list-group-item:focus {
    background : none;
    border     : none;
    border-top : 1px solid #D5D5D5;
    margin     : 0;
    padding    : 0;
}

.catalog-list-xs > .list-group-item:nth-child(1) {
    border-top : none;
}

.catalog-list-xs > .list-group-item > a,
.catalog-list-xs > .list-group-item.active > a {
    background     : #F5F5F5;
    box-sizing     : border-box;
    color          : #424242;
    display        : block;
    font-size      : 16px;
    line-height    : 24px;
    padding        : 7px 38px 7px 30px;
    text-align     : left;
    text-transform : none;
    width          : 100%;
}

.catalog-list-xs > .list-group-item > a:hover,
.catalog-list-xs > .list-group-item.active > a:hover {
    background      : #3F97B0;
    color           : #FFF;
    text-decoration : none;
}

.catalog-list-xs > .list-group-item.active > ul {
    display    : block;
    list-style : none;
    margin     : 0;
    padding    : 0;
    width      : 100%;
}

.catalog-list-xs > .list-group-item.active > ul > li {
    border-top : 1px solid #D5D5D5;
    display    : block;
    width      : 100%;
}

.catalog-list-xs > .list-group-item.active > ul > li > a {
    background     : #F5F5F5;
    box-sizing     : border-box;
    color          : #424242;
    display        : block;
    font-size      : 14px;
    line-height    : 24px;
    padding        : 7px 38px 7px 50px;
    text-align     : left;
    text-transform : none;
    width          : 100%;
}

.catalog-list-xs > .list-group-item.active > ul > li > a:hover {
    background      : #3F97B0;
    color           : #FFF;
    text-decoration : none;
}

.catalog-list-xs .list-group-item a span {
    text-transform : none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background   : #3BC6E4;
    border-color : #3BC6E4;
}

.results {
    padding-top : 10px;
    text-align  : right;
}

/* Page Content Styles Starts */

.page-box {
    color         : #8B8B8B;
    font-size     : 13px;
    margin-bottom : 40px;
}

.page-box h3 {
    color     : #252A2F;
    font-size : 24px;
    margin    : 0;
}

.page-box h3, .page-box h4 {
    text-transform : uppercase;
}

.page-box h4 {
    color     : #28A7C2;
    font-size : 18px;
    margin    : 5px 0 15px;
}

.page-box .sm-links {
    margin-bottom : 20px;
}

.page-box .sm-links li {
    background : #1C1C1C;
    margin     : 0 0 0 4px;
    padding    : 5px 0 4px;
    text-align : center;
    width      : 34px;
}

.page-box .sm-links li:hover,
.page-box .sm-links li:focus {
    background : #28A7C2;
}

.page-box .sm-links li a .fa {
    color     : #FFF;
    font-size : 24px;
}

/* Content Box Styles Starts */

.content-box {
    margin-top : 20px;
    padding    : 0;
}

.content-box .special-heading {
    color         : #3BC6E4;
    font-size     : 100px;
    margin-bottom : 30px;
    margin-top    : 0;
}

/* Map Wrapper Styles Starts */

#map-wrapper {
    border : 1px solid #FEFFFF;
    height : 250px;
    margin : 20px 0;
}

/* Sidebar Styles Stars */
.side-heading {
    background : #3BC6E4;
    color      : #FFF;
    font-size  : 18px;
    margin-top : 0;
    padding    : 12px 20px;
    position   : relative;
}

.side-heading.catalog-title-xs {
    background     : #3F97B0;
    border-radius  : 8px 8px 0 0;
    box-sizing     : border-box;
    color          : #FFF;
    display        : block;
    font-size      : 18px;
    font-weight    : bold;
    height         : 48px;
    line-height    : 24px;
    margin         : 0;
    padding        : 12px 30px;
    text-transform : uppercase;
    width          : 100%;
}

.catalog-list-xs {
    display : block;
}

.list-group, .list-group-item:first-child, .list-group-item:last-child {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.list-group-item {
    color          : #252A2F;
    font-size      : 14px;
    text-transform : uppercase;
}

.list-group-item .fa {
    font-size     : 12px;
    padding-right : 6px;
}

.filter-group {
    margin-left : 20px;
}

/* Blockquote Styles Starts */

.panel-smart blockquote {
    border    : none;
    color     : #8B8B8B;
    font-size : 13px;
    margin    : 0;
    padding   : 5px 15px;
}

.panel-smart blockquote footer {
    color       : #252A2F;
    font-size   : 14px;
    padding-top : 10px;
}

/* Contact Details Box Styles Starts */

.contact-details li + li {
    margin-top : 20px;
}

.contact-details li .fa {
    color     : #3BC6E4;
    font-size : 18px;
    padding   : 5px 10px 0 0;
}

/* Footer Links Styles Starts */

.footer-links {
    background : #41ade2;
    /*background-image:  url(/tpl/default/img/footer-bg.jpg) no-repeat ;*/
    padding    : 30px 0 40px;
}

.footer-links .h5 {
    font-size      : 18px;
    margin-bottom  : 20px;
    text-transform : uppercase;
}

.footer-links ul {
    list-style : none;
    margin     : 0;
    padding    : 0;
}

.footer-links li {
    padding : 4px 0;
}

.footer-links,
.footer-links li,
.footer-links li a,
.footer-links li a:hover,
.footer-links h4,
.footer-links .h5 {
    color       : #FFF;
    font-weight : 500;
}

.footer-links .last h4.lead {
    font-size     : 24px;
    margin-bottom : 0;
}

.footer-links .last h4.lead span {
}

/* Copyright Styles Starts */

.copyright {
    background : #1C1C1C;
    padding    : 18px 0 8px;
}

.copyright,
.copyright a {
    color : #FFF;
}

.copyright p {
    padding-top : 4px;
}

footer .copyright > .container {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : space-between;
}

/* Genric Styles Starts */

.thumbnail,
.form-control,
.btn {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.no-box-shadow {
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
}

.load-more-holder {
    align-items : center;
    cursor      : pointer;
    display     : flex;
    margin      : auto;
    width       : max-content;
}

.load-more-holder .load-more-gif {
    margin-right : 10px;
}

.news-main-image {
    float  : left;
    margin : 5px 20px 15px 0;
}

.catalog-thumb {
    -moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow         : 0 0 4px rgba(0, 0, 0, 0.4);
    display            : block;
    padding            : 20px 10px;
}

.catalog-thumb img {
    display    : block;
    height     : 240px;
    margin     : auto;
    object-fit : cover;
    width      : 320px;
}

.catalog-thumb .title-catalog-thumb {
    display        : block;
    font-size      : 16px;
    line-height    : 30px;
    padding        : 10px;
    text-align     : center;
    text-transform : uppercase;
}

.item-sidebar {
    align-items   : center;
    display       : flex;
    flex-wrap     : wrap;
    margin-bottom : 10px;
}

.left_pr {
    overflow : hidden;
    width    : 35%;
}

.right_pr {
    padding-left : 10px;
    width        : 65%;
}

.item-sidebar img {
    transition : .3s;
}

.item-sidebar:hover img {
    transform : scale(1.3);
}

.map-contact iframe {
    margin-bottom : 25px;
    width         : 100%;
}

/*стилизация рейтинга*/
.rating {
    direction    : rtl;
    text-align   : left;
    unicode-bidi : bidi-override;
}

.rating > span {
    color     : #CDCDCD;
    cursor    : pointer;
    display   : inline-block;
    font-size : 24px;
    position  : relative;
    width     : 1em;
}

.rating > span:hover, .rating > span:hover ~ span {
    color : transparent
}

.rating > span:before {
    color    : #CDCDCD;
    content  : "\2605";
    left     : 0;
    position : absolute;
}

.rating > span.rating-active:before {
    color    : #FFC321;
    content  : "\2605";
    left     : 0;
    position : absolute;
}

.rating > span:hover:before, .rating > span:hover ~ span:before {
    color    : #F40000;
    content  : "\2605";
    left     : 0;
    position : absolute;
}

.left_active_xs, .close-left_section, .hidden {
    display : none;
}

.input-number, .input-number-modal {
    text-align : center;
}

.btn-cart-quick i {
    padding-right : 8px;
}

.btn-cart-quick {
    background     : #3BC6E4;
    color          : #FFF;
    cursor         : pointer;
    padding        : 8px 13px;
    text-transform : uppercase;
    transition     : 0.2s;
}

.btn-cart-quick:hover, .btn-cart-quick:focus {
    background-color : #2897AF;
    color            : #FFF;
}

.quick-body {
    display         : flex;
    justify-content : center;
}

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

.left_quick, .right_quick {
    padding : 10px 25px;
    width   : 50%;
}

.btn-block-150 {
    width : 150px;
}

.btn_quick {
    width : 150px;
}

.all_news a {
    font-size       : 20px;
    text-decoration : underline;
    text-transform  : lowercase;
}

.all_news a:hover {
    text-decoration : none;
}

.all_news {
    text-align : right;
}

section.banner {
    margin : 10px 0 20px;
}

.burger-top-menu {
    display : none;
}

.top-col-banners > ul > li > a > img {
    border-radius : 12px 12px 0 0;
    display       : block;
    width         : 100%;
}

.slider .carousel-inner .item img {
    border-radius : 12px;
    display       : block;
    width         : 100%;
}

.slider .carousel-control.left {
    border-radius : 12px 0 0 12px;
}

.slider .carousel-control.right {
    border-radius : 0 12px 12px 0;
}

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

.js-dynamic-show-hide {
    background : #009CD9;
    color      : #FFF !important;
    display    : block;
    margin     : 20px auto;
    max-width  : 120px;
}

.js-dynamic-height {
    overflow   : hidden;
    position   : relative;
    transition : max-height 0.25s ease-in-out;
}

.js-dynamic-height.active {
    max-height : 300px;
}

.js-dynamic-height.active::before {
    background : -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, white));
    background : -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background : -o-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background : -ms-linear-gradient(top, rgba(240, 249, 255, 0) 0%, white 100%);
    background : linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, white 100%);
    bottom     : 0;
    content    : "";
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f0f9ff", endColorstr="#ffffff", GradientType=0);
    height     : 100px;
    left       : 0;
    position   : absolute;
    right      : 0;
    z-index    : 1;
}

.header-search .search__result {
    border-radius  : 5px;
    max-height     : 40vh;
    opacity        : 0;
    overflow-y     : auto;
    padding        : 20px;
    pointer-events : none;
    position       : absolute;
    right          : 0;
    top            : 90px;
    transition     : .5s;
    width          : 500px;
    z-index        : 1;
}

.header-search .search__item {
    margin : 5px 0;
}

.header-search .search__item,
.header-search .search__item a {
    display : flex;
}

.header-search .search__item a {
    align-items     : center;
    justify-content : space-between;
    width           : 100%;
}

.header-search .search__item a:hover {
    text-decoration : none;
}

.header-search .search__item a:hover span {
    text-decoration : underline;
}

.header-search .search__item img {
    margin-right : 10px;
    width        : 30px;
}

.header-search .search__item span:last-child {
    margin-left : 10px;
}

.header-search .search__item-select {
    background-color : #DADADA66;
    border-radius    : 5px;
}

.header-search .search__item-select span {
    color           : #1C1C1C;
    text-decoration : underline;
}

.header-search .search__show {
    background-color : #FFF;
    opacity          : 1;
    pointer-events   : auto;
}

.favorites-button {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  cursor: pointer;
}

.product-col .favorites-button {
  position: absolute;
  top: 5px;
  right: 5px;
}

.favorites-button:hover,
.favorites-button.active {
  color: #e86a73;
}

.tabs-header{
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.tabs-header::after{
  content: '';
  display: block;
  clear: both;
}

.tabs-header > li{
  display: inline-block;
  float: left;
  margin: 10px 10px 0 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3D3D3D;
}

.tabs-header > li.tab-button{
  height: 30px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #d39d31;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
}

.tabs-header > li > a{
  display: inline-block;
  height: 30px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #d39d31;
  border-radius: 4px;
  font: inherit;
  line-height: 20px;
  color: inherit;
}

.tabs-header > li.tab-button.active,
.tabs-header > li.tab-button:hover,
.tabs-header > li > a:hover{
  background: #2E7298;
  text-decoration: none;
}

.tabs-content{
  width: 100%;
  display: block;
}

.tabs-content .tab-title{
  display: none;
}

.tabs-content .tab-content{
  display: none;
}

.tabs-content .tab-content.active{
  display: block;
}

.tabs-content .iblock-content + .iblock-content{
  margin-top: 20px;
  border-top: 7px solid #fff;
}

.tabs-content hr{
  border-color: #fff;
  border-style: solid;
  border-width: 3.5px;
}

@media (max-width : 991px) {
    .header-search {
        position : static;
    }

    .header-search #search {
        top   : 35px !important;
        width : 100% !important;
    }

    .header-search .search__result {
        border-radius : 0px;
        width         : 100%;
    }

    .tabs-header{
      display: none;
    }

    .tabs-content .tab-title{
      display: block;
      background: #fff;
      width: 100%;
      box-sizing: border-box;
      padding: 10px 45px 10px 15px;
      box-shadow: 0 0 5px rgba(0,0,0,.1);
      margin: 5px 0;
      cursor:pointer;
      position: relative;
    }

    .tabs-content .tab-title::before{
      content: '';
      width: 2px;
      height: 15px;
      display: block;
      background: #0f0f0f;
      position: absolute;
      top: 25px;
      left: auto;
      right: 25px;
      -webkit-transform: translate(5px,-50%) rotate(45deg);
      -ms-transform: translate(5px,-50%) rotate(45deg);
      transform: translate(5px,-50%) rotate(45deg);
      transition: .3s;
    }

    .tabs-content .tab-title::after{
      content: '';
      width: 2px;
      height: 15px;
      display: block;
      background: #0f0f0f;
      position: absolute;
      top: 25px;
      left: auto;
      right: 25px;
      -webkit-transform: translate(-5px,-50%) rotate(-45deg);
      -ms-transform: translate(-5px,-50%) rotate(-45deg);
      transform: translate(-5px,-50%) rotate(-45deg);
      transition: .3s;
    }

    .tabs-content .tab-title.active::before{
      -webkit-transform: translate(5px,-50%) rotate(135deg);
      -ms-transform: translate(5px,-50%) rotate(135deg);
      transform: translate(5px,-50%) rotate(135deg);
    }

    .tabs-content .tab-title.active::after{
      -webkit-transform: translate(-5px,-50%) rotate(-135deg);
      -ms-transform: translate(-5px,-50%) rotate(-135deg);
      transform: translate(-5px,-50%) rotate(-135deg);
    }

    .tabs-content .tab-content.active {
      display: none;
    }

    .tabs-content .tab-title.active + .tab-content{
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 5px;
    }
}

.sidebar-filter {
  position: relative;
  padding-top: 25px;
}
.sidebar-filter__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  padding: 14px;
  background-color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-filter__title .title {
  margin: 0;
  margin-right: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 8px;
}
.sidebar-characteristic {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.sidebar-characteristic:last-child {
  border-bottom: 1px solid #ccc;
}
.sidebar-characteristic__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #223B42;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.sidebar-characteristic__title::after {
  content: '\003E';
  display: block;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 2px;
  font-family: monospace;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.sidebar-characteristic__title.active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.sidebar-characteristic .sidebar-characteristic-content {
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
  overflow: hidden;
  max-height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.sidebar-characteristic:first-child .sidebar-characteristic-content {
  display: block;
  overflow: visible;
  max-height: 100%;
  border-top: 0; }
.rangebar-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.sidebar-characteristic .sidebar-characteristic-content .rangebar-wrapper {
  margin: 0;
  padding: 0; }
.rangebar-wrapper .range-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 20px; }
.sidebar-characteristic .sidebar-characteristic-content .rangebar-wrapper .range-input-wrapper {
  margin-top: 0; }
.rangebar-wrapper .range-input {
  width: 48%;
  border: 1px solid rgba(34, 59, 66, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 12px; }
input[type="number"] {
  -moz-appearance: textfield; }
.rangebar-wrapper .range-input-max {
  margin-left: 4%; }
.rangebar-wrapper .range-line {
  background: #223B42;
  height: 1px;
  width: 20px;
  margin-left: 3%; }
.rangebar-wrapper .slider-rangebar {
  width: 100%; }
.filter-price-button {
  border: 1px solid #3F97B0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin-top: 25px;
  color: #3F97B0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.filter-price-button:hover {
  background: #3F97B0;
  color: #FFFFFF; }
.container-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 29px; }
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(50, 50, 50, 0.2); }
.container-checkbox .checkmark::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.container-checkbox input:checked ~ .checkmark {
  background: #4067A3;
  border-radius: 2px; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }
.container-checkbox input:checked ~ .checkmark::after {
  display: block;
  border-color: #FFFFFF !important; }
.noUi-connect {
  background: rgba(64, 103, 163, 0.6); }
.noUi-handle.noUi-handle-upper, .noUi-handle.noUi-handle-lower {
  background: #4067A3;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.35);
  cursor: pointer; }
.noUi-handle.noUi-handle-upper::before, .noUi-handle.noUi-handle-lower::before,
.noUi-handle.noUi-handle-upper::after, .noUi-handle.noUi-handle-lower::after{
  display: none; }
.sidebar-filter .filter-choosen {
  padding: 15px;
  padding-top: 0; }
.sidebar-filter .filter-choosen .filter-choosen__title {
  font-family: "Montserrat-500";
  font-size: 17px; }
.sidebar-filter .filter-choosen .filter-choosen-clear-wrapper {
  text-align: center;
  margin-top: 30px; }
.sidebar-filter .filter-choosen .filter-choosen__clear {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 15px;
  background-color: #26B1BD;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.sidebar-filter .filter-choosen .filter-choosen__clear:hover {
  background-color: #3eccd8; }
.sidebar-filter .filter-choosen .filter-choosen__clear:active, .sidebar-filter .filter-choosen .filter-choosen__clear.dropdown.open {
  background-color: #1d8993; }
.sidebar-filter .filter-choosen .filter-choosen-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3px; }
.sidebar-filter .filter-choosen .filter-choosen-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223B42;
  padding: 11px;
  padding-left: 5px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-content {
  margin-left: 6px; }
.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::before, .sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 6px;
  background: rgba(35, 35, 35, 0.7);
  width: 8px;
  height: 2px;
  position: relative;
  top: 0px; }
.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::after {
  top: 9px;
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }
.sidebar-filter .filter-choosen .filter-choosen-list__item:hover {
  background: rgba(255, 0, 0, 0.4); }

.zoom-in.mfp-ready .hidden-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.zoom-in .hidden-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.zoom-in.mfp-ready .hidden-wrapper {
  opacity: 1;
  transform: scale(1)
}

.zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.zoom-in.mfp-removing .hidden-wrapper {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.hidden-wrapper {
  position: relative;
  padding: 2rem 3rem;
  margin: 1.2rem auto;
  background-color: #fff;
  width: 96%;
  max-width: 1160px;
}

.cart__loader {
  text-align: center; }
.cart__loader::before {
  content: '';
  display: block;
  width: 160px;
  height: 20px;
  background-image: url(/tpl/default/img/cart-loader-container.gif);
  margin: 0 auto 1rem; }


.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  height: 42px; }
.search-form input {
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 2px; }
.search-form button {
  position: absolute;
  padding: 11px;
  height: 100%;
  background-color: #A6A6A6;
  margin-left: -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 0; }
.search-form .select2 {
  width: 100%!important;
  height: 100%;
}

.search-form .select2 .select2-selection {
  height: 100%;
  display: flex;
  align-items: center; }

.search-form .select2 .select2-selection:focus {
  outline: none;
}

.search-form .select2 .select2-selection__arrow {
  top: 0;
  right: 0;
  background: #3F97B0;
  height: 100%;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }
.search-form .select2 .select2-selection b {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  position: relative;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/tpl/default/img/search-icon.svg);
  background-repeat: no-repeat;
  top: 9%;
  left: 10%; }

.product-card__variant {
  border:none;
  display:inline-block;
  margin-right: 16px;
  width: 35px;
  height: 35px;
  background-size: cover;
}
.product-card__variant.active {
  border:solid 1px red;
}

.product-card__variant:hover {
  border:solid 1px red;
}

.product-card__mods {
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 16px
}
.product-card {
  position: relative
}
.product-card.is-pending:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.product-card.is-pending .product-card__pendable:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .5;
  background-color: white;
  background-image: url(/tpl/default/img/spinner.gif);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center;
}

@media(min-width: 767px){
  .main-slider-wrapper{
    max-height: 605px;
  }
  .main-slider-wrapper .carousel{
    max-height: 605px;
  }
 .main-slider-wrapper .owl-stage-outer{
    max-height: 605px;
  }
  .main-slider-wrapper .item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover!important;
    max-height: 605px!important;
  }
  #main-menu .navbar-nav > li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    text-overflow: ellipsis; /* Многоточие */
    padding: 3px 38px;
    line-height: 175%;
  }
}

.viber-tel-fixed{
  display: flex;
  background: #2897AF;
  border: 1px solid #3BC6E4;
  color: white;
  font-size: 5px;
  line-height: 1;
  position: fixed;
  right: 25px;
  z-index: 900;
  bottom: 116px;
  width: 43px;
  height: 41px;
}
.viber-tel-fixed img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phones-block a {
  color: white;
}

.phones-header a:hover, .phones-block a:hover {
  font-size: 16px;
}

.mobile-phones {
  display: none;
}

@media(max-width: 767px){
  .mobile-phones {
    display: block;
    font-size: 17px;
    font-weight: bold;
  }
}

.btn-checkout {
  font-weight: bold;
  border: 1px solid #35B1CE
}

.btn-checkout:hover {
  color: black;
  border-color: black;
}


#main-menu .navbar-collapse.collapse{
  overflow-y: visible!important;
  max-height: unset!important;
  height: auto!important;
}
