body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color: #fff;
}

/* .product-product-55 {
	background-color: #F2F2F2;
} */

body > .row {
    display: none;
}

body.common-home {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color: #f7f8fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #444;*/
    color: #0A0A0A;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

@media (max-width: 767px) {
    #content hr {
        display: none;
    }

    h1 {
        font-size: 22px;
    }
}

h2,
.title-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;
}

.clear {
    clear: both;
}

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;

    background: unset;
    border: unset;
    font-weight: 300;
    color: #666;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.line_menu {
    border-bottom: 1px solid #d8d6d6;
    box-shadow: 0px 1px 2px #d8d6d6;
    /*margin-bottom: 20px;*/
}

@media (max-width: 767px) {
    .line_menu {
        border: initial;
        box-shadow: initial;
    }
}

.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: #eeeeee;
    border-bottom: 1px solid #e2e2e2;
    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;
}

#form-language {
    margin-bottom: 0;
}

#form-language .lang-btn img {
    width: 25px;
    height: 25px;
}

#top .btn-link,
#top-links li {
    /* color: #888; */
    color: #000;
    text-shadow: 0 1px 0 #fff;
    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; */
    color: #000;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    /*padding-top: 6px;*/
}

#top-links a + a {
    margin-left: 15px;
}

#top-links img {
    width: 25px;
    height: 25px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Then Style */
    background: transparent;
    outline: none;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;

    /*///////////*/
    background-color: #f7f8fa;
    border: initial;
    box-shadow: initial;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
    height: 40px;
    /*///////////*/
    background-color: #f7f8fa;
    border: initial;
    box-shadow: initial;
    background-image: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search i {
    display: block;
    width: 16px;
    height: 16px;
}

#search i img {
    width: 100%;
    height: auto;
}

/* 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 .btn-danger {
    background-color: transparent;
    color: #2f3842;
    background-image: unset;
    border: unset;
}

#cart .dropdown-menu {
    /* background: #eee; */
    background: #fff;
    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;
    margin-bottom: 0px;
}

#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;*/

    font-size: 14px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: #e6d5cf;
    border-radius: 30px;
}

.nav > li > a {
    padding: 10px;
}

#menu .navbar-nav > li > .dropdown-menu {
    /*margin-top: 3px;*/
    border-bottom-right-radius: 0;
}

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

#menu .dropdown-menu {
    padding-bottom: 0;
}

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

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

#menu .dropdown-inner li:hover {
    background-color: #e6d5cf;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 8px 20px;
    clear: both;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}

.menu-category-name {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
}

#menu .dropdown-inner li a:hover {
    color: #333333;
}

#menu .dropdown-inner li:hover a {
    text-decoration: underline;
}

#menu .dropdown-inner li a:hover + .sub-child {
    left: 100%;
    display: table-cell !important;
    opacity: 1;
    transition-duration: .4s;
    z-index: 1;
}

#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;
}

header .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #000;
    padding: 2px 18px;
    float: right;
    background-color: unset;
    background-image: unset;
    background-repeat: repeat-x;
    border-color: unset;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-right: 4px;
}

header .btn-navbar i {
    font-size: 24px;
}

#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 screen and (max-width: 991px) {
    #menu .nav > li > a {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #menu .dropdown .dropdown-menu {
        background-color: #f0e4e1;

        min-height: 340px;
        padding: 20px 0;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: block;
        background-color: #f0e4e1;

        min-height: 340px;
        padding: 20px 0;
    }
}

@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: #333;
    }

    #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;
    }

    .nav > li > a {
        padding-left: 15px;
    }

    #menu .dropdown-inner li a:hover + .sub-child {
        left: 0;
    }

    #search i {
        font-size: 15px;
    }
}

/* content */
#content {
    /*min-height: 600px;*/
    min-height: 400px;
}

@media (max-width: 767px) {
    .blog_item {
        padding: 0 !important;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(1n) {
        padding: 0 5px 0 0 !important;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(1n) .blog_layout {
        height: auto !important;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(1n) img {
        width: 100%;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(2n) {
        padding: 0 0 0 5px !important;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(2n) .blog_layout {
        height: auto !important;
    }

    .categories_custom .blog_item.col-xs-6:nth-child(2n) img {
        width: 100%;
    }

    .custom__blog_item {
        padding: 0 !important;
    }

    #common-home2 .blog_item {
        padding: 0 15px !important;
    }

    #common-home2 .blog-module {
        margin: 0 15px;
    }

    #common-home2 .blog_grid_holder {
        margin: 0 -15px;
    }
}


/* footer */
footer {
    /*margin-top: 30px;*/
    /*padding-top: 30px;*/
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
.list-unstyled.list-info li:nth-child(4), .list-unstyled.list-info li:nth-child(5), .list-unstyled.list-info li:nth-child(6){
    display: none;
}
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: 1px solid #ddd;*/
    background-color: transparent;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li:after {
    content: ">";
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    color: #bdbdbd;
    /*width: 26px;
    height: 26px;
    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);*/
}

.breadcrumb > li:last-child:after {
    content: "";
}

.breadcrumb > li a {
    color: #bdbdbd;
}

.breadcrumb > li a:hover {
    color: #000;
}

.pagination {
    margin: 30px auto 30px auto;
    max-width: 400px;
}

@media (max-width: 767px) {
    .pagination > li > a {
        padding: 5px 10px;
    }

    .blog .pagination {
        display: inline-block;
    }

    .pagination span {
        position: relative;
        top: -1px;
    }

    .pagination li a {
        display: inline-block;
    }
}

/* 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, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:focus {
    outline: none;
}

.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;

    color: #111;
    border: unset;
}

.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;
}

.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;
}

.product-grid .product-thumb .image {
    float: none;
    position: relative;
}

.product-grid .product-thumb .image:before {
    position: absolute;
    content: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(10, 10, 10, .05);
    transition-duration: .2s;
}

.product-grid .product-thumb:hover .image:before {
    position: absolute;
    opacity: 0;
    transition-duration: .2s;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@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;
    }

    .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: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-retail {
    color: #999;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    /*border-top: 1px solid #ddd;*/
    background-color: #eee;
    overflow: auto;
    height: 0;
}

.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: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.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: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.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;
    }

    #content .categories_custom .col-lg-6:nth-child(2n + 1) {
        clear: unset;
    }
}

@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;
    }

    #content .categories_custom .col-lg-6:nth-child(2n + 1) {
        clear: unset;
    }
}

@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;
    }

    #content .categories_custom .col-lg-6:nth-child(2n + 1) {
        clear: unset;
    }
}

/* 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;
}

/* 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;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}

.bottom-line {
    border-bottom: 1px solid #b2b1b1;
}

/*********************************************************************************************************************************************************/
/*******************************************************************************CUSTOM STYLES*************************************************************/

.pos-relative {
    position: relative;
}

.flex-row {
    display: flex;
    align-items: center;
}

flex-col-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapper {
    max-width: 1260px;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: auto;

    /*overflow: hidden;*/
}

.container.menu-container {
    overflow: unset;
}

.btn-navy {
    background-color: #2f3842;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.btn-navy:hover {
    color: #fff !important;
}

.btn-aqua {
    background-color: #cde0db;
    color: #000;
    transition-duration: .2s;
}

.btn-aqua:hover {
    background-color: #DCEFE7;
    color: #000;
    transition-duration: .2s;
}

.width-100 {
    width: 100%;
}

#top-links .table > tbody > tr > td,
#top-links .table > tbody > tr > th,
#top-links .table > tfoot > tr > td,
#top-links .table > tfoot > tr > th,
#top-links .table > thead > tr > td,
#top-links .table > thead > tr > th {
    border-top: none;
}

#top-links .card_img {
    width: 80px !important;
    height: 80px !important;
}

