body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color: #0E4DCF;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}



/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #0E4DCF;
    border-bottom: none;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* search */
#search {
    margin-bottom: 10px;
    margin-top: 20px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 30px;
    background-color: #0e4dcf;
    border-top: 1px solid #0e4dcf;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #f88118;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: none;
    background: transparent;
    color: #fff;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: none;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 228px;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
        flex-direction: column;
        text-align: center;
    }

    .product-section.quantity-main-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #f88118;
    font-size: 18px;
    font-weight: bold;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: none;
    background-color: #fff;
    overflow: auto;
    display: flex;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background-color: #F88118;
    border: none;
    white-space: nowrap;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 100%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #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: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    background: #fff;
    text-align: center;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.head-wrapper {
    position: absolute;
    top: 0;
}


header,
.menu-wrapper,
.bus-menu-style-0-1,
.bus-menu-style-0-5,
.bus-menu-style-0-8 {
    z-index: 999999;
    position: relative;
}


.bus-menu-style-0-5 #menu-horizontal .nav>li:nth-child(3) {
    position: relative !important;
}

.bus-menu-style-0-5 #menu-horizontal .nav>li:nth-child(3) .dropdown-menu {
    width: 220px;
}

#information-information h1 {
    color: #fff;
}

.bus-menu-center.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
}

.bus-menu-style-0-5 #menu-horizontal .nav>li>a.dropdown-toggle {
    display: block;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 15px 30px;
}

.bus-menu-style-0-5 #menu-horizontal .nav>li:hover>a.dropdown-toggle,
.bus-menu-style-0-5 #menu-horizontal .nav>li:focus>a.dropdown-toggle,
.bus-menu-style-0-5 #menu-horizontal .nav>li>a.dropdown-toggle.active,
.bus-menu-style-0-5 #menu-horizontal .nav>li.open>a.dropdown-toggle {
    color: #FFF;
    background-color: #fff;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    height: auto;
    border-bottom: none;
    padding-bottom: 7px;
    z-index: 999;
    background-color: #F88118;
    border-radius: 30px;
    padding: 15px 30px;
}

.nav::before,
.nav::after {
    display: none;
}


.ocf-filter {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.ocf-theme-light .ocf-footer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: none !important;
    z-index: -1;
}

.ocf-theme-light .ocf-footer {
    background-color: #fff;
    box-shadow: none !important;
    border-radius: 5px;
    margin: 0;
}

#bus-menu-line {
    position: relative;
    border-bottom: none !important;
    bottom: -41px;
    z-index: -1;
}

.ocf-header {
    margin-bottom: 15px;
    color: #fff;
}

#product-category h2 {
    color: #F88118 !important;
    margin-top: 0px !important;
}

.alert-success {
    color: #3c763d;
    background-color: #ffffffd1;
    border-color: #d6e9c6;
    position: fixed;
    z-index: 111111111122;
    padding: 50px !important;
    box-shadow: 0px 0px 160px 100000px #00000080;
    right: 10px;
    max-width: 590px;
    margin: 0 auto;
    top: 10px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -40px;
    right: -35px;
    color: inherit;
    color: #000;
    opacity: .8;
    font-size: 30px;
    background: transparent !important;
}

#product-product #content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

#product-product .nav-tabs {
    border-bottom: none;
    overflow: hidden;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f88118;
    background-image: linear-gradient(to bottom, #f88118, #f88118);
    background-repeat: repeat-x;
    border-color: #f88118 #f88118 #f88118;
    text-shadow: none;
    font-size: 20px;
    transition: all .3s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #fb7600;
    background-position: 0 -45px;
    border-color: #f88118;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #f88118;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: none;
    background-color: #f88118;
    background-image: linear-gradient(to bottom, #f88118, #f88118);
    background-repeat: repeat-x;
    border-color: #f88118 #f88118 #f88118;
    font-size: 14px !important;
}

.modal-dialog {
    margin-top: 15%;
}

#feedbackModal46 {
    position: fixed;
    z-index: 9999;
}

