body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
thead,
.title-h1 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.title-h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    margin: 0 0 20px;
}

#column-left .title-h1,
#column-right .title-h1 {
    font-size: 18px;
    padding: 0 0 15px;
    margin: 0;
    text-align: left;
}

blockquote {
    background-color: #f0f0f0;
    border: none;
    padding: 20px;

    &::before {
        content: url("/image/catalog/quote.svg");
        display: block;
        margin-bottom: 15px;
    }

    &::after {
        content: url("/image/catalog/quote.svg");
        display: block;
        text-align: right;
        margin-top: 15px;
    }
}

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

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

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    color: #7e3146;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #7e3146;
}

a.link-unstyled,
a.link-unstyled:hover {
    text-decoration: none;
    color: inherit;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: inherit;
}

button {
    outline: none;
}

legend {
    font-size: 20px;
    padding: 7px 0px;
    font-weight: 700;
}

label {
    font-weight: normal;
}

thead {
    background: #f7f7f7;
}

.table > tbody > tr > td {
    border: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #e8e8e8;
}

.clearfix {
    content: " ";
    clear: both;
}

.align-left {
    text-align: left;
}

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

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

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.control-label {
}

.form-horizontal .control-label {
    padding-top: 9px;
}

.form-control {
    font-size: 12px;
    border: 1px solid #c5c5c5;
    height: 40px;
    padding: 7px 12px;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #c7c7c7;
}

/*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;
  border: 2px solid #e4e4e4;
      height: 39px;
    padding: 7px 12px;
}*/

.has-error .form-control,
.has-error .form-control:focus {
    border: 2px solid #a94442;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

/*.form-group .control-label{
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: -9px;
    left: 22px;
    background: #fff;
    padding: 0 7px;
        color: #b1b1b1;
    font-weight: 600;
 } */
.checkbox,
.radio {
    margin-top: 0;
}

.checkbox .far {
    font-size: 16px;
    color: #bdbdbd;
    margin-right: 3px;
}

.checkbox .fa-check-square {
    color: #828282;
}

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

.well {
    border: 0;
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: none;
}

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

.nav-tabs {
    margin-bottom: 15px;
}

.required .control-label:before {
    content: "* ";
    color: #e80000;
}

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

.img-thumbnail {
    border-radius: 0;
    border: 1px solid #e7e7e7;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 9px 30px;
    color: #333;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn.active:focus,
.btn.active:hover,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover,
.btn:focus,
.btn.disabled,
.btn:disabled {
    outline: none;
    text-decoration: none;
}

.btn-default {
    color: #7e3146;
    background: none;
    border: 1px solid #7e3146;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:disabled,
.btn-default[disabled] {
    background: #7e3146;
    color: #fff;
    border: 1px solid #7e3146;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #7e3146;
    border: 1px solid #7e3146;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: none;
    color: #7e3146;
    border: 1px solid #7e3146;
}

.btn-warning {
    color: #fff;
    background: #faa732;
    border: 12px solid #faa732;
}

.btn-danger {
    color: #8e0000;
    background: none;
    border: 1px solid #8e0000;
}

.btn-success {
    color: #fff;
    background: #7eaf1e;
    border: 1px solid #7eaf1e;
}

.btn-info {
    color: #fff;
    background: #e88c03;
    border: 1px solid #e88c03;
}

.btn-inverse {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background: none;
    color: #7e3146;
    border: 1px solid #7e3146;
}

.btn-remove {
    background: none;
    border: none;
}

.btn-link {
    color: inherit;
    transition: 0.5s;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link.open,
.btn-link.active,
.dropdown-menu li > a:hover {
    color: #7e3146;
    text-decoration: none;
    background: none;
}

.input-group.date .btn,
.input-group.time .btn,
.input-group.datetime .btn {
    border-color: #e4e4e4;
    background: #e4e4e4;
    color: #737373;
}

.input-group.date .btn:hover,
.input-group.time .btn:hover,
.input-group.datetime .btn:hover {
    color: #fff;
}

.dropdown-menu {
    padding: 0;
}

.modal-content {
    border-radius: 0;
    padding: 20px;
}

/************* Alert & Notice **************/
.alert {
    color: #333;
    font-weight: 600;
    position: fixed;
    top: 30px;

    text-align: center;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
    width: 90%;
    max-width: 420px;
    padding: 30px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
}

.alert a {
    text-decoration: underline;
    color: inherit;
    transition: 0.3s;
}

.alert .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 10px;
    top: 6px;
}

.alert-content {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.alert-content .close {
    right: 0;
}

.alert-danger .fa {

}

.alert-danger {
    background-color: #ff3e3e;
    color: #fff;
}

.alert-success {
    background: #abdf58;
}

.alert .fa {
    border: 0;
    margin-right: 10px;
}

.notice {
    margin-top: 5px;
}

.notice.danger {
    color: #a20000;
}

.notice.success {
    color: #639600;
}

.text-danger {
    font-size: 12px;
    color: #cd0000;
}

/*************  Top ****************/
#top {
    background-color: #f7f7f7;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
}

.top .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    margin-left: -6px;
    background: #f7f7f7;
    padding: 5px 0;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

.top .container {
    padding: 0 10px;
}

.currency-language form {
    float: left;
}

.currency-language img {
    vertical-align: baseline;
    margin-right: 6px;
}

.currency-language .dropdown-toggle {
    padding: 0 5px;
    line-height: 40px;
}

.top .currency-language .dropdown-toggle {
    margin: 0 10px 0 0;
}

.top .currency-select,
.top .language-select {
    text-align: left;
    padding: 2px 6px 2px 18px;
}

.top .currency-language .btn {
    text-transform: capitalize;
    height: auto;
}

.top .currency-language .dropdown-menu .btn {
    padding: 7px 10px 7px 20px;
}

.top .language-select img {
    vertical-align: baseline;
    margin-right: 10px;
}

.top .social-buttons {
    line-height: 34px;
    margin-left: 20px;
}

.top .social-buttons .list-inline {
    margin: 0;
}

.top .social-buttons a {
    color: inherit;
}

.toplinks a,
.toplinks li,
.top .currency-language .btn {
}

.toplinks a {
    padding: 10px 5px;
    font-size: 13px;
}

.toplinks .fas,
.toplinks .far,
.toplinks .fab {
    margin-right: 3px;
}

.toplinks .dropdown-menu a {
    text-shadow: none;
}

.toplinks .dropdown-menu a:hover {
    color: #fff;
}

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

.toplinks {
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
}

.toplinks .list-inline {
    margin-bottom: 0;
    line-height: 40px;
}

.header-inner {
    height: 94px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

/*************  Logo ****************/
.header-logo {
    width: 24%;
}

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

.logo .title {
    font-size: 32px;
}

.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

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

/************* Custom Html ***********/
.custom-html {
    width: 31%;
}

.header-mobile-phone {
    display: none;
}

/************* Search ****************/
.search-wrapper {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    background: #fff;
    padding: 30px 15px;

    box-shadow: 0 0 10px 0 #000;
    transition: 0.3s;
    z-index: 12;
}

.search-wrapper.active {
    top: 0;
}

.search-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    z-index: 11;
}

.search-wrapper.active + .search-overlay {
    display: block;
}

.search {
    margin: auto;
    position: relative;
    max-width: 800px;
    transition: 0.5s;
}

.search.active {
    opacity: 1;
    width: 50%;
}

.search .search-input {
    padding: 0 10px;
    border: 2px solid #f7f7f7;
    background: #f7f7f7;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    width: 82%;
}

.search .inner {
    position: relative;
}

.search .btn-search {
    float: left;
    width: 11%;
    z-index: 10;
    border: 0;
    color: #3d3d3d;
    height: 40px;
    background: #c3c3c3;
}

.search .btn-search:hover {
    color: #909090;
    background: none;
}

.search .btn-search-close {
    padding: 8px 0;
    width: 5%;
}

.search-list-wrapper {
    position: absolute;
    top: 41px;
    width: 93%;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 5px 5px;
    z-index: -1;
}

.search .search-list-item {
    display: flex;
    align-items: center;

    padding: 7px 30px;
    transition: 0.3s;
}

.search .search-list-item:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.search-list-item .product-photo {
    margin-right: 15px;
}

.search-list-item .product-name {
}

.search-list-item .product-name .finded {
    font-weight: 600;
}

.search-list-item .product-price {
    font-size: 12px;
    font-weight: 600;
}

.search-list-item .price-old {
    color: #999;
    text-decoration: line-through;
    margin-right: 15px;
}

.search .show-all-results {
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s;
}

.search .show-all-results {
    display: none;
}

.search .show-all-results:hover {
    opacity: 0.7;
}

/************* Cart ****************/
.cart {
    position: relative;
}

.cart .cart-total {
    font-size: 12px;
}

#header-cart-content .title-h1 {
    margin: 0;
}

#header-cart-content .empty {
    margin: 20px 0;
}

.cart-list tr {
    border-bottom: 1px solid #efefef;
}

.cart-list .table > tbody > tr > td {
    vertical-align: middle;
}

.cart-list .option {
    color: #999;
    font-size: 12px;
}

.cart-list .total.table > tbody > tr > td {
    padding: 2px;
}

.cart-list .total tr {
    border: 0;
}

.cart-list .title {
    color: inherit;
    font-weight: 700;
}

.cart-list .items {
    margin-bottom: 20px;
}

.cart-list .name {
    width: 50%;
}

.cart .cart-total {
    background: #7e3146;
    color: #fff;
    border: 0;
    padding: 10px 20px 9px;
    display: block;
    text-transform: uppercase;
}

.cart .cart-total:hover {
    text-decoration: none;
}

.cart .cart-total .fas {
    margin-right: 10px;
    font-size: 16px;
}

.cart_btn {
    overflow: hidden;
    margin-bottom: 10px;
}

/************* Top Menu ****************/
.top-menu-list sup,
.top_cart sup {
    color: #da0000;
    margin-left: 5px;
}

.top-menu-list i {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.top-menu-account a {
    display: block;
    background: #eaeaea;
    white-space: nowrap;
    padding: 9px 30px;
    color: #000;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .top-menu-price, .top-menu-account {
        display: none;
    }
}

/************* Category Menu ****************/

.menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.category-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

.category-menu .dropdown-menu.menu-content {
    left: 0;
    top: 49px;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.category-menu .dropdown-menu.menu-content.vertical {
    width: 100%;
}

.category-menu .btn-navbar {
    display: block;
}

.category-menu .dropdown {
    position: static;
}

.category-menu .navbar-header {
    width: 100%;
}

.category-menu .navbar-header .btn {
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #7e3146;
    line-height: 51px;
    border-radius: 0;
}

.category-menu .navbar-header .fa {
    float: right;
    line-height: 22px;
}

.category-menu .navbar-collapse {
    box-shadow: 0 0 10px 0 #ababab;
}

.category-menu .menu-vertical,
.category-menu .menu-vertical .sub-menu {
    padding: 0;
    width: 100%;
}

.menu-vertical .menu-item a,
.mega-menu .submenu-2 .menu-item a {
    position: relative;
    padding: 13px 30px;
    border-bottom: 1px solid #efefef;
    line-height: 1;
    white-space: normal;
    display: block;
}

.menu-vertical a,
.mega-menu a {
    color: #5d5d5d;
}

.menu-vertical .menu-item {
    float: none;
    position: relative;
}

.menu-vertical .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    border: 0;
    z-index: -13;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    transition: 0.5s;
    transition-delay: 0.2s;
}

.menu-vertical .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px;
    transform: rotate(-90deg);
    color: #8e8e8e;
    cursor: pointer;
}