#top-links .card_img img {
    width: 100% !important;
    height: auto;
}

#top-links .table-bordered > tbody > tr > td,
#top-links .table-bordered > tbody > tr > th,
#top-links .table-bordered > tfoot > tr > td,
#top-links .table-bordered > tfoot > tr > th,
#top-links .table-bordered > thead > tr > td,
#top-links .table-bordered > thead > tr > th {
    border: none;
}

.cart-total-table {
    border-top: 2px solid #ada9a9;
    border-bottom: 2px solid #ada9a9;
    border-right: unset;
    border-left: unset;
}

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

body .img-thumbnail {
    border-radius: unset;
}

a {
    color: rgb(42, 42, 42);
}

.April_1_x_10____38_000_грн {
    font-size: 26px;
    font-family: "Roboto";
    color: rgb(42, 42, 42);
    font-weight: bold;
    line-height: 1.846;
    text-align: left;
    position: absolute;
    left: 2666.906px;
    top: 229.76px;
    z-index: 284;
}

/* .triangle-quote {
  position: relative;
}

.triangle-quote:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-color: #fff;
  border: 20px solid transparent; border-bottom: 20px solid #fff;
  top: 0;
  right: 30px;
} */

.language-select img {
    width: 25px;
    height: 25px;
    z-index: 10;
    position: relative;
}

.language-select.active img {
    width: 30px;
    height: 30px;
}


.lang-list {
    min-width: 70px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

@media screen and (max-width: 767px) {
    .lang-list {
        display: flex;
        position: static;
        border: none;
        box-shadow: none;
    }
}

/**********************************************************HEADER BLOCK**************************************************************/

header {
    padding-top: 15px;
    background-color: #fff
}

@media (max-width: 425px) {
    header {
        padding-top: 0;
    }
}

.menu-container {
    background-color: #fff
}

#logo {
    max-width: 212px;
    height: 75px;
    margin: 0 0 0 0;
}

#logo img {
    width: 100%;
    height: 100%;
    max-height: 75px;
}

.icon-25 {
    font-size: 25px;
    width: 25px;
    height: 25px;
}

#cart > .btn {
    background: unset;
    border: unset;
    box-shadow: none;
}

#cart-total {
    background-color: #fc2703;
    /* padding: 6px; */
    color: #fff;
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.top-links {
    display: flex;
    align-items: center;
}

.menu-icon {
    width: 44px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    #search {
        /*display: none;*/
    }

    #logo {
        padding-top: 0;
        margin: 5px 0 5px 0;
        height: 45px;
    }

    #logo img {
        max-width: 130px;
    }

    .navbar-nav .open .lang-list {
        /* position: absolute; */
        left: -100%;
        top: -74px;
        background: #fff;
        display: flex;
        align-items: center;
    }

    #form-language .lang-btn {
        display: none;
    }
}

#mob_language {
    margin-bottom: 15px;
}

@media screen and (max-width: 478px) {

    .cart-dropdown-list {
        position: fixed;
        left: 0;
        top: 74px;
    }

    .breadcrumb > li {
        display: none;
    }

    .breadcrumb > li:nth-last-child(-n+2) {
        display: block;
    }

    .breadcrumb > li:nth-last-child(-n+1) {
        display: none;
    }

    .breadcrumb > li:after {
        display: none;
    }

    .breadcrumb > li a:before {
        content: " " !important;
        background: url(/image/icon/Icon_53.svg) no-repeat;
        display: inline-block;
        width: 20px;
        height: 8px;
        margin-right: 5px;
    }

    .breadcrumb {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 425px) {

    .menu-icon {
        width: 34px;
        height: 35px;
    }

    #cart > .btn {
        padding: 10px 5px;
    }

    /* .line_menu {
      margin-right: 20px;
      margin-left: 20px;
    } */
}


/********************************************** POPUP SLIDERS *****************************************/
body .mfp-close-btn-in .mfp-close {
    color: #000;
}

body.overflow-hidden {
    overflow: hidden;
}

.custom-modal-dialog {
    height: 100vh;
}

.mfp-container {
    background: #fff;
}

.slick-track {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1300px) {
    .custom-modal-dialog {
        width: 1200px;
    }
}

.popup {
    height: 100vh;
    width: 100%;
}

.popup-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.slider-for {
    /* width: 90%; */
    /* max-width: 1200px; */
    /* max-height: 70vh; */
}

.slider-for .owl-stage {
    height: calc(100vh - 300px);
}

.slider-for__item {
    height: calc(100vh - 300px);
}

.slider-for__item img {
    width: 100%;
    height: auto;
    max-height: 100%;
}


.slider-nav {
    /* width: 100%; */
    /* max-height: 30vh; */
}

.slider-nav__item {
    max-width: 300px;
    /* height: 26vh; */
    margin: auto;
}

.slider-nav__item img {
    width: 100%;
    height: 100%;
}


.image-additional-slide img {
    width: 100%;
    outline: none;
    border: none;
}

.image-additional-slide a {
    outline: none;
    border: none;
}

.slick-next.slick-arrow {
    background: url(/image/icon/arrow_next.svg) no-repeat;
    background-size: 100%;
    right: 20px;
    width: 52px;
    height: 53px;
    opacity: 0.6;
}

.slick-prev.slick-arrow {
    background: url(/image/icon/arrow_next.svg) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    left: 20px;
    width: 52px;
    height: 53px;
    z-index: 1;
    opacity: 0.6;
    top: 47%;
}

.slick-next.slick-arrow:hover {
    opacity: 1;
}

.slick-prev.slick-arrow:hover {
    opacity: 1;
}

.slick-next:before {
    content: ' ' !important;
}

.slick-prev:before {
    content: ' ' !important;
}

.slick-dots li button:before {
    font-size: 50px;
}

.thumbnails {
    margin-top: 20px;
}

.product-tabs {
    border-top: 1px solid #b2b1b1;
    border-bottom: 1px solid #b2b1b1;
}

.product-tabs .product-tab {
    border-bottom: 1px solid #b2b1b1;
}

.product-tabs .product-tab:last-child {
    border-bottom: none;
}

.product-tabs .product-tab-head {
    position: relative;
    padding: 15px 5px;
    font-size: 16px;
    color: #2a2a2a;
    cursor: pointer;
}

.product-tabs .table > tbody > tr > td,
.product-tabs .table > tbody > tr > th,
.product-tabs .table > tfoot > tr > td,
.product-tabs .table > tfoot > tr > th,
.product-tabs .table > thead > tr > td,
.product-tabs .table > thead > tr > th {
    border: unset;
}

.product-tabs tbody > tr:nth-of-type(odd) {
    background-color: #f7f8fa;
}

.product-tabs .product-tab-head:hover {
    background-color: #f7f8fa;

}

.product-tabs .product-tab-head .toggle {
    content: " ";
    background: url(/image/icon/plus.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.product-tabs .product-tab-head.active .toggle {
    background: url(/image/icon/minus.svg) no-repeat;
    background-size: 100%;
}

.product-tabs .product-tab-content {
    margin-top: 5px;
}

.blog.blog_post .product-layout .product-thumb,
.product-tabs .product-tab-content .product-thumb {
    height: 370px;
}

@media screen and (max-width: 767px) {
    .blog.blog_post .product-layout .product-thumb,
    .product-tabs .product-tab-content .product-thumb {
        height: 300px;
    }
}

.product-tabs .product-tab-content .table {
    font-size: 14px;
}

.product-layout .product-thumb {
    border-radius: 5px;
    /*border: 1px solid  transparent;*/

    background-color: #fff;
}

.product-layout:hover .product-thumb {
    box-shadow: 0px 0px 5px #c3c3c3;
}

.product-layout .product-thumb .caption {
    padding: 0 5px;
    min-height: 90px;
}

.product-layout .product-thumb .caption .name {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 5px;
    display: block;
    min-height: 40px;
}

.product-layout .product-thumb .caption .description {
    font-size: 13px;
    line-height: 16px;
    margin-top: 1px;
}

.product-layout .product-thumb .price {
    color: #ff6363;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;

    display: flex;
    justify-content: space-between;
}


.product-layout .product-thumb .wishblock {
    position: absolute;
    z-index: 1;
    width: 25px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.product-layout:hover .product-thumb .wishblock {
    display: block;
}

.blog-tab .blog-layout:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0px;
}

.blog-tab .blog-layout:nth-child(2n+1) {
    padding-right: 10px;
    padding-left: 0px;
}

.blog-tab .blog-layout .image {
    border-radius: 7px;
    overflow: hidden;
}

.blog-tab .blog-layout .caption {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-tab .blog-layout .caption .name {
    color: #777;
    font-size: 14px;
    padding-left: 5px;
}

.blog-tab .blog-layout .caption .city {
    padding-left: 5px;
}

.product-right-content {
    padding: 25px 25px;
    background-color: #f7f8fa;
    border: 1px solid #d4d5d6;
    border-radius: 7px;
}

.product-right-content .block_title {

}

.product-right-content .block_title .upc {
    color: rgb(10, 10, 10);
    font-size: 22px;
    display: initial;
}

.product-right-content .block_title .line {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.product-right-content .block_title .model {
    color: #777777;
    font-size: 16px;
}

.product-right-content h1 {
    font-size: 16px;
    color: #0a0a0a;
    margin-top: 10px;
    text-align: left;
}

.product-right-content .block_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.product-right-content .block_price .price_opt {
    color: #ff6363;
    font-size: 28px;
    line-height: 34px;
}

.product-right-content .block_price .price_opt_sht {
    color: #777777;
    margin-top: 5px;
}

.product-right-content .block_price .price_rozn {
    color: #777;
    font-size: 28px;
    line-height: 34px;
}

.product-right-content .block_price .price_rozn_text {
    color: #777777;
    margin-top: 5px;
}

.product-right-content #product {
    margin-top: 0px;
}

.product-right-content .inputTN {
    position: relative;
    width: 70px;
}

.product-right-content .inputTN__input {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 20px;
    border: 1px solid #d0c4db;
    outline: none;
    width: 100%;
    height: 50px;
    transition: .2s;
    font-size: 18px !important;
}

.inputTN input[type="text"].form-control {
    height: 55px;
    width: 70px;
    line-height: 20px;
    padding: 0 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #d4d5d6;
    box-shadow: unset;
}

.product-right-content .inputTN:hover .inputTN__input,
.product-right-content .inputTN:focus .inputTN__input {
    border-color: #a5a5a5;
}

.product-right-content .inputTN__top {
    width: 0px;
    border: 5px solid transparent;
    border-bottom: 7px solid #d0c4db;
    position: absolute;
    top: 16%;
    right: 15px;
    cursor: pointer;
    transition: .2s;
}

.product-right-content .inputTN__top:hover {
    border-bottom-color: #a5a5a5;
}

.product-right-content .inputTN__bottom {
    width: 0px;
    border: 5px solid transparent;
    border-top: 7px solid #d0c4db;
    position: absolute;
    top: 58%;
    right: 15px;
    cursor: pointer;
    transition: .2s;
}

.product-right-content .inputTN__bottom:hover {
    border-top-color: #888;
}

.product-right-content .cart_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-right-content #button-cart {
    width: 75%;
    border: none;
    outline: none;
    background: #ed6d68;
    text-transform: uppercase;
    font-size: 14px;
}

.product-right-content #button-wishlist {
    height: 50px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #d2d3d4;
    background: #fff;
    position: relative;
    font-size: 14px;
}

.product-right-content #button-wishlist:before {
    content: " ";
    background: url(/image/icon/plus.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 16px;
}

.product-right-content .product-block-info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.product-right-content .product-block-info .product-block-info-item {
    background: url(/image/icon/galochka.svg) 0px 4px no-repeat;
    padding-left: 25px;
    background-size: 13px;
}

.product-right-content .product-block-info .product-block-info-item.green {
    color: #68a018;
}

.product-right-content .files_block {
    margin-bottom: 20px;
}

.product-right-content .files_block .file-item {
    margin-bottom: 5px;
}

.product-right-content .files_block .file-item .file-item-image {
    display: inline-block;
    max-width: 40px;
    margin-right: 10px;
    margin-left: -3px;
}

.product-right-content .files_block .file-item .file-item-image img {
    /*width: 100%;*/
    display: block;
    height: 50px;
}

.product-right-content .files_block .file-item .file-item-link {
    display: inline-block;
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #000;
}

.product-right-content .files_block .file-item .file-item-link:hover {
    text-decoration: underline;
}

.product-right-content .files_block .file-item .file-item-link a:after {
    content: " ";
    background: url(/image/icon/icon_download.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -25px;
    top: 0px;
    cursor: pointer;
    opacity: 0;
}

.product-right-content .files_block .file-item:hover .file-item-link a:after {
    opacity: 1;
}


.product-right-content .files_block .file-item .file-item-link .size {
    color: #737171;
}

.product-right-content .files_block .file-item .file-item-link .slash {
    margin-left: 1px;
    margin-right: 5px;
}

.product-right-content .option-block {
    position: relative;

}

.product-right-content .option-block .option-active {
    /*background: url(/image/icon/arrow_down.png) right 10px top 21px no-repeat;*/
    background-color: #fff;
    border: 1px solid #d4d5d6;
    padding: 15px 5px 15px 10px;
    border-radius: 5px;
    height: 52px;
    cursor: pointer;
}

.product-right-content .has-error .option-block .option-active {
    border: 1px solid #ed6d68;
}

.product-right-content .option-block .option-active.selected {
    padding: 5px 15px 5px 10px;

}

.product-right-content .option-block .option-active:after {
    content: " ";
    display: block;
    clear: both;
}

.product-right-content .option-block .option-active:after {
    content: " ";
    width: 0px;
    border: 5px solid transparent;
    border-top: 7px solid #a5a5a5;
    position: absolute;
    top: 44%;
    right: 15px;
    cursor: pointer;
    transition: .2s;
}

.product-right-content .option-block .option-active .option-image {
    float: left;
    margin-right: 10px;
    max-width: 42px;
    max-height: 42px;
}

.product-right-content .option-block .option-active .option-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-right-content .option-block .option-active .option-name {
    font-size: 14px;
    line-height: 10px;
    cursor: pointer;
    color: #0a0a0a;
}

.product-right-content .option-block .option-active.selected .option-name {
    font-size: 11px;
    display: block;
    margin-bottom: 0px;
    margin-top: 5px;
}

.product-right-content .option-block .option-active .option-selected {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    display: block;
    color: #000;

}

.product-right-content .option-block .option-list {
    border: 1px solid #161616;
    border-radius: 3px;
    padding: 5px 0px;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 0px;
    display: none;
    overflow: auto;

}

.product-right-content .option-block.open .option-list {
    display: block;

}

.product-right-content .option-block .option-list .option-list-item {
    padding: 5px 35px 5px 13px;
    cursor: pointer;
    position: relative;
    min-height: 52px;
}

.option-block .option-list .option-list-item.active:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(/image/icon/option_checkbox.svg) no-repeat;
    background-size: 100%;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.product-right-content .option-block .option-list .option-list-item:hover {
    background-color: #f2f2f2;
}

.product-right-content .option-block .option-list .option-list-item .option-value-image {
    margin-right: 10px;
    float: left;
    max-width: 42px;
    max-height: 42px;
}

.product-right-content .option-block .option-list .option-list-item .option-value-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-right-content .option-block .option-list .option-list-item .option-value-name {
    display: flex;
    align-items: center;
    min-height: 42px;
    font-size: 14px;
    color: #0a0a0a;

}

.product-right-content .option-block .option-list .option-list-item .option-value-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/image/icon/option_checkbox.jpg) no-repeat;
    background-size: 100%;

}

.product-right-content .text-danger {
    color: #ed6d68;
}

.product-right-content .block_options .form-group .control-label {
    display: none;
}

.product-right-content .block_options .form-group .form-control {
    display: none;
}

.product-right-content .block_attributes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-right-content .block_attributes .attribute_item {
    text-align: center;
}

.product-right-content .block_attributes .attribute_item .attribute_item_image {

}

.product-right-content .block_attributes .attribute_item .attribute_item_image img {
    /*width: 20px;*/
    height: 35px;
}

.product-right-content .block_attributes .attribute_item .attribute_item_title {
    color: #0a0a0a;
}


@media screen and (min-width: 768px) {
    .col-product-right-content {
        position: absolute;
        right: 0;
        z-index: 1;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .product-tab-content.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .custom__row {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }

    #menu {
        /*display: none;*/
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 200;
    }

    .thumbnails {
        display: none;
    }

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

    .product-layout:nth-child(2n) {
        padding-left: 2px;
        padding-right: 0px;
    }

    .latest_custom .product-layout:nth-child(2n) {
        padding-left: 5px;
    }

    .product-layout:nth-child(2n+1) {
        padding-right: 3px;
        padding-left: 0px;
    }

    .latest_custom .product-layout:nth-child(2n+1) {
        padding-right: 5px;
    }

    .product-layout .product-thumb .caption {
        padding: 0 5px;
    }

    .product-thumb h4 {
        font-size: 13px;
    }

    .product-layout .product-thumb .caption .name {
        font-size: 13px;
        line-height: 1.1;
        min-height: 30px;
    }

    .product-layout .product-thumb .caption .description {
        font-size: 11px;
    }

    .product-layout .product-thumb .price {
        font-size: 14px;
    }

    .blog-tab .blog-layout:nth-child(2n) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .blog-tab .blog-layout:nth-child(2n+1) {
        padding-right: 0px;
        padding-left: 0px;
    }

    .product-right-content {
        border: none;
        background: none;
        padding: 25px 0px;
    }

    .product-right-content .block_title {
        text-align: center;
    }

    .product-right-content h1 {
        text-align: center;
    }

}

@media screen and (max-width: 520px) {
    .product-layout .product-thumb .price {
        font-size: 11px;
    }
}


/*****************************************************************HOME BANNER***************************************************/

.carousel-banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.carousel-banner__content h2 {
    font-size: 44px;
    line-height: 1;
    color: #fff;
}

#carousel-banner .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}

.carousel-banner__content p {
    font-size: 25px;
    line-height: 1;
}

body .swiper-viewport {
    border: none;
}

body .swiper-button-prev, body .swiper-button-next {
    display: none;
}

@media screen and (max-width: 768px) {
    .carousel-banner__content h2 {
        font-size: 20px;
    }

    .carousel-banner__content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    #carousel-banner .swiper-slide {
        height: 460px;
    }

    #carousel-banner .swiper-wrapper .swiper-slide img {
        height: 100%;
    }
}


/************************************************FULLWIDTH LATEST PRODUCTS************************/

.latest_custom {
    background-color: #ece6df;
}

.latest_custom .product-layout .product-thumb {
    border-radius: 8px;
    background-color: #fff;
    height: 400px;
}

.latest_custom .product-layout .product-thumb .image img {
    /* width: 298px; */
}

.latest_custom h3 {
    color: #0a0a0a;
    text-align: center;
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.latest_custom .product-layout .product-thumb p {
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .latest_custom .product-layout .product-thumb .price {
        font-size: 10px;
    }

    .product-tabs .product-tab-content .product-thumb {
        height: auto;
    }

    .latest_custom h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .latest_custom .product-layout .product-thumb .price {
        font-size: 8px;
    }

    .latest_custom .product-layout .product-thumb {
        height: 300px;
    }


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

@media screen and (max-width: 500px) {
    .product-layout .product-thumb {
        height: auto;
    }

    .product-layout .product-thumb .block_price {
        height: auto !important;
        margin-top: 0;
    }

    .product-tab-content .product-layout .product-thumb .block_price {
        margin-top: 10px;
    }
}


/********************************************************CLIENTS CAROUSEL****************************************/

.clients-carousel img {
    width: 100px;
    height: auto;
}

.clients-carousel__item {
    background-color: #fff;
    margin: 0 auto 15px auto;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#common-home .swiper-viewport,
#common-home2 .swiper-viewport {
    background: transparent !important;
    box-shadow: none !important;
}

#common-home2 > .row:last-child {
    display: none;
}

@media screen and (max-width: 640px) {
    .clients-carousel__item {
        margin: 0 auto 25px;
    }
}


.container h2 {
    text-align: center;
}
#product-manufacturer.container h2{
    text-align: left;
}

/**********************************************БЛОГ ГЛАВНАЯ*********************************/


.blog_grid_holder.latest {
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .blog .link_blog {
        margin-top: 40px;
    }
}


/*********************************************** ACCORDION STYLES ***********************************************************/
.accordion-item {
    overflow: hidden;
    /*  note that we're transitioning max-height, not height! */
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
}

.accordion-item.hidden {
    /* display: none; */
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.accordion-item.show {
    /* display: block; */
    /* still have to hard-code a value! */
    max-height: 900px;
    padding-top: 15px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.show-accordion {
    cursor: pointer;
    display: block;
    margin-left: auto;
    width: 50px;
}

.show-accordion__show,
.show-accordion__hide {
    display: none;
}

.show-accordion__show.show,
.show-accordion__hide.show {
    display: block;
}


a.image-link{
    display: block;
    width: 100% !important;
}
a.image-link img{
    width: 100% !important;
}

/*********************************************************SUBSCRIBERS******************************************/

.subscribers-wrap {
    background-color: #ece6df;
    padding: 20px 0;
    margin-top: 40px;
}

.subscribers h3 {
    text-align: left;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 32px;
}

.subscribers .col-md-12, .subscribers .col-md-2 {
    text-align: left
}

.subscribers .col-xs-12.col-md-5 {
    padding-left: 10px;
}

.subscribers .input-group {
    width: 100%;
    display: table
}

.subscribers p {
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
}

.subscribers .btn {
    height: 46px;
    text-transform: capitalize;
}

.form-rounded {
    border-radius: 30px !important;
}

.btn-rounded {
    border-radius: 30px;
}

.subscribers label {
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    font-weight: 300px;
}

body .form-inline .input-group > .form-control {
    font-weight: 300;
}


@media screen and (max-width: 768px) {
    .subscribers .col-xs-12.col-md-5 {
        padding-left: 15px;
    }

    .subscribers h3 {
        font-size: 24px;
    }

    .subscribers p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .subscribers h3 {
        text-align: center;
    }

    .subscribers p {
        text-align: center;
    }

    .subscribers .col-md-12, .subscribers .col-md-2 {
        text-align: center;
    }
}


/************************************************HOME CATEGORIES CUSTOM********************************************/

.categories_custom .blog_layout .box-title {
    background-color: transparent;
    top: 0;
    bottom: unset;
    left: 0;
    text-align: left;
    right: unset;
    margin: 0;
    width: unset;
    padding: 30px;
}

.categories_custom .blog_layout .box-title h2,
.categories_custom .blog_layout .box-title p {
    text-align: left;
}


/*********************************************** BOOTSTRAP 4 MULTILEVEL SUBMENU *********************************************/
.dropdown-submenu {
    position: relative;
}

.dropdown-inner a {
    position: relative;
    font
}

.dropdown-inner li {
    /*position: relative;*/
}

.dropdown-inner a .dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
}

.dropdown-inner a .dropdown-toggle svg {
    height: 12px;
    width: 12px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.dropdown a.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    /*    border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;*/
    /*transform: rotate(-90deg);*/
    background-image: url(/image/menu-arrow.png);
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    right: 15px;
    top: 6px;
    display: none;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

header .dropdown a.dropdown-toggle:after {
    display: none;
}

#menu .menu_close {
    display: none;
    position: absolute;
    right: 17px;
    top: 29px;
}


.sub-child.list-unstyled {
    background-color: #e6d5cf;
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 0;
    display: none !important;
    transition-duration: .4s;
    height: 100%;
    padding: 20px 0;
    z-index: -1;
}

.sub-child.show {
    left: 100%;
    display: block;
    opacity: 1;
    transition-duration: .4s;
    z-index: 1;
}

.sub-child:hover {
    left: 100%;
    display: table-cell !important;
    opacity: 1;
    transition-duration: .4s;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #menu .sub-child.list-unstyled {
        position: relative;
        left: 0;
        height: 0;
        display: none;
    }

    #menu .sub-child.show {
        height: auto;
        display: block;
    }

    .menu-category-name {
        display: none;
    }

    .dropdown a.dropdown-toggle:after {
        display: block;
        transform: rotate(90deg);
        top: 25px;
        transition-duration: .2s;
    }

    .dropdown.open a.dropdown-toggle:after {
        display: block;
        transform: rotate(180deg);
        top: 12px;
        transition-duration: .2s;
    }

    header .dropdown a.dropdown-toggle:after {
        display: none;
    }

    .container.menu-container {
        padding: 0;
    }

    .navbar-collapse {
        padding: 10px;
    }

    #menu .dropdown-menu.lang-list {

    }

    #menu .menu_close {
        display: block;
    }
}


/***** FOR HOVER DROPDOWN ******/
/* .dropdown:hover >.dropdown-menu {
  display: block;
}

.dropdown-menu:hover {
    display: block
} */


/************************************************FOOTER***********************************/
.footer__social {
    background-color: #2f3842;
}

.footer__social-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 15px;
}

.footer__social-item {
    margin-right: 20px;
}

.footer__social-item:hover svg {
    fill: #fff;
}

.footer__social-item svg {
    width: 34px;
    height: 34px;
}


/****************************************************CATEGORY FILTER**************************************/
.category-filter h3 {
    background-color: #f2f2f2;
    padding: 5px 0;
}

.category-filter .level-1-category {
    padding: 3px 12px;
    padding-left: 15px;
}

.category-filter .level-2-category {
    padding: 1px 12px;
    padding-left: 30px;
}

.category-filter .level-3-category {
    padding: 1px 12px;
    padding-left: 45px;
}


.list-group a.level-1-category.active,
.list-group a.level-1-category.active:hover,
.list-group a.level-1-category:hover {
    background: none;
    border: unset;
}

.list-group a.level-1-category {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-group a.level-2-category.active,
.list-group a.level-2-category.active:hover,
.list-group a.level-2-category:hover {
    background: none;
    border: unset;
    text-decoration: underline;
    font-weight: 600;
}

.list-group a.level-2-category {
    background: none;
    border: unset;
    font-size: 13px;
}

.list-group a.level-3-category.active,
.list-group a.level-3-category.active:hover,
.list-group a.level-3-category:hover {
    background: none;
    border: unset;
    text-decoration: underline;
}

.list-group a.level-3-category {
    font-size: 13px;
}


/********************************************CATEGORY PAGE***********************************/


.category-thumb__name h4 {
    font-weight: 600;
}

.product_code {
    text-align: left !important;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .product_code {
        font-size: 16px;
    }
}


.category-thumb a {
    font-weight: 600;
}

.category-thumb__img {
    text-align: center;
}

.category-thumb__img img {
    width: 100%;
    max-width: 170px;
}

.category-thumb {
    background-color: #f2f2f2;
    margin-bottom: 35px;
    padding-top: 10px;
}

.category-thumb-desc {
    padding: 10px;
    max-width: 170px;
    margin: auto;
}

.product-thumb .button-group button.button_wishlist {
    position: absolute;
    top: 9px;
    right: 11px;
    border: unset;
    background-color: transparent;
    display: inline;
    width: unset;
    padding: 0;
    z-index: 9;
}

.product-thumb .button-group button.button_wishlist:focus {
    outline: none;
}

.product-thumb .button-group button.button_wishlist svg {
    width: 25px;
    height: auto;
    opacity: .5;
}

.product-thumb .button-group button.button_wishlist:hover svg {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .product-thumb .button-group button.button_wishlist svg {
        width: 20px;
        height: auto;
    }

    .product-thumb .button-group button.button_wishlist,
    .product-layout .product-thumb .wishblock {
        right: 10px;
        top: 10px;
        padding: 0;
        line-height: initial;
    }
}

.input-group .form-control#input-sort,
.input-group .form-control#input-limit {
    border: unset;
    box-shadow: none;
    font-weight: 800;
    background: #fff;
}

#list-view,
#grid-view {
    display: none;
}

#list-view option,
#grid-view option {
    padding: 4px 0;
}

label[for=email] {
    position: relative;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #0000005e;
    border-radius: 6px;
    margin: 0 5px;
    background: unset;
    color: #000000;
}

@media (max-width: 425px) {
    .pagination > li > a, .pagination > li > span {
        margin: 0 1px !important;
    }
}

.pagination > li > a:hover, .pagination > li > span:hover {
    border: 1px solid #000000;
    color: #000000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #000;
    border-radius: 6px;
    background: unset;
    color: #000000;
    font-weight: 600;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 6px;
}

.category-thumb__children .category-thumb__children__name {
    display: none;
}

.category-thumb__children .category-thumb__children__name:nth-child(1),
.category-thumb__children .category-thumb__children__name:nth-child(2),
.category-thumb__children .category-thumb__children__name:nth-child(3),
.category-thumb__children .category-thumb__children__name:nth-child(4),
.category-thumb__children .category-thumb__children__name:nth-child(5) {
    display: block;
}

.category-thumb__children__name a {
    color: #bdbdbd;
}

@media screen and (max-width: 580px) {
    #input-sort {
        position: absolute;
        width: 85%;
        height: 100%;
        top: 0;
        right: 0;
    }
    #product-manufacturer .form-group.input-group.input-group-sm{
        width: 100%;
    }
    #input-sort .dd-options {
        top: 31px;
        right: 0;
    }

    #input-sort .dd-select {
        height: 100%;
        opacity: 0;
    }

    #input-sort .dd-selected {
        height: 100%;
    }

    .form-group.input-group label[for=input-sort] {
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        text-align: right;
    }

    .form-group.input-group label[for=input-sort]:before {
        content: '';
        position: absolute;
        top: 7px;
        right: 90px;
        left: 0;
        width: 22px;
        height: 17px;
        background-image: url(/image/icon/input_sort.svg);
        background-repeat: no-repeat;
    }
    .custom-mob-filter2 .form-group.input-group label[for=input-sort]:before {
        content: '';
        position: absolute;
        top: 2.5px;
        right: 90px;
        width: 22px;
        height: 17px;
        background-image: url(/image/icon/input_sort.svg);
        background-repeat: no-repeat;
    }

    .form-group.input-group.input-sort-wrap {
        width: 100%;
        margin-bottom: 0;
    }

    .product_description_wrap {
        background-color: #f0e4e1;
        padding-bottom: 10px;
    }

    .product_description_wrap2 {
        background-color: #fff;
        padding-bottom: 0;
    }

    .product_description_title {
        background-color: #f0e4e1;
        padding-bottom: 10px;
        margin-top: -20px;
    }

    .product_description_title h1 {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .category-thumb {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
        padding: 5px;
        background-color: transparent;
        border-bottom: 1px solid #d8d6d6;
    }

    .category-thumb__img {
        width: 100px;
        height: 100px;
        /*border-radius: 50%;*/
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #d8d6d6;
    }

    .category-thumb__img img {
        max-width: 100%;
        object-fit: cover;
    }

    .category-thumb-desc {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 425px) {
    .category-thumb__img {
        width: 70px;
        height: 70px;
    }
}

/************************************************PRODUCT THUMB**********************************/

.product-thumb .image img {
    max-width: initial !important;
    width: 100%;
}

.product-layout .product-thumb {
    /* padding-bottom: 15px; */
    position: relative;
}

.product-thumb .product_code {
    font-weight: 500;
    margin-bottom: 0;
}

.product-thumb h4 {
    height: 35px !important;
    margin-top: 5px;
    color: #777777;
    font-weight: 400;
}

.product-thumb .block_price {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-thumb .block_price .price_opt {
    color: #ff6363;
    font-size: 14px;
    font-weight: 400;
}

.product-thumb .block_price .price_rozn strong,
.product-thumb .block_price .price_opt strong {
    font-weight: 500;
}

.product-thumb .block_price .price_rozn {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}


@media screen and (max-width: 520px) {
    .product-thumb .block_price .price_rozn,
    .product-thumb .block_price .price_opt {
        font-size: 12px;
        font-weight: 400;
    }
}


/************************************************8*CONTACT PAGE**********************************/
.information-contact h1 {
    text-align: center;
}

.contact__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.panel.panel-default.contact__address {
    border: unset;
    max-width: 40%;
}

.contact__wrap form {
    max-width: 60%;
    width: 100%;
}

.form-group.form_group-custom {
    display: flex;
    flex-direction: column;
}

.form_textarea {
    padding-right: 0;
}

.form-group.form_group-custom .control-label {
    text-align: left;
}

body .form-input {
    background-color: #e5ecf0 !important;
    border: unset;
    outline: none;
    box-shadow: none;
}

body .form-control {
    background-color: #e5ecf0;
    border: unset;
    outline: none;
    box-shadow: none;
}

#account-password .form-control,
body #simplepage_form .form-control {
    background-color: #e5ecf0 !important;
    height: 34px !important;
}

body .form-control:focus {
    border: unset;
    box-shadow: none;
}

.col-no-padding {
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .col-md-6:nth-child(2n) {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .col-md-6:nth-child(2n) .col-sm-12 {
    padding-right: 0;
}

.contact__info-item address {
    margin-bottom: 0;
}

.contact__info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact__info-item svg {
    width: 20px !important;
    height: 20px;
    margin-right: 8px;
}

.button-form {
    background-color: #cde0db;
    color: #fff;
    text-transform: uppercase;
    min-width: 170px;
    font-weight: 600;
}

.contact__map {
    height: 450px;
}

@media screen and (max-width: 767px) {
    .contact__wrap {
        flex-direction: column;
    }

    .form-horizontal .col-md-6 {
        padding: 0 15px;
    }

    .form-horizontal .col-md-6 .col-sm-12 {
        padding: 0 15px;
    }

    .form-horizontal .col-md-6:nth-child(2n) {
        padding: 0 15px;
    }

    .form-horizontal .col-md-6:nth-child(2n) .col-sm-12 {
        padding: 0;
    }

    .form_textarea {
        padding-right: 15px;
    }

    .contact__wrap form {
        max-width: unset;
    }

    .panel.panel-default.contact__address {
        max-width: unset;
    }

    .contact__map {
        height: 250px;
    }
}


/**************************************************MEGAMENU STYLES*****************************************/
.menu-header-box {
    background-color: #fff;
}

body #horizontal-menu .nav > li:hover > .dropdown-menu > li.nsmenu-issubchild > ul.nsmenu-ischild {
    display: block !important;
}

body #horizontal-menu .navbar-nav > li {
    position: inherit;
}

body #horizontal-menu {
    background-color: transparent;
    margin-bottom: 0;
}

body #horizontal-menu .nav.navbar-nav > li > a .arrow {
    display: none;
}

body #horizontal-menu .navbar-collapse {
    background-color: transparent;
}

body #horizontal-menu .navbar-collapse li a {
    color: #000;
}

body #horizontal-menu .navbar-collapse li {
    padding: 5px 0;
}

body #horizontal-menu .navbar-collapse li:hover a {
    color: #000;
    background-color: #f0e4e1;
    border-radius: 30px;
}

body #horizontal-menu .nav > li:hover > a .arrow {
    opacity: 0;
}

body #horizontal-menu .nav > li.dropdown:hover:before,
body #horizontal-menu .nav > li.dropdown.open:before {
    display: none;
}

body #horizontal-menu .nav > li > a {
    padding: 6px 10px;
    text-transform: uppercase;
}

body #horizontal-menu .nsmenu-issubchild a {

}

body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a {
    border-radius: unset;
    font-weight: 600;
    padding-left: 15px;
    font-size: 14px;
    /*padding: 10px;*/
}

body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a:hover {
    text-decoration: underline;
}

body #horizontal-menu .nsmenu-type-category-simple ul a {
    padding: 2px 8px;
}

body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover > a.hover,
body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover > a:hover,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover > a.hover,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover > a,
body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li.hover,
body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li.hover,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a.hover {
    background-color: #e6d5cf;
}

@media screen and (max-width: 767px) {
    body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover > a.hover,
    body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover > a:hover,
    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover > a.hover,
    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover > a,
    body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li.hover,
    body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li:hover,
    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li.hover,
    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li:hover,
    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a.hover {
        background-color: #fff;
    }
}

body #horizontal-menu .nsmenu-type-information ul a,
body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple {
    border-radius: unset;
    background-color: #e6d5cf;
    padding: 15px;
}

body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple li a {
    border-radius: unset;
    background-color: #e6d5cf;
}

body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple li:hover a {
    text-decoration: underline;
}

body #horizontal-menu .nsmenu-type-information .nsmenu-haschild > li + li,
body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li + li {
    border: unset;
}

body #horizontal-menu .dropdown-menu .arrow {
    transform: rotate(-90deg);
    font-weight: 800;
}

body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul ul.nsmenu-ischild-list {
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 768px) {
    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild {
        background-color: #f0e4e1;
        min-height: 380px;
        padding: 15px 0;
        border-bottom-left-radius: 20px;
        min-width: 320px;
    }

    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-ischild {
        background-color: #e6d5cf;
        border: unset;
    }

    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-ischild > li + li {
        border: unset;
    }

    body #horizontal-menu .nsmenu-type-information ul a,
    body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple {
        min-height: 380px;
    }

    body .dropdown-menu {
        border: unset;
    }

    body #horizontal-menu .nsmenu-thumb {
        display: none;
    }

    body #horizontal-menu .nsmenu-thumb.menu_category_thumb {
        display: block;
        max-width: 80%;
    }

    .menu_category_img {
        position: absolute;
        right: 25px;
        top: 25px;
        height: 150px;
        width: 150px;
        background-color: #dbc7c3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li {
        position: static;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li:hover > ul {
        top: 1px !important;
        min-width: 360px;
        border-bottom-right-radius: 20px;
    }

    body #horizontal-menu .nav > li:hover > .dropdown-menu {
        border-bottom-left-radius: 20px;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul.show_first {
        display: block !important;
        min-width: 360px;
        top: 1px !important;
        border-bottom-right-radius: 20px;
        position: absolute;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul.extended {
        min-width: 560px;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul.extended .nsmenu-ischild-list li:first-child {
        margin-top: 7px;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul ul.nsmenu-ischild-list {
        display: block !important;
        padding: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        width: 70%;
    }

    .menu_category_title {
        font-size: 18px !important;
        text-transform: uppercase;
        font-weight: 400 !important;
    }

    .menu_category_title.child {
        text-transform: capitalize;
        font-weight: 600 !important;
    }

    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul {
        /*min-width: 580px;*/
        width: calc(100vw - 347px)

    }
}

@media screen and (min-width: 992px) {
    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li:hover > ul {
        top: 1px !important;
        min-width: 580px;

    }

    /*  body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul.extended {
        min-width: 780px;
      }  */
}

@media screen and (min-width: 1230px) {
    body #horizontal-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul {
        /*min-width: 580px;*/
        width: calc(1230px - 316px)
    }
}


@media screen and (max-width: 767px) {
    #horizontal-menu {
        /*display: none;*/
        position: fixed;
        top: 0;
        left: 0;
    }

    #horizontal-menu .navbar-header {
        display: none;
    }

    header .btn-navbar img {
        width: 30px;
        height: 30px;
    }

    #horizontal-menu {
        background-color: transparent !important;
    }

    .menu_category_title {
        display: none !important;
    }

    .menu_category_img {
        display: none;
    }

    #horizontal-menu .toggle-child {
        z-index: 10;
    }

    body #horizontal-menu div.dropdown-menu {
        overflow: auto;
        height: 100vh;
    }

    body #horizontal-menu .navbar-nav > li {
        border: unset;
    }

    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-ischild-simple > li {
        border: unset;
    }

    body #horizontal-menu .nsmenu-type-information ul a,
    body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple {
        padding: 0px;
    }

    body #horizontal-menu .navbar-collapse li:hover a {
        border-radius: unset;

    }

    .toggle-child i {
        display: none;
    }

    .language-select {
        padding: 7px;
    }

    body #horizontal-menu .navbar-collapse li {
        padding: 0;
    }

    body #horizontal-menu .lang-list li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body #horizontal-menu .navbar-collapse {
        border: unset;
    }

    body #horizontal-menu .toggle-child {
        border: unset;
    }

    #search .input-lg {
        background-color: #fff;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        font-size: 16px;
    }

    #search .btn-lg {
        background-color: #fff;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }

    #mob_language {
        border-bottom: 1px solid #d8d6d6;
    }

    .menu-header-box {
        background-color: #fff;
    }

    #close_btn {
        position: absolute;
        z-index: 11;
        right: 30px;
        top: 26px;
    }

    #close_btn svg {
        width: 25px;
        height: 25px;
    }

    body #horizontal-menu .custom_nsmenu-thumb {
        width: 50px;
        height: 50px;
        padding: 6px;
        border: 1px solid #000;
        border-radius: 50%;
        margin-right: 4px;
        transition-duration: .2s;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    body #horizontal-menu .nsmenu-thumb {
        width: 34px;
        height: 34px;
        display: block;
        margin: 0;
        transition-duration: .2s;
    }

    body #horizontal-menu .dropdown.open .custom_nsmenu-thumb {
        width: 25px;
        height: 25px;
    }

    body #horizontal-menu .dropdown.open .nsmenu-thumb {
        width: 20px;
        height: 20px;
        transition-duration: .2s;
    }

    body #horizontal-menu .nav > li > a {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 18px;
    }

    body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a {
        padding-left: 28px;
    }

    body #horizontal-menu .nav > li.active > a,
    body #horizontal-menu .nav > li.open > a {
        background-color: #fff;
        color: #000;
    }

    body #horizontal-menu {
        background-color: #fff;
    }

    body #horizontal-menu .navbar-collapse {
        background-color: #fff;
        position: relative;
        margin-top: 60px;
    }

    body #horizontal-menu .nsmenu-type-information ul a,
    body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple {
        background-color: #fff;
    }

    body #horizontal-menu .nsmenu-issubchild .nsmenu-ischild.nsmenu-ischild-simple li a {
        background-color: #fff;
    }

    body #horizontal-menu .navbar-collapse li:hover a {
        background-color: #fff;
    }

    body #horizontal-menu .nav > li.active > a, body #horizontal-menu .nav > li.open > a {
        background-color: #f0e4e1;
    }

    #horizontal-menu .navbar-nav {
        height: 100vh;
        margin: 7.5px 0px;
    }
}


/****************************************SEARCH PAGE***********************************/


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 {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #fff;
    color: #000;
    border: unset;
    box-shadow: unset;
}


/**********************************************************OCFILTER**************************************************/

.cat3 .list-group.category-filter {
    display: none;
}

.list-group-item.selected-options h2 {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.list-group-item.selected-options .ocfilter-option {
    min-height: 30px;
    border-radius: 10px;
    background: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #888888;
    font-size: 13px;
    font-weight: 600;
}

.list-group-item.selected-options .ocfilter-option .btn-danger {
    font-size: 13px;
    font-weight: 600;
    background: initial;
    text-shadow: initial;
    border: initial;
    box-shadow: initial;
    display: flex;
    align-items: center;
}

.list-group-item.selected-options .ocfilter-option .btn-danger svg {
    width: 11px;
    height: 11px;
    margin: 0px 0px 0px 5px;
    fill: #333333;
}

.list-group-item.selected-options .ocfilter-option .btn-danger:hover {
    color: initial;
}

.ocf-option-name {
    display: inline-block;
    font-weight: 800;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #B2B1B1;
    width: 100%;
}

.custom-ocf-option-name {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 600;
}

.custom-ocf-option-name::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E3C29D;
}

body .ocfilter-option label {
    color: #bdbdbd;
    font-size: 13px;
}

body .ocfilter-option label:hover {
    font: 13px;
    font-weight: 600;
    color: #000;
}

body .ocfilter-option label.ocf-selected {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

body .ocfilter-option label .ocf-target {
    opacity: 0;
    position: absolute;
}


body .ocfilter-option label .newCheckBox {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #777;
    border-radius: 3px;
    font-style: initial;
    position: relative;
}

body .ocfilter-option label .newCheckBox .fa {
    opacity: 0;
    font-size: 11px;
}

body .ocfilter-option label .newCheckBox .fa-check::before {
    position: absolute;
    top: 1px;
    right: 0px;
}

body .ocfilter-option label:hover .newCheckBox {
    border: 1px solid #000;
}

body .ocfilter-option .ocf-target:checked ~ .newCheckBox {
    border: 1px solid #000;
}

body .ocfilter-option .ocf-target:checked ~ .newCheckBox .fa {
    opacity: 1;
}


body .noUi-horizontal {
    height: 8px;
    margin-top: 10px;
}

body .noUi-connect {
    background: #000;
}

body .noUi-horizontal .noUi-handle {
    background: url(../image/icon__filter-price.svg) center center no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: initial;
    box-shadow: initial;
    top: -7px;
}

body .noUi-handle:after,
body .noUi-handle:before {
    content: initial;
    display: block;
    position: absolute;
    height: 7px;
    width: 1px;
    background: #777;
    left: 5px;
    top: 6px;
}

/* body .noUi-handle:after {
  left: 11px;
} */
body .panel-default {
    border: unset;
}

body .panel-default > .panel-heading {
    display: none;
}

.btn-danger {
    background-image: none;
    background: no-repeat;
    color: #2f3842;
    border: unset;
}

.btn-danger:hover {
    background-image: none;
    background: #2f3842;
    color: #fff;
    border: unset;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus {
    background: #2f3842;
    background-color: #2f3842;
    border: unset;
}

body .panel > .list-group .list-group-item,
body .panel > .panel-collapse > .list-group .list-group-item {
    border: unset;
}

.btn-primary {
    background-color: #2f3842;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    background-image: none;
    border: unset;
    outline: none;
    transition-duration: .2s;
}

.btn-primary:hover {
    background-color: #2f3842cf;
    transition-duration: .2s;
}


body .ocf-offcanvas .ocfilter-mobile-handle {
    top: 0px;
    left: calc(100% - 40px);
    z-index: 10;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn {
    color: #000;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 22px;
    background-color: #fff;
    box-shadow: none;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn svg {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 580px) {
    .custom-mob-filter {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .custom-mob-filter2 {
        padding: 0 !important;
    }

    .custom-mob-filter3 {
        display: none;
    }

}


#mobile_filter .ocfilter-mobile-handle {
    display: flex;
    align-items: center;
}

#mobile_filter .ocfilter-mobile-handle button {
    border: unset;
    background-color: transparent;
}

#mobile_filter .ocfilter-mobile-handle button img {
    width: 25px;
}

body .ocf-offcanvas {
    width: 100%;
    left: -100%;
}

.text_filter {
    text-transform: uppercase;
    color: #000;
}

@media screen and (min-width: 768px) {
    #mobile_filter {
        display: none;
    }
}


/*****************************************************************LIGHTBOX GALLERY****************************************/
body .mfp-bg {
    background: #f2f2f2;
    opacity: 1;
}

body .mfp-figure:after {
    display: none;
}


body button.mfp-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    top: calc(50% - -25px);
}

body .mfp-arrow-right:after {
    display: none;

}

body .mfp-arrow-right:before {
    content: '';
    background: url(/image/icon/arrow_next.svg) no-repeat !important;
    background-size: 100%;
    margin-top: 0;
    margin-left: 0;
    border: unset;
    width: 47px;
    height: 50px;
    left: unset;
    right: 20px;
}

body .mfp-arrow-left:after {
    display: none;
}

body .mfp-arrow-left:before {
    content: '';
    background: url(/image/icon/arrow_next.svg) no-repeat !important;
    background-size: 100%;
    transform: rotate(180deg);
    margin-top: 0;
    margin-left: 0;
    border: unset;
    width: 47px;
    height: 50px;
    left: 20px;
    right: unset;
}

body .mfp-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .mfp-counter {
    position: static;
    color: rgb(68, 68, 68);
}

body .mfp-title {
    color: rgb(68, 68, 68);
}


/*****************************************************************CUSTOM SELECT****************************************/
.text__sort {
    margin-bottom: 0;
}

.custom__select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom__select .dd-container {
    width: 100%;
    max-width: 250px;
    cursor: pointer;
}

.dd-selected-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.dd-options {
    padding: 10px 0 !important;
    margin-top: 10px !important;
    border: 1px solid #BDBDBD !important;
    border-radius: 5px;
    width: 250px;
    right: 0;
}

.dd-option {
    padding: 5px 10px;
    cursor: pointer;
}

.dd-option-text {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
}

.dd-selected {
    display: flex;
    align-items: center;
}

.dd-pointer-down,
.dd-pointer-up {
    border: initial !important;
    background: url(../image/arrow__filter.svg) center center no-repeat;
    width: 20px !important;
    height: 20px !important;
    transition: .3s ease;
    margin: 0 !important;
    top: 0 !important;
}

.dd-pointer-up {
    transform: rotate(180deg);
}


/*****************************************************************CUSTOM CATEGORY****************************************/

.custom__category {

}

.custom__category-item .category-thumb {
    height: 460px;
    background: rgba(10, 10, 10, .05);
    transition: .3s ease;
    border-radius: 5px;
}

.custom__category-item .category-thumb__img {
    background: #fff;
    position: relative;
}

.custom__category-item .category-thumb__img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(10, 10, 10, .05);
    transition-duration: .2s;
    transition: .3s ease;
}

.custom__category-item .category-thumb:hover .category-thumb__img::before {
    transition: .3s ease;
}

.custom__category-item .category-thumb:hover {
    transition: .3s ease;
    box-shadow: 0px 0px 5px #c3c3c3;
}

.custom__category-item .category-thumb__img img {
    max-width: 235px;
}

.custom__category-item .category-thumb-desc {
    max-width: initial;
    margin: 0;
    padding: 10px 20px 0 20px;
}

.custom__category-item .custom__category-link {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}

.custom__category-item .custom__category-link3 {
    margin-top: -10px;
}

.custom__category-item .custom__category-link2 {
    display: none;
}

.custom__category-item .category-thumb__name a,
.custom__category-item .category-thumb__name h4 {
    font-size: 17px;
    font-weight: 500;
}

.custom__category-item .category-thumb__children__name a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

body.cat2 .custom__category-item .category-thumb {
    height: 310px !important;
}

body.cat2 .custom__category-link {
    display: none;
}

body.cat2 .custom__category-link2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0;
    z-index: 99;
}

@media screen and (max-width: 580px) {
    .custom__category-item .category-thumb {
        height: auto !important;
        border: initial;
        position: relative;
        z-index: 1;
    }

    .custom__category-item .category-thumb__img img {
        max-width: 100%;
    }

    .custom__category-item .category-thumb-desc {
        padding: 0 0 0 10px;
    }

    .custom__category {
        margin-top: 20px;
    }
}

.block_files {
    margin: 25px 0;
}

.file-item {
    margin: 15px 0;
}

.file-item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.file-item-image {
    width: 50px;
}

.file-item-image img {
    margin-left: -5px;
    width: 100%;
    height: auto;
}

.file-item-name {
    font-size: 15px;
    font-weight: 500;
    color: #0a0a0a;
    display: flex;
    align-items: center;
}

.file-item-size {
    margin-left: 5px;
    color: #666;
    position: relative;
}

.file-item-size::before {
    content: '';
    position: absolute;
    right: -35px;
    top: -2px;
    background: url(/image/icon/icon_download.svg) center center no-repeat;
    width: 25px;
    height: 20px;
    opacity: 0;
}

.file-item:hover .file-item-size::before {
    opacity: 1;
}

.account-wishlist-image {
    width: 250px;
    height: 250px;
}

.account-wishlist-image img {
    width: 100%;
    height: auto;
}

.custom_search-input {
    padding: 15px 0px 15px 20px;
}

.custom_search-sort {
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {
        font-size: 16px;
    }
}

#input-quantity {
    text-align: center;
    padding: 0 25px 0 10px;
}

a.custom_mob-dropdown-menu {
    background: initial !important;
}

@media screen and (max-width: 767px) {

    header .btn-navbar {
        margin-right: 20px;
    }

    .list-inline > li.custom_header_language-li,
    .custom_header_search {
        display: none;
    }

    #input-search,
    #search .input-lg {
        font-size: 16px;
    }

    .dropdown.open a.custom_mob-dropdown-menu:after {
        display: none;
    }

    header.fixed {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    .custom_header_row::after,
    .custom_header_row::before,
    header .container::before {
        content: initial;
    }

    .custom_header_row {
        border-bottom: 1px solid #e4e5e7;
    }

}

.custom_header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_header_row ul,
.custom_header_row #search {
    margin-bottom: 0;
}

.menu-header-box.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #d8d6d6;
    box-shadow: 0px 1px 2px #d8d6d6;
}

.customWr_navBar {
    max-height: 100vh;
    overflow: auto;
    margin: 0 -15px;
}

.first_banner_img {
    display: block;
    width: 100%;
}

.first_banner_img img {
    width: 100%;
    height: 580px;
}


@media screen and (max-width: 425px) {
    .first_banner_img img {
        width: 100%;
        height: 460px !important;
    }
}