#top {
    z-index: 9999999999;
    position: relative;
}

.ocf-btn {
    font-size: 16px;
    background-color: #F88118 !important;
}

.top-btn-wrap button {
    background: transparent;
    border-radius: 20px;
    border: 1px solid #fff !important;
    font-size: 15px;
    padding: 5px 25px;
    line-height: 24px;
}

#product-product h1 {
    font-size: 1.4rem;
    margin-top: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee0;
    border-color: #337ab700;
}

.nav .dropdown-menu a {
    color: #0e4dcf !important;
    background: transparent !important;
}

.nav .dropdown-menu a:hover {
    color: #F88118 !important;
}

.bus-menu-style-0-5 .nav>li>a:focus {
    text-decoration: none;
    background-color: #f88118;
    background-color: #F88118;
    border-radius: 30px;
    padding: 15px 30px;
}

#product-category .ocf-theme-light .ocf-filter-header,
#product-category .ocf-theme-light .ocf-module-page-header {
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0 !important;
}

* {
    outline: none !important;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}


.head-content {
    position: absolute;
    top: 33%;
    width: 100%;
}

.elementor.elementor-30.elementor-motion-effects-parent {
    padding-top: 39%;
}

.head-logo-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.breadcrumb a,
.breadcrumb a:hover {
    color: #f88118;
}

.breadcrumb>li:last-child::after {
    display: none;
}

.number-spinner .btn.btn-default {
    background: #0e4dcf;
    color: #fff;
    text-shadow: none;
    padding: 10.5px;
    border: 1px solid #0e4dcf;
}

.input-group.number-spinner {
    width: 150px;
}

.top-info-wrap {}

.top-info-wrap p {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 14px;
}

.top-info-wrap p a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: .3px;
}

.simplecheckout-step {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

#buttons.simplecheckout-button-block {
    border-radius: 10px;
    margin-top: 5px;
}

.simplecheckout .quantity .btn.btn-primary {
    padding: 4.5px 12px;
}

.simplecheckout .quantity .btn.btn-primary i {
    position: relative;
    top: -3px;
}

.btn.btn-danger {
    padding: 10px 12px;
}


.bus-menu-style-0-1 #menu-horizontal {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    border-color: #1f90bb00 #1f90bb #145e7a;
    min-height: 40px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}

.bus-menu-style-0-1 #menu-horizontal ul.navbar-nav {
    display: flex;
    float: none;
    width: 100%;
    justify-content: space-around;
}

.bus-menu-style-0-1 #menu-horizontal .nav>li>a,
.bus-menu-style-0-1 #menu-horizontal .nav>li>span {
    display: block;
    color: #f88118;
    text-shadow: none;
    padding: 15px 25px;
    min-height: 15px;
    background-color: transparent;
}

.bus-menu-style-0-1 #menu-horizontal .nav>li>a:hover,
.bus-menu-style-0-1 #menu-horizontal .nav>li.open>a {
    background-color: rgb(248, 129, 24);
    color: #fff;
}

.bus-menu-style-0-1 #menu-horizontal .nav>li:nth-child(3) {
    position: relative !important;
}

.bus-menu-style-0-1 #menu-horizontal .nav>li:nth-child(3) .dropdown-menu {
    white-space: nowrap;
    width: 305px;
}

.bus-menu-style-0-1 #menu-horizontal .see-all {
    display: none !important;
}

.bus-menu-style-0-1 #menu-horizontal .dropdown-inner li a {
    min-width: 160px;
    display: block;
    padding: 8px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 16px;
    border-radius: 15px;
}

/*.bus-menu-style-0-1 #menu-horizontal .dropdown-inner li a:hover{
    background: #f88118!important;
    color: #fff!important;
}*/
.bus-menu-style-0-1 #menu-horizontal .dropdown-inner li a.active {
    color: #f88118 !important;
}

.top-btn-wrap button.close {
    background: transparent !important;
}

#common-success h1 {
    display: none;
}

#common-success #content {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    min-height: auto;
    margin-bottom: 20%;
}

#account-account #content,
#account-order #content,
#account-transaction #content,
#account-download #content,
#account-password #content,
#account-address #content,
#account-wishlist #content,
#account-recurring #content,
#account-reward #content,
#account-return #content,
#account-newsletter #content,
#information-sitemap #content,
#information-contact #content {
    background: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 30px;
}

#account-order #content h1,
#account-transaction #content h1,
#account-download #content h2,
#account-password #content h1,
#account-wishlist #content h2,
#account-recurring #content h1,
#account-reward #content h1,
#account-return #content h1,
#account-newsletter #content h1 {
    display: none;
}

.simple-content {
    margin: 0px 5px;
    background: #fff;
    border-radius: 5px;
}

.product-thumb p {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ocf-between .ocf-btn-link[disabled],
.ocf-between .ocf-btn-link,
.ocf-btn-link[disabled]:hover,
.ocf-btn-link[disabled]:focus {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    background: #333 !important;
    padding: 9px;
    border-radius: 4px;
}

.ocf-between .ocf-btn-link[disabled]:hover {
    opacity: 1;
}

.bus-menu-style-0-1 #menu-horizontal .navbar-header span {
    position: relative;
    color: #0e4dcf;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .bus-menu-style-0-1 #menu-horizontal .navbar-nav {
        margin: 10px 0px;
        flex-direction: column;
    }

    .bus-menu-style-0-1 #menu-horizontal .nav>li>a,
    .bus-menu-style-0-1 #menu-horizontal .nav>li>span {
        display: block;
        color: #f88118;
        text-shadow: none;
        padding: 10px 2px;
        min-height: 15px;
        background-color: transparent;
        text-align: center;
    }

    .top-info-wrap.pull-left {
        /*float: none !important;
        width: 100%;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .top-info-wrap p a {
        color: #fff !important;
        font-size: 14px;
        letter-spacing: .66px;
    }

    .top-info-wrap p {
        color: #fff !important;
        margin-bottom: 0;
        font-size: 13px;
    }

    #logo {
        margin: 0 0 10px 0;
        margin-bottom: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.elementor-element-35139b3,
.elementor-element-e382e65{
    display: none;
}
.divshadowmodule51 {
  background: #fff;
  padding: 100px 50px;
    padding-left: 50px;
  position: relative;
  padding-left: 50%;
  padding-bottom: 206px;
}
.divshadowmodule51::before {
  content: url(../image/Group-267-1.png);
  position: absolute;
  display: block;
  left: 0;
  top: -50px;
}
.forming_quick .input-group .input-group-addon {
  min-width: 40px;
  display: none;
}
.forming_quick .input-group span + .form-control {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: 0;
  font-size: 14px;
  padding: 30px 20px 20px;
  line-height: 50px;
}
/*#cheaperForm51::before{
    content: "";
background: url(../image/Group-267-1.png);
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
}*/
.top-btn-wrap .modal-dialog button {
    background: #f88118;
}

.form-creator h3 {
    display: none;
}

.form-group.text-center {
    text-align: center;
}

.form-creator .btn.btn-lg.btn-primary {
    color: #FFFFFF;
    background-color: #F88118;
    border-radius: 30px;
    margin-top: 20px;
    padding: 20px 30px;
}

#menu-horizontal {
    transition: all .3s;
}

#menu-horizontal.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    border-radius: 0;
    background: #fff;
}

.list-inline.right-top-ico {
    text-align: right;
}

.rutube-player-style {
    display: none;
    position: fixed;
    z-index: 100000000000 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.dop-attr {
    color: #f88118;
    font-size: 18px;
}

.total-price {
    font-size: 20px;
}

.quantity-wrapper {
    display: flex;
}

.quantity-wrap {
    margin-right: 30px;
}

.plus,
.minus {
    border: solid 1px #0e4dcf;
    padding: 4px 10px;
    background: #0e4dcf;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.rutube-player-style {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.video-modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    width: 90%;
    background-color: #000;
    padding: 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    z-index: 1001;
}

.rutube-player-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.rutube-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #00a1e7;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
}

.video-slider-prev,
.video-slider-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    color: #00a1e7;
    font-weight: bold;
    font-size: 50px;
    user-select: none;
    visibility: hidden;
}

.video-slider-prev {
    left: -60px;
}

.video-slider-next {
    right: -60px;
}

.video-slider-prev.show,
.video-slider-next.show {
    visibility: visible;
    cursor: pointer;
}

.rutube-player-style:hover .video-modal-close {
    display: block;
}

.rutube-video {
    display: none;
}

.rutube-video.active {
    display: block;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.video-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.quantity-group-wrapper {
    display: flex;
}

.wrap-plus-minus {}

.wrap-plus-minus {
    max-width: 150px;
}

.product-layout .product-list .product-section.quantity-main-wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bus-menu-style-0-1 #menu-horizontal .nav>li>a:hover {
    border-radius: 15px;
}

#simplecheckout_shipping,
#simplecheckout_payment {
    display: none !important;
}

.simpleregister-have-account {
    padding: 20px;
}

.ocf-active-label:empty+.ocf-filter-name,
.ocf-open .ocf-active-label+.ocf-filter-name {
    display: block;
    white-space: nowrap !important;
    margin-bottom: 5px;
}

#tab-description {
    max-height: 260px !important;
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: hsl(0 0% 50%);
}

::-webkit-scrollbar {
    width: 12px !important;
    /* ширина всей полосы прокрутки */
}

::-webkit-scrollbar-track {
    background: orange !important;
    /* цвет зоны отслеживания */
}

::-webkit-scrollbar-thumb {
    background-color: blue !important;
    /* цвет бегунка */
    border-radius: 20px !important;
    /* округлось бегунка */
    border: 3px solid orange !important;
    /* отступ вокруг бегунка */
}

::-webkit-scrollbar {
    width: 15p !importantx;
    /* Ширина всего элемента навигации */
}

::-webkit-scrollbar-track {
    background: #ff !importantf;
    /* Цвет дорожки */
}

::-webkit-scrollbar-thumb {
    background-color: #050c26 !important;
    /* Цвет бегунка */
    border-radius: 20p !importantx;
    /* Округление бегунка */
    border: 3px solid #050c26 !important;
    /* Оформление границ бегунка */
}

.partners {
    max-width: 1300px;
    margin: 50px auto;
}

.partners h2,
.partners h4 {
    color: #fff;
}

.partners .partner-item img {
    max-width: 150px;
}

.partnersWrap {
    display: flex;
    flex-wrap: wrap;
}

.partners .partner-item {
    padding: 15px;
    color: #fff;
}

.partners .partner-item .p-img-wrap {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.simplecheckout {
    width: 100%;
    padding: 20px;
}

#checkout-cart #content {
    background: #fff;
    border-radius: 10px;
}

#checkout-cart .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f88118;
    background-image: linear-gradient(to bottom, #f88118, #f88118);
    background-repeat: repeat-x;
    border-color: #f88118 #f88118 #f88118;
    text-shadow: none;
    font-size: 16px;
    transition: all .3s;
}

#error-not-found #content {
    background: #fff;
    border-radius: 10px;
}

#error-not-found #content h1 {
    display: none;
}

#product-category #ocf-filter-3-0-1 .ocf-filter-header {
    margin-bottom: 10px !important;
}

.partners {
    max-width: 1300px;
    margin: 50px auto;
}

.partners h2,
.partners h4 {
    color: #fff;
}

.partners h4 {
    color: #F88118;
    font-size: 15px;
    margin-bottom: 0;
}

.partners .partner-item img {
    max-width: 150px;
}

.partnersWrap {
    display: flex;
    flex-wrap: wrap;
}

.partners .partner-item {
    padding: 15px;
    color: #fff;
    text-align: center;
}

.partners .partner-item .p-img-wrap {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper h3 {
    margin-top: 0;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-996 .elementor-element.elementor-element-c1b83a8.e-con {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper:hover,
.elementor-996 .elementor-element.elementor-element-c1b83a8.e-con:hover {
    border-bottom: 1px solid #ffffff3d;
    border-top: 1px solid #ffffff3d;
}

.elementor-996 #myid {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 5px;
}
.elementor-295 #myid {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.elementor-996 #myid:hover,
.elementor-295 #myid:hover {
    border-bottom: 1px solid #ffffff3d;
    border-top: 1px solid #ffffff3d;
    background: #f88118;
}

.elementor-996 #myid:hover span,
.elementor-295 #myid:hover span{
    color: #fff!important;
}

html #myid:hover .elementor-widget__width-initial h2 {
  color: #fff !important;
}


.elementor-960 .elementor-element.elementor-element-67721a0 > .elementor-widget-container,
.elementor-295 .elementor-element.elementor-element-67721a0 > .elementor-widget-container {
  --e-transform-rotateZ: 90deg;
  top: -103px;
  position: relative;
}

.elementor-996 .elementor-element.elementor-element-a0febbd:hover .elementor-widget-container,
.elementor-295 .elementor-element.elementor-element-a0febbd:hover .elementor-widget-container {
  background-color: transparent!important;
}
html .elementor-996 .elementor-element:hover .elementor-widget-container,
html .elementor-295 .elementor-element:hover .elementor-widget-container {
  background-color: transparent!important;
  box-shadow: none!important;
}

header {
    z-index: 222222222;
}

#cart-total {
  background: #de0614;
  color: #fff;
  width: 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  height: 20px;
  line-height: 19px;
  font-size: 13px;
  position: absolute;
  top: -20px;
  right: -10px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 991040002!important;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999910400003!important;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.go-to-checkout {
  font-size: 33px;
  margin-left: 20px;
  display: none !important;
}
}
.go-to-checkout .fa{
  font-size: 28px;  
}

#product-product .go-to-checkout{
    display: none!important;
}
.input-quantity-sum,
.save-cart-data-button:first-child{
    display: none!important;
}

.product-section.quantity-main-wrap {
  padding: 20px 0px 0 20px;
  min-width: 180px;
}
.product-thumb .product-section.quantity-main-wrap .price {
  color: #f88118;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#save-cart-data{
    text-align: center;
}


input.error {
  border: 1px solid #ae0000 !important;
}

.form-wrapper {
  max-width: 510px!important;
}

/*#product-category .product-layout:first-child{
    display: none;
}*/
/*#tab-specification tr:first-child{
    display: none;
}*/

#account-forgotten h1{
    display: none;
}
#account-forgotten #content {
  min-height: 600px;
  background: #fff;
  border-radius: 5px;
  padding-top: 30px;
  min-height: 390px;
}
.bf-form.bf-with-counts.bf-with-float-btn {
  background: #fff;
}

input[type="text"].bf-range-min, input[type="text"].bf-slider-input {
  width: 89px;
  min-width: 50px;
  text-align: center;
}
.bf-layout-id-53 .bf-attr-group-header {
  background: #CECBCB;
  color: #000000;
  display: none;
}
.bf-buttonclear {
  background: url("../image/brainyfilter/sprite.png") no-repeat 0 -24px;
  color: #8E8E8E;
  text-decoration: underline;
  padding-left: 18px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
  cursor: pointer;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
  margin: 0;
  min-height: 16px;
  background: #333;
    background-color: rgb(51, 51, 51);
  text-decoration: none;
  text-align: center !important;
  line-height: 1px !important;
  background-image: none !important;
}
.bf-buttonclear:hover {
  background: url("../image/brainyfilter/sprite.png") no-repeat 0 -53px;
  color: #B83D3D;
  background: #333;
    background-color: rgb(51, 51, 51);
    background-image: none !important;
}

.bf-arrow {
  background-position: 50% -153px;
  display: inline;
  font-size: 0;
  padding: 8px;
  float: right;
  position: relative;
  top: 6px;
}
input[type="text"].bf-range-max, input[type="text"].bf-range-min, input[type="text"].bf-slider-input {
  width: 89px;
  min-width: 50px;
  text-align: center;
}