@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(119, 119, 119);
    color: #241C24;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    box-sizing: border-box;
}

body:has(.dropdown-menu.show) {
    backdrop-filter: blur(10px);
    /* Розмиття всього заднього фону */
    transition: backdrop-filter 0.3s ease-in-out;
}
input {
    outline: none;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

* {
    scrollbar-width: thin;
    /* Тонка смуга */
    scrollbar-color: #bbb #f0f0f0;
    /* Повзунок | Фон */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #444; */
}

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

/* Override the bootstrap defaults */
h1 {
    font-size: 28px;
    font-weight: 600;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: rgb(36, 28, 36);
}

a:hover {
    color: rgb(36, 28, 36);
    text-decoration: none;
}

a:focus,
a:focus-visible {
    /* outline: none !important;
    box-shadow: none !important;
    border: none !important; */
    outline: none;
    box-shadow: none;
    border: none;
}


legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}

.required {
    color: rgb(226, 0, 0)
}

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: 16px;

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    border-radius: 5px;
    background: rgb(246, 247, 247);
    padding: 7px 15px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    box-shadow: none;
    min-height: 40px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 16px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

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

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

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.panel-title {
    width: 100%;
}


/* top */
#top {
    margin-bottom: 20px;
    background: rgb(36, 28, 36);
}

#topmob {
    background: rgb(36, 28, 36);
    padding: 8px 20px;
    margin-bottom: 18px;
}

#top .text_top {
    padding: 8px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(255, 255, 255);
}

#top .text_top span {
    color: rgb(245, 193, 45)
}


#topmob .text_top {
    padding: 8px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(255, 255, 255);
}

#topmob .text_top span {
    color: rgb(245, 193, 45)
}

/*header*/

.col-all-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.col-logo {
    max-width: 159px;
    width: 100%;
}

.col-search {
    width: 100%;
    max-width: 760px;
}

.col-phone-right {
    width: 100%;
    max-width: 228px;
}



.bg-menumob {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    background: #fff;
}


.close-menumob a {
    background: rgb(245, 245, 245);
    padding: 16px;
}


#close-menumob a {
    background: rgb(245, 245, 245);
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    justify-content: space-evenly;
}


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

/* search */
#search {
    position: relative;
    width: 100%;
}

#search .input-lg {
    line-height: 20px;

    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 100px;
    padding: 13px 48px;

    color: rgb(171, 171, 171);
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    height: 50px;
    background-color: white;
}

#search .btn-lg {
    padding: 0;
    text-shadow: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    height: 30px;
    box-shadow: none;
    position: absolute;
    left: 17px;
    z-index: 100;
    top: 50%;
    margin-top: -14px;
}

#search .btn-lg svg {
    fill: #241C24;
}

.col-phone {
    display: flex;
    align-items: center;
}

.icon-phone {
    background: rgb(245, 245, 245);
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    justify-content: space-evenly;
    margin-right: 10px;
}



.text-callback {
    color: rgb(36, 28, 36);

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.tel-callback a {
    color: rgb(36, 28, 36);

    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration-line: underline;
}

.col-cart-and>div {
    background: rgb(245, 245, 245);
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    justify-content: space-evenly;
    margin-right: 15px;

}

.col-cart-and>div>a {
    height: 18px;
}

.col-cart-and {
    display: flex;
}

.bg-menu {
    background: rgb(36, 28, 36);
    width: 100%;
}



/* cart */
#cart,
.wishhref {
    margin-bottom: 0;
    position: relative;
}

#cart>span,
.wishhref span {
    /* font-size: 12px; */
    position: absolute;
    top: -16px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0%;
    text-align: center;
    background: rgb(36, 28, 36);
    border-radius: 100%;

    padding: 0;
    display: flex;
    right: -20px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;

}

.col-cart-and a:hover {
    opacity: 0.7
}


.tel-callback a:hover {
    color: rgb(245, 193, 45);
}

/* menu */
#menu {
    margin: 0;
    padding: 0;
    min-height: 0;
    border-radius: 0;
}

#menu .nav>li>a {
    padding: 20px 15px 19px 15px;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;

}

#menu .nav>li>a.active {
    padding: 20px 15px 19px 15px;
    color: rgb(238, 170, 46);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;

}

.selected-filters {
    padding: 0 20px;
}

.price-filters {
    padding: 0 20px;
}

.common-filters {
    padding: 0 20px;
}

.clear-filters {
    font-size: 0.9em;
}


#menu .nav>li:first-child>a {
    padding: 20px 15px 19px 0px;
}


.dropdown-submenu {
    /* position: relative; */
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

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

.dropdown-submenu>a:after {
    content: " ▸";
    float: right;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}


.navbar-collapse {
    padding: 0;
}


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

#menu .dropdown-menu {
    background: rgb(36, 28, 36);
    padding: 15px;
    margin-top: 0px;
    border-radius: 10px;
}

.dropdown-menu-m {
    position: absolute;
    left: 205px;
    left: 215px;
    min-width: 197px;
    background: #000;
    top: -1px;
    min-height: 346px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px 10px 10px 0px;
    background: rgb(36, 28, 36);

}


#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    color: rgb(245, 193, 45);
    background: none;
}

.custom-menu-list.active {
    color: rgb(245, 193, 45);
    background: none;
}

.caret {
    border-top: none;
    height: 0;
    position: relative;
    width: 5px;
    top: -4px;
}

.caret svg {
    position: absolute;
    fill: #fff;
}

#menu .nav>li>a:hover svg {
    fill: #F5C12D
}

.dropdown-menu>li>a:hover,
.dropdown-menu-m li>a:hover {
    color: rgb(245, 193, 45);
    background: none;

}

.dropdown .dropdown-submenu .caret {
    display: none;
}

.dropdown-submenu:hover .dropdown-menu-m {
    display: block;
}
.dropdown-menu-m {
    list-style: none;
    padding: 15px;
    margin: 0;
    display: none;
}

.dropdown-menu>li>a,
.dropdown-menu-m li>a {
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    min-width: 197px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu>li:last-child>a {
    border: none;
}

.dropdown-submenu>a::after {
    content: " >";
    content: '';
    width: 11px;
    height: 10px;
    float: right;
    font-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}


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

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

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

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

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}





.bg-home-first {
    background: url(../image/slider_1.jpeg) #000 center top no-repeat;
}

.banner-home {
    margin: 227px 0;
}


.subtile-banner-home {
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-align: left;
    text-transform: uppercase;
}

.tile-banner-home,
.block-title {
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    max-width: 1033px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 0;
}
.block-title {
    color: #241C24;
}

.btn-banner-home a {
    font-family: "Poppins", sans-serif;
    padding: 14px 22px 13px 20px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;

    background: rgb(255, 255, 255);
    color: rgb(36, 28, 36);

    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

    
}

.btn-banner-home a:hover {
    background: rgb(231, 182, 44);
}


.all-wall {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 64px;
}

.item-wall {}

.img-wall img {
    max-width: 100%;

}

.title-wall {}

.btn-wall {}

.btn-wall:hover {}

.caper-wall {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 250px;
}

.title-wall {
    color: rgb(36, 28, 36);

    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: left;
}