/*.menu-vertical .dropdown > .dropdown-toggle::after {
  content: '>';
  display: block;
  position: absolute;
    right: 20px;
   bottom: 15px;
    font-size: 14px;
    color: #8c8c8c;
}*/
.menu-horizontal {
    padding: 40px 15px;
    margin: 0;
}

.category-menu .menu-horizontal {
    padding: 40px 30px;
}

.menu-horizontal .column {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.menu-horizontal .column-1 {
}

.menu-horizontal .column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.menu-horizontal .column-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.menu-horizontal .column-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.menu-horizontal .column-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
}

.menu-horizontal .column > .menu-item {
    display: inline-block;
    width: 100%;
}

.menu-horizontal a {
    display: inline-block;
    padding: 7px 0;
    line-height: 1;
    color: inherit;
}

.menu-horizontal .main-menu {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.menu-horizontal .sub-menu {
    margin: 10px 0 20px;
}

/************* Mega Menu ****************/
.menu-icon {
    background: white;
    display: block;
    height: 2px;
    position: absolute;
    right: 15px;
    top: 24px;
    width: 24px;
}

.menu-icon::before,
.menu-icon::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition-duration: 0.3s, 0.3s;
}

.menu-icon::before {
    top: -8px;
    transition-property: top, transform;
}

.menu-icon::after {
    bottom: -8px;
    transition-property: bottom, transform;
}

.open .menu-icon {
    background: none;
}

.open .menu-icon::before {
    top: 0;
    ms-transform: rotate(45deg);

    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.open .menu-icon::after {
    bottom: 0;
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}

.menu {
    min-height: 50px;
    margin-bottom: 0;

    border-radius: 0;
    border: 0;
    padding: 0;
}

.menu-inner {
    background-color: #3d3d3d;
}

.menu.fixed .menu-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 52%);
    z-index: 100;
}

.menu .container {
    position: relative;
}

.mega-menu {
    position: static;
    padding: 0;
}

.mega-menu .navbar-nav {
    float: none;
    padding-right: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

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

.mega-menu a {
    display: block;
}

.menu .menu_all {
    font-style: italic;
    color: #7e3146;
    font-size: 12px;
    margin-top: 12px;
}

.mega-menu .navbar-collapse {
    padding: 0;
}

.mega-menu .menu_main,
.button-search {
    color: #fff;
    background-color: transparent;
    padding: 15px 15px 16px;
    text-transform: uppercase;
}

.mega-menu .menu_main {
    font-size: 13px;
    display: block;
}

.mega-menu .menu_main .caret {
    opacity: 0.5;
}

.mega-menu .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    left: 0;
    top: 51px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.mega-menu .mega-menu_all {
    display: inline-block;
}

.mega-menu .menu-horizontal .banner-image .img-responsive {
    float: right;
}

.mega-menu .button-search {
    cursor: pointer;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.mega-menu .button-search .fa {
    font-size: 16px;
}

.mega-menu .nav > li {
    position: static;
}

.mega-menu .nav > li > a:hover,
.mega-menu .nav > li.open > a {
    background-color: transparent;
}

.mega-menu .nav > li.submenu-2 {
    /* Submenu List */
    position: relative;
}

.mega-menu .submenu-1 .dropdown-menu,
.mega-menu .submenu-3 .dropdown-menu {
    left: 15px;
}

.mega-menu .submenu-2 .container {
    width: auto;
    padding: 0;
}

.mega-menu .submenu-2 .sub-menu {
    margin: 0;
    padding: 0 20px;
}

.mega-menu .submenu-2 .dropdown-menu {
    min-width: 300px;
    left: 0;
}

.mega-menu .submenu-2 .sub-menu a {
    padding: 7px 0;
    font-weight: 400;
    margin: 0;
}

.mega-menu .submenu-2 .img-responsive {
    width: 100%;
}

.mega-menu .submenu-3 .dropdown-menu {
}

.mega-menu .submenu-3 .title {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.mega-menu .submenu-3 .image-grid {
    margin: 0 auto 15px;
}

.menu-horizontal .grid {
    display: grid;
    grid-gap: 30px;
}

.menu-horizontal .grid-1 {
    grid-template-columns: 1fr;
}

.menu-horizontal .grid-2 {
    grid-template-columns: 1fr 1fr;
}

.menu-horizontal .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-horizontal .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-horizontal .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.menu-horizontal .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* content */
#content {
    min-height: 460px;
    margin-bottom: 60px;
}

.home #content {
    min-height: 0;
    margin-bottom: 0;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 auto 25px;
    background: none;
}

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

.breadcrumb li {
    padding: 0 10px 0 0;
    position: relative;
    /*white-space: nowrap;*/
    font-size: 12px;
    color: #b3b3b3;
}

.breadcrumb li + li:before {
    content: "/";
    padding: 0;
    margin-right: 10px;
    /* width: 1px;
      height: 19px;
      background: #d2d2d2;*/
    display: inline-block;
    vertical-align: top;
}

.breadcrumb a {
    color: #b3b3b3;
}

.pagination {
    margin: 40px 0 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: 0;
    color: inherit;
    font-size: 16px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: none;
    color: #7e3146;
}

.pagination-result {
    font-size: 12px;
    color: #929292;
    padding: 20px 0;
}

/* list group */
.list-group {
    margin-bottom: 30px;
}

.list-group a {
    color: inherit;
}

.list-group a,
.list-group-item:first-child,
.list-group-item,
.list-group-item.active {
    padding: 12px 30px 12px 12px;
    border: 0;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    margin: 0;
}

.list-group-item.active:focus,
.list-group-item.active:hover {
    border-bottom: 1px solid #e6e6e6;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    background: none;
    color: #7e3146;
}

.list-group a.active:hover,
.list-group a:hover {
    background: #fbfbfb;
}

.list-group a.active {
    font-weight: 600;
}

.list-group .dropdown-menu > li > a {
    padding-left: 30px;
    white-space: normal;
    line-height: 1;
}

.list-group .dropdown-menu .dropdown-menu > li > a {
    padding-left: 60px;
}

/*********** Advantages ***************/
.advantages {
    margin-bottom: 40px;
    display: flex;
}

.advantages-item {
    flex: 1 1 300px;
    margin: 4px 2px;
}

#column-left .advantages,
#column-right .advantages {
    flex-direction: column;
}

#column-left .advantages-item,
#column-right .advantages-item {
    flex: 1 1 auto;
}

.advantages-item .advantages-item-inner {
    padding: 7% 0;
    display: flex;
}

.advantages-item .icon {
    font-size: 60px;
    color: #7e3146;
    width: 33.333%;
    justify-content: center;
}

.advantages-item .text {
    width: 66.6777%;
    padding-right: 7%;
}

.advantages-item .text,
.advantages-item .icon {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.advantages-item .text-inner .line-1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.advantages-item .text-inner .line-2 {
    font-size: 12px;
    line-height: 1.4;
}

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

.carousel .owl-wrapper-outer {
    border: 0;
    box-shadow: none;
}

/* Category Menu Module*/
.category-menu .child::after {
    content: ;
}

.category-menu .child .fa {
    float: right;
    color: #7e3146;
    font-size: 16px;
}

.category-menu .category-list {
    position: relative;
}

.category-menu .list-group-item.active .fa {
    display: none;
}

.category-menu .subchild {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0;
    z-index: 10;
    background: #fff;
    width: 0;
    overflow: hidden;
    transition: 0.3s;
}

.category-menu .list-group-item.active + .subchild {
    position: relative;
    width: 100%;
    padding-left: 20px;
    box-shadow: none;
    background: none;
}

.category-menu .category-list:hover .active + .subchild {
    right: 0;
    border: 0;
}

.category-menu .subchild a {
    background: none;
    border: 0;
    padding: 6px 12px;
}

.category-menu .category-list:hover .subchild {
    width: 100%;
    right: -100%;
    border: 1px solid #e6e6e6;
    border-left: 3px solid #7e3146;
}

/***************** Category *******************/
.category h1,
.product h1 {
    font-size: 26px;
    margin-top: 10px;
}

.categories {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.categories-item {
    margin: 5px 0 0;
    display: inline-block;
    transition: 0.5s;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #f3f3f3;
}

.categories-item a {
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.categories-item a div {
    text-align: center;
    font-weight: 500;
    color: #6d6d6d;
    margin-bottom: 5px;
}

.categories-item:hover a {
    text-decoration: none;
}

.categories-title {
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #3d3d3d;
}

.category-filter {
    background: #f7f7f7;
    padding: 10px 0;
    margin-bottom: 10px;
}

.category-filter .btn {
    background: #f7f7f7;
}

.category-filter .fa {
    font-size: 20px;
}

.category-view.active {
    color: #585858;
}

.category-view {
    background: none;
    border: 0;
    padding: 10px 8px 6px;
    color: #a0a0a0;
}

.category-filter .form-group {
    margin-bottom: 0;
}

.product-layout {
    padding: 0 15px;
}

.product-layout.product-grid {
    border: 1px solid #f3f3f3;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0;
}

.product-thumb {
    background: #fff;
    transition: 0.5s;
    position: relative;
}

.stickers {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 1;
    z-index: 9;
    transition: 0.5s;
}

.product-label {
    position: relative;
    text-align: left;
    margin-bottom: 5px;
}

.product-label .inner {
    padding: 0 7px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    z-index: 10;
    color: #fff;
}

/*.product-label::after {
  content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-width: 6px 0 0 0;
    border-style: solid;
    border-right: 5px solid transparent!important;
        color: #5f5f5f;
}*/
.product-label.sale .inner {
    background: #c10000;
}

.product-label.hit .inner {
    background: #8bc302;
}

.product-label.soldout .inner {
    background: #9d9d9d;
}

.product-label.new .inner {
    background: #0070bf;
}

.product-thumb .image {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.product-thumb .main-image {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-name {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.product-thumb .title {
    display: block;
    text-align: center;
    font-weight: 400;
    color: #6d6d6d;
    margin-bottom: 5px;
    padding: 0 15px;
}

.product-thumb .title:hover {
    text-decoration: none;
}

.product-grid .product-name .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-height: 40px;
}

.product-thumb .image-additional_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    padding: 0 15px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.product-thumb:hover .image-additional_nav {
    opacity: 1;
}

/*.product-thumb:hover .stickers{
  opacity: 0;
}*/
.product-thumb .image-additional_dot {
    cursor: pointer;
    height: 100%;
    display: block;
    width: 100%;
    padding: 0 3px;
    display: flex;
    align-items: end;
}

.product-thumb .image-additional_dot .image-nav {
    display: block;
    height: 1px;
    width: 100%;
    background: #cfcfcf;
    transition: 0.5s;
}

.product-thumb .image-additional_dot:hover .image-nav {
    background: #959595;
}

.product-grid .description {
    display: none;
}

.product-grid .product-thumb .image {
    float: none;
    padding: 15px 15px 5px;
}

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

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

.product-thumb .rating {
    padding-top: 10px;
    text-align: center;
}

.product-thumb .rating .fa-stack {
    cursor: inherit;
    height: 20px;
}

.product-thumb .rating .far {
    font-size: 14px;
}

.product-info .rating .fa-stack {
    width: 16px;
    height: 30px;
}

.product-thumb .price {
    text-align: center;
    margin-top: 10px;
    max-height: 40px;
    font-weight: 700;
}

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

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

.product-thumb .button-group {
    margin-top: 30px;
}

.product-list .button-group {
    margin-top: 30px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.product-grid .product-thumb .button-group .inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90%;
    left: 0;

    padding: 10px;
    text-align: center;
    width: 100%;

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.5s;
}

.product-grid .product-thumb:hover .button-group .inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.product-grid .product-thumb:hover {
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-list .product-thumb .button-group .inner {
    text-align: center;
}

.product-thumb .image .button-group {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

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

.product-thumb .mini.button-group .btn {
    width: 32px;
    border: none;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #3d3d3d;
    background: #ffffff;
    padding: 4px 6px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
    transition: 0.3s;
}

.product-thumb .mini.button-group .btn:hover {
    opacity: 1;
    background: #dedede;
    box-shadow: none;
}

.product-thumb .button-group .button-card {
    width: 100%;
}

/* Product List */
.product-list {
    border-bottom: 1px solid #dadada;
}

.product-list .product-thumb {
    display: flex;
    padding: 20px 0;
}

.product-list .image {
    width: 30%;
}

.product-list .product-info {
    width: 40%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-list .title {
    text-align: left;
    margin: 15px 0;
    font-size: 18px;
    padding: 0;
}

.product-list .description {
    font-size: 12px;
    color: #7b7b7b;
}

.product-list .caption-block {
    /*width: 30%;*/
    /*padding-left: 15px;*/
    /*border-left: 1px solid #dadada;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    display: none;
}

.product-list .price {
    margin-bottom: 20px;
}

/***************** Compare ******************/
.compare .btn {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    width: 100%;
}

.compare .table {
    font-size: 12px;
    text-align: center;
}

.compare .table .title {
    text-align: left;
}

.compare .description {
    font-size: 12px;
}

.compare .img-responsive {
    margin: auto;
}

.compare .rating-rext {
    padding-top: 15px;
}

/***************** Product ******************/
.product-info .rating {
    float: left;
}

.product-info .view-review {
    margin-left: 10px;
    font-size: 12px;
}

.product-info {
    margin-bottom: 10px;
}

.product-info .wishlist,
.product-info .compare {
    margin: 0 10px;
    float: right;
    color: #7b7b7b;
    cursor: pointer;
}

.product-info .wishlist {
    margin-left: 20px;
}

.product-info .top-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.product-info .top-group .fa,
.product-info .top-group .far {
    font-size: 20px;
}

.product-info .rating .fa,
.product-info .rating .far {
    font-size: 14px;
}

.product-info_list {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 40px;
}

.product-info_list .list-unstyled {
    width: 50%;
    float: left;
    padding-top: 7px;
}

.product-short-description > ul {
    margin-bottom: 30px;
}

.product-info .manufacturer-image {
    width: 50%;
    float: left;
    display: block;
    text-align: right;
    margin: 7px 0;
}

.product .stock {
    font-weight: 700;
    font-size: 14px;
    color: #c50000;
    margin: 20px 0;
}

.product .stock.instock {
    color: #8ebb04;
}

.product .stock.instock::before {
    content: "\2713";
    margin-right: 10px;
}

.product-info .price-new {
    font-size: 24px;
}

.product-info .price-block.price-new .price-val {
    font-size: 16px;
}

.product-info .price {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    min-height: 24px;
    overflow: hidden;
}

.product-info .price .price-block {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    border-right: 4px solid #fff;
    width: 33.33%;
    float: left;
}

.product-info .price .price-block:last-child {
    border: 0;
}

.product-info .price .price-title {
    color: inherit;
    font-weight: 400;
    font-size: 12px;
}

.product-info .price-old .price-val {
    color: #b1b1b1;
    text-decoration: line-through;
}

.product-info .price-save .price-val {
    color: #c00;
}

.product-info .tax,
.product-info .points {
    color: #999;
    font-size: 12px;
}

.product #product {
    margin-top: 10px;
}

.product .options {
    padding: 30px 0;
}

.product .form-group > .control-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.product .options .form-group {
    clear: both;
    overflow: hidden;
}

.product .option-radio label,
.product .option-checkbox label {
    font-weight: 700;
    padding-left: 0;
}

.product .option-radio input,
.product .option-checkbox input {
    display: none;
}

.product .option-radio .radio-name {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 9px;
    margin: 5px 0 0;
    display: inline-block;
    transition: 0.5s;
}

.product .option-radio input:checked + .radio-name,
.product .option-radio .radio-name:hover {
    border: 1px solid #4c4c4c;
    background: #4c4c4c;
    color: #fff;
}

.product .option-radio .radio,
.product .option-radio .radio + .radio {
    display: inline-block;
    margin: 0 4px 4px;
    float: left;
}

.product .option-radio .radio-image {
    position: relative;
}

.product .option-radio .radio-image img {
    border-radius: 4px;
}

.product .option-radio .radio-image .option-price {
    display: block;
    text-align: center;
    font-size: 10px;
}

.product .radio-image .check {
    display: none;
    position: absolute;
    top: 16px;
    left: 34%;
    color: #fff;
    font-size: 16px;
}

.product .radio-image input:checked + .check {
    display: block;
}

.product .option-checkbox .fa {
    width: 10px;
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
    color: #ababab;
}

.product .option-checkbox .fa-check-square-o {
    color: inherit;
}

.product .discounts {
    padding: 15px 20px;
    margin-top: 20px;
    background: #f9f9f9;
    font-size: 12px;
    color: #818181;
}

.product .discounts ul {
    margin: 0;
}

.product .quantity {
    width: 30%;
    float: left;
}

.product .order-group .btn {
    padding: 9px;
}

.product .width-40 {
    width: 40%;

    float: left;
}

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

.product .btn-quick_order {
    width: 58%;
    margin: 0 1%;
    float: left;
}

.product .quantity .control-label {
    float: left;
    line-height: 40px;
    margin-right: 5px;
}

.quantity .input-quantity,
.quantity .qty-minus,
.quantity .qty-plus {
    float: left;
    width: 33%;
}

.quantity .qty-minus,
.quantity .qty-plus {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    background: #f5f5f5;
    cursor: pointer;
}

.quantity .qty-minus {
    border-radius: 4px 0 0 4px;
}

.quantity .qty-plus {
    border-radius: 0 4px 4px 0;
}

.quantity .input-quantity {
    text-align: center;
    border-radius: 0;
}

.product .alert-info {
    position: static;
    font-size: inherit;
    clear: both;
    padding: 15px;
    border-radius: 4px;
}

.product .tab-pane {
    display: block !important;
    margin-bottom: 30px;
}

.product .thumbnail:hover {
    border-color: #ddd;
}

.product .image .thumbnail {
    position: relative;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.product .thumbnail {
    border: 0;
}

.product .thumbnail .img-responsive {
    width: 100%;
}

.product.quick-view .thumbnail {
    cursor: default;
}

.product .image {
    position: relative;
}

.product .image .main-image {
    position: relative;
    text-align: center;
}

.product .image .zoom {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
}

.product .image .zoom .fa {
    font-size: 18px;
    color: #6b6b6b;
    transition: 0.5s;
}

.product .image .zoom:hover .fa {
    font-size: 20px;
    color: inherit;
}

.product-files {
    display: flex;
    flex-direction: column;
    border: 1px solid #00a785;
    border-radius: 8px;
    padding: 15px;
}

.product-file__row {
    display: flex;
    align-items: center;
    gap: 30px;

    .product-file__buttons > * {
        color: #fff;
        background: #00a785;
        width: fit-content;
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 18px;
        transition: 0.4s ease;
        white-space: nowrap;
        cursor: pointer;

        &:hover {
            color: #fff;
            text-decoration: none;
            background: #bc0514;
        }
    }

    &:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e9e9e9;
    }
}

.product-file__img {
    width: 60px;
}

.product-file__text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 5px;
    text-decoration: none !important;
    cursor: pointer;

    span:first-child {
        color: #3d3d3d;
        transition: 0.4s ease;

        &:hover {
            color: #00a785;;
        }
    }

    span:nth-child(2) {
        color: #fff;
        background: #00a785;
        width: fit-content;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 8px;
        white-space: nowrap;
    }
}

.product-file__buttons {
    display: flex;
    gap: 30px;
}

.thumbnails {
    width: 103%;
    margin-left: -1.5%;
    margin-right: -1.5%;
    padding: 0 15px;
    position: relative;
}

.thumbnails img {
    width: 100%;
}

.thumbnails .image-additional {
    padding: 0 5px;
}

.thumbnails-col-6 .image-additional {
    width: 16.667%;
}

.thumbnails-col-4 .image-additional {
    width: 25%;
}

.image-additional a {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.thumbnails .swiper-button-prev,
.thumbnails .swiper-button-next {
    background-size: 10px 20px;
}

.thumbnails .swiper-button-prev {
    left: 5px;
}

.thumbnails .swiper-button-next {
    right: 5px;
}

.quick-view {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px;
    position: relative;
}

.quick-view .product_link {
    margin: 40px 0 20px;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.easyzoom .img-responsive {
    vertical-align: bottom;
}

.easyzoom.is-loading .img-responsive {
    cursor: progress;
}

.easyzoom.is-ready .img-responsive {
    cursor: crosshair;
}

.easyzoom.is-error .img-responsive {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.product .nav-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}

.product .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
}

.product .nav-tabs > li a {
    color: inherit;
    position: relative;
    border: 0;
    padding: 10px 0;
    white-space: nowrap;
}

.product .nav-tabs > li.active > a,
.product .nav-tabs > li > a:hover {
    color: inherit;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #7e3146;
}

.nav-tabs > li > a:hover {
    cursor: pointer;
}

.product .nav-tabs > li.active > a::after {
    content: " ";
    border-top: 6px solid #7e3146;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 6px;
    display: block;
    position: absolute;
    right: 44%;
    bottom: -7px;
}

.tab-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.tab-content table tr:first-child {
    background: #00a785;
    color: #ffffff;
}

.tab-content table tr:not(.first-child) td {
    padding: 10px;
    border: 1px solid #b66e74;
}

.tab-content table {
    text-align: center;
}

.attributes {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.attributes__column {
    padding-right: 15px;
}

.attributes__group {
    margin-bottom: 30px;

}

.attributes__title {
    font-weight: 600;
    margin-bottom: 15px;
}

.attributes__item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 15px;
}

.attributes__name,
.attributes__text {
    background: #fff;
    position: relative;
    bottom: -5px;
}

.attributes__name {
    max-width: 50%;
}

.attributes__text {
    flex: 0 0 40%;
}

.review-rating i {
    font-size: 24px;
}

.review-rating i,
.rating i {
    color: #d0d0d0;
}

.review-rating i {
    cursor: pointer;
}

.review-rating li,
.rating li {
    display: inline-block;
}

.review-rating .act i,
.rating .act {
    color: #f3d542;
}

.review-rating {
    padding-top: 15px;
    margin-bottom: 0;
}

.review-list {
    margin-bottom: 30px;
}

.review-item .date-text-block {
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
}

.product-review {
    margin-bottom: 40px;
}

.product-review .review-item,
.review-page .review-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px;
}

.review-header {
    overflow: hidden;
}

.product-review .review-item i {
    cursor: default;
}

.rating {
    margin-bottom: 25px;
}

.product-review .author,
.review-page .author {
    font-size: 18px;
}

.product-review .date,
.review-page .date {
    font-style: italic;
    color: #afafaf;
    margin-right: 15px;
}

#form-review .title {
    font-size: 24px;
}

.title-h1.related {
    border-top: 0;
}

.tags {
    padding: 15px 0;
}

.tags a {
    display: inline-block;
    padding: 5px 10px;
    background: #f7f7f7;
    border-radius: 10px;
}

/************ Reviews **********************/
.review-response {
    background: #f7f7f7;
    padding: 20px;
    position: relative;
}

.review-response .title {
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 16px;
}

.review-response .text {
    font-style: italic;
    padding-bottom: 0;
}

.review-response::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
    border-bottom: 8px solid #f7f7f7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.form-review {
    padding: 30px 60px;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    border: 1px solid #dddddd;
}

/************ Manufacturer *****************/
.manufacturer-list .alphabet {
    margin-bottom: 20px;
}

.manufacturer-list .alphabet .title {
    font-size: 18px;
    font-weight: 400;
}

.manufacturer-list .alphabet .btn {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: inherit;
    margin-bottom: 4px;
    transition: 0.5s;
}

.manufacturer-list .alphabet .btn:hover {
    border-color: #afafaf;
}

.manufacturer-list .list {
    border: 1px solid #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
}

.manufacturer-list .list .title {
    margin: 0;
    font-size: 20px;
    background: #f7f7f7;
    padding: 10px 20px;
}

.manufacturer-list .brands {
    padding: 10px 5px;
    margin: 0;
}

/************* Search **********************/
.search-panel {
    margin-bottom: 20px;
}

/************ Contacts *********************/
.contact-item {
    margin-bottom: 20px;
}

.contact-item address {
    display: inline;
}

.contact-item .far,
.contact-item .fas {
    width: 37px;
    font-size: 20px;
    text-align: center;
    color: #b7b7b7;
}

.contact-map iframe {
    width: 100%;
    float: left;
}

/***************** Mango Banner *********************/
.mango_banner {
    margin-bottom: 80px;
    padding-top: 30px;
}

.mango_banner_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mango_banner_item {
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    height: 100%;
}

.mango_banner_item:hover {
    text-decoration: none;
}

.mango_banner_text {
    padding: 30px;
    width: 50%;
}

.mango_banner_text {
    line-height: 1;
}

.mango_banner_text .line-1 {
    font-size: 13px;
    margin-bottom: 15px;
}

.mango_banner_text .line-2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.mango_banner_text .line-3 {
    font-size: 13px;
}

.mango_banner_image {
    width: 50%;
    overflow: hidden;
}

.mango_banner_image img {
    transition: 0.3s;
}

.mango_banner_item:hover img {
    transform: scale(1.1);
}

/************* Mango Blog ****************/
.blog-list-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.latest-blogs .blog-list {
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-list {
    transition: 0.5s;
}

.latest-blogs .blog-list:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.blog-list .blog-inner {
    transition: 0.5s;
}

.blog .blog-list:hover .blog-inner {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.blog .blog-list {
    margin-bottom: 30px;
}

.blog-list .blog-image {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.blog-list .blog-image img {
    width: 100%;
    transition: 0.5s;
}

.blog-list:hover .blog-image img {
    transform: scale(1.1);
}

.blog-list .blog-text {
    font-size: 12px;
    padding: 15px;
}

.blog-list .date-added {
    font-size: 10px;
    bottom: 20px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog-list .title {
    font-size: 16px;
    overflow: hidden;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-text__short-description {
    margin-bottom: 10px;
}

.blog-text__more {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #3d3d3d;

    svg {
        width: 20px;
    }
}

.blog-list .rating {
    float: right;
}

.blog-list .btn-blog {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.btn-blog .fa-chevron-right {
    margin-left: 12px;
}

.latest-blogs .buttons {
    margin-bottom: 30px;
    padding-top: 40px;
}

.latest-blogs {
    padding: 20px 0 30px;
    margin-bottom: 30px;
}

/***************** Blog Article ********************/
.article-date-added {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #949494;
}

.wrapper {
    margin-bottom: 40px;
}

.blog-article-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 850px;
    height: 450px;
    margin-bottom: 5%;
}

.blog-article .date-added {
    left: -10px;
}

.blog-content .title {
    background-size: cover;
    background-position: center;
}

.blog-content .wrapper {
    background: rgba(0, 0, 0, 0.52);
    padding: 40px;
    text-align: center;
}

.blog-content h1 {
    color: #fff;
}

.blog-content .date-added {
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 400;
}

.blog-content .date-added i {
    margin-right: 5px;
}

.blog-content .date-added .viewed {
    margin-left: 20px;
}

.blog-content .description {
    margin-bottom: 20px;

    ol, ul {
        margin-bottom: 15px;
    }

    li:not(:last-child) {
        margin-bottom: 10px;
    }

    li::marker {
        color: #00a785;
    }

    ol li::marker {
        font-weight: bold;
    }

    h2 {
        scroll-margin-top: 60px;
    }

    .table-mobile {
        td {
            &:last-child {
                width: 100%;
            }
        }
    }

    table {
        td {
            text-align: center;

            .btn-primary {
                white-space: normal;
            }
        }

        tr:first-child {
            background: #00a785;
            color: #ffffff;
        }
    }

    .tab-content table tr:not(.first-child) td {
        padding: 10px;
        border: 1px solid #b66e74;
    }
}

.blog .btn-default {
    float: right;
}

.blog-products {

    .title {
        text-align: left;
        padding-left: 0;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .product-layout {
        display: flex;
        flex-direction: column;
    }

    .product-name {
        padding: 20px 15px;
        height: unset;
        text-align: center;

        .title {
            position: unset;
            font-weight: 600;
            color: #6d6d6d;
        }
    }

    .description {
        display: block;
        padding: 0 15px;
    }

    .product-info {
        margin: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .product-thumb {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;

        .button-group {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            justify-content: end;

            .inner {
                opacity: 1;
                visibility: visible;
                position: unset;
            }
        }
    }
}

.blog__collage {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.blog__collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog__collage-image {
    height: 500px;
}

.blog__collage.columns-1 .blog__collage-image {
    flex: 0 0 100%;
}

.blog__collage.columns-2 .blog__collage-image {
    flex: 0 0 calc(50% - 7.5px);
}

.blog__collage.columns-3 .blog__collage-image {
    flex: 0 0 calc(33.3333333333% - 10px);
}

.blog__collage.columns-4 .blog__collage-image {
    flex: 0 0 calc(25% - 11.3px);
}

/**************** Mango Latest Blogs ***************/

#column-right .latest-blogs,
#column-left .latest-blogs {
    margin: 0;
    padding: 0;
}

#column-right .latest-blogs .swiper-pager,
#column-left .latest-blogs .swiper-pager,
#column-right .latest-blogs .date-added,
#column-left .latest-blogs .date-added {
    display: none;
}

#column-right .blog-list,
#column-left .blog-list {
    border: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#column-right .latest-blogs .blog-image,
#column-left .latest-blogs .blog-image {
    border-radius: 6px 0 0 6px;
    width: 25%;
}

#column-right .blog-list .blog-text,
#column-left .blog-list .blog-text {
    width: 75%;
    padding: 7px 10px;
}

#column-right .blog-list .title,
#column-left .blog-list .title {
    font-size: 12px;
    line-height: 15px;
    height: auto;
    margin-bottom: 0;
}

#column-right .latest-blogs .swiper-wrapper,
#column-left .latest-blogs .swiper-wrapper {
    display: block;
}

#column-right .latest-blogs .btn,
#column-left .latest-blogs .btn {
    width: 100%;
}

#column-right .latest-blogs .buttons,
#column-left .latest-blogs .buttons {
    padding-top: 0;
}

/*************  Mango Slideshow ****************/
.mango_slideshow {
    position: relative;
}

.mango_slideshow .container {
    height: 100%;
}

.mango_slideshow_link {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.mango_slideshow .line-1 {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1;
}

.mango_slideshow .line-2 {
    font-size: 24px;
    margin-bottom: 33px;
    line-height: 1;
}

.mango_slideshow .line-1,
.mango_slideshow .line-2,
.mango_slideshow .btn {
    position: relative;
    top: -1000px;
    transition: 1s;
}

.mango_slideshow .swiper-slide-active .line-1,
.mango_slideshow .swiper-slide-active .line-2,
.mango_slideshow .swiper-slide-active .btn {
    top: 0;
}

.mango_slideshow .line-1 {
    transition: 1.5s;
    transition-delay: 0.3s;
}

.mango_slideshow .line-2 {
    transition: 1s;
    transition-delay: 0.3s;
}

.mango_slideshow .btn {
    transition: 0.5s;
    transition-delay: 0.3s;
}

.mango_slideshow_text {
    width: 100%;
    margin: 0;
}

.mango_slideshow .swiper-pagination {
    bottom: 15px;
}

.mango_slideshow .swiper-button-next {
    right: 10px;
}

.mango_slideshow .swiper-button-prev {
    left: 10px;
}

.blog-gallery-swiper {
    position: relative;
    margin-bottom: 20px;

    .background-image {
        text-align: center;

        img {
            max-width: 100%;
        }
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }
}

.blog-contents {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 30px;

    li {
        &:not(:last-child) {
            margin-bottom: 6px;
        }

        &::marker {
            color: #00a785;
        }

        span {
            border-bottom: 1px dashed;
            cursor: pointer;
        }
    }
}

.blog-contents__header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.article-swiper__thumbnail {
    margin-bottom: 20px;

    img {
        max-width: 100%;
    }

    .swiper-wrapper {
        justify-content: center;
    }

    .swiper-slide {
        border: 1px solid #f2f2f2;
        cursor: pointer;
    }
}

/********* Carousel **************/
.carousel-product {
    padding: 0;
    position: relative;
    margin: auto;
}

.container .carousel-product {
    margin: 0 -15px;
    /*max-width: 100%;*/
}

.container-fluid .carousel-product {
    margin: 0 15px;
    /*max-width: 100%;*/
}

.home .container .carousel-product {
    margin: 0;
}

#column-left .carousel-product,
#column-right .carousel-product {
    margin: auto;
}

.carousel-product .title-h1 {
    margin-left: -10px;
    margin-right: -10px;
    border: 0;
}

.carousel-product .product-layout.product-grid {
    margin: 0;
    border-right: 0;
}

#column-left .product-layout.product-grid,
#column-right .product-layout.product-grid {
    border-right: 1px solid #f3f3f3;
}

.carousel-product .product-layout.product-grid:last-child {
    border-right: 1px solid #f3f3f3;
}

.carousel-product .swiper-wrapper {
}

.carousel-product .swiper-container,
.latest-blogs .swiper-container {
    padding: 5px 1px 50px;
    margin: 0 -1px;
}

.latest-blogs .swiper-container {
    padding-bottom: 0;
}

.product-related__list {
    display: flex;
    flex-wrap: wrap;
}

.swiper-viewport {
    width: 100%;
    margin: auto;
    position: relative;
    border: 0;
    background: none;
    box-shadow: none;
}

.swiper-button-prev {
    left: -12px;
}

.swiper-button-next {
    right: -12px;
}

.swiper-pagination {
    bottom: -30px;
    width: 100%;
}

.swiper-slide .img-responsive {
    margin: auto;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.swiper-button-next {
    background-size: 20px 30px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

#column-left .swiper-button-prev,
#column-left .swiper-button-next,
#column-right .swiper-button-prev,
#column-right .swiper-button-next {
    background-size: 10px 20px;
}

.swiper-button-prev:before {
    content: none;
}

.swiper-button-next:before {
    content: none;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #d2d2d2;
    border-radius: 0;
    box-shadow: none;
    margin: 0 3px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #797979;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
}

.slideshow {
    border: 0;
    margin-bottom: 30px;
    box-shadow: none;
}

.slideshow .swiper-button-prev {
    left: 12px;
}

.slideshow .swiper-button-next {
    right: 12px;
}

.slideshow .swiper-pagination {
    bottom: 15px;
}

/*************** Reviews ******************* */
.carousel-review {
    padding: 30px 0 40px;
    font-size: 14px;
}

.carousel-review .title-h1 {
    border: 0;
    margin-bottom: 30px;
}

.carousel-review .review-layout {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
}

.carousel-review .review-thumb {
    max-width: 800px;
    margin: auto;
}

.carousel-review .caption {
    min-height: 80px;
    line-height: 1.6;
    color: #808080;
}

.carousel-review .buttons {
    padding-top: 30px;
}

.carousel-review .signature {
    font-style: italic;
    margin-top: 20px;
}

.carousel-review .date_added {
    color: #b7b7b7;
}

/************** Column Menu ***************/
.column-menu {
    margin-bottom: 30px;
}

.column-menu .title {
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.column-menu .custom-dropdown {
    overflow: hidden;
    position: relative;
}

.column-menu .list-group-item > .custom-dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    transform: rotate(-90deg);
}

.column-menu .custom-dropdown.open > .list-group-item > .custom-dropdown-toggle {
    transform: none;
}

.column-menu .custom-dropdown-menu {
    position: static;
    box-shadow: none;
    background: none;
    border: 0;
    width: 100%;
    display: none;
}

/*.column-menu .custom-dropdown.open .custom-dropdown-menu{
  display: block;
}*/
.column-menu .custom-dropdown-menu .list-group-item {
    padding-left: 30px;
}

.column-menu .custom-dropdown-menu .custom-dropdown-menu .list-group-item {
    padding-left: 60px;
}

/*********************** Mango Category *************************/
.mango_category {
    margin-bottom: 40px;
}

.mango_category_item {
    margin: 15px 0;
}

.mango_category_image {
    overflow: hidden;
    border-radius: 5px;
}

.mango_category_item .img-responsive {
    float: left;
    width: 100%;
    transition: 0.5s;
}

.mango_category_link {
    display: block;
    color: inherit;
}

.mango_category_link:hover .img-responsive {
    transform: scale(1.1);
}

.mango_category_description {
    text-align: center;
    padding: 20px 0 10px;
    font-size: 16px;
    margin: 0;
}

.mango_category_text {
    font-size: 14px;
    text-align: center;
    color: #848484;
}

.mango_category_link:hover {
    text-decoration: none;
}

/**************** Newslatter ***************/
.newsletter {
    padding: 20px 0;
    background: #dbdbdb;
    overflow: hidden;
}

.newsletter .fas {
    position: absolute;
    font-size: 150px;
    transform: rotate(-15deg);
    top: -60px;
    color: #c5c5c5;
}

.newsletter .newsletter_left .title {
    margin-bottom: 0;
    color: #3d3d3d;
    font-weight: 700;
}

.newsletter_left {
    min-height: 40px;
    position: relative;
    color: #3d3d3d;
}

.newsletter .form-group .form-control {
    border: 2px solid #fff;
}

/**************** Quick Order **************/
.quick_order .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.quick_order .price {
    font-size: 24px;
    padding: 10px;
}

.quick_order .options {
    font-size: 12px;
    color: #929292;
    margin-bottom: 10px;
}

.quick_order .description {
    font-size: 12px;
}

.get-code-window.quick_order_cart {
    max-width: 400px;
}

/************ Cart *************************/
.checkout-cart .cart-wrapper {
    max-width: 890px;
    margin: auto;
}

.checkout-cart .cart-list {
    padding: 60px 0 20px;
}

.checkout-cart .cart-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.checkout-cart .img-thumbnail {
    border: 0;
}

.checkout-cart .btn.update {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: inherit;
    padding: 9px;
}

.checkout-cart .cart-prices {
    padding-top: 10px;
}

.checkout-cart .cart-prices .price-x {
    position: relative;
    left: -15px;
}

.checkout-cart .cart-prices .equals {
    position: relative;
    right: -15px;
}

.checkout-cart .cart-info a {
    color: inherit;
    font-weight: 700;
}

.checkout-cart .cart-info .model {
    font-size: 10px;
    color: #afafaf;
}

.checkout-cart .cart-info .options {
    font-size: 10px;
}

.checkout-cart .cart-info .reward {
    color: #57b700;
    font-size: 13px;
}

.checkout-cart .cart-info .recurring {
    font-size: 13px;
}

.checkout-cart .remove {
    background: none;
    box-shadow: none;
    border: 0;
    color: #ad0000;
    font-size: 16px;
}

/**************** Brands *******************/
.brands {
    padding: 40px 0;
    text-align: center;
}

.brands-item {
    width: 16%;
    display: inline-block;
    padding: 15px;
}

.brands .img-responsive {
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.brands .img-responsive:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/**************** Bootstrap Panel *******************/
.panel-group .panel {
    border: 0;
    box-shadow: none;
}

.panel-body {
    padding: 30px;
}

.panel-default > .panel-heading {
    color: inherit;
    border: 0;
    background: none;
    padding: 15px 0;
}

.panel-title .accordion-toggle:hover {
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #f9f9f9;
}

/**************** Footer *******************/
.footer {
    background-color: #3d3d3d;
    color: #ccc;
    clear: both;
}

.footer .title {
    color: #fff;
}

.footer_top {
    padding: 70px 0;
}

.footer li {
    color: #ccc;
    transition: 0.5s;
    margin-bottom: 10px;
}

.footer a:hover {
    color: #7e3146;
}

.footer .fa {
    width: 20px;
}

.footer .contacts .fas,
.footer .contacts .far,
.footer .contacts .fab {
    color: #c7c7c7;
    font-size: 21px;
    margin-right: 10px;
    vertical-align: bottom;
    margin-bottom: -2px;
    width: 21px;
    text-align: center;
}

.footer .title {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.footer-columns {
    display: grid;
    grid-gap: 30px;
}

.footer-columns.column-count-1 {
    grid-template-columns: 1fr;
}

.footer-columns.column-count-2 {
    grid-template-columns: 1fr 1fr;
}

.footer-columns.column-count-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-columns.column-count-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-columns.column-count-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-html {
    padding-top: 50px;
}

.footer_bottom {
    background: #dbdbdb;
    padding: 30px 0 20px;
    text-align: center;
}

.footer_bottom .title {
    color: #3d3d3d;
}

.footer_bottom .social_list {
    display: inline-block;
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
}

.footer_bottom .social_item {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}

.footer_bottom .social_item .fab {
    color: #c52668;
    font-size: 34px;
}

.footer_bottom .powered {
    font-size: 12px;
    color: #3d3d3d;
}

.footer_bottom .powered a {
    color: #c52668;
}

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

.input-group-addon-captcha {
    padding: 0 2px;
}

.header-mobile-phone {
    svg {
        path {
            fill: #00a785!important;
        }
    }
}
/************ Magnific Popup ***************/
.get-code-window {
    position: relative;
    background: #fff;
    padding: 2em 3em;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
}

@media (min-width: 1460px) {
    .container {
        width: 1400px;
    }

    .category-menu .menu-horizontal,
    .mega-menu .submenu-1 .dropdown-menu,
    .mega-menu .submenu-3 .dropdown-menu {
        width: 1370px;
    }
}

@media (min-width: 1200px) and (max-width: 1459px) {
    .category-menu .menu-horizontal,
    .mega-menu .submenu-1 .dropdown-menu,
    .mega-menu .submenu-3 .dropdown-menu {
        width: 1140px;
    }

    .mega-menu .menu_main {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    /*#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}*/
}

@media (max-width: 1199px) {
    .top-menu-list sup,
    .top_cart sup {
        margin-left: -7px;
    }

    .advantages-item .text-inner .line-1 {
        font-size: 14px;
    }

    .advantages-item .icon i {
        font-size: 48px;
    }

    .advantages-item .advantages-item-inner {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .advantages-item .text,
    .advantages-item .icon {
        min-height: 0;
        padding: 15px 0;
        width: 90%;
        text-align: center;
    }

    .advantages-item .text {
        padding-top: 0;
    }

    .product-thumb .button-group {
        margin: 0;
    }

    .product-grid .product-thumb .button-group .inner,
    .product-list .product-thumb .button-group .inner {
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        box-shadow: none;
    }

    .product-grid .product-thumb .button-group .inner {
        padding: 5px;
    }

    .product-list .product-thumb .button-group .inner {
        padding-top: 10px;
    }

    .product-thumb .button-group .fa,
    .product-thumb .button-group .far {
        margin-right: 0;
    }

    .product-thumb .title {
        font-size: 16px;
    }

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

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

    .product-thumb .rating .fa,
    .product-thumb .rating .far {
        font-size: 10px;
    }

    .product-thumb .rating i {
        width: 11px;
    }

    .product-thumb .rating {
        margin-bottom: 0;
    }

    .product .quantity {
        width: 40%;
    }

    .product .order-group .btn {
        margin-left: 0;
    }

    .product .width-40 {
        width: 41%;
    }

    .product .nav-tabs > li a {
        font-size: 12px;
        padding: 10px;
    }

    .product-info .price-block.price-new .price-val,
    .product-info .price-old .price-val,
    .product-info .price-save .price-val {
        font-size: 14px;
    }

    .product .order-group {
        width: 100%;
        padding-top: 10px;
    }

    .swiper-button-next {
        right: -6px;
    }

    .swiper-button-prev {
        left: -6px;
    }

    .footer_top {
        margin: 0;
    }

    .footer-columns.column-count-5 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .blog__collage.columns-4 .blog__collage-image {
        flex: 0 0 calc(33.3333333333% - 10px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}*/
    .category-menu .menu-horizontal,
    .mega-menu .submenu-1 .dropdown-menu,
    .mega-menu .submenu-3 .dropdown-menu {
        width: 940px;
    }

    .mega-menu .menu_main {
        font-size: 10px;
        padding: 15px 10px 0;
    }

    /*.product-thumb .button-group .addwishlist,
  .product-thumb .button-group .addcompare {
    font-size: 11px;
  }
  .product-thumb .button-group .fa,
  .product-thumb .button-group .far {
    margin-right: 5px;
  }*/
}

@media (min-width: 992px) {
    .mobile-content {
        display: none;
    }

    .menu-inner .dropdown-menu.menu-content {
        max-height: 100vh;
        overflow: hidden;
    }

    .category-menu .dropdown-menu.menu-content.vertical {
        overflow: initial;
    }

    .menu-inner .menu-horizontal {
        overflow-y: auto;
        max-height: 100vh;
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 50px;
    }

    .title-h1 {
        font-size: 24px;
        line-height: 1;
    }

    .header {

        border-bottom: 1px solid #dedede;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 /15%);
    }

    .header-inner {
        height: 50px;
        padding: 5px 0;
    }

    .header-logo {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .top-menu-icon {
        width: 50%;
    }

    #top {
        height: 0;
    }

    /***** Mobile Menu *********/
    .mobile-menu .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px;
        display: inline-block !important;
        line-height: 12px;
        color: #8e8e8e;
        cursor: pointer;
    }

    .mobile-menu .menu-inner {
        background: none;
    }

    .mobile-menu .menu-item {
        font-size: 16px;
        position: relative;
        /*padding-left: 15px;*/
    }

    .mobile-menu .menu-item .menu-item {
        padding-left: 15px;
    }

    .mobile-content {
        float: left;
    }

    .mobile-content .mobile-menu {
        /*display: none;*/
        position: fixed;
        left: -100%;
        top: 0;
        width: 80%;
        max-width: 400px;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px 0 #000;
        overflow: auto;
        padding: 30px 15px;
        transition: 0.3s;
        z-index: 101;
    }

    .mobile-content .mobile-menu.active {
        left: 0;
    }

    .mobile-content .dropdown-backdrop {
        display: none;
    }

    .mobile-content .container {
        width: 100%;
    }

    .mobile-menu .menu-close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 12px;
    }

    .mobile-content .mobile-toggle {
        padding: 13px 0;
        line-height: 13px;
        background: none;
        border: 0;
    }

    .mobile-content .menu-content {
        /*display: block;*/
        position: static;
        border: 0;
        box-shadow: none;
        margin: 15px -15px;
    }

    .sub-menu-toggle .caret {
        transform: rotate(-90deg);
    }

    .menu-vertical .sub-menu-toggle .caret {
        transform: none;
    }

    .sub-menu-toggle.active .caret {
        transform: rotate(0deg);
    }

    .menu-vertical .sub-menu-toggle.active .caret {
        transform: rotate(90deg);
    }

    .mega-menu .button-search {
        position: static;
        background: #d7d7d7;
        margin-top: 15px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .mega-menu .button-search .fa {
        font-size: 12px;
    }

    /****** Category Menu **********/
    .category-menu .menu-content {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .category-menu .navbar-header .btn {
        position: relative;
    }

    .category-menu .navbar-header .btn .caret {
        position: absolute;
        top: 23px;
        right: 16px;
        opacity: 0.5;
        transform: rotate(-90deg);
    }

    .category-menu nav.open .navbar-header .btn .caret {
        transform: none;
    }

    .category-menu .dropdown-backdrop {
        display: none;
    }

    .category-menu .navbar-header .btn {
        background: none !important;
        color: inherit !important;
        font-size: inherit;
        text-align: left;
        border-bottom: 1px solid #ececec;
        box-shadow: none;
        font-size: 13px;
        font-weight: 700;
        line-height: 49px;
    }

    /****** Category Horizontal Menu **********/
    .menu-horizontal,
    .category-menu .menu-horizontal {
        padding: 0;
    }

    .menu-horizontal.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .menu-horizontal .column-1,
    .menu-horizontal .column-2,
    .menu-horizontal .column-3,
    .menu-horizontal .column-4,
    .menu-horizontal .column-6 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .menu-horizontal .sub-menu {
        display: none;
        margin: 0;
    }

    .menu-horizontal .grid {
        display: block;
    }

    /****** Category Vertical Menu **********/
    .menu-vertical .sub-menu {
        position: static;
        opacity: 1;
        z-index: 1;
        min-width: auto;
        display: none;
        box-shadow: none;
    }

    .menu-vertical > .menu-item {
        padding-left: 0;
    }

    .mega-menu .menu-item a,
    .category-menu .menu-content a {
        padding: 13px 30px 13px 0 !important;
        position: relative;
        border-bottom: 1px solid #efefef;
        margin-bottom: 0;
        text-transform: none;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        display: block;
    }

    /******* Mega Menu **************/
    .mega-menu .caret {
        transform: rotate(-90deg);
    }

    .mega-menu .open > .dropdown-toggle .caret {
        transform: none;
    }

    .mega-menu {
        clear: both;
        padding: 0 15px;
    }

    .mega-menu .navbar-nav {
        padding-right: 0;
        display: block;
        margin: 0;
    }

    .mega-menu .menu_main {
        color: inherit !important;
        padding: 15px 0;
        font-weight: 700;
    }

    .top-menu .button-search {
        color: inherit !important;
        margin-bottom: 0;
    }

    .mega-menu .nav > li {
        border-bottom: 1px solid #ececec;
        clear: both;
        float: none;
    }

    .mega-menu .menu-horizontal a {
        padding: 5px 0;
    }

    .mega-menu .menu-horizontal .menu_all {
        border: 0;
        padding-left: 15px !important;
    }

    .mega-menu .menu-horizontal .banner-image {
        display: none;
    }

    .mega-menu .submenu-3 .title {
        text-align: left;
        margin-bottom: 0;
    }

    .toplinks {
        width: 100%;
        padding: 15px;
        max-width: 100%;
        white-space: normal;
    }

    .toplinks li {
        display: block;
    }

    .toplinks a {
        padding: 0;
        line-height: 1.2;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .mega-menu .menu_main {
        position: relative;
        padding-right: 40px;
    }

    .mega-menu .menu_main .dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px;
        line-height: 1;
    }

    .mega-menu .dropdown-menu {
        position: static;
        min-width: 100% !important;
        box-shadow: none;
        padding: 0;
    }

    .search {
        position: static;
    }

    .search-list-wrapper {
        top: 100%;

        left: 0;
        width: 100%;
    }

    .logo {
        height: 35px;
        min-height: auto;
        flex: 1 1 auto;
        justify-content: center;
        margin-right: 17px;
    }

    .top-menu {
        text-align: right;
    }

    .custom-html {
        display: none;
        padding: 0 15px;
        clear: both;
        margin-bottom: 30px;
        font-size: 13px;
    }

    .mobile-content .custom-html {
        display: block;
        text-align: left;
        width: 100%;
    }

    .currency-language {
        width: 100%;
    }

    .currency-language .dropdown-toggle {
        font-weight: 700;
    }

    .currency-language .dropdown-menu {
        box-shadow: none;
        border: 0;
    }

    .currency-language .btn {
        text-align: left;
        padding: 5px 15px;
    }

    .cart .cart-total {
        background: none !important;
        color: inherit !important;
        padding: 0;
    }

    .cart .cart-total .fas {
        color: #808080;
        margin-right: 0;
    }

    .top-menu-list .account,
    .top-menu-list .compare {
        display: none;
    }

    .top-menu-list i {
        font-size: 16px;
        color: #808080;
        margin-bottom: 0;
        margin-right: 0;
    }

    .top-menu .button-search svg {
        fill: #808080;
    }

    .top-menu-list .btn-link,
    .cart .cart-total,
    .top-menu .button-search {
        display: inline-block;
        line-height: 1;
        position: relative;
        padding: 11px;
    }

    .top-menu-list li {
        padding: 0 3px;
    }

    .top-menu-list sup,
    .top_cart sup {
        margin-left: 0;
        font-size: 11px;
        position: absolute;
        top: 13px;
        right: 0;
    }

    .advantages-item .icon i {
        font-size: 36px;
    }

    .mango_category_description {
        font-size: 14px;
        line-height: 1;
    }

    .mango_category_text {
        font-size: 12px;
        line-height: 1;
    }

    .carousel-product .swiper-container,
    .latest-blogs .swiper-container {
        padding-bottom: 30px;
    }

    .filter-inner .panel-filter {
        display: none;
    }

    /******** Mango Blog *************/
    .blog-list {
        padding: 15px;
    }

    .blog-list .date-added {
        padding: 4px 10px;
        font-size: 8px;
    }

    /******** Mango Banner *************/
    .mango_banner_text .line-2 {
        font-size: 16px;
    }

    .mango_banner_text {
        padding: 15px;
        width: 60%;
    }

    .mango_banner_image {
        width: 40%;
    }

    /******** Product Thumb *************/
    .product-thumb .price {
        font-size: 13px;
    }

    .product-thumb .price-old {
        font-size: 11px;
    }

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

    .product-file__row {
        gap: 15px;
    }

    .product-file__text {
        font-size: 16px;
    }

    .product-file__buttons {
        gap: 10px;

        > * {
            padding: 6px 10px;
            font-size: 16px;
        }
    }

    /******** Product *************/
    .product .quantity {
        width: 50%;
    }

    .product .quantity.with-quick_order {
        float: none;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .product .order-group {
        width: 50%;
    }

    .product .order-group.with-quick_order {
        width: 100%;
    }

    .product .order-group .width-100 {
        width: 100%;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter_left,
    .newsletter .form-group .form-control {
        margin-bottom: 15px;
        display: block;
    }

    .newsletter .fas {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer_top {
        padding: 40px 0;
    }

    .footer_top .list-unstyled {
        margin-bottom: 30px;
    }

    .footer-columns.column-count-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .blog__collage-image {
        height: 400px;
    }

    .blog__collage.columns-3 .blog__collage-image, .blog__collage.columns-4 .blog__collage-image {
        flex: 0 0 calc(50% - 7.5px);
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /*#content .col-sm-2:nth-child(6n+1),
	#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;
	}*/
    .mango_banner_text .size-l {
        font-size: 30px;
    }

    .mango_banner_text .size-m {
        font-size: 24px;
    }

    .mango_banner_text .size-s {
        font-size: 14px;
    }
}

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

    .menu-vertical .menu-item:hover > .sub-menu {
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 767px) {
    .btn {
        margin-bottom: 5px;
    }

    .top-menu-list .btn-link,
    .cart .cart-total,
    .top-menu .button-search {
        padding: 11px 5px;
    }

    .top-menu-list sup,
    .top_cart sup {
        font-size: 9px;
        right: -2px;
    }

    .search .btn-search {
        padding: 9px;
    }

    .title-h1 {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .cart-list .image {
        width: 15%;
    }

    .cart-list .image,
    .cart-list .quantity,
    .cart-list .total {
        padding: 0;
    }

    .cart-list .name {
        line-height: 1;
        width: 35%;
    }

    .mango_slideshow_link {
        align-items: start;
        padding-top: 15px;
    }

    .mango_slideshow .line-1 {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .mango_slideshow .line-2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .advantages {
        flex-direction: row;
        margin-bottom: 15px;
        flex-direction: row;
        margin-bottom: 15px;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .advantages-item {
        flex: none;
        width: 48%;
        float: left;
        margin: 2px;
    }

    .advantages-item .advantages-item-inner {
        padding: 2% 0;
    }

    .brands-item {
        width: 32%;
        padding: 15px;
        margin: 0;
    }

    .cart-list .title {
        font-size: 12px;
    }

    /*.product-thumb .price {
    height: 38px;
  }*/
    .categories {
        white-space: nowrap;
        position: relative;
    }

    .categories-item a {
        padding: 3px 5px;
        font-size: 12px;
    }

    .category-filter {
        padding-top: 0;
    }

    .product-thumb .price-new,
    .product-thumb .price-old {
        /*display: block;*/
        margin-left: 0;
    }

    .stickers {
        right: 0;
    }

    .stickers .product-label::after {
        content: none;
    }

    .product-label .inner {
        padding: 3px;
        font-size: 10px;
        line-height: 1.2;
    }

    .category h1,
    .product h1 {
        font-size: 20px;
    }

    .product-info .top-group {
        margin-bottom: 15px;
    }

    .product-info .rating {
        margin-bottom: 0;
    }

    .product-info .price-block.price-new .price-val,
    .product-info .price-old .price-val,
    .product-info .price-save .price-val {
        font-size: 13px;
    }

    .thumbnails .swiper-button-prev,
    .thumbnails .swiper-button-next {
        top: 42%;
    }

    .product .nav-tabs {
        text-align: left;
        display: block;
    }

    .product .nav-tabs > li.active > a,
    .product .nav-tabs > li > a:hover {
        border: 1px solid #7e3146;
        border-radius: 4px;
    }

    .product .nav-tabs > li.active > a::after {
        content: none;
    }

    .tab-content {
        overflow: auto;
    }

    .carousel-product {
        padding: 0 15px;
    }

    .container .carousel-product {
        max-width: initial;
    }

    .container-fluid .carousel-product {
        margin: 0;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

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

    .mango_banner {
        margin-bottom: 30px;
    }

    .mango_banner_grid {
        display: block;
    }

    .mango_banner_item {
        margin-bottom: 15px;
    }

    .latest-blogs .swiper-container {
        padding-bottom: 0;
    }

    .latest-blogs .swiper-button-prev {
        left: -6px;
    }

    .latest-blogs .swiper-button-next {
        right: -6px;
    }

    .latest-blogs .blog-list {
        padding: 15px 20px;
        border-radius: 4px;
    }

    .review-item .date-text-block {
        border-left: 0;
        padding-left: 15px;
    }

    .product-review .review-item,
    .review-page .review-item {
        padding: 0;
        margin-bottom: 30px;
    }

    .product-review .author,
    .review-page .author {
        margin-bottom: 0;
    }

    .product-review .author {
        font-size: 14px;
    }

    .rating {
        margin-bottom: 10px;
    }

    .product-review .date,
    .review-page .date {
        margin-bottom: 10px;
    }

    .product-review .date {
        width: 100%;
        margin-right: 0;
    }

    .form-review {
        margin-top: 0;
        padding: 30px 0;
        border: none;
    }

    .product-info .price .price-block {
        padding: 10px 5px;
    }

    .attributes {
        grid-template-columns: 1fr;
    }

    .attributes__column {
        padding-right: 0;
    }

    .compare .table-wrapper {
        overflow: auto;
    }

    .manufacturer-list .alphabet .btn {
        padding: 5px 10px;
    }

    .checkout-cart .cart-list {
        padding-top: 10px;
    }

    .checkout-cart .cart-image {
        margin-bottom: 15px;
    }

    .checkout-cart .cart-prices {
        text-align: right;
        margin: 0 -15px;
        font-weight: 700;
    }

    .checkout-cart .cart-quantity {
        max-width: 100px;
        float: left;
    }

    .checkout-cart .cart-quantity + .price {
        padding-top: 10px;
    }

    .checkout-cart .price-x {
        position: relative;
        left: -15px;
    }

    .footer_top {
        text-align: center;
    }

    .footer-columns.column-count-5,
    .footer-columns.column-count-4,
    .footer-columns.column-count-3,
    .footer-columns.column-count-2 {
        grid-template-columns: 1fr;
    }

    .footer_bottom .social_list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .footer_bottom .social_item .fab {
        font-size: 26px;
    }

    .get-code-window {
        padding: 30px 15px;
    }

    .footer a {
        color: inherit;
    }

    .header-inner {
        justify-content: start;
    }

    .product-list .product-thumb {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

    .product-file__row {
        flex-wrap: wrap;
    }

    .product-list .product-info {
        width: 100%;
    }

    .product-file__row {
        .product-file__buttons {
            width: 100%;
            text-align: center;

            > * {
                width: 50%;
            }
        }
    }

    .product-file__text {
        flex-direction: row;
    }

    .product-list .product-thumb .button-group .inner {
        display: flex;
        flex-direction: column;
    }

    .blog__collage-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .product-file__text {
        flex-direction: column;
    }

    .blog__collage-image {
        flex: 0 0 100% !important;
    }

    .blog-list .blog-text {
        padding: 15px 0;
    }

    .blog-list .title {
        font-size: 14px;
    }
}

.ocp-modal .mfp-close {
    color: #333333;
}

.bottom-form {
    color: #fff;
}

.consult-form {
    padding: 50px 0 40px;
}

.consult-form__title {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}

.consult-form__text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 75px;
    text-align: center;
}

.consult-form__button {
    display: flex;
    align-items: end;
}

.consult-form .fas {
    position: absolute;
    font-size: 150px;
    transform: rotate(-15deg);
    top: -40px;
    right: 0;
}

.consult-form__title, .consult-form__text, .consult-form label {
    position: relative;
}

.consult-form__inputs {
    padding: 0 20%;
}

.consult-form__inputs input, .consult-form__inputs textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    margin-bottom: 25px;
    color: #0b0b0b;
    font-weight: bold;
    outline: none !important;
}

.form-group.submit {
    text-align: center;
}

.form-group.submit input {
    padding: 20px 50px;
}

.table-mobile {
    display: none;
}

@media (min-width: 992px) {
    .consult-form__row {
        display: flex;
        align-items: stretch;
    }
}

@media (max-width: 1199px) {
    .top-menu-list__block {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .consult-form__button .form-group, .consult-form__button input {
        width: 100%;
    }

    .consult-form .fas {
        right: 50px;
    }
}

@media (max-width: 767px) {
    .consult-form__title {
        font-size: 30px;
        line-height: 34px;
    }

    .consult-form__text {
        font-size: 18px;
    }

    .header-mobile-phone {
        display: block;
        width: 20px;

        i {
            font-size: 20px;
        }
    }

    .header-inner {
        height: 60px;
    }

    .logo {
        height: 45px;
        margin-right: 0;
    }

    .table-desktop {
        display: none;
    }

    .table-mobile {
        display: block;
    }
}

@media (max-width: 576px) {
    .consult-form__title {
        font-size: 26px;
        line-height: 30px;
    }

    .consult-form__text {
        font-size: 16px;
    }

    .blog-content .description {
        & table {
            & td {
                .btn-primary {
                    font-size: 12px;
                    padding: 5px;
                }
            }
        }
    }
}

.tags_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 30px 0 20px;

    .tag_item {
        border: 1px solid rgba(247, 247, 247, 1);
        border-radius: 10px;
        font-size: 16px;
    }

    .tag {
        display: block;
        text-decoration: none;
        color: #3D3D3D;
        padding: 5px 16px;
    }

    .tag_item.active, .tag_item:hover {
        background-color: #00a785;
        border-color: #00a785;

        * {
            color: #fff;
        }
    }

    .tag_item:hover * {
        color: #fff;
    }

}

.open span, .phone span, .email span {
    white-space: nowrap;
}

.header-mobile-phone__telegram, .header-mobile-phone__telegram + a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
}

.top-menu-messengers__telegram {
    background-color: #fff !important;
}

.fab.fa-telegram {
    color: #2ca5e0;
    font-size: 40px;
}

@media (max-width: 450px) {
    .mango_slideshow_item .background-image {
        height: auto !important;
    }
}