.caper-wall p {
    max-width: 250px;
    color: rgb(36, 28, 36);
    margin: 10px 0 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.btn-wall {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 35px;
    background: rgb(36, 28, 36);
    padding: 7px 18px;
}

.btn-wall:hover {
    background: none;
}

.item-wall {
    position: relative;
    border-radius: 20px;
    background: rgb(245, 245, 245);
    overflow: hidden;
    padding: 23px 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.item-wall .img-wall {
    display: none;
}
.img-wall img {
    display: none;
}
.item-wall:nth-of-type(1) {
    flex: 0 1 calc((100% - 40px) / 3);
    background-image: url(../../../../../image/catalog/demo/category/cat-1.png);
}
.item-wall:nth-of-type(2) {
    flex: 0 1 calc((100% - 40px) / 3);
    background-image: url(../../../../../image/catalog/demo/category/cat-2.png);
}
.item-wall:nth-of-type(3) {
    flex: 0 1 calc((100% - 40px) / 3);
    background-image: url(../../../../../image/catalog/demo/category/cat-3.png);
}
.item-wall:nth-of-type(4) {
    flex: 0 1 calc((100% - 20px) / 2);
    background-image: url(../../../../../image/catalog/demo/category/cat-5.png);
}
.item-wall:nth-of-type(5) {
    flex: 0 1 calc((100% - 20px) / 2);
    background-image: url(../../../../../image/catalog/demo/category/cat-6.png);
    background-image: url(../../../../../image/catalog/demo/category/cat-8.png);
}
/* 
.item-wall:nth-child(-n+3) .img-wall {
    position: absolute;
    right: -28%;
}

.item-wall:nth-child(n+4) .img-wall {
    position: absolute;
    right: 0%;
}

.item-wall:nth-child(-n+3) {
    flex-basis: calc(33.33% - 15px);
}


.item-wall:nth-child(n+4) {
    flex-basis: calc(50% - 15px);
} */

.bg-about {
    background: #f5f5f5;
    margin-top: 50px;
    padding: 100px 0;
}

.all-banner-about {
    background: url(../image/about.png) center top no-repeat;
    padding: 182px 54px;
    border-radius: 16px;
    background-size: cover;
}

.title-banner-about {
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.subtitle-banner-about {
    font-family: 'Poppins', sans-serif;
    color: rgb(226, 226, 226);
    margin-bottom: 4em;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 870px;
}

.btn-banner-about a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(36, 28, 36);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: rgb(255, 255, 255);
    padding: 14px 20px 13px 22px;
}


.btn-banner-about {
    width: 270px;
}


.btn-banner-about a:hover {
    background: none;
    color: #fff;
}

.title-desc-about {
    color: rgb(36, 28, 36);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}


.subtitle-desc-about {
    color: rgb(119, 119, 119);

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}


.all-desc-about {
    margin: 75px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.right-desc-about a {
    box-sizing: border-box;
    border: 1px solid rgb(31, 33, 37);
    border-radius: 50px;
    padding: 15px 19px;
    color: rgb(33, 37, 41);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.33px;
    letter-spacing: 0%;
    text-align: center;
}

.right-desc-about a:hover {
    color: rgb(36, 28, 36);
    background: rgb(255, 255, 255);
}

.all-pre {
    display: flex;

    gap: 20px;
    justify-content: center;
}


.item-pre {
    max-width: 350px;
    padding: 35px 25px 65px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    flex: 0 1 calc((100% - 60px) / 4);
}


.ivon-pre {
    margin: 0 0 20px;
    border-radius: 10px;
    background: rgb(36, 28, 36);
    padding: 14px;
    display: inline-block;
}

.title-pre {
    color: rgb(34, 37, 41);

    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}


.desc-pre {
    color: rgb(119, 119, 119);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}


.ivon-pre {
    margin: 0 0 20px;
    border-radius: 10px;
    background: rgb(36, 28, 36);

    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: space-around;
}


.bg-ban2 {
    padding: 157px 0;
    background: url(../image/bg-rew.jpeg) rgb(36, 28, 36) center top no-repeat;


}

.all-ban2 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.title-rew {
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    max-width: 946px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
}

.subtitle-rew {
    font-family: "Poppins", sans-serif;
    color: rgb(226, 226, 226);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 750px;
    margin-bottom: 50px;
}

.btn-rew {
    width: 270px;
}


.btn-rew a {
    font-family: "Poppins", sans-serif;
    color: rgb(36, 28, 36);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: rgb(255, 255, 255);
    padding: 14px 20px 13px 22px;
    font-size: 18px;
}


.btn-rew a:hover {
    background: none;
    color: #fff;

}


.reviews-section {
    position: relative;
    padding: 60px 0;
}

.reviews-title {
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.reviews-subtitle {
    color: rgb(226, 226, 226);
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

/* Обгортка слайдера */
#home-carusel.slider-wrapper {
    position: relative;
    max-width: 100vw;
    margin-left: calc((100vw - 1438px) / 2);
    /* Вирівнюємо по лівому краю container */
    overflow: hidden;
    padding-bottom: 40px;
}

#home-carusel .swiper-container {
    position: relative;
    width: 100vw;
    overflow: visible;
}

#home-carusel.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#home-carusel .swiper-slide {
    background: #fff;
    color: black;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 300px;
}

.review-rating {
    color: #ffcc00;
    font-size: 16px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    margin-bottom: 15px;
    color: rgb(34, 37, 41);
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin: 22.5px 0 50px;
    min-height: 78px;
}

#home-carusel .swiper-slide {
    max-width: 444px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-author img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-right: 15px
}

.review-rating {
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-rating-right {
    display: flex;
    align-items: center;
}

.ocinca {
    margin-right: 10px;
    color: rgb(36, 28, 36);

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;

}

.review-author-info strong {
    color: rgb(34, 37, 41);
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

.review-author-info {
    color: rgb(119, 119, 119);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}




#home-carusel .swiper-button-prev,
#home-carusel .swiper-button-next {
    color: #fff !important;
}



.bg-sl-rew {
    background: rgb(36, 28, 36);
    padding: 50px 0 100px;
}

.titlere-rew {
    display: flex;
    justify-content: space-between;
}

.rirght-titlere-rew {
    display: flex;
    justify-content: space-between;
    width: 95px;
}

.titlere-rew .swiper-button-prev2 {
    background: url(../image/left.png) no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
}


.titlere-rew .swiper-button-next2 {
    background: url(../image/right.png) no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
}

.bloglatest-title {
    font-family: "Poppins", sans-serif;
    color: rgb(36, 28, 36);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.bloglatest-subtitle {
    font-family: "Poppins", sans-serif;
    color: rgb(119, 119, 119);
    margin-bottom: 1.5em;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.swiper-slide {
    box-shadow: none;
}


.all-bloglatest {
    margin: 100px 0;
}

.all-bloglatest .swiper-slide {
    padding: 0;
    max-width: 430px;
}

.blog-img {
    margin-bottom: 15px;
}

.title-blog-item a {
    color: rgb(36, 28, 36);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.text-blog-item {
    color: rgb(119, 119, 119);

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}


/* footer */
footer {

    padding-top: 50px;
    background: rgb(36, 28, 36);
    color: rgb(255, 255, 255);
}

.all-footer-top {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
    gap: 20px;
}

.left-footer-top {
    max-width: 345px;

}

.logo-footer {
    margin-bottom: 28px;
    width: 345px;
}

.logo-footer img {
    width: 345px;
}


.about-footer {
    color: #6A656A;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    width: 345px;
    font-weight: 300;
}

.center-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-footer-top,
.center-footer-top,
.right-footer-top {
    max-width: 33%;
}

.center-footer-top {
    width: 25%;
}

.text_adres_footer {
    max-width: 289px;
    color: #6A656A;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}

.text_phone_footer,
.text_adres_mail {
    color: #6A656A;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}

.powered {
    padding: 25px 0 0 0;

    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.powered-body {
    display: flex;
    justify-content: space-between;
}


.powered-right a {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
}

.powered-right a::before {
    content: '•';
    padding: 0 11px 0 0;
    height: 46px;
    display: block;
    float: left;
    font-size: 21px;
}

.powered-right {
    display: flex;
}

.powered-right a:first-child::before {
    display: none;
}

.powered-right a {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.d_adres_ofice::before,
.d_adres_service::before {
    padding: 0 11px 0 0;
    height: 46px;
    display: block;
    float: left;
    font-size: 21px;
}

.d_adres_service::before {
    height: 24px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer li {
    padding-bottom: 10px;
}

footer a {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    opacity: 0.5;
}

footer a:hover {
    color: rgb(227, 179, 44);
}

footer h5 {
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 25px 0 50px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

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

.breadcrumb>li {
    text-shadow: noe;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
    display: inline-flex;
}

.breadcrumb>li a {
    color: #928E92;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: left;
}

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

.breadcrumb>li:last-child a {
    color: #241C24
}

.breadcrumb>li:last-child:after {
    display: none;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #241C24;
    border-bottom: 1px solid #241C24;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

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

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    /* color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7; */
}

.btn-primary {
    /* color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; */
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    /* background-color: #1f90bb;
    background-position: 0 -15px; */
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

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

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}



/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

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



.poduct-top {
    display: flex;

}

.product-left {
    padding: 56px 0;
    max-width: 690px;
    box-sizing: border-box;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 10px;
}
.product-left .swiper-wrapper img {
    width: 500px;
}

.product-right {
    max-width: 710px;
    margin-left: 35px;
}

.product-right h1 {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    margin: 0 0 15px 0;
    color: rgb(36, 28, 36);

    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: left;
}

.prod-ocen,
.price-prod {
    display: flex;
    margin-bottom: 10px;
}

.prod-sku {
    color: rgb(119, 119, 119);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    border-right: 1px solid rgb(119, 119, 119);
    border-right: none;
    padding-right: 10px;
    margin-right: 10px;
}

.nostar {
    width: 17px;
    height: 14px;
    display: inline-block;
    background: url(../image/nos.svg) no-repeat;
}

.star {
    width: 17px;
    height: 14px;
    display: inline-block;
    background: url(../image/s.svg) no-repeat;
}


.pricer {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

.minidescription {
    color: rgb(36, 28, 36);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(231, 231, 231);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.text-param span {
    min-width: 130px;
    display: inline-block;
}


.text-param {
    margin-bottom: 5px;
    color: rgb(36, 28, 36);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.btn-tocart {
    padding: 13px 30px 14px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    background: rgb(36, 28, 36);
    width: 100%;
    margin-left: 15px;
}

.form-group-quantity-wrapper {
    display: flex;
}

.input-group-qe {
    display: flex;
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    align-items: center;
    min-width: 218px;
    position: relative;
}


#input-quantity {
    max-width: 202px;
    border: none;
    box-shadow: none;
    color: rgb(36, 28, 36);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    background: none;
    margin-left: 5px;
    padding: 10px 0 0 0px;
}

.btn.btn-default.btn-minus {
    position: absolute;
    left: 43px;
    top: -19px;
}

.btn.btn-default.btn-minus,
.btn.btn-default.btn-plus {
    background: none;
    border: none;
    box-shadow: none;
    color: rgb(36, 28, 36);

    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

.btn.btn-default.btn-plus {
    position: absolute;
    top: -19px;
    right: 39px;
}



.prod-btn-grup {
    border-top: 1px solid rgb(231, 231, 231);
    padding-top: 25px;
    margin-top: 15px;
}

.poduct-top {
    display: flex;
    margin-bottom: 50px;
}


.panel-default>.panel-heading {
    background-color: #fff;
    padding: 25px 0;
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    border-top: 1px solid rgb(231, 231, 231);
    display: flex;
    justify-content: space-between;

}

.panel-title a {
    display: inline-block;
    width: 100%;
}

.panel-group .panel {
    border-radius: 0;
    border: none;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {

    border: none;
}

.panel {
    box-shadow: none;
}


.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-title a {

    width: 100%;
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    justify-content: space-between;

}

.panel-title a.collapsed span {
    transform: rotate(-180deg);
}

.panel-body {
    padding: 0;
    color: rgb(36, 28, 36);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 25px;
}


.info-table {
    max-width: 100%;

    border-radius: 5px;
    overflow: hidden;

    background: #fff;
}


.info-header {
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid rgb(231, 231, 231);
    color: rgb(36, 28, 36);

    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}




.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(231, 231, 231);
    background: rgb(248, 248, 248);
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid rgb(231, 231, 231);

}


.info-label {
    color: rgb(36, 28, 36);
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    border-right: 1px solid rgb(231, 231, 231);
    flex: 1;
    padding: 10px 25px;
}

.info-value {
    flex: 1;
    padding: 10px 25px;
    width: 50%;
}


.info-row:last-child {
    border-bottom: none;
}

.pr-files {
    display: flex;
    gap: 15px;
}

.item-pr-files {
    padding: 16px 26px 15px 26px;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 8px;
    align-items: center;
    display: flex;

    width: 325px;
}


a:hover .item-pr-files {
    box-sizing: border-box;

    border: 1px solid rgb(231, 231, 231);

    border-radius: 8px;


    background: rgba(90, 30, 90, 0.04);
}

a:hover .item-pr-files .name-pr-files {
    color: rgb(90, 30, 90);
}


.img-pr-files {
    margin-right: 24px;
}

.name-pr-files {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}


.size-pr-files {
    margin-top: 5px;
    color: rgb(119, 119, 119);

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
}

a:hover .img-pr-files svg path {
    fill: rgb(90, 30, 90);
}


#product-category h1 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(36, 28, 36);

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}

#product-category h1 span {
    color: rgb(36, 28, 36);

    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.top-category {
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.top-category>h1 {
    margin-bottom: 12px;
}

#input-sort {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;
    width: 211px;
}

#product-category {
    margin-bottom: 100px;
}
#product-category.brand {
    margin-bottom: 0;
    padding-bottom: 100px;
}


#column-right {
    padding: 0 25px 0 0;
}

.subcat-left {
    width: 270px;
    padding: 0 0 20px 0;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
    margin-bottom: -1px;
}

.subcat-left-m {
    padding: 0 0 20px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 4px;
}

.mlm20 {
    margin-left: -20px;
}

.mlm10 {
    margin-left: -10px;
}

.mlm16 {
    margin-left: -16px;
}

.subcat-left ul {
    list-style: none;
    padding: 0 20px;
}

.subcat-left-m ul {
    list-style: none;
    padding: 0 20px;
}

.subcat-left a {
    color: rgb(119, 119, 119);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.subcat-left-m a {
    color: rgb(119, 119, 119);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.subcat-left h3 {
    color: rgb(36, 28, 36);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.offcanvas-body {
    display: table;
    width: 100%;
    padding-top: 30px;
}

.subcat-left-m h3 a {
    color: rgb(36, 28, 36);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.input-sort {
    margin-top: 20px;
    text-align: right; 
}

.input-sort .form-control,
.input-sort span {
    display: inline-block;
    width: auto;
    max-width: 100%;              /* never overflow on small screens */
    vertical-align: middle;       /* align with the <span> label */
}

.input-sort span {
    margin-top: -17px;
}

.input-sort select {
    margin-top: -6px;

}

.selected-filters-m {
    margin-top: 8%;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.41);


}

.selected-filters-m h3 {
    font-family: "Poppins", sans-serif;
    color: rgb(36, 28, 36);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 20px;
}

.container-prod {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.product-card {
    background: white;
    width: calc(25% - 20px);
    position: relative;
    /* 4 колонки на ряд */

    overflow: hidden;

    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
.brand-page .product-card {
    flex: 0 1 calc((100% - 60px) / 4);
}

.search-page .product-card {
    flex: 0 1 calc((100% - 60px) / 4);
}


.product-image {
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.41);
    background: rgb(255, 255, 255);
    border: 1px solid rgba(204, 204, 204, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content {
    margin: 15px 0;
}

.product-content a {
    color: rgb(36, 28, 36);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

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

.product-actions button {
    border: none;
    box-shadow: none;
    background: none;
}


.product-price {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}


.btn-whish {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 100px;
    background: rgb(245, 245, 245);
    border: none;
    padding: 10px;
    display: flex;
    z-index: 10;
}

.btn-whish:hover #vektor-whish {
    fill: rgb(245, 193, 45);
}

.cont-category {
    display: flex;
    gap: 25px;
}

.col-sm-cat {
    width: 100%;
}


.text-param.gren {
    color: rgb(48, 167, 1);
}

.text-param.red {
    color: rgb(201, 0, 0);
}

.text-param.gren span,
.text-param.red span {
    color: rgb(36, 28, 36);
}


.modal-dialog {
    width: 367px;
    border-radius: 10px;
    box-shadow: 0px 0px 10.7px 0px rgba(183, 183, 183, 0.21);
    background: rgb(253, 253, 253);
}

.modal-content {
    padding: 35px 27px 30px 27px;
}

.modal-header {
    border-bottom: none;
    padding: 0;
    position: relative;
}

.modal-body {
    position: relative;

    padding: 0;
}

.modal-title {
    margin: 0 0 15px;
    line-height: 1.42857143;
    color: rgb(36, 28, 36);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -28px;
    right: -22px;
    opacity: 1;
}

.modal-header .close:hover {
    opacity: 0.7;
}

.skumodel {
    font-family: "Inter", sans-serif;
    color: rgb(90, 30, 90);
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.modal-header p {
    margin: 0 0 25px;
    color: rgb(119, 119, 119);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.modal-body label span {
    color: rgb(226, 0, 0)
}

.modal-body label {
    font-family: "Inter", sans-serif;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
}

.modal-body input {
    border-radius: 5px;
    background: rgb(246, 247, 247);
    border: none;
    font-size: 16px;
    box-shadow: none;
    padding: 9px 15px;
    height: 40px;
    margin-bottom: 18px;
}

.modal-body textarea {
    border-radius: 5px;
    background: rgb(246, 247, 247);
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
    font-size: 16px;
}

.btn-submit {
    width: 100%;

    color: #fff;
    border: none;
    padding: 10px;

    font-size: 16px;
    border-radius: 500px;
    background: rgb(36, 28, 36);
}

.btn-submit:hover {
    background-color: #000;
}

.form-control {
    margin-bottom: 10px;
}

.modal-header {
    border-bottom: none;
}


#column-right {
    max-width: 270px;
}

.col-menu {
    display: none;
}







#home-carusel .review-rating-right {
    display: flex;
    align-items: center;
    width: 50%;
}

#home-carusel .review-rating-right .starse {
    display: flex;
    gap: 5px;
}



/* Контейнер меню */
.custom-menu-wrapper {
    width: 100%;
    z-index: 1000;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Основний стиль для списку */
.custom-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    transition: left 0.3s ease-in-out;
}

/* Показуємо активний рівень меню */
.custom-menu-list.active {
    left: 0;
}

/* Елементи меню */
.custom-menu-list li {
    border-bottom: 1px solid rgb(231, 231, 231);
}

.custom-menu-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    transition: background 0.3s;
    padding: 15px;
}

/* Ховер ефект */
.custom-menu-list a:hover {
    background: #ffcc33;
}

/* Кнопка "Повернутись назад" */
.custom-back {
    background: #ffcc33;
    font-weight: bold;
}

/* Стилізація для випадаючих підменю */
.custom-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
}

/* Головне меню завжди видно */
.custom-menu-list[data-level="1"] {
    position: relative;
    left: 0;
}



.item-wishlist {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-wishlist {
    margin-right: 25px;
    width: 150px;
}

.more-wishlist a {
    color: rgb(36, 28, 36);
    width: 145px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    width: 215px;
    border-radius: 50px;
    padding: 10px 0;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(247, 247, 247);
}

.stock-wishlist {
    color: rgb(48, 167, 1);
    width: 150px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    white-space: nowrap;
}

.stock-wishlist.red {
    color: rgb(195, 25, 30);
}

.price-wishlist {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    width: 100px;
}

.name-wishlist a {
    color: rgb(36, 28, 36);
    width: 300px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}


.del-wishlist a {
    color: rgb(195, 25, 30);
    border: 1px solid rgb(250, 237, 237);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 50px;
    padding: 10px 25px;
    background: rgb(250, 237, 237);
    width: 145px;
    display: inline-block;


}

.del-wishlist a:hover,
.more-wishlist a:hover {
    background: none;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 998;
}

.popup-overlay.active {
    display: block !important;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 367px;
    height: 397px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 35px 28px;
    text-align: center;
    display: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
}


.popup.show,
.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-icon {
    margin: 35px 0;
    text-align: center;
    width: 100%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

h2.poph {
    color: rgb(36, 28, 36);
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: сenter;
}

.popup-btn.outline:hover {
    background: rgb(36, 28, 36);
    color: rgb(255, 255, 255);
}

.popup-btn.outline {
    cursor: pointer;
    font-size: 18px;
    color: rgb(36, 28, 36);
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 28px;
    display: block;
    letter-spacing: 0px;
    border: 1px solid rgb(36, 28, 36);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;

}

.popup-btn.filled:hover {
    background: none;
    color: rgb(36, 28, 36);

}

.popup-btn.filled {
    cursor: pointer;
    font-size: 18px;
    background: rgb(36, 28, 36);
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 28px;
    display: block;
    letter-spacing: 0px;
    border: 1px solid rgb(36, 28, 36);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
}





.cart-sidebar {
    position: fixed;
    top: 0;
    right: -553px;
    right: -100%;
    /* Початково схований */
    width: 553px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.cart-header span {
    color: rgb(36, 28, 36);
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    width: 100%;
}

.cart-header span.cart-count {
    color: rgb(204, 204, 204);
}

#cart {
    cursor: pointer;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.cart-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.cart-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.cart-content.pov {
    align-items: start;
    justify-content: start;
    height: 100%;
    padding: 35px;
    overflow: auto;
}


.cart-content p {
    color: rgb(157, 160, 159);
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}


.cart-content .cart-icon {
    margin-bottom: 35px;
}

.cart-icon img {
    width: 100%;
}

.cart-btn-fll:hover {
    border: 1px solid rgb(36, 28, 36);
    color: rgb(36, 28, 36);
    background: none;
}

.cart-btn-fll {
    color: rgb(255, 255, 255);
    width: 294px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;


    background: rgb(36, 28, 36);
}

/* Активні класи */
.cart-sidebar.active {
    right: 0;
    /* Відкриваємо */
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}


.cart-item {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.cart-item-remove {
    position: absolute;
    top: 10px;
    right: 0;
}

.img-thumbnail-cart {
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.41);
    background: rgb(255, 255, 255);
    border: 1px solid rgba(204, 204, 204, 0.1);
    margin-right: 20px;
}



.cart-item-info {
    flex-grow: 1;
}

.cart-item-name a {
    color: rgb(36, 28, 36);
    max-width: 90%;
    height: 100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    display: block;
}

.info-cart-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
}
.cart-item-controls input {
    background: transparent;
}

.qty-btn {
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

.qty-input {
    width: 30px;
    text-align: center;
    border: none;
    margin: 0 5px;
}

.cart-item-price {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: right;
}

.cart-item-remove {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Нижня панель */
.cart-footer {
    padding: 15px;
    border-radius: 25px;
    background: rgb(247, 246, 246);
    position: sticky;
    bottom: 0;
    padding: 25px;
    margin: 0 35px 35px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    color: rgb(36, 28, 36);

    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    padding-bottom: 25px;
}

.cart-total .cart-item-price {
    font-weight: 600;
}

/* Кнопки */
.cart-buttons {
    display: flex;
    gap: 10px;
}

.cart-btn {
    padding: 15px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgb(36, 28, 36);
    box-sizing: border-box;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.cart-btn.outline {



    background: rgb(255, 255, 255);
    color: rgb(36, 28, 36);





}

.cart-btn.filled {
    color: rgb(255, 255, 255);
    background: rgb(36, 28, 36);
}


.allcart {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    /* Прибирає зайвий скрол */
}

.all-reload {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}


.bloges h1 {
    color: rgb(36, 28, 36);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.bloges h2 {
    color: rgb(119, 119, 119);
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}


.blocg-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.blocg-item {
    background: white;
    width: calc(33% - 20px);
    width: 100%;
    flex: 0 1 calc((100% - 40px) / 3);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
.blocg-item img {
    width: 100%;
    margin: 0;
}



.bloges {
    margin-bottom: 100px;
}

.blocg-caption {
    padding: 0;
}

.blocg-caption p {
    color: rgb(119, 119, 119);

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.blocg-caption h4 a {
    color: rgb(36, 28, 36);
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;

}



.contacter h1 {
    color: rgb(36, 28, 36);
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.contacter h2 {
    color: rgb(119, 119, 119);
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}


.top-contacter {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 112px;
}

.form-container {
    width: 100%;

    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.two-box {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.left-contacter {
    width: 50%;
}

/* Форматування груп полів */
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 39px;
    width: 100%;
}

.submit-btn:hover {
    background: none;
    color: rgb(36, 28, 36);
}

.submit-btn {
    color: rgb(255, 255, 255);

    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    background: rgb(36, 28, 36);
    padding: 12px;
}

.tilele-contacter {
    color: rgb(36, 28, 36);
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
}

.boxer-contacter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.item-contacter {
    padding: 37px 15px;
    border-radius: 15px;
    align-items: center;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.41);
    background: rgb(255, 255, 255);
    width: calc(25% - 20px);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;


    text-align: center;
}

.text-contact-contacter a {
    display: block;
}

.contacter {
    margin-bottom: 100px;
}


.name-contact-contacter {
    color: rgb(119, 119, 119);

    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.text-contact-contacter {
    color: rgb(34, 37, 41);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}


.telgram {
    color: rgb(92, 28, 92);

    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration-line: underline;
}



.aboutfull .breadcrumb {
    margin: 25px 0;

}

.bg-about-top {
    background: url(../image/about.jpeg) #000 center top no-repeat;
    padding: 214px 0;
    margin-bottom: 100px;
    background-size: cover;
}

.about_subtitle {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-align: left;
    text-transform: uppercase;
    max-width: 1200px;
}

.about_title {
    color: rgb(255, 255, 255);
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 1100px;
}

.about_btn a {
    padding: 14px 22px 13px 20px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: rgb(255, 255, 255);
    color: rgb(36, 28, 36);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.all-map-about {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}
.all-map-about .left-map-about {
    flex: 1 1 660px;
}
.all-map-about .left-map-about img {
    width: 100%;
}
.all-map-about .right-map-about {
    flex: 1 1 720px;
}
.status_new {
    position: absolute;
    z-index: 10;
    line-height: 30px;
    background: #F5C12D;
    padding: 0 14px;
    font-weight: 600;
    border-radius: 50px;
    top: 15px;
    left: 15px;
}
.right-map-about {
    color: rgb(36, 28, 36);

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.right-map-about p {
    margin: 0 0 20px;
}

.bg-bottom-about {
    background: rgb(245, 245, 245);
    margin: 100px 0 0;
    padding: 100px 0 85px;
}

.all-mis-about {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    border-radius: 50px;
    padding: 50px;
    background: rgb(255, 255, 255);
    margin-bottom: 100px;
}

.left-mis-about h2 {
    color: rgb(90, 30, 90);
    padding: 0 0 50px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.left-mis-about h2 svg {
    margin-left: 13px;
}

.left-mis-about p {
    padding-bottom: 25px;
    color: rgb(36, 28, 36);

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.all-headertab-about {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}


.headertab-about {
    opacity: .7;
    cursor: pointer;
    border-radius: 25px;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 40px 50px;
}

.headertab-about a {
    color: rgb(90, 30, 90);

    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
}

.headertab-about.active,
.headertab-about:hover {
    opacity: 1;
}

.all-tab-about.active {
    display: flex;
}


.all-tab-about {
    display: none;
}
.all-tab-about#contern-cat {
    background-image: url(../../../../../image/catalog/about_ser.png);
}
#contern-brand .leftbarn-tab-about {
    flex: 1 1 560px;
}
#contern-brand .rightbarn-tab-about {
    flex: 1 1 760px;
}
.all-tab-about {
    background: #fff;
    border-radius: 50px;
    padding: 50px;
    overflow: hidden;
    position: relative;
    
    background-position: bottom -100px right -50px;
    background-size: auto 120%;
    background-repeat: no-repeat;
}

.title-cat-tab {
    color: rgb(36, 28, 36);
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

.menu-cat-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-cat-tab ul li {
    padding-bottom: 15px;
}

.menu-cat-tab ul a {
    color: rgb(90, 30, 90);
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    padding-bottom: 15px;
}

.menu-cat-tab ul a:hover {
    color: rgb(245, 193, 45);
}

.menu-cat-tab {
    display: flex;
    gap: 100px;
    margin-bottom: 35px;
}

.btn-cat-tav:hover {
    background: none;
}

.btn-cat-tav {
    color: rgb(255, 255, 255);

    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    padding: 14px 25px;
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    background: rgb(36, 28, 36);
}

.imgbgtab {
    position: absolute;
    top: 0;
    right: -3%;
    display: none;
}

.allbran-tab-about {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: start;
}

.allbran-tab-about>div {
    flex-basis: calc(50% - 40px);

}

.allbran-tab-about .rightbarn-tab-about {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;

}

.brand-info {
    flex-basis: calc(14.28% - 10px);
    flex: 0 1 calc((100% - 60px) / 7);

}
.brand-info a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.brand-info a img {
    width: 100%;
    height: auto;
}


.brand-info:hover {
    opacity: 0.7;
}

.visdtup {
    margin-bottom: 100px;
}


.regist-login {
    padding: 50px 35px;
    box-sizing: border-box;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    max-width: 561px;
}

.new_customer {
    color: rgb(36, 28, 36);

    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: left;
}

.text_register_account {
    color: rgb(119, 119, 119);
    margin: 25px 0 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.btn-register:hover,
.btn-regsubmint:hover {
    background: none;
    color: rgb(36, 28, 36);
}
.btn-register:focus,
.btn-register:active {
    border: 1px solid rgb(36, 28, 36);
}

.btn-register {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    min-width: 250px;
    text-align: center;
    background: rgb(36, 28, 36);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;

}

.enter-login {
    padding: 50px 35px;
    box-sizing: border-box;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    max-width: 561px;
    width: 50%;
}

.account-login {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.text_returning_customer {
    color: rgb(36, 28, 36);
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: left;
}

.text_i_am_returning_customer {
    color: rgb(119, 119, 119);
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.forn-enter label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    color: rgb(36, 28, 36);
}

.forn-enter label span {
    color: rgb(226, 0, 0);
}

.forn-enter input[type="text"],
.forn-enter input[type="password"] {
    box-shadow: none;
    height: 40px;
}

.forn-enter .form-group {
    margin-bottom: 14px;
}

.bottom-enter-login {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.forgotten {
    color: rgb(119, 119, 119);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
    text-decoration-line: underline;
}

#account-login {
    margin-bottom: 100px;
}


.text_i_confiden a {
    color: rgb(92, 28, 92);
    text-decoration: underline;
}


.btn-regsubmint {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    min-width: 250px;
    text-align: center;
    background: rgb(36, 28, 36);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    display: block;
    width: 100%;
    margin-top: 20px;
}


.container-account {
    display: flex;
    justify-content: start;
    gap: 50px;
    align-items: start;
}

.left-account {
    max-width: 375px;
    width: 100%;
}

.list-group-account {
    box-sizing: border-box;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 20px;
    padding: 25px;
    background: rgb(36, 28, 36);
}

.title-account-module {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: left;
}

.list-account-item:hover,
.list-account-item.actyve {
    border-radius: 5px;


    /* желт */

    background: rgb(245, 193, 45);
}

.list-account-item {
    display: block;
    padding: 10px 15px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-bottom: 1px solid rgb(63, 63, 63);
    border-radius: 5px;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;

}


.content-account,
.order-account {
    padding: 35px;
    box-sizing: border-box;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    width: 100%;
}

.text-info-account {
    margin-bottom: 38px;
}

.title-info-account a:hover {
    text-decoration: none
}

.title-info-account a {
    text-decoration: underline;
    color: rgb(92, 28, 92);
}

.title-info-account {
    margin-bottom: 25px;
    color: rgb(36, 28, 36);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}


.me-account {
    border-radius: 15px;
    background: rgb(249, 247, 247);
}


.menu-info-account {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
}

.menu-info-account>a {
    flex-basis: calc(25% - 15px);
    flex: 0 1 calc((100% - 30px) / 4);
    text-align: center;
}

.menu-info-account>a:hover {
    opacity: .7
}

.me-account {
    padding: 27px 0;
    display: flex;
}

.me-account {
    padding: 27px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-accont {
    height: 65px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.href-account {
    color: rgb(36, 28, 36);

    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;

}

#account-account {
    margin-bottom: 100px;
}


.title-order-account svg {
    margin-right: 15px;
}

.title-order-account {
    display: flex;
    align-items: center;
    color: rgb(36, 28, 36);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 25px;
}

.order-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;

    background: rgb(255, 255, 255);


    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}

.order-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
}

.header-order-item {

    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 5px;

    background: rgb(249, 247, 247);
}

.order-info span {
    flex-basis: 20%;
}

.empty_block {

    border-radius: 5px;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: rgb(220, 246, 233);
}

.empty_title {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}

.empty_btn a:hover {
    color: rgb(36, 28, 36);
    background: none;
}

.empty_btn a {
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    background: rgb(36, 28, 36);
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

a.order-detail {
    color: rgb(92, 28, 92);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration-line: underline;
}

.gruope-pol {
    display: flex;
    gap: 15px;
}

.edot-account .form-group {
    margin-bottom: 25px;
}

.edot-account .control-label span {
    color: rgb(226, 0, 0)
}

.edot-account .control-label {
    color: rgb(36, 28, 36);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.btn-edit:hover {
    background: none;
    color: rgb(36, 28, 36);
}

.btn-edit {
    box-sizing: border-box;
    border: 1px solid rgb(36, 28, 36);
    border-radius: 50px;
    background: rgb(36, 28, 36);
    color: rgb(255, 255, 255);

    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    padding: 12px 65px;
}

#account-account {
    position: relative;
}

#account-account .alert.alert-success.alert-dismissible {
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 8px 20px;
    border-radius: 5px;
    color: rgb(13, 155, 141);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    background: rgb(220, 246, 233);
}



.desc-pay {
    display: none;
}

/* Общий контейнер кнопок */
.right-titlere-bloglatest {
    display: flex;
    gap: 12px;
}

/* Стили для обеих кнопок */
.swiper-button-prev2,
.swiper-button-next2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px;
    /* Сбрасываем стандартные фоновые стрелки Swiper */
    background-size: 0;
}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
    background: rgb(185, 182, 182);
    box-shadow: 0 2px 6px rgba(203, 150, 150, 0.15);
    box-shadow: none;
}

/* Используем стандартные SVG-стрелки Swiper через псевдоэлемент */
.swiper-button-prev2::after,
.swiper-button-next2::after {
    color: #333;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 13px;
}

/* Левую стрелку */
.swiper-button-prev2::after {
    content: '‹';
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'><path d='M7.48002 1.73991C7.48002 1.83325 7.43335 1.91325 7.34002 1.97991L2.66002 6.69991L7.34002 11.3999C7.43335 11.4799 7.48002 11.5732 7.48002 11.6799C7.48002 11.7866 7.43335 11.8799 7.34002 11.9599L6.74002 12.5599C6.67335 12.6266 6.59335 12.6599 6.50002 12.6599C6.40669 12.6599 6.31335 12.6266 6.22002 12.5599L0.64002 6.95991C0.56002 6.89325 0.52002 6.80658 0.52002 6.69991C0.52002 6.59325 0.56002 6.49991 0.64002 6.41991L6.22002 0.859912C6.28669 0.766579 6.38002 0.719913 6.50002 0.719913C6.62002 0.719913 6.70002 0.766579 6.74002 0.859912L7.34002 1.45991C7.43335 1.52658 7.48002 1.61991 7.48002 1.73991Z' fill='%23241C24'/></svg>");
}

/* Правую стрелку */
.swiper-button-next2::after {
    content: '›';
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'><path d='M7.48002 6.69991C7.48002 6.80658 7.44669 6.89325 7.38002 6.95991L1.78002 12.5599C1.70002 12.6266 1.61335 12.6599 1.52002 12.6599C1.42669 12.6599 1.33335 12.6266 1.24002 12.5599L0.64002 11.9599C0.56002 11.8666 0.52002 11.7732 0.52002 11.6799C0.52002 11.5866 0.56002 11.4932 0.64002 11.3999L5.34002 6.69991L0.64002 1.97991C0.56002 1.91325 0.52002 1.83325 0.52002 1.73991C0.52002 1.64658 0.56002 1.55325 0.64002 1.45991L1.24002 0.859912C1.30669 0.766579 1.40002 0.719913 1.52002 0.719913C1.64002 0.719913 1.72669 0.766579 1.78002 0.859912L7.38002 6.41991C7.44669 6.49991 7.48002 6.59325 7.48002 6.69991Z' fill='%23241C24'/></svg>");
}
.titlere-bloglatest {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-titlere-bloglatest {
    
    margin-right: 50px;
}

.rirght-titlere-bloglatest {
    text-align: center;
}

.swiper-button-prev2 {
    float: left;
    margin-right: 1em;
}

/* Круглая кнопка отправки */
.btn-circle {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

/* Подстройка внешнего вида ползунка */
#price-slider {
    margin-top: 10px;
}

.select-filter-label {
    width: 107px;
    height: 35px;
    border-radius: 5px;
    border: 1px;
    padding: 10px;
    margin-top: 10px;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;

}

.selected-filter {
    font-family: "Poppins", sans-serif;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    margin: 0 4px 4px 0;
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 500;
}

.selected-filter__close {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
}

.clear-filters {
    margin-top: 2em;
}

.clear-filters a {
    font-family: "Poppins", sans-serif;
    color: #082E78;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* Контейнер всей строки с ползунком и полями */
.filter-price {
    width: 250px;
    height: 4em;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
}

/* Поля ввода цены */
.filter-price input[type="number"] {
    width: 82px;
    height: 35px;
    padding: 10px;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    text-align: center;
    outline: none;
    /* чтобы убрать стрелки в Chrome */
    -moz-appearance: textfield;
}

.filter-price input[type="number"]::-webkit-outer-spin-button,
.filter-price input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Тире между полями */
.filter-price .separator {
    width: 15px;
    font-size: 18px;
    color: rgba(119, 119, 119, 1);
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
}

/* Круглая кнопка “Применить” */
.filter-price .btn-circle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 50%;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s, border-color 0.2s;
    margin-left: 14px;
    display: flex;
    flex: 0 0 38px;
}
.simplecheckout-step {
    justify-content: space-between;
}
.simple-content .simplecheckout-left-column {
    width: auto;
    flex: 1 1 855px;
    max-width: 855px;
}
.simple-content .simplecheckout-right-column {
    max-width: 564px;
    flex: 1 1 565px;
    width: auto;
}
.filter-price-input {
    height: 4em;
    float: left;
    display: flex;
    align-items: center;
}

.filter-price .btn-circle:hover {
    background-color: #F8F8F8;
    border-color: #CCCCCC;
}

.filter-price .btn-circle::after {
    content: '›';
    content: '';
    font-size: 24px;
    color: #666666;
    line-height: 1;

    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L6 5.5L1 10.5' stroke='%23777777' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

}

#price-slider {
    margin: 0 -8px 10px -8px;
}

.noUi-target {
    background: #F0F0F0;
    border-radius: 4px;
    height: 1px;
    box-shadow: none;
}

.noUi-connect {
    background: #F4C20D;
}

.noUi-handle {
    width: 14.43px !important;
    height: 14.43px !important;
    top: -10px;
    border: none;
    border-radius: 50%;
    background: #F4C20D;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.noUi-horizontal .noUi-handle {
    right: -17px;
    top: -7px;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-connects {
    height: 1px;
    border-radius: 1px;
}

.noUi-connect,
.noUi-origin {
    right: 6px;
}

/* 1. «Прячем» чекбокс, не удаляя из потока */
.custom-checkbox-input{
    position:absolute;      /* убрали из нормального потока */
    left:0;
    top:0;
    width:1px;
    height:1px;
    opacity:0;              /* полностью прозрачен */
    pointer-events:none;    /* на него всё равно нельзя кликнуть */
}

/* 2. С боксом всё, как у вас */
.custom-checkbox-label{
    font-family:"Poppins",sans-serif;
    position:relative;
    display:inline-block;
    padding-left:32px;
    cursor:pointer;
    user-select:none;
    font-size:14px;
    color:#777;
    font-weight:500;
    line-height:20px;
}

.custom-checkbox-label::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    border:1px solid #f5c12d;
    border-radius:5px;
    background:#fff;
    box-sizing:border-box;
}

.custom-checkbox-input:checked + .custom-checkbox-label::after{
    content:"";
    position:absolute;
    left:7px;
    top:46%;
    transform:translateY(-50%) rotate(45deg);
    width:6px;
    height: 12px;
    border: solid #f5c12d;
    border-width:0 3px 3px 0;
    box-sizing:border-box;
}

/* верхний тулбар */
.mobile-toolbar {
    display: inline-block;
    clear: both;
    margin-top: 12px;
    width: 100%;
    padding: 0;
}

.cat-label {
    float: left;
    padding-left: 0;
}

.cat-label-m {
    float: left;
}

.cat-label-m h1 {
    margin-top: -10px;
}



/* === Visibility helpers для Bootstrap 3 ===================== */

.show-mobile {
    display: none;
}



.show-desktop {
    display: block;
}


.offcanvas {
    width: 100%;
    max-width: 480px;
    padding: 0;
}

.btn-cat-mob {
    width: 180px;
    height: 56px;
    border-radius: 5px;
    border-color: rgba(255, 255, 255, 1);
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.41);
    box-shadow: 0px 0px 5px 0px #CCC;
    border: none;
    
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.btn-cat-mob:nth-of-type(1) {
    margin-right: 8px;
}

.btn-cat-mob label {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(36, 28, 36, 1);
}

.bi-sliders {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 20px;
    vertical-align: middle;
    color: black;
}

.prelast-cat {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 480px;
}

.prelast-cat span {
    font-size: 24px;
    font-weight: 500;
    color: black;
    float: left;
    margin-right: 10px;
    margin-top: 26px;
}

.prelast-cat h3 {
   margin-top: 24px;
}

/* Контейнер для самих линий */
.hamburger-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    /* общие размеры и отступ слева от текста */
    width: 20px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
    color: black;
}

/* каждая линия */
.hamburger-icon span {
    display: block;
    height: 2px;
    background-color: currentColor;
    /* унаследует цвет текста/иконок кнопки */
    border-radius: 1px;
}

/* первые две линии — на всю ширину контейнера */
.hamburger-icon span:nth-child(1),
.hamburger-icon span:nth-child(2) {
    width: 100%;
}

/* третья линия короче и выровнена вправо */
.hamburger-icon span:nth-child(3) {
    width: 60%;
    /* или столько, сколько нужно */
    margin-left: auto;
    /* выталкивает линию вправо */
}

.offcanvas-title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: rgba(36, 28, 36, 1);
}

/* Круглая кнопка-крестик */
.btn-circle-close {
    width: 45px;
    /* диаметр круга */
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: rgba(245, 245, 245, 1);
    color: rgba(36, 28, 36, 1);
    font-size: 44px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-weight: 200;
    margin-top: 14px;
    /* лёгкий «обводочный» эффект */
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04);
    transition: .15s ease, box-shadow .15s ease;
}
.offcanvas-header {
    margin-bottom: 20px;
    justify-content: space-between;
}
.offcanvas-header::before,
.offcanvas-header::after {
    display: none;
}
.offcanvas-header .col-xs-2 {
    padding: 0;
    width: 45px;
    margin-right: 15px;
}
.btn-circle-close:hover,
.btn-circle-close:focus {
    background: #ececec;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-circle-close:active {
    background: #e0e0e0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
}

body.offcanvas-open .mobile-toolbar {
    display: none !important;
}

.sort-blocks {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;    /* now it scrolls */
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 4px;
    min-width: max-content; /* optional, to force no wrap */
    box-sizing: border-box;
  }
  


.sort-block {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(92, 28, 92, 1);
    border-radius: 1px;
    background-color: #fafafa;
    color: rgba(36, 28, 36, 1);
    text-decoration: none;
    height: 40px;
}

.sort-block:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}

.sort-block.active {
    border-color: #5e2b8c;
    /* фиолетовый контур */
    color: #5e2b8c;
    /* фиолетовый текст */
    background-color: #fff;
    /* белый фон внутри */
    font-weight: 500;
}

.sort-mobile {
    margin-top: 0;
    border-top: 1px solid rgb(231, 231, 231);
    padding-top: 30px;
    width: 100%;
    overflow-x: scroll;
}
.sort-scroll-wrapper {
    width: 480px;                   /* fill its parent */
   /*  overflow-x: auto; */              /* ← scrollbar lives here */
    -webkit-overflow-scrolling: touch;
}

/* WebKit-браузеры (Chrome, Safari) */
.sort-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  /* Firefox */
  .sort-scroll-wrapper {
    scrollbar-width: none;
  }
  
  /* IE 10+ и Edge */
  .sort-scroll-wrapper {
    -ms-overflow-style: none;
  }

/* Заголовок с курсором */
.subcat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
  }
  
  /* Убираем отступ у <h3> внутри заголовка */
  .subcat-header h3 {
    margin: 0;
    font-size: 1.2em;
  }
  
  /* Содержимое, которое будет скрываться/показываться */
  .subcat-body {
    display: block;
  }
  
  /* Скрываем тело при наличии класса .collapsed */
  .subcat-left.collapsed .subcat-body {
    display: none !important;
  }

  .subcat-left-m.collapsed .subcat-body {
    display: none !important;
  }
  
  /* Стрелка: тонкие линии через border */
  .toggle-arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    margin-left: 8px;
    transition: transform 0.2s ease;
    margin-right: 7px;
    margin-top: 8px;
  }
  
  /* Свернуто → стрелка вниз (▼) */
  .subcat-left.collapsed .toggle-arrow {
    transform: rotate(-45deg);
  }

  .subcat-left-m.collapsed .toggle-arrow {
    transform: rotate(-45deg);
  }
  
  /* Развернуто → стрелка вверх (▲) */
  .subcat-left:not(.collapsed) .toggle-arrow {
    transform: rotate(135deg);
  }

  .subcat-left-m:not(.collapsed) .toggle-arrow {
    transform: rotate(135deg);
  }

  .review-summary h3 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .review-rating-overall {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .stars {
    color: #ffc107;
    font-size: 18px;
    line-height: 1;
  }
  .stars-large {
    font-size: 24px;
  }
  .review-count {
    color: #777;
  }
  .review-rating-bars {
    margin-top: 10px;
  }
  .bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
  }
  .bar {
    flex: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
  }
  .bar-filled {
    height: 100%;
    background: #333;
  }
  .bar-percent {
    font-size: 12px;
    width: 30px;
    text-align: right;
    color: #555;
  }
  .review-list {
    margin-top: 20px;
  }


/**** NEW STYLES ****/
.brand-page .cont-category aside {
    display: none;
}
.cont-category .content-box {
    width: 100%;
}

.top-category-panel {
    display: flex;
}

.about-us-page .title-rew {
    max-width: 1055px;
}
.about-us-page .subtitle-rew {
    max-width: 955px;
}
#simplecheckout_payment .simplecheckout-block-content {
    margin-bottom: 15px;
}
#common-success {
    padding-bottom: 100px;
}
.left-mis-about {
    flex: 1 1 760px;
}
.right-mis-about {
    flex: 1 1 550px;
}
.cat-label-m {
    padding: 20px 0;
}
.cat-label-m h1 {
    margin: 0;
}
.offcanvas-header {
    margin-bottom: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.offcanvas-title {
    margin: 0;
    padding: 0;
}
.btn-circle-close {
    margin-top: 0;
}
textarea {
    resize: none;
}
.col-all-header {
    gap: 0 30px;
}
.col-search {
    flex: 1 1 auto;
}
.text-callback {
    white-space: nowrap;
}
.tel-callback a { 
    white-space: nowrap;
}
#product-product #content {
    padding: 0;
}

.post-page iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}
.post-page iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}  
/* Fallback для старых браузеров */
@supports not (aspect-ratio: 16 / 9) {
    iframe.responsive-iframe {
      height: 56.25vw; /* 16:9 соотношение */
    }
}


#information-contact .left-contacter {
    flex: 1 1 695px;
    width: 50%;
    max-width: 695px;
}
#information-contact .right-contacter {
    flex: 1 1 720px;
    width: 50%;
    max-width: 720px;
}
.right-contacter img {
    width: 100%;
}
.form-contacter .two-box .form-group {
    flex: 0 1 calc((100% - 15px) / 2);
    max-width: 48%;
}

footer .row,
.bg-menu .row,
header .row,
#product-product .row,
#account-login .row,
.bg-home-first .row,
.bg-wall .row,
#information-contact .row,
.row {
    margin-right: 0;
    margin-left: 0; 
}
body .container {
    width: 100%;
    max-width: 1470px;
}
.cart-sidebar {
    /* display: none !important;  */
}
.btn-banner-home {
    display: inline-flex;
    background: transparent;
}
.btn-banner-home:hover {
    
}
.btn-banner-home a {
    display: inline-flex;
}
.btn-banner-about,
.btn-rew,
.btn-rew a {
    display: inline-flex;
}
.btn-banner-about a,
.btn-rew a {
    border: 1px solid #fff;
}
.btn-banner-about a:focus,
.btn-banner-about a:visited,
.btn-rew a:focus,
.btn-rew a:visited {
    border: 1px solid #fff;
}
.right-desc-about a:focus,
.right-desc-about a:visited {
    border: 1px solid rgb(31, 33, 37);
}
.right-desc-about a {
    display: inline-flex;
    white-space: nowrap;
}
.left-footer-top {
    flex: 0 0 345px;
    max-width: 100%;
}
.center-footer-top {
    max-width: 100%;
}
.right-footer-top {
    max-width: 100%;
}
#account-wishlist #content {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}
.item-wishlist {
    gap: 0 10px;
}
.price-wishlist {
    white-space: nowrap;
}
.qty-btn {
    color: #241C24;
}
.cart-item-controls input {
    padding: 0;
    color: rgb(36, 28, 36);
}
.button {
    display: inline-flex;
}
.button a {
    outline: none;
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    padding: 0 23px;
}
#information-information {
    padding-bottom: 100px;
}
.simpleregister-have-account a {
    color: #5C1C5C;
    text-decoration: underline;
}
.simplecheckout .button,
.cont-category .btn-primary,
.search-page .btn-primary,
.registration-page .btn-primary,
#common-success .btn-primary,
.buttons .btn-primary,
.btn-default,
.header-block .btn-shop {
    display: inline-flex;
    line-height: 50px;
    padding: 0;
    box-shadow: none;
    padding: 0 30px;
    background: #241C24;
    border-radius: 50px;
    border: 1px solid #241c24;
    text-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}
.header-block .btn-shop {
    background: #fff;
    color: #241C24;
    padding: 0 25px;
}
#collapse-voucher .input-group-btn .btn-primary,
#collapse-coupon .input-group-btn .btn-primary {
    border-radius: 0 20px 20px 0;
    border: none !important;
    outline: none !important;
    background: #241C24 !important;
}
#checkout-cart,
#account-order {
    margin-bottom: 90px;
}
.btn-default {
    background: transparent;
    color: #241C24;
}
.btn-default:hover {
    background: transparent;
    color: #241C24;
    border-color: #241c24;
}

.search-page .top-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
}
.search-page .input-group-addon {
    background-color: transparent; 
    border: none; 
}
.search-page .grid-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-page .orderby-box .form-group {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
}
.search-page .orderby-box .form-group label,
.search-page .quantity-box .form-group label {
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.search-page .quantity-box .form-group {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
}
#common-success .buttons {
    margin: 30px 0 0;
    display: flex;
}

.simplecheckout .button:hover,
.cont-category .btn-primary:hover,
.search-page .btn-primary:hover,
.registration-page .btn-primary:hover,
#common-success .btn-primary:hover
.buttons .btn-primary:hover {
    background: transparent;
    color: #241c24;
    border: 1px solid #241c24;
}
.dropdown-menu-m {
    padding-left: 20px;
    border-left: none;
    left: 195px;
}
.dropdown-menu-m::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 10px;
}
.dropdown:nth-of-type(3) .dropdown-submenu,
.dropdown:nth-of-type(3) .dropdown-menu,
.dropdown:nth-of-type(3) .dropdown-menu-m {
    /* display: block;  */
}
.all-bloglatest #home-carusel .swiper-slide {
    padding: 0;
    box-shadow: none;
    max-width: 430px;
    min-width: 430px;
}
.all-bloglatest .blog-item img {
    margin: 0;
    width: 100%;
}
.all-bloglatest .title-blog-item {
    margin-bottom: 5px;
}
.search-page {
    padding-bottom: 100px;
}
.cont-category .text-left,
.search-page .pagination-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination {
    margin: 50px 0 0;
}
.pagination>li>a, 
.pagination>li>span {
    padding: 6px 12px;
    line-height: 28px;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: transparent;
    border-color: #fff;
    text-decoration: underline;
    color: #241C24;
}
.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover {
    text-decoration: underline;
    color: #241C24;
    background-color: transparent;
    border-color: #fff;
}
.related-slider-box .container-prod {
    flex-wrap: nowrap;
}
.product-page {
    padding-bottom: 100px;
}
.related-slider-box {
    position: relative;
    max-width: 100vw;
    margin-left: calc((100vw - 1438px) / 2);
    overflow: hidden;
}
.related-slider-box .img-responsive {
    margin: 0 auto;
}
.related-slider-box .swiper-slide {
    max-width: 275px;
    margin-right: 20px;
}
.related-slider-box .product-card {
    width: 100%;
}
.swiper-wrapper {
    height: auto !important;
}
.product-left .swiper-button-prev, 
.product-left .swiper-button-next {
    color: #777;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-left .swiper-button-prev {
    left: 0;
}
.product-left .swiper-button-next {
    right: 0;
}
.product-left .swiper-button-prev:before,
.product-left .swiper-button-next:before {
    color: #777;
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meta-box {
    display: flex;
    align-items: center;
    gap: 48px;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 26px;
    color: #6C7275;
    margin-bottom: 50px;
}
.meta-box .author-text {
    display: flex;
    align-items: center;
    gap: 4px;
}
.meta-box .date-text {
    display: flex;
    align-items: center;
    gap: 4px;
}
.post-page {
    margin-bottom: 100px;
}
.post-page img {
    margin-bottom: 25px;
}
.post-page iframe {
    margin: 25px 0 25px;
    width: 100%;
    border-radius: 20px;
}
.post-page p,
.post-page ul,
.post-page ol {
    font-size: 20px;
    line-height: 32px;
}
.post-page ul,
.post-page ol {
    margin-bottom: 25px;
}
.allbran-tab-about {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.container #content {
    padding: 0;
}
.registration-page .simpleregister-block-content {
    margin: 0;
    padding: 0;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.simple-content .registration-page .buttons {
    margin: 0;
    display: flex;
}
.container .simple-content {
    margin: 0;
    padding: 0;
}
.container .simpleregister {
    margin-bottom: 0;
}
.registration-page {
    padding-bottom: 100px;
}
body .simpleregister-button-block {
    padding: 0;
}
.post-page .all-bloglatest {
    margin: 0;
}
.post-page #home-carusel.slider-wrapper {
    /* position: relative;
    max-width: 100vw;
    margin-left: calc((100vw - 1438px) / 2);
    overflow: hidden; */
    padding-bottom: 0;
}
.brand-page {
    
}
.header-block {
    background-image: url(../image/bg1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.header-block .container {
    padding: 225px 15px;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
}
.header-block .header-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.header-block .header-subtitle {
   color: #fff;
}
.header-block .btn-shop {
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.3s ease;
}
.header-block .btn-shop:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.category-block {

}
.category-block .container {
    padding: 100px 15px 0;
}
.category-block .block-title {
    margin: 0 auto 25px;
    text-align: center;
}
.brand-page .block-title {
    margin-bottom: 25px;
}
.category-block .block-subtitle {
    margin: 0 auto 50px;
    text-align: center;
}
.brand-page .block-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #777;
    margin-bottom: 50px;
}
.category-items-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.category-items-box .category-item {
    flex: 0 1 calc((100% - 60px) / 3);
    box-shadow: 0px 0px 5px 0px #CCC;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 20px;
    border-radius: 15px;
    justify-content: space-between;
}
.category-items-box .category-image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 200px;
    align-items: center;
}
.category-items-box .category-image img {
    max-height: 200px;
    max-width: 100%;
}
.category-items-box .category-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.category-items-box .category-discription {
    margin-bottom: 50px;
    color: #777;
    font-size: 16px;
    line-height: 26px;
}
.subcategories-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.subcategories-box .subcategory-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #5C1C5C;
}

.category-item .category-link {
    margin-top: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #5C1C5C;
}

#product-category.level2 {
    background-image: url(../image/bg2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.subcategories-block .container {
    padding: 0 15px 150px;
}
.brands-page {
    padding-bottom: 100px;
}
.brands-page .brands-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.brands-page .brands-box .brand-item {
    padding: 0 15px;
}
.prelast-cat {
    margin-left: 0;
    max-width: 100%;
}

/* NEW MOB MENU STYLES */
.first-level .second-menu-list {
    display: none;
}
.first-level.active .second-menu-list {
    display: block;
}
.custom-menu-list {
    position: relative;
    left: 0;
}
.first-menu-list.first > li.custom-back {
    display: none;
}
.first-menu-list.second > li {
    display: none;
}
.first-menu-list.second > li.custom-back {
    display: block;
}
.first-menu-list.second > li.active {
    display: block;
}
.first-menu-list.second > li.active > a {
    display: none;
}
.first-menu-list.second .third-menu-list {
    display: none;
}
.first-menu-list.third .third-menu-list li {
    display: none;
}
.first-menu-list.third .second-menu-list > li {
    display: none;
}
.first-menu-list.third .second-menu-list > li.active {
    display: block;
}
.first-menu-list.third .second-menu-list.active li {
    display: block;
}
.first-menu-list.third .second-menu-list li.active > a {
    display: none;
}
.first-menu-list.second .third-menu-list.active {
    display: block;
}
.first-menu-list.second .third-menu-list.active li {
    display: block;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav.navbar-nav > li > a {
    border: none !important;
}

@media (max-width: 1485px) {
    #home-carusel.slider-wrapper,
    .related-slider-box {
        margin-left: 15px;

    }
}
@media (min-width: 1438px) {
    .container {
        width: 1438px;
    }
}
@media (max-width: 1400px) {
    
    
}
@media (max-width: 1366px) {
    .name-wishlist a,
    .price-wishlist,
    .stock-wishlist,
    .more-wishlist a,
    .del-wishlist a {
        font-size: 16px;
        line-height: 26px;
    }
    
}
@media (max-width: 1300px) {
    .title-wall {
        font-size: 20px;
    }
    .caper-wall p {
        font-size: 14px;
    }
    .btn-wall {
        padding: 6px 18px;
    }
    .item-wall:nth-of-type(1) {
        flex: 0 1 calc((100% - 20px) / 2);
        order: -1;
    }
    .item-wall:nth-of-type(2) {
        flex: 0 1 calc((100% - 20px) / 2);
        order: 0;
    }
    .item-wall:nth-of-type(3) {
        flex: 0 1 calc((100% - 20px) / 2);
        order: 1;
    }
    .item-wall:nth-of-type(4) {
        flex: 1 1 100%;
        order: 3;
    }
    .item-wall:nth-of-type(5) {
        order: 2;
        flex: 0 1 calc((100% - 20px) / 2);
        background-image: url(../../../../../image/catalog/demo/category/cat-6.png); 
    }
    .brand-info {
        flex: 0 1 calc((100% - 60px) / 5);
    }
}


@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 1200px) {
    .account-login {
        gap: 20px;
    }
    .enter-login,
    .regist-login {
        width: 50%;
    }
    .col-all-header {
        gap: 0 15px;
    }
    .tile-banner-home,
    .title-banner-about {
        max-width: 960px;
        font-size: 32px;
        line-height: 40px;
    }
    .title-desc-about,
    .title-rew,
    .block-title {
        font-size: 32px;
        line-height: 40px;
    }
    .subtitle-desc-about,
    .subtitle-rew {
        font-size: 16px;
    }
    .subtitle-banner-about {
        font-size: 16px;
        max-width: 770px;
    }
    .title-rew {
        max-width: 700px;
    }
    .subtitle-rew {
        max-width: 630px;
    }
    #home-carusel .swiper-container {
        width: calc(100vw - (100vw - 1170px) / 2);
    }

    #home-carusel .swiper-slide {
        width: 45%;
    }
    .product-left {
        max-width: 500px;
        width: 500px;
    }
    .product-right {
        margin-left: 25px;
    }
    .more-wishlist a {
        font-size: 14px;
        width: 180px;
    }
    .del-wishlist a {
        font-size: 14px;
    }
    #information-information,
    #account-wishlist #content {
        padding-bottom: 70px;
    }
    .related-slider-box {
        
    }
    #product-category,
    .post-page {
        margin-bottom: 70px;
    }
    .meta-box {
        margin-bottom: 35px;
    }
    .post-page p, .post-page ul, .post-page ol {
        font-size: 16px;
        line-height: 26px;
    }
    .post-page img {
        margin-bottom: 5px;
    }
    .post-page iframe {
        margin: 15px 0;
    }
    .post-page ul, .post-page ol {
        margin-bottom: 15px;
    }
    .bg-about-top {
        margin-bottom: 70px;
    }
    .bg-bottom-about {
        margin: 50px 0 0;
        padding: 70px 0 70px;
    }
    .all-map-about {
        gap: 35px;
    }
    .all-map-about .left-map-about {
        flex: 0 0 450px;
        width: 450px;
    }
    .all-mis-about img {
        width: 100%;
    }
    .right-mis-about {
        flex: 0 0 400px;
        max-width: 400px;
    }
    .all-mis-about {
        gap: 35px;
    }
    .all-mis-about {
        margin-bottom: 70px;
    }
    .left-mis-about h2 {
        margin: 0;
    }
    .title-cat-tab {
        font-size: 18px;
        line-height: 26px;
    }
    .menu-cat-tab ul a {
        font-size: 18px;
        line-height: 30px;
    }
    .all-tab-about {
        background-size: auto 100%;
    }
    .bg-ban2 {
        padding: 150px 0 100px;
    }
    .headertab-about a {
        font-size: 22px;
    }
    .visdtup {
        margin-bottom: 70px;
    }
    .bg-sl-rew #home-carusel .swiper-slide {
        max-width: 365px;
        width: 100% !important;
        margin-right: 10px !important;
    }
    .search-page,
    .registration-page,
    .product-page {
        padding-bottom: 70px;
    }
    #common-success {
        padding-bottom: 70px;
    }
    .about-us-page .title-rew {
        max-width: 850px;
    }
    .about-us-page .subtitle-rew {
        max-width: 835px;
    }
    #checkout-cart,
    #account-order {
        margin-bottom: 60px;
    }
    .category-block .container {
        padding: 70px 15px 0;
    }
    .subcategories-block .container {
        padding: 0 15px 70px;
    }
    .header-block .header-subtitle {
        max-width: 800px;
    }
    #product-category.brand {
        margin-bottom: 0;
        padding-bottom: 70px;
    }
    .brands-page {
        padding-bottom: 70px;
    }
    /** 1200 **/
    
}
@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 1024px) {
    .product-card {
        width: calc(33.33% - 20px);
        /* 3 колонки */
    }


    #home-carusel .swiper-container {
        width: calc(100vw - (100vw - 960px) / 2);
    }

    #home-carusel .swiper-slide {
        width: 45%;
    }
}
@media (min-width: 992px) {
    .mobile-toolbar {
        display: none;
    }
    
}
@media (max-width: 992px) {
    .account-login {
        flex-direction: column;
        padding: 0 9px;
        gap: 25px;
    }
    .enter-login, 
    .regist-login {
        width: 100%;
        padding: 25px;
    }
    .enter-login {
        order: -1;
    }
    .btn-register {
        padding: 0 15px;
        line-height: 45px;
        font-size: 16px;
        min-width: 250px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .bottom-enter-login {
        flex-direction: column;
        gap: 20px;
    }

    .title-rew {
        max-width: 530px;
    }
    .subtitle-rew {
        max-width: 480px;
    }
    .all-banner-about {
        background-size: cover;
    }
    .show-desktop {
        display: none;
    }
    .bg-home-first .show-desktop {
        display: block;
    }
    .bg-home-first .show-mobile {
        display: none;
    }
    .subtile-banner-home,
    .header-block .header-title {
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 2.5px;
        text-align: left;
        text-transform: uppercase;
    }
    .tile-banner-home {
        color: rgb(255, 255, 255);
        letter-spacing: 0%;
        text-align: left;
    }
    .brand-page .block-subtitle {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .tile-banner-home,
    .brand-page .block-title {
        font-family: "Poppins", sans-serif;
        
        margin-bottom: 35px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
       
    }
    .header-block .btn-shop {

        font-size: 16px;
    }
    .col-phone {
        display: none;
    }
    /* xs + sm */
    .show-mobile {
        display: inline-block;
    }
    .all-banner-about {
        padding: 182px 30px;
    }
    .all-pre {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .item-pre {
        flex: 0 1 calc((100% - 20px) / 2);
        max-width: 100%;
    }
    .bg-ban2 .show-desktop {
        display: block;
    }
    .title-rew {
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .subtitle-rew {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .btn-rew a {
        line-height: 26px;
        font-size: 16px;
        padding: 12px 30px;
    }
    .poduct-top {
        margin-bottom: 50px;
        display: contents;
    }
    .product-left {
        width: 100%;
        max-width: 100%;
    }
    .product-right {
        margin: 25px 0;
        padding: 0 9px;
    }
    .item-wishlist {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        border-bottom: 1px solid rgb(231, 231, 231);
        padding-bottom: 25px;
    }
    .name-wishlist a {
        text-align: center;
        width: 100%;
        display: block;
    }
    .img-wishlist {
        margin-right: 0;
    }
    .more-wishlist a {
        width: 145px;
        /* font-size: 18px;
        line-height: 28px; */
        width: 215px;
    }
    .del-wishlist a {
        /* font-size: 18px;
        line-height: 28px; */
        width: 145px;
        width: 215px;
    }
    .cart-btn-fll {
        font-size: 16px;
        line-height: 43px;
        padding: 0 37px;
    }
    .cart-content .cart-icon {
        margin-bottom: 25px;
    }
    .cart-content p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 26px;
    }
    .bg-home-first {
        background-size: cover;
    }
    .top-contacter {
        flex-direction: column;
    } 
    #information-contact .left-contacter {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
    #information-contact .right-contacter {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
    .blocg-item {
        flex: 0 1 calc((100% - 20px) / 2);
    }
    .cart-close {
        padding: 0;
        width: 45px;
        height: 45px;
        background: #F5F5F5;
        border-radius: 50%;
        flex: 0 0 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart-close svg {
        width: 24px;
        height: 24px;
    }
    .all-bloglatest .swiper-button-prev2, 
    .all-bloglatest .swiper-button-next2 {
        display: none;
    }
    .all-bloglatest .titlere-bloglatest {
        padding-bottom: 20px; 
    }
    .all-bloglatest #home-carusel .swiper-slide {
        max-width: 365px;
        min-width: 365px;
    }
    .all-wall {
        flex-direction: column;
    }
    .center-footer-top {
        flex-direction: column;
    }
    .btn-cat-mob {
        display: inline-flex;
        padding: 0 15px;
    }
    .container-account {
        gap: 25px;
        flex-direction: column;
    }
    .meta-box {
        font-size: 14px;
        line-height: 24px;
    }
    .about_subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .about_title {
        font-size: 24px;
        line-height: 34px;
        max-width: 700px;
        margin-bottom: 35px;
    }
    .about_btn a {
        padding: 0 30px;
        font-size: 16px;
        line-height: 50px;
        display: inline-block;
    }
    .all-map-about {
        gap: 25px;
        flex-direction: column;
    }
    .all-map-about .left-map-about {
        flex: 1 1 auto;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .all-map-about .right-map-about {
        flex: 1 1 auto;
        order: -1;
    }
    .all-map-about .left-map-about img {
        max-width: 750px;
        width: 100%;
    }
    .all-mis-about {
        gap: 25px;
        flex-direction: column;
    }
    .left-mis-about {
        flex: 1 1 auto;
    }
    .right-mis-about {
        flex: 1 1 auto;
        max-width: 100%;
    }
    .all-mis-about {
        border-radius: 25px;
    }
    .headertab-about a {
        font-size: 18px;
        line-height: 28px;
    }
    .headertab-about {
        border-radius: 15px;
        padding: 26px 50px;
    }
    .all-tab-about#contern-cat {
        padding: 25px 50px 150px;
    }
    .all-tab-about {
        background-position: bottom -150px right -20px;
        background-size: 675px auto;
        border-radius: 15px;
    }
    .bg-ban2 {
        padding: 60px 0;
    }
    .bg-sl-rew {
        padding: 25px 0 50px;
    }
    .reviews-title {
        margin-top: 0;
    }
    .allbran-tab-about {
        flex-direction: column;
    }
    #contern-brand .leftbarn-tab-about {
        flex: 1 1 auto;
    }
    #contern-brand .rightbarn-tab-about {
        flex: 1 1 auto;
    }
    .btn-cat-tav {
        padding: 0 25px;
        display: inline-flex;
        line-height: 50px;
    }
    .bg-sl-rew {
        padding: 25px 0 50px;
    }
    .search-page .product-card {
        flex: 0 1 calc((100% - 40px) / 3);
    }

    .offcanvas {
        position: fixed !important;
        z-index: 999;
        top: 0;
        background: #fff;
        height: 100%;
    }
    .offcanvas.in {
        display: flex;
        flex-direction: column;
    }
    .offcanvas-body {
        display: flex;
        overflow-x: hidden;
        overflow-y: scroll;
        flex: 1 1 auto;
    }
    .simplecheckout-step {
        flex-direction: column;
    }
    #simplecheckout_cart.fixes {
        position: relative !important;
    }
    .about-us-page .title-rew {
        max-width: 640px;
    }
    .header-block .header-subtitle {
        max-width: 600px;
    }
    .category-items-box {
        gap: 25px;
    }
    .category-items-box .category-item {
        flex: 0 1 calc((100% - 25px) / 2);
    }
    .brand-page .product-card {
        flex: 0 1 calc((100% - 40px) / 3);
    }
    /** 992 **/
}
@media (min-width: 768px) and (max-width: 991px) {

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


    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    /* fixed colum left + content + right*/
    #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%;
    }
}
@media (max-width: 768px) {

    body .container {
        padding: 0 9px;
    }
    
    .bg-menu {
        display: none;
    }
    #home-carusel .swiper-container {
        width: calc(100vw - (100vw - 720px) / 2);
    }

    #home-carusel .swiper-slide {
        width: 80%;
    }
    .col-phone,
    .col-logo,
    .col-search,
    #top,
    .navbar-header {
        display: none;
    }

    .col-all-header {
        margin: 12px 0 12px 9px;
    }

    .col-menu {
        background: rgb(245, 245, 245);
        border-radius: 50%;
        display: flex;
        align-items: center;
        height: 50px;
        width: 50px;
        justify-content: space-evenly;
        margin-right: 15px;
    }

    .col-menu a {
        cursor: pointer;
        padding: 7px 0 0 0;
    }

    .banner-home {
        margin: 208px 0;
    }


    .btn-banner-home {
        width: 270px;
    }

    .btn-banner-home a {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
    }
    .all-wall {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }
    .title-wall {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .caper-wall p {
        max-width: 240px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .item-wall:nth-child(-n+3) .img-wall {
        position: absolute;
        right: -55%;
    }
    .item-wall:nth-child(n+4) .img-wall {
        position: absolute;
        right: -78%;

    }
    .bg-about {
        margin-top: 17px;
        padding: 50px 0 92px 0;
    }
    .all-banner-about {
        background: url(../image/mobabout.jpeg) center center no-repeat;
        padding: 164px 9px;
    }

    .subtitle-banner-about {

        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin: 15px 0 35px;

    }

    .title-banner-about {

        font-size: 24px;
        font-weight: 600;
        line-height: 34px;

    }

    .all-desc-about {
        flex-direction: column;
        padding: 0 9px;

        margin: 92px 0 30px;
    }


    .title-desc-about,
    .block-title {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;

    }

    .subtitle-desc-about {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .titlere-bloglatest {
        width: 100%;
    }

    .left-titlere-bloglatest {
        margin-right: 0 !important;
        text-align: center;

    }

    .titlere-bloglatest {
        padding-bottom: 20px;
    }

    .right-desc-about {
        margin-top: 30px;
    }

    .all-pre {
        flex-direction: column;
        padding: 0 9px;
    }

    .item-pre {
        max-width: 100%;
        padding: 35px 25px 35px;
    }

    .title-pre {

        font-size: 18px;
        font-weight: 400;
        line-height: 28px;


    }

    .desc-pre {

        font-size: 14px;
        font-weight: 400;
        line-height: 24px;

    }

    .bg-ban2 {
        padding: 160px 0;
    }

    .all-ban2 {
        padding: 0 9px;
    }

    

    .reviews-title {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .reviews-subtitle {

        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 35px;
    }

    #home-carusel.slider-wrapper,
    .related-slider-box {
        margin-left: 0;
        max-width: 100%;
        padding: 0 9px;
    }

    .review-text {
        min-height: 212px;
    }

    #home-carusel .swiper-container {
        width: 100%;

    }

    #home-carusel .swiper-slide {
        padding: 25px 15px 20px;
    }

    .review-author-info {
        font-size: 14px;
    }

    .review-author-info strong {
        font-size: 18px;
        margin-bottom: 5px;

        line-height: 28px;
    }

    .bg-sl-rew {

        padding: 50px 0 50px;
    }

    .all-bloglatest {
        margin: 50px 0;
    }


    .bloglatest-title {

        font-size: 24px;
        margin-bottom: 15px;
        line-height: 34px;

    }

    .bloglatest-subtitle {

        font-size: 16px;
        margin-bottom: 25px;
        line-height: 26px;

    }

    .title-blog-item a {

        font-size: 16px;
        margin-bottom: 5px;
        line-height: 26px;

    }

    .rewers .swiper-slide {
        padding: 0 !important;
        box-shadow: none !important;
    }

    .all-footer-top {
        flex-direction: column;
        padding: 0;
        margin-bottom: 50px;
    }

    .logo-footer {
        margin-bottom: 15px;
        width: 345px;
    }

    .left-footer-top,
    .center-footer-top,
    .right-footer-top {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .center-footer-top {
        width: 100%;
    }

    .letf-center-footer {
        order: 2;
    }

    .about-footer {
        margin-bottom: 17px;
    }

    .text_adres_footer {
        max-width: 100%;
    }

    .right-footer-top {
        margin-bottom: 0;
    }


    .powered-body {
        padding: 0 9px;
        flex-direction: column;
    }

    .powered-body p {
        order: 2;
        padding: 25px 0 17px;
    }

    .powered-body .powered-right {
        order: 1;
    }

    .powered {
        padding: 15px 0 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .powered-right a {
        padding: 0;
        max-height: 24px;
        margin: 0;
    }

    .powered-right {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 24px;

    }

    .bg-menumob {
        display: none;
    }

    .bg-menumob.active {
        display: block;
        background: #fff;
        z-index: 1000;
    }


    .menumob-top {
        display: flex;
        padding: 0 11px 0 0;
        justify-content: space-between;
    }

    .mobsearch {
        padding: 25px 11px 25px 9px;
    }
    #account-account .alert.alert-success.alert-dismissible {
        position: relative;
        top: 0;
        margin: 25px 13px;
    }

    .gruope-pol {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .edot-account .form-group {
        margin-bottom: 10px;
    }

    .btn-edit {
        width: 100%;
        margin-top: 25px;
    }


    .breadcrumb {
        margin: 25px 0 35px;
        padding: 0 9px;
    }

    .top-category {
        padding: 0 9px;
    }


    .col-sm-cat {
        width: 100%;
        margin: 0 15px;
    }


    .product-card {
        flex-basis: calc(50% - 15px);
    }

    .container-prod {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: start;
        padding: 0 9px;
    }


    .input-sort {
        display: none;
    }


    .poduct-top {

        margin-bottom: 50px;
        display: contents;
    }

    .product-left {
        width: 100%;
        max-width: 100%;

    }


    #slideshowprod img {
        max-width: 100%;
    }

    .product-right {
        margin: 25px 0;
        padding: 0 9px;

    }

    .product-right h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        font-style: italic;
        margin: 0 0 10px 0;
    }


    .pricer {
        font-size: 20px;

        font-weight: 600;

        line-height: 30px;
    }

    .minidescription p {
        font-size: 16px;

        font-weight: 400;

        line-height: 26px;
    }

    .form-group-quantity-wrapper {
        display: flex;
        flex-direction: column;
    }

    .input-group-qe {
        justify-content: center;
    }

    .btn-tocart {
        margin: 15px 0 0 0;
    }

    .panel-default>.panel-heading {
        padding: 15px 0;
    }

    .pr-files {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .item-pr-files {
        width: 100%;
    }


    .popup {
        width: 318px;
        height: auto;
        padding: 35px 22px 28px;
    }

    .cart-sidebar {
        width: 100%;
    }

    .cart-header {
        margin: 25px 9px;
        padding: 0;

        padding-bottom: 25px;
    }

    .cart-header span {

        font-size: 22px;

        line-height: 32px;

    }

    .cart-item-remove {
        top: 9px;
        padding: 0;
    }

    .cart-item-name a {
        font-size: 14px;
        line-height: 24px;
        height: 50px;
    }

    .cart-item-price {
        font-size: 16px;
        line-height: 26px;
    }

    .cart-footer {
        padding: 15px;
        margin: 0 9px 25px;
    }

    .cart-total {
        font-size: 22px;
        line-height: 32px;
    }

    .cart-buttons {

        gap: 15px;
        flex-direction: column;
    }

    .img-thumbnail-cart {
        max-width: 90px;
    }

    .cart-content.pov {
        padding: 25px 9px;
    }


    

    .bg-menu {

        background: none;
        border-top: 1px solid rgb(231, 231, 231);
    }



    .bloges h1 {
        font-size: 24px;
        margin-bottom: 15px;

        line-height: 34px;
    }

    .bloges h2 {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 26px;
    }

    .bloges {
        padding: 0;
    }

    .blocg-item {
        width: 100%;
    }

    .top-contacter {
        margin-bottom: 50px;
    }

    .tilele-contacter {
        color: rgb(36, 28, 36);

        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 25px;
    }

    .contacter {
        padding: 0 9px;
    }

    .contacter h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 34px;
    }

    .contacter h2 {
        font-size: 16px;
        margin-bottom: 35px;
        line-height: 26px;
    }

    .top-contacter,
    .two-box {
        flex-direction: column;

    }

    .boxer-contacter {
        gap: 15px;
    }

    .item-contacter {
        width: 100%;
    }

    .left-contacter {
        width: 100%;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .image-contacter img {
        max-width: 100%;
    }


    .bg-about-top {
        padding: 170px 9px;
        margin-bottom: 50px;
    }

    .about_subtitle {
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 2.5px;
        text-align: left;
        text-transform: uppercase;
    }

    .all-map-about {
        flex-direction: column;
        gap: 0;
    }

    .about_title {
        color: rgb(255, 255, 255);

        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 0%;
        text-align: left;
    }

    .right-map-about {
        order: 1;
        margin-bottom: 25px;
    }

    .left-map-about img {
        max-width: 100%;
    }

    .left-map-about {
        order: 2;
    }

    .bg-bottom-about {
        background: rgb(245, 245, 245);
        margin: 50px 0 0;
        padding: 50px 0;

    }

    .left-mis-about p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .left-mis-about h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    .right-mis-about img {
        max-width: 100%;
    }

    .all-mis-about {
        margin-bottom: 50px;
        flex-direction: column;
        padding: 25px 15px;
        gap: 0;
    }

    .headertab-about {
        padding: 25px 15px
    }

    .all-headertab-about {
        flex-direction: column;
    }

    .all-tab-about {
        padding: 25px 15px 0;
        border-radius: 15px;
    }

    .imgbgtab img {
        max-width: 110%;
    }

    .imgbgtab {
        position: relative;
        top: 0;
        right: 19px;
        margin: 43px 0 0px;


    }

    .headertab-about a {
        border-radius: 15px;

        font-size: 18px;
        font-weight: 600;
        line-height: 28px;

    }

    .menu-cat-tab ul a {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .title-cat-tab {
        font-size: 16px;
        margin-bottom: 35px;

        line-height: 26px;
    }

    .allbran-tab-about {
        margin-bottom: 25px;
    }

    .brand-info {
        flex-basis: calc(33% - 10px);
    }

    .allbran-tab-about>div {
        flex-basis: 100%;
    }

    .account-login {
        flex-direction: column;
        padding: 0 9px;
        gap: 25px;
    }

    .enter-login {
        width: 100%;
    }


    .text_i_am_returning_customer {

        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;

    }

    .forn-enter label {
        color: #000;
        font-size: 14px;
        color: rgb(36, 28, 36);
        line-height: 24px;


    }

    .text_register_account {
        margin: 15px 0 20px;
        font-size: 16px;
        line-height: 26px;
    }


    .text_returning_customer {
        color: rgb(36, 28, 36);
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: left;
    }

    .forn-enter .form-group {
        margin-bottom: 15px;
    }

    .bottom-enter-login {
        flex-direction: column;
        gap: 20px;
    }

    #account-login,
    #account-account {
        margin-bottom: 50px;
    }

    .forgotten {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .btn-register {
        display: block;
    }

    .regist-login,
    .enter-login {
        padding: 25px;
    }


    .new_customer {


        font-size: 22px;

        line-height: 32px;

    }

    .container-account {
        gap: 25px;
        flex-direction: column;
        padding: 0 9px;
    }

    .left-account {
        max-width: 100%;
        width: 100%;
    }

    .list-group-account {
        padding: 25px 15px;
    }

    .title-account-module {
        font-size: 22px;
        line-height: 32px;
    }

    .menu-info-account>a {
        flex-basis: 100%;
    }

    .content-account,
    .order-account {
        padding: 25px 15px;
    }


    .header-order-item {
        display: none;
    }
    .subtile-banner-home {
        max-width: 350px;
    }
    .bg-home-first .tile-banner-home.show-desktop {
        display: none;
    }
    .bg-home-first .tile-banner-home.show-mobile {
        display: block;
        max-width: 380px;
    }
    #account-wishlist #content {
        padding-bottom: 50px;
    }
    

}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

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

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .form-contacter .two-box .form-group {
        max-width: 100%;
    }
    label {
        font-size: 14px;
        line-height: 24px;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
    input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], 
    input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
        font-size: 14px;
    }
    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: 14px;
    }
    .submit-btn {
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
    .contacter {
        padding: 0;
    } 
    .name-contact-contacter {
        font-size: 16px;
        line-height: 26px;
    }
    .contacter,
    .bloges {
        margin-bottom: 50px;
    }
    .breadcrumb {
        padding: 0;
    }
    .col-all-header {
        margin: 12px 0 12px 0;
    }
    .blocg-item {
        flex: 1 1 100%;
    }
    .blocg-caption h4 a {

        font-size: 16px;
        line-height: 26px;
    }
    #information-information {
        padding-bottom: 50px;
    }
    .cart-btn {
        padding: 0 15px;
        font-size: 16px;
        line-height: 45px;
    }
    .simplecheckout .button {
        width: 100%;
        font-size: 16px;
    }
    .related-slider-box {
        
    }
    .product-content a {
        font-size: 14px;
        line-height: 24px;
        height: 70px;
        display: flex;
    }
    .product-price {
        font-size: 16px;
        line-height: 26px;
    }
    .product-content {
        margin: 15px 0 5px;
    }
    .related-slider-box .swiper-slide {
        max-width: 180px;
        margin-right: 15px !important;
    }
    .btn-tocart {
        padding: 10px 0px;
    }




    .product-left .swiper-button-prev, 
    .product-left .swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #E7E7E7;
        background: #fff;
        box-shadow: 0px 0px 8px 0px #7777770D;
    }
    .product-left .swiper-button-prev:hover, 
    .product-left .swiper-button-next:hover {
        box-shadow: 0px 0px 8px 0px #7777770D;
    }
    .product-left .swiper-button-prev {
        left: 0;
    }
    .product-left .swiper-button-next {
        right: 0;
    }
    .product-left .swiper-button-prev:before,
    .product-left .swiper-button-next:before {
        font-size: 12px;
        color: #777;
    }
    .all-bloglatest #home-carusel .swiper-slide {
        margin-right: 5px !important;
    }
    .item-wall {
        padding: 25px;
        background-position: center right;
    }
    .item-wall:nth-of-type(1) {
        background-size: auto 80%;
    }
    .item-wall:nth-of-type(2) {
        background-size: auto 80%;
    }
    .item-wall:nth-of-type(3) {
        background-size: auto 65%;
    }
    .item-wall:nth-of-type(5) {
        background-size: auto 70%;
        background-position: bottom 10px right -18px;
    }
    .item-wall:nth-of-type(4) {
        background-size: auto 65%;
        background-position: bottom 10px right -83px;
    }
    .btn-banner-about a {
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        font-size: 16px;
    }
    .right-desc-about a {
        padding: 0 23px;
        line-height: 50px;
    }
    .center-footer-top {
        max-width: 300px;
    }
    footer {
        padding-top: 0;
    }
    footer > .container {
        padding: 44px 9px;
    }
    .all-footer-top {
        margin-bottom: 0;
        gap: 50px;
    }
    .left-footer-top, 
    .center-footer-top, 
    .right-footer-top {
        margin-bottom: 0;
    }
    .left-footer-top {
        flex: 1 1 auto;
    }
    .center-footer-top {
        flex-direction: row;
    }
    .logo-footer img {
        width: 270px;
    }
    .powered {
        padding: 0;
    }
    .powered .container {
        padding: 15px 9px;
    }
    .powered-body {
        padding: 0;
        gap: 25px;
    }
    .powered-body p {
        order: 2;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
    }
    .logo-footer,
    .about-footer {
        max-width: 345px;
        width: 100%;
    }
    .menumob-top img {
        width: 160px;
    }
    .menumob-top #logo {
        margin: 0;
    }
    .custom-menu-list a:hover {
        background: rgba(245, 193, 45, 0.2);
    }
    .bg-menumob {
        position: fixed;
        height: 100%;
    }
    #product-category,
    .post-page {
        margin-bottom: 50px;
    }
    .cont-category .container-prod {
        padding: 0;
    }
    #product-category #content {
        padding: 0;
    }
    #product-category .top-category {
        padding: 0;
    }
    .meta-box span{
        display: none;
    }
    .all-tab-about#contern-cat {
        padding: 25px 15px 310px;
    }
    .all-tab-about {
        
        background-position: bottom -65px right -20px;
        background-size: 100% auto;
    }
    .btn-cat-tav {
        padding: 0 25px;
        line-height: 50px;
        display: inline-block;
    }
    .menu-cat-tab {
        gap: 20px;
        justify-content: space-between;
    }
    .bg-ban2 {
        padding: 60px 0;
    }
    .bg-sl-rew {
        padding: 25px 0 50px;
    }
    .reviews-title {
        margin-top: 0;
    }
    .visdtup {
        margin-bottom: 50px;
    }
    .search-page,
    .registration-page,
    .product-page {
        padding-bottom: 50px;
    }
    .search-page .product-card {
        flex: 0 1 calc((100% - 15px) / 2);
    }
    .search-page .container-prod {
        gap: 15px;
    }
    .search-page .top-panel {
        flex-wrap: wrap;
    }
    #common-success {
        padding-bottom: 50px;
    }
    .offcanvas {
        max-width: 100%;
    }
    #checkout-cart,
    #account-order {
        margin-bottom: 40px;
    }
    .category-block .container {
        padding: 50px 9px 0;
    }
    .subcategories-block .container {
        padding: 0 9px 50px;
    }
    .header-block .container {
        padding: 150px 9px;
    }
    .category-items-box {
        gap: 20px;
    }
    .category-items-box .category-item {
        flex: 1 1 100%;
    }
    #product-category.brand {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .brand-page .product-card {
        flex: 0 1 calc((100% - 15px) / 2);
    }
    .brand-page .container-prod {
        gap: 15px;
    }
    .brands-page.container {
        padding-bottom: 50px;
    }
    /** 768 **/
}
@media (max-width: 576px) {
    .title-rew {
        max-width: 335px;
    }
    .subtitle-rew {
        max-width: 370px;
    }
    .brand-page .block-title br {
        display: none;
    }
}
@media (max-width: 414px) {
    .all-tab-about#contern-cat {
        padding: 25px 15px 260px;
    }
}