/* =========================================================
   ALmazi v2
   ========================================================= */

/* Normalize WooCommerce product list */
.woocommerce #primaryshop ul.products {
    margin-top: 30px;
}



/* 1.0 Browser Reset
================================================== */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizelegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

thead, th  {
	border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: bold;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}



@font-face {
    font-family: 'DinPRO';
    font-weight: normal;
    font-style: normal;
}

.font_styled{
 font-family: 'DinPRO';
}

body {
	background-color: #fffa;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
}

ul li a,
ol li a {
	color: #333;
}

ul li a:hover,
ol li a:hover {
	color: #775441;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

table, 
th, 
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}

caption, 
th {
	font-weight: 400;
	text-align: left;
}

th {
	text-transform: uppercase;
	color: #333;
}

td, th {
	padding: 8px;
	border-width: 0 1px 1px 0;
}

a img {
	border: 0 none;
}

embed,
iframe,
object {
	max-width: 100%;
}

/* Other fixes*/
*,*:before,
*:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Webkit */
::selection {
	background: #f77426;
	color: #fff;
}

/* Gecko/Mozilla */
::-moz-selection {
	background: #f77426;
	color: #fff;
}

/* 2.0 Typography
================================================== */
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	word-wrap: break-word;
	overflow-x: hidden;
}

/* ----- #Headings  ----- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #333;
	font-family: "Roboto", sans-serif;
	margin-top:0;
	margin-bottom: 15px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: #333;
	font-weight: inherit;
}

.brand-head h1 {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
	
.brand-head h1 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.brand-head h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #B17B5E;
}
.brand-head h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #B17B5E;
}

h2 {
	font-size: 26px;
	line-height: 1.269;
}

h3 {
	font-size: 24px;
	line-height: 1.292;
}

h4 {
	font-size: 22px;
	line-height: 1.318;
}

h5 {
	font-size: 20px;
	line-height: 1.350;
}

h6 {
	font-size: 18px;
	line-height: 1.389;
}

.highlight { 
	font-weight: 500;
}

/* ----- #Text Elements  ----- */
p {
	padding: 0;
	margin: 0 0 20px;
}

b, 
strong { 
	font-weight: 700; 
}

dfn, 
cite, 
em, 
i {
	font-style: italic;
}

/* -----  #Blockquote shortcode start styles  ----- */
blockquote {
	border-left: 2px solid #ddd;
	color: #888;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	letter-spacing: 0.3px;
	line-height: 26px;
	margin-bottom: 20px;
	padding: 16px 20px 1px;
	position: relative;
	quotes: none;
}

blockquote cite {
	display: block;
	font-size: 15px;
	font-style: normal;
	text-align: right;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

address {
	display: block;
	margin: 0 0 1.6em;
}

pre {
	background-color: #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #747474;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.500;
	margin-bottom: 20px;
	overflow: auto;
	padding: 30px;
	position: relative;
	white-space: pre;
	z-index: 1;
}

code, 
kbd, 
tt, 
var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.500;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, 
ins {
	background: #fff9c0;
	text-decoration: none;
	margin-bottom: 20px;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

[hidden] {
	display: none;
}

/* 3.0 Links
================================================== */
a {
	color: #333333;
	cursor:pointer;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a:focus {
	/*outline: thin dotted;*/
	/*outline-offset: -4px;*/
	outline: none;
}

/* 4.0 Body Structure
================================================== */
#page {
	background-color: #fff;
	/*background-color:white;*/
	width: 100%;
}

.wide-wrap:after,
.wrap:after {
	content: "";
	display: block;
}

.wide-wrap {
	margin: 0 40px;
}

.wrap {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0;
	position: relative;
}

.inner-wrap {
	max-width: 978px;
	margin: 0 auto;
	overflow: hidden;
}

#primary .wrap {
	max-width: 100%;
}

/* --------------------------------------------
	Column
-------------------------------------------- */

.column {
	margin: 0 -15px;
}

.one-column,
.two-column,
.three-column,
.four-column {
	padding: 0 15px 30px;
}

.two-column-full-width {
	padding-bottom: 40px;
}

.one-column,
#primary .two-column {
	width:100%;
}

.two-column,
.two-column-full-width,
#primary .three-column,
#primary .four-column-full-width,
#primary .four-column {
	width: 50%;
}

.three-column,
.boxed-layout-small .four-column-full-width,
.three-column-full-width {
	width: 33.33%;
}

.four-column,
.four-column-full-width {
	width: 25%;
}

#primary .three-column:nth-child(3n+4),
#primary .four-column:nth-child(4n+5),
.boxed-layout-small .four-column-full-width:nth-child(4n+5) {
}

.two-column:nth-child(2n+3),
.three-column:nth-child(3n+4),
.four-column:nth-child(4n+5),
.four-column-full-width:nth-child(4n+5),
.boxed-layout-small .four-column-full-width:nth-child(3n+4),
#primary .three-column:nth-child(2n+3),
#primary .four-column:nth-child(2n+3) {
}

/* 5.0 Buttons
================================================== */
/* ----- Default Button ----- */

.btn-default {
	background-color: #f77426;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	margin: 10px 10px 0;
	overflow: hidden;
	padding: 8px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-default:hover {
	background-color: #fff;
	color: #333;
}

.light {
	background-color: #fff;
    color: #333;
}

.light:hover {
	background-color: #333;
    color: #fff;
}

.light-color {
	border-color: #fff;
    color: #fff;
}

.dark {
	background-color: #484848;
}

.vivid-red {
	background-color: #f77426;
}

.vivid-blue {
	background-color: #3dace1;
}

/* ----- More Link Button ----- */

a.more-link {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 20px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
	width: 150px;
}

a.more-link:hover {
	color: #333;
}

a.more-link:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	left: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a.more-link:hover:after {
	content: "\f101";
}

/* 7.0 Alignments
================================================== */

.alignleft {
	display: inline;
	margin-right: 20px;
}

.alignright {
	display: inline;
	margin-left: 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* 8.0 Breadcrumb
================================================== */

.breadcrumb {
	font-size: 13px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb,
.breadcrumb a:hover {
	color: #999;
}

.breadcrumb a {
	color: #333;
}

.breadcrumb .home:before {
	content: '\f015';
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	font-style: normal;
	line-height: 1.313;
	margin-right: 4px;
	vertical-align: top;
}

.breadcrumb .post-page {
	padding: 0;
}

/* 9.0 Universal Clearfix
================================================== */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     height: 0;
}

.clearfix { 
	display: inline-block; 
}

/* start commented backslash hack \*/

* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
/* close commented backslash hack */

/* 10.0 Forms
================================================== */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Appearance and consistency in all browsers */
	*vertical-align: middle; /* Appearance and consistency in IE6/IE7 */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fafafa;
}

input[type="search"] {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #f77426;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	padding: 6px 18px;
	text-align: center;
	font-weight: 500;
	/*text-transform: uppercase;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #747474;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.20);
	background-color: #fff;
}

input[type="search"]:focus {
	background-color: #f8f8f8;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: none;
}

/* #Horizontal Line
================================================== */
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* 12.0 Images
================================================== */
img {
	height: auto;/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
	vertical-align: top;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}

figure {
	margin: 0;
}

img#wpstats {
	display: none;
}

.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* ----- Media ----- */
.page-content img.wp-smiley,

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption a {
	position: relative;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}

/* 13.0 Margin-Padding-Border Override Classes
================================================== */
.margin-top-none {
	/* Clear Margin Top */
	margin-top: 0;
}

.margin-bottom-none {
	/* Clear Margin Bottom */
	margin-bottom: 0;
}

.margin-right-none {
	/* Clear Margin Right */
	margin-right: 0;
}

.margin-left-none {
	/* Clear Margin Left */
	margin-left: 0;
}

.padding-top-none {
	/* Clear Padding Top */
	padding-top: 0;
}

.padding-bottom-none {
	/* Clear Padding Bottom */
	padding-bottom: 0;
}

.padding-right-none {
	/* Clear Padding Right */
	padding-right: 0;
}

.padding-left-none {
	/* Clear Padding Left */
	padding-left: 0;
}

.border-top-none {
	/* Clear Border Top */
	border-top: 0 none;
}

.border-bottom-none {
	/* Clear Border Bottom */
	border-bottom: 0 none;
}

.border-right-none {
	/* Clear Border Right */
	border-right: 0 none;
}

.border-left-none {
	/* Clear Border Left */
	border-left: 0 none;
}

.shadow-none {
	/* Remove Shadow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.margin-bottom-none p {
    /* Clear Inner p Tags Margin Bottom */
    margin-bottom: 0;
}

/* 15.0 Header Section
================================================== */

/* 17.0 Navigation
================================================== */
/* Main Navigation */
.main-navigation {
    width: 100%;
    /*background-color: #F8F8F8;*/
    /*border: 20px solid red;*/
    /*border-top: 1px solid #eee;*/
    /*border-bottom: 1px solid #eee;*/
}

.main-navigation > .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Comment translated to English */
.main-navigation > .wrap > ul {
    display: flex;
    justify-content: center; /* Comment translated to English */
    width: 100%;
}

.main-navigation > ul > li {
	position: relative;
	display: inline-block;
}

.main-navigation > ul > li > a {
    padding: 1px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation a {
	color: #775441;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600 !important;
	letter-spacing: 0.1em;
	line-height: 40px;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
}


.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.current-menu-ancestor.menu-item-has-children > a:after,
.main-navigation li.current-menu-item.menu-item-has-children > a:after,
.main-navigation ul li:hover > a:after,
.main-navigation li.menu-item-has-children > a:hover:after,
.main-navigation li.page_item_has_children > a:hover:after {
	color: #F8BF02;
}

.main-navigation a:active {
color: #333333;
font-weight: 600;
}

/* ----- Dropdown ----- */

/* =====================================================
   ALMAZ DROPDOWN MENU — FINAL GEOMETRY FIX
   No gap, no hover dependency, correct click behaviour
   ===================================================== */

.main-navigation ul li.menu-item-has-children {
    position: relative;
}

/* Hidden state */
.main-navigation ul li.menu-item-has-children > ul.sub-menu {

    display: block;
    position: absolute;

    top: 100%;   /* FIX: was 50px */
    left: 0;

    margin-top: 0; /* critical: no gap */

    width: auto;

    background-color: #fff;
    border-top: none;

    box-shadow: 0 1px 6px rgba(0,0,0,0.15);

    margin-left: 0;
    padding-right: 2px;

    list-style: none;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    z-index: 99999;

    transition: opacity .2s ease, visibility .2s ease;
}

/* Visible state */
.main-navigation ul li.menu-item-has-children.is-open > ul.sub-menu {

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    border-top: 2px solid #ECECEC;
}

/* submenu items */
.main-navigation ul li.menu-item-has-children > ul.sub-menu li {
    display: block;
}

/* submenu links */
.main-navigation ul li.menu-item-has-children > ul.sub-menu li a {

    display: block;
    padding: 8px 15px;

    color: #333;
    text-decoration: none;
}

.main-navigation ul li.menu-item-has-children > ul.sub-menu li a:hover {
    background-color: #f8f8f8;
}

/* arrow */
.main-navigation ul li.menu-item-has-children > a::after {

    content: "\25BC";
    font-size: 10px;
    margin-left: 6px;
    color: #775441;
}



/* =====================================================
   ALMAZ WPML SWITCHER — ALIGNMENT FIX
   Perfect vertical alignment for flag, arrow and text
   ===================================================== */

/* Parent link alignment */
.main-navigation ul li.menu-item-wpml-switcher > a {

    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Flag inside main menu */
.main-navigation ul li.menu-item-wpml-switcher > a img {

    display: block;
    height: 16px;
    width: auto;
}

/* Arrow alignment */
.main-navigation ul li.menu-item-has-children > a::after {

    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-left: 6px;
}

/* Dropdown links alignment */
.main-navigation ul li.menu-item-has-children > ul.sub-menu li a {

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px 15px;
    line-height: 1.4;
}

/* Dropdown flag alignment */
.main-navigation ul li.menu-item-has-children > ul.sub-menu li a img {

    display: block;
    height: 16px;
    width: auto;
}

/* Prevent text baseline shift */
.main-navigation ul li.menu-item-has-children > ul.sub-menu li a span,
.main-navigation ul li.menu-item-has-children > ul.sub-menu li a {

    vertical-align: middle;
}



/* 18.0 Content
================================================== */


#main ul {
	list-style-type: disc;
}

#main ol {
	list-style-type: decimal;
}

#main ol ol {
	list-style: upper-alpha;
}

#main ol ol ol {
	list-style: lower-roman;
}

#main ol ol ol ol {
	list-style: lower-alpha;
}

body:not(.woocommerce):not(.woocommerce-account) #primary {
	background-color: #fff;
	padding: 30px;
	/* Beaver */
	/* width: 70%; */
	width: 70%;
}

/* 19.0 Sidebars
================================================== */
body:not(.woocommerce) #secondary {
	padding-left: 40px;
	width: 25%;
	margin-top: 50px;
}

/* #Post-Image-Paging Navigation
================================================== */
.wp-pagenavi,
.default-wp-page {
	margin: 50px 0;
}

.wp-pagenavi .pages {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #747474;
	padding: 9px 15px;
}

.wp-pagenavi .current,
.wp-pagenavi a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #747474;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 4px 11px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #747474;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #f4f4f4;
}

.wp-pagenavi span.current {
	font-weight: 200;
}

/* ----- wp-pagenavi ----- */
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	margin-left: 4px;
}

/* ----- Default wp-page ----- */
#main ul.default-wp-page {
	margin-left: 0;
	list-style: none;
	padding-bottom: 0;
}

ul.default-wp-page li a {
	color: #848484;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 10px;
}

ul.default-wp-page li a:hover {
	background-color: #f4f4f4;
}

ul.default-wp-page li {
	padding: 0 0 20px;
}

ul.default-wp-page li.previous {
}

ul.default-wp-page li.next {
}

/* ----- Default wp-page-navi ----- */
.navigation.pagination:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.navigation.pagination {
	margin-bottom: 50px;
	text-align: center;
}

.navigation.pagination .nav-links {
	display: inline-block;
}

.page-numbers {
	background-color: #fff;
	color: #747474;
	display: block;
	margin-right: 8px;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current,
.page-numbers:hover {
	background-color: #eee;
}

.navigation.post-navigation {
	margin-bottom: 50px;
}

.navigation.post-navigation .nav-links,
.image-navigation .nav-links {
	display: inline-block;
	width: 100%;
}

.navigation.post-navigation .nav-previous,
.image-navigation .nav-links .nav-previous {
}

.navigation.post-navigation .nav-next,
.image-navigation .nav-links .nav-next {
}

.navigation.post-navigation .post-title {
	color: #949494;
	display: block;
}

.image-navigation .nav-links a {
	color: #f77426;
}

/* 22.0 Attachments
================================================== */
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}

.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}

.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}

.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* ----- View attachment page ----- */
.attachment-jpeg .attachment {
	text-align: center;
}

/* ----- Comment form ----- */

.required {
	color: red;
}

label ~ span.required {
	display: block;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* 24.0 Pages
================================================== */
/* ----- Page Title ----- */
.page-header {
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
}

.error-404 .page-header {
	background-color: #fddbdd;
	margin-top: 0;
	padding: 25px 20px 15px;
}

.error-404 .page-title {
	padding: 0;
}

.error-404 .page-content {
	padding: 20px 0;
}

.error-404 #colophon {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page-title {
	color: #333;
	font-size: 20px;
	line-height: 1.333;
	text-align: left;
	font-family: "Roboto";
	font-weight: 500;
	text-transform: uppercase;
}

/* 14.0 Layouts
================================================== */

/*------ Full width Layout ------*/
body:not(.boxed-layout):not(.boxed-layout-small) .inner-wrap {
	max-width: inherit;
}

/*------ Boxed Layout ------*/
.boxed-layout #page {
	max-width: 1300px;
	margin: 30px auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}

.boxed-layout-small #page {
	max-width: 1038px;
	margin: 30px auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}

.boxed-layout .wrap,
.boxed-layout-small .wrap {
	max-width: 96%;
}

.boxed-layout #page,
.boxed-layout-small #page {
	overflow: hidden;
}

/* 25.0 Widgets
================================================== */
.widget {
	margin-bottom: 30px;
}

#search-box .widget {
	margin-bottom: 0;
	width:82%;
	display:inline-block;
}

.widget ul li a {
	color: #333;
}

.widget ul li a:hover {
	color: #f77426;
}

.widget-title {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}

.widget-title,
.widget-title a {
	color: #222;
}

.widget-title a:hover {
	color: #f77426;
}

#secondary .widget {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin-bottom: 40px;
}

#secondary .widget-title {
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.06);
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

/* Section Title
================================================== */
.box-header {
	margin-bottom: 40px;
	padding: 0 50px;
	text-align: center;
}

.box-title {
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 15px;
}

.box-sub-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.500;
	margin-bottom: 25px;
}

/* Woocommerce
================================================== */
.woocommerce #main .page-title {
	display: none;
}

.woocommerce-ordering .orderby {
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px;
	font-size: 15px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #fafafa !important;
	border: 1px solid #999;
	color: #1a1a1a;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #f77426;
	color: #fff;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #999;
	color: #fff;
}

.woocommerce .quantity .qty {
	height: 34px;
}

.woocommerce span.onsale {
	background-color: #f77426;
	font-size: 14px;
	font-weight: 500;
	left: -20px;
	min-height: 4em;
	min-width: 4em;
	padding: 0.402em;
	top: -20px;
}

.woocommerce ul.products li.product .price {
	font-size: 1em;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding-top: 5px;
}

.woocommerce-demo-store p.demo_store {
	background-color: #f77426;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce .woocommerce-message:before {
	color: #f77426;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 10px 6px 12px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 15px;
	width: 200px;
}

.woocommerce table.shop_table td {
	padding: 12px;
	border-top: 0;
}

.woocommerce table.shop_table {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0.5em 0.8em;
}

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	margin: 0 0 3em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ddd;
	margin: 35px 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 0.4em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #aaa;
}
 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border: 1px solid #bdbdbd;
	background-color: #f4f4f4;
	border-radius: 0;
	transform: rotate(45deg);
	height: 12px;
	width: 12px;
	top: -5px;
}

.price_slider_amount .price_label {
	color: #f77426;
	font-size: 14px;
}

.woocommerce .star-rating,
.comment-form-rating .stars span a {
	color: #ffd33b;
	font-size: 15px;
}

.product_list_widget .star-rating {
	margin: 8px 0 10px;
}

.widget_product_categories li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.widget_product_categories li:before {
	color: #999;
	content: "❖";
	margin-right: 10px;
}

.product-categories li ul {
	border-top: 1px solid #eee;
}

.product-categories li a {
	line-height: 2.5;
}

.woocommerce .woocommerce-product-search input.search-field {
	width: calc(100% - 95px);
}

.woocommerce .woocommerce-product-search button[type="submit"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 15px;
	margin-bottom: 0;
	border: none;
	cursor: pointer;
	background-color: #f77426;
	color: #fff;
}

.woocommerce .woocommerce-product-search button[type="submit"]:hover {
	background-color: #999;
}

.woocommerce .tagcloud a {
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 2px 6px 0;
	padding: 3px 10px;
}

.woocommerce-review-link {
	color: #747474;
}







.woocommerce nav.woocommerce-pagination {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.woocommerce-pagination .page-numbers {
	outline: none;
	border: none;
	border-radius: 0;
}

.woocommerce .single-featured-image-header {
	display: none;
}

.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover {
	background-color: #f77426;
}

.woocommerce div.product .out-of-stock {
	color: #f77426;
}

.cart .quantity input[type="number"] {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: transparent;
	margin-right: 30px;
	margin-left: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
	border-bottom: 2px solid #f77426;
}

.woocommerce .summary .product_meta .posted_in, 

/* Woocommerce Cart and Wishlist */
.wishlist-box {
	display: none;
}

/* Cart & Wishlist Icons */
.wishlist-btn, .wcmenucart-contents {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    color: #333;
    font-size: 22px;
    transition: color 0.3s ease;
}

.wishlist-btn:hover, .wcmenucart-contents:hover {
    color: #f77426;
}

.yith-wcwl-add-button a.add_to_wishlist {
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin-bottom: 15px;
	display: inline-block;
}

.yith-wcwl-add-button a.add_to_wishlist:hover {
	background-color: #fafafa;
}

/* For new version of WL */
.product-item-action .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin: 0 0 0 -4px;
}

.product-item-action .yith-wcwl-add-button a.add_to_wishlist {
	border: 1px solid #999;
	padding: 5px 7px;
	display: inline-block;
	font-size: 0;
	margin: 0;
}

.product-item-action .yith-wcwl-add-button .yith-wcwl-icon {
	font-size: 18px;
	color: #333;
	margin: 0;
}

/* Woocommerce Cart */

.cart-box .widgettitle, 
.cart-box .widget ul li a {
	color: #222;
}

/* Full width for Dokan Dashboard  */
.dokan-dashboard #primary {
	width: 100%;
	margin-bottom: 30px;
}

.dokan-dashboard #secondary {
	display: none;
}

/* Print
================================================== */


body::-webkit-scrollbar {
   width: 15px;
   
}

	
body::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

/* Comment translated to English */
ul.product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}
ul.product-cats li img {
    margin: 0 auto; 
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 15px;
}

.brand_atribute .brand_word {
    color: #333;
    font-weight: bold;
}

.rrp-price {
    color: #333;
    font-family: inherit;
    font-size: 16px;
}

}
.woocommerce .product .summary .price {
    font-size: 18px;
}

.product_page_cats {
  font-weight: bold;
}

.product_page_cats a {
	color: #333;
	font-weight: normal;
}

.single_product_page_price_style {
    color: #333;
    font-size: 30px;
}

.single_product_page_price_style * {
	color: #333;
}

/* Align price block and add to cart button */
 .products span.price{
    margin: 10px 0px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
height: 70px;
}

.reset-filters{
    background: white;
    border: 1px solid #d7d7d7;
	margin-top: 10px;
	width:100%;
}

.woocommerce #primaryshop .wrap {
        max-width: 100%;
}

.one-column-shop,
.woocommerce #primaryshop .two-column-shop {
        width:100%;
}

.two-column-shop,
.two-column-shop-full-width,
.woocommerce #primaryshop .three-column-shop,
.woocommerce #primaryshop .four-column-shop-full-width-shop,
.woocommerce #primaryshop .four-column-shop {
        width: 50%;
}

.woocommerce #primaryshop .three-column-shop:nth-child(3n+4),
.woocommerce #primaryshop .four-column-shop:nth-child(4n+5),
.boxed-layout-small-shop .four-column-shop-full-width-shop:nth-child(4n+5) {
}

.two-column-shop:nth-child(2n+3),
.three-column-shop:nth-child(3n+4),
.four-column-shop:nth-child(4n+5),
.four-column-shop-full-width-shop:nth-child(4n+5),
.boxed-layout-small-shop .four-column-shop-full-width-shop:nth-child(3n+4),
.woocommerce #primaryshop .three-column-shop:nth-child(2n+3),
.woocommerce #primaryshop .four-column-shop:nth-child(2n+3) {
}

.woocommerce #primaryshop {
        background-color: #fff;
        padding: 30px; 
        width: 80%;
}

.woocommerce #primaryshop-left {
        background-color: #fff;
        padding: 30px;
        /* Beaver */
        /* width: 100%; */
        width: 80%;
}

/* Full width for Dokan Dashboard  */
.dokan-dashboard-shop #primaryshop {
        width: 100%;
        margin-bottom: 30px;
}

.payment_warning{
color: #DC143C;
font-size:19px;
}

.payment_warning a{
	color: blue;
	text-decoration:underline;
	color: #0000CD;
}

/*================================================== */
.woocommerce #secondaryshop {
        padding-left: 5px;
        width: 20%;
}

.woocommerce #secondaryshop .widget {
        background-color: #fff;
        /* border: 1px solid rgba(0, 0, 0, 0.06);*/
        padding-left: 5px;
        /* margin-bottom: 40px; */
	margin-top: 10px;
}

.woocommerce #secondaryshop .widget-title {
        border: 1px solid rgba(0, 0, 0, 0.06);
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding: 10px 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
}

.woocommerce #secondaryshop .widget_meta ul li,
.woocommerce #secondaryshop .widget_recent_comments ul li,
.woocommerce #secondaryshop .widget_categories ul li,
.woocommerce #secondaryshop .widget_recent_entries ul li,
.woocommerce #secondaryshop .widget_archive-shop ul li {
        border-bottom: 1px dotted #eee;
        padding: 9px 0 10px 20px;
}

.woocommerce #secondaryshop .widget ul li:last-child {
        border-bottom: none;
}

.dokan-dashboard-shop #secondaryshop {
        display: none;
}

.woocommerce #secondaryshop .product-categories .cat-item .count,
#colophon-shop .product-categories .cat-item .count {
        line-height: 38px;
}

/* Hide billing and shipping fields from checkout page */
.woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-billing-fields{ display: none; }
#order_review_heading { display: none;}

/* Hide total and subtotal string  from checkout page */
tr.cart-subtotal { display: none;}
tr.woocommerce-shipping-totals { display: none;}

/* 2 column layout */

/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }

/* Style form fields to look like Divi */
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  border: 1px solid #ccc;;
  background-color: #fff;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single {
  background-color: #eee;
  border: none;
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }



ul.products .woocommerce-Price-amount.amount {
    color: #775441;
    font-weight: 600;
    font-size: 20px;
}

/* Disable shipping via...in order-review page */

/* Order Tracking Status */
div.brand-order-tracking {
    font-size: 16px;
}

.brand-order-number, .brand-order-date, .brand-order-status {
    font-weight: 600;
}

#wcoa_custom_message {
    display: none;
}

a.added_to_cart.wc-forward {
    display: none;
}

.woocommerce ul.products li.product .button.added {
    display: inline-block;
}

.brand-item-thumbnail {
padding-bottom: 10px;
}

.brand-wc-item-meta {
display: block;
}



.woocommerce form .form-row label {
    line-height: 2;
    color: #333333;
}

.woocommerce .woocommerce-form-login__submit ,.woocommerce-form-register__submit{
background-color: #F0F1F5;
}

.woocommerce-form-login__submit:hover {
background-color: #C6C0B8;
}

.woocommerce-form-register__submit:hover{
background-color: #C6C0B8;
}

.woocommerce-order-details__title {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}

.subrandchat_buttons {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*background: #fafafa;*/
}

input.updchat {
    top: 0;
    right: 0;
    height: 35px;
    padding: 0 20px;
    background-color: #EAE5DC;
    color: #1a1a1a;
    border-radius: 5px;
    z-index: 1000;

}

/* Main Container */
.scct-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

/* Contacts GRID */
.scct-contact-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    gap: 0;
    align-items: start;
}

/* Test section */
.scct-contact-text {
    padding: 30px;
    box-sizing: border-box;
}

/* Image section */
.scct-contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    height: 100%;
}

.scct-contact-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

/* Content styles */
.scct-contact-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scct-contact-item {
    display: flex;
    flex-direction: column;
}

.scct-contact-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 600;
}

.scct-contact-icon {
    width: 26px;
    text-align: center;
    font-size: 1.3rem;
    color: #3498db;
}

.scct-contact-line {
    margin: 0 0 8px 38px;
    font-size: 1.05rem;
    line-height: 1.5;
}

/* Comment translated to English */
.scct-contact-email {
    color: #2980b9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.scct-contact-email:hover {
    color: #3498db;
    text-decoration: underline;
}

/* ---------------------------TOP-CONTACTS -----------------------------------   */


/* ---------------------------END TOP-CONTACTS -----------------------------------   */
    #block1 {
        flex: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
	
	#block2 {
        flex: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
	
	#block3 {
        flex: 2;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
	
    .font_styled1, .font_styled2 {       
        text-align: center;
        padding: 0;
        margin: 10px 0;
    }
	
		.main-slider {
    width: 100%;    
}

.currency-rate {
        text-align: center;
		margin-right: 0;
    }


/* End 992px */

/* 768px */

/* Start media query 576 */

/* Comment translated to English */
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a {
     color: #775441;
}

/* =========================================
   7. SINGLE PRODUCT
========================================= */

/* Main container single product page */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

/* Left column with image */
.single-product div.product .images {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

/* Right column  */
.single-product .summary.entry-summary {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    background: #fff;
    padding: 30px;        
}

/* Product heading */
.single-product .product_title {
    color: #775441;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid rgba(119, 84, 65, 0.2);
    padding-bottom: 15px;
    font-weight:600;
    letter-spacing:0.2px;

}

/* Product rating */
.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(234, 229, 220, 0.3);
    border-radius: 10px;
}

/* Product price */
.single-product .price {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border-radius:1px;
}

.single-product .price .amount {
    color: #775441;
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

.single-product del .amount {
    color: #999;
    font-size: 24px;
    margin-right: 10px;
    opacity: 0.7;
}

.single-product ins {
    background: transparent;
    text-decoration: none;
}

/* Comment translated to English */

.single-product .b2b-single-wrapper{
    display:flex;
    align-items:flex-start;   /* Comment translated to English */
    gap:10px;
    flex-wrap:wrap;
}

/* button center input */
.single-product .b2b-request-wrapper{
    display:flex;
    flex-direction:column;
}

.single-product .b2b-request-wrapper .b2b-add{
    align-self:flex-start;
}

/* quantity input */
.single-product .b2b-sp-qty{
    flex:0 0 auto;
}

/* Product wrapper */
.single-product .b2b-request-wrapper{
    display:flex;
    flex-direction:column; /* Comment translated to English */
}

/* Comment translated to English */
.single-product .b2b-add{
    width:auto;
    white-space:nowrap;
}

/* Inline message */
.single-product .b2b-inline-message{
    margin-top:6px;
    font-size:13px;
}

/* Product short description */
.single-product .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.8;
    color: #505050;
    margin: 25px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgba(119, 84, 65, 0.1);
}

/* Cart Form  */
.single-product form.cart {
    margin: 30px 0;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(119, 84, 65, 0.08);
    border: 1px solid rgba(119, 84, 65, 0.1);
}

/* product quantity */
.single-product .quantity {
    margin-right: 15px;
}

.single-product .qty {
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #EAE5DC;
    border-radius: 8px;
    padding: 5px;
    background: #fff;
    transition: all 0.3s ease;
}

.single-product .qty:focus {
    border-color: #775441;
    outline: none;
    box-shadow: 0 0 0 3px rgba(119, 84, 65, 0.2);
}

/* Add to cart button */
.single-product .single_add_to_cart_button {
    background: linear-gradient(135deg, #775441, #9C826B);
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(119, 84, 65, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.single-product .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #5a3e30, #7a6350);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(119, 84, 65, 0.4);
}

.single-product .single_add_to_cart_button:before {
    content: "\f291";
    font-family: "FontAwesome";
    font-size: 20px;
}

/* Comment translated to English */
.single-product .product_meta {
    margin: 30px 0;
    padding: 20px;
    background: rgba(234, 229, 220, 0.3);
    border-radius: 10px;
}

.single-product .product_meta > span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    color: #775441;
    font-weight: 600;
}

.single-product .product_meta a {
    color: #505050;
    font-weight: 500;
    transition: color 0.3s ease;
}

.single-product .product_meta a:hover {
    color: #775441;
}

/* Comment translated to English */
.single-product .variations {
    margin-bottom: 25px;
}

.single-product .variations tr {
    display: block;
    margin-bottom: 15px;
}

.single-product .variations label {
    color: #775441;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.single-product .variations select {
    width: 100%;
    padding: 12px;
    border: 2px solid #EAE5DC;
    border-radius: 8px;
    background: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.single-product .variations select:focus {
    border-color: #775441;
    outline: none;
    box-shadow: 0 0 0 3px rgba(119, 84, 65, 0.2);
}

/* WooCommerce messages */
.single-product .woocommerce-message {
    background: #E4E0D6 ;
    border: 2px solid #775441;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-product .woocommerce-message:before {
    color: #775441;
}

/* Adaptive */



/* Onsale goods styles */
.single-product .onsale {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Tabs styles */
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 3px;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(119, 84, 65, 0.1);
}

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 2px solid #EAE5DC;
}

.woocommerce-tabs ul.tabs li {
    margin: 0;
    border: none;
    background: transparent;
}

.woocommerce-tabs ul.tabs li a {
    color: #505050;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    color: #775441;
    background: rgba(119, 84, 65, 0.1);
}

/* Related.products */
.related.products {

}



.related.products > h2 {
    text-align: center;
    color: #775441;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.related.products > h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #775441;
}

/* ============================================
   Atribute Styles
============================================ */

/* atribute container */
.brand_atribute {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    padding: 15px;
    background: rgba(234, 229, 220, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

/*  "Brand:" */
.brand_word {
    color: #775441;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 80px;
    position: relative;
    padding-left: 25px;
}

.brand_word:before {
    content: "\f02b";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #775441;
    font-size: 16px;
}


.brand_type_c {
    color: #505050;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 16px;
    background: #775441;
    border-radius: 6px;
    border: 1px solid rgba(119, 84, 65, 0.2);
    color: #fff;
}


.product_atribute {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid rgba(119, 84, 65, 0.1);
}

.atribute_label {
    color: #775441;
    font-size: 15px;
    font-weight: 600;
    min-width: 120px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.atribute_label:before {
    font-family: "FontAwesome";
    color: #a6795e;
}

.atribute_value {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

/* Atributes icons */
.atribute_label[data-type="color"]:before { content: "\f53f"; } /* Comment translated to English */
.atribute_label[data-type="size"]:before { content: "\f07b"; } /* Comment translated to English */
.atribute_label[data-type="material"]:before { content: "\f1b2"; } /* Comment translated to English */
.atribute_label[data-type="country"]:before { content: "\f0ac"; } /* Comment translated to English */

/* attributes-group in block */
.product-attributes-group {
    margin: 25px 0;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(119, 84, 65, 0.08);
    border: 1px solid rgba(119, 84, 65, 0.1);
}

.product-attributes-group h3 {
    color: #775441;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(119, 84, 65, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-attributes-group h3:before {
    content: "\f12e";
    font-family: "FontAwesome";
    font-size: 18px;
}


.single-product .summary.entry-summary .brand_atribute {
    margin: 20px 0;
    order: 3; 
}


.product_meta .brand_atribute {
    border-left: none;
    background: transparent;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px dashed rgba(119, 84, 65, 0.2);
}

.product_meta .brand_atribute:last-child {
    border-bottom: none;
}



/* Animation */
@keyframes fadeInAttribute {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brand_atribute {
    animation: fadeInAttribute 0.5s ease-out;
}

/* Brand link style */
.brand_type_c a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.brand_type_c a:hover {
    color: #775441;
    text-decoration: underline;
}

/* Comment translated to English */
.brand-collection {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    background: linear-gradient(135deg, rgba(119, 84, 65, 0.1), rgba(166, 121, 94, 0.1));
    border-radius: 20px;
    border: 1px solid rgba(119, 84, 65, 0.3);
    color: #775441;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.brand-collection:hover {
    background: linear-gradient(135deg, rgba(119, 84, 65, 0.2), rgba(166, 121, 94, 0.2));
    transform: scale(1.05);
}

/* Comment translated to English */
.woocommerce-loop-product__title + .brand_atribute {
    margin: 10px 0;
    padding: 8px;
    font-size: 14px;
}

.woocommerce-loop-product__title + .brand_atribute .brand_word {
    font-size: 13px;
    min-width: 60px;
}

.woocommerce-loop-product__title + .brand_atribute .brand_type_c {
    font-size: 14px;
    padding: 5px 10px;
}

/* Comment translated to English */
.widget .brand_atribute {
    margin: 8px 0;
    padding: 10px;
    background: rgba(234, 229, 220, 0.2);
}

/* Comment translated to English */
.cart_item .brand_atribute {
    margin: 5px 0;
    padding: 8px;
    font-size: 13px;
}

/* Comment translated to English */
.product_list_widget .brand_atribute {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 8px;
    background: rgba(234, 229, 220, 0.1);
    border-radius: 4px;
}

.product_list_widget .brand_word {
    font-size: 12px;
    min-width: auto;
    padding-left: 18px;
}

.product_list_widget .brand_type_c {
    font-size: 13px;
    padding: 3px 8px;
}

/* Comment translated to English */
.single-product .summary.entry-summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-product .summary.entry-summary .product_meta > span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: rgba(234, 229, 220, 0.2);
    border-radius: 8px;
    margin: 0;
}

.single-product .summary.entry-summary .product_meta > span:before {
    font-family: "FontAwesome";
    color: #775441;
    width: 20px;
}

.single-product .summary.entry-summary .product_meta .sku_wrapper:before {
    content: "\f02b";
}

.single-product .summary.entry-summary .product_meta .posted_in:before {
    content: "\f02c";
}

.single-product .summary.entry-summary .product_meta .tagged_as:before {
    content: "\f02c";
}

/* Comment translated to English */

/* Comment translated to English */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products,
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none;
}

/* Comment translated to English */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
.products li.product {
    flex: 0 0 auto;
    padding: 0 10px 30px 10px;
    margin: 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Comment translated to English */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
ul.products li.product:hover {
    /*transform: translateY(-5px);*/
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/
}

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */


/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */
/* Comment translated to English */
.review-order-header {
    display: none;
}

.review-order-body {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.review-order-item {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.review-order-item:last-child {
    border-bottom: none;
}

/* Comment translated to English */
.item-product {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
}

/* Comment translated to English */
.product-thumbnail-container {
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.product-thumbnail-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

/* Comment translated to English */
.product-info {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: auto;
    min-height: 80px;
}

.product-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin: 0 0 5px 0;
    padding: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.product-details {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin: 0;
    padding: 0;
}

.product-quantity {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    color: #555;
}

/* Comment translated to English */
.item-subtotal {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #f0f0f0;
}

/* Comment translated to English */
.review-order-footer {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.footer-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-label {
    display: block;
    font-size: 16px;
    color: #555;
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: left;
}

.footer-value {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: right;
    word-break: break-word;
}

.footer-row.order-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #e6e6e6;
    font-size: 18px;
    font-weight: 700;
}

.footer-row.order-total .footer-label,
.footer-row.order-total .footer-value {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* Comment translated to English */
/* Comment translated to English */
.woocommerce-checkout #payment #place_order,
#order_review #payment #place_order,
form.checkout #place_order,
.woocommerce-checkout-payment #place_order,
#place_order {
    /* Comment translated to English */
    all: unset;
    
    /* Comment translated to English */
    display: inline-block;
    width: auto;
    min-width: 180px; /* Comment translated to English */
    max-width: 100%; /* Comment translated to English */
    background: #F3F1F0;
    background-color: #F3F1F0;
    color: #775441;
    border: 2px solid #775441;
    border-radius: 4px;
    padding: 12px 28px; /* Comment translated to English */
    font-size: 15px; /* Comment translated to English */
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    box-shadow: 0 2px 6px rgba(119, 84, 65, 0.15);
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box; /* Comment translated to English */
}

/* Comment translated to English */
.woocommerce-checkout #payment #place_order:hover,
#order_review #payment #place_order:hover,
form.checkout #place_order:hover,
.woocommerce-checkout-payment #place_order:hover,
#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(119, 84, 65, 0.25);
    background: #F3F1F0;
    background-color: #F3F1F0;
    color: #775441;
    border: 2px solid #775441;
}

/* Comment translated to English */
.woocommerce-checkout #payment #place_order:active,
#order_review #payment #place_order:active,
form.checkout #place_order:active,
.woocommerce-checkout-payment #place_order:active,
#place_order:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 1px 3px rgba(119, 84, 65, 0.1);
}

/* Comment translated to English */
.woocommerce-checkout #payment .form-row.place-order,
#order_review #payment .form-row.place-order,
.woocommerce-checkout-payment .form-row.place-order {
    text-align: right;
    width: 100%;
    margin: 20px 0 0 0; /* Comment translated to English */
    padding: 0;
    box-sizing: border-box;
}

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */
/* Comment translated to English */
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Comment translated to English */
#payment .payment_box,
#payment .form-row {
    max-width: 100%;
    box-sizing: border-box;
}

/* Comment translated to English */
.woocommerce-checkout #payment .form-row.place-order:before,
.woocommerce-checkout #payment .form-row.place-order:after {
    content: "";
    display: table;
}

/* Comment translated to English */
.woocommerce-checkout #payment .form-row.place-order {
    padding-left: 0;
}

/* Comment translated to English */
body.woocommerce-checkout {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Comment translated to English */
#place_order {
    max-width: 300px;
}


/* ==============================
   B2B REQUEST COUNTER BADGE
   ============================== */

[data-b2b-request-count] {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    margin-left: 6px;
    padding: 0 6px;

    background: #775441;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;

    border-radius: 999px;
     transition: background-color 0.2s ease;
}

[data-b2b-request-count]:empty {
    display: none;
}

/* B2B request badge hover – sync with menu hover */
#primary-menu li.menu-item-b2b-request:hover [data-b2b-request-count] {
    background-color: #E5B002;
}

/* ==============================
   B2B Toast Notification
   ============================== */

.b2b-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;

    background: #2f2f2f;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 500;

    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;

    /*transition: opacity 0.25s ease, transform 0.25s ease;*/
}

.b2b-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.guest-hint {
    margin-top: 6px;
    font-size: 13px;
    color: #775441;
    display: none;
}

.guest-hint.show {
    display: block;
}

/* Comment translated to English */
.single-product .summary .b2b-request-wrapper {
    margin: 0;
}

/* Comment translated to English */
.single-product .summary .b2b-add,
.single-product .summary .open-auth-slider {
    height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    border-radius: 6px;
}

/* Comment translated to English */
.single-product .summary .b2b-add,
.single-product .summary .open-auth-slider {
     background: #775441; 
    color: #fff;
    /*border: 1px solid #777;*/
}

/* hover */
.single-product .summary .b2b-add:hover,
.single-product .summary .open-auth-slider:hover {
    background: #5f4235;
    border-color: #5f4235;
    color: #fff;
}

/* Comment translated to English */

/* Desktop */
.b2b-banner-40-60 {
    display: flex;
    width: 100%;
    gap: 20px;
}

/* Base */
.b2b-banner-col {
    flex: 0 0 auto;
}

/* 60% */
.b2b-banner-left {
    flex: 0 0 60%;
    max-width: 60%;
}

/* 60% */
.b2b-banner-right {
    flex: 0 0 40%;
    max-width: 40%;
}

/* Tablet + Mobile */

/* Comment translated to English */





/* Comment translated to English */

/* Comment translated to English */
#b2b-single-product-layout #secondaryshop ul.products {
    display: block;        /* Comment translated to English */
    margin: 0;
    padding: 0;
}

/* Comment translated to English */
#b2b-single-product-layout #secondaryshop ul.products li.product {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}

/* Comment translated to English */
#b2b-single-product-layout #secondaryshop ul.products li.product img {
    width: 100%;
    height: auto;
    display: block;
}

/* Comment translated to English */
#b2b-single-product-layout #secondaryshop ul.products li.product .woocommerce-loop-product__title,
#b2b-single-product-layout #secondaryshop ul.products li.product .price {
    text-align: left;
}

/* Comment translated to English */

/* Comment translated to English */

/* Comment translated to English */
#colophon.site-footer {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Comment translated to English */

/* Comment translated to English */
/* Comment translated to English */

/* Comment translated to English */
.b2b-inline-message {
    display: flex;
    /* flex-wrap: wrap;*/
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Comment translated to English */
.b2b-inline-message span {
    white-space: normal;
}


/* Comment translated to English */
.b2b-inline-message a {
    display: block;
    width: 100%;
    /*margin-left: 18px; */
}

/* Comment translated to English */

.b2b-inline-message a {
    font-weight: 600;
}

/* Comment translated to English */

.brandspace-top-contacts {
    display: flex;
    flex-wrap: nowrap;        /* Comment translated to English */
    align-items: center;
    gap: 12px;                /* Comment translated to English */
}

/* Comment translated to English */
.brandspace-top-contacts > * {
    white-space: nowrap;
}
/* Comment translated to English */

.brandspace-top-contacts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

/* Comment translated to English */
.brandspace-top-contacts > * {
    white-space: nowrap;
}

/* Comment translated to English */

/* Comment translated to English */

.currency-rate {
    white-space: nowrap;
}

/* Comment translated to English */
.header-contacts-wrapper {
    width: 100%;
    max-width: none;    /* Comment translated to English */
}

/* Comment translated to English */

/* Comment translated to English */
.product-attributes-container {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-attribute-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e0e0e0;
}

.product-attribute-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-attribute-row span:first-child {
    flex: 0 0 140px;
    font-weight: 600;
    color: #555;
}

.product-attribute-row span:last-child {
    flex: 1;
    color: #333;
}

/* Comment translated to English */




/* MOBILE FULL WIDTH FIX — primaryshop */

/* REMOVE UNDERLINE FROM B2B BUTTON FOR GUESTS (MOBILE) */


/* PRODUCT CARD STRUCTURE */
ul.products li.product{
    display:flex;
    flex-direction:column;
    height:100%;
}

ul.products li.product img{
    height:220px;
    object-fit:contain;
}

.woocommerce-loop-product__title{
    font-size:14px;
    line-height:1.35;
    min-height:38px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

ul.products li.product .price{
    margin-top:auto;
    font-weight:600;
}

ul.products li.product .b2b-request-wrapper{
    margin-top:8px;
}

/* MOBILE ONLY — B2B BUTTON COLOR */

/* REMOVE UNDERLINE FROM B2B AUTH LINKS */
.b2b-inline-message a,
.b2b-single-guest-msg a,
.open-auth-slider{
    text-decoration:none;
}

/* TIGHTER SPACE BETWEEN IMAGE AND SUMMARY */
.single-product .woocommerce-product-gallery{
    margin-right:20px;
}

.single-product .summary.entry-summary{
    margin-left:0;
}

/* DESKTOP FIX */

/* MOBILE FIX */

/* === FIX SINGLE PRODUCT LAYOUT ON TABLETS === */

/* === FIX FLEX BREAK ON SINGLE PRODUCT (TABLETS) === */

.wsppc_div_block{
/*    display:none; */
}

.nm-wooconvo-send {
    display: block;
    margin-left: auto;
}

/* Comment translated to English */

.menu-user-name,
.menu-user-logout{
    display:flex;
    align-items:center;
}

.menu-user-logout{
    margin-left:-18px;   /* Comment translated to English */
}

/* Comment translated to English */
.menu-user-logout > a{
    padding-left:4px;
    padding-right:4px;
}

.b2b-request-badge{
    display:inline-block;
    min-width:20px;
    height:20px;
    padding:0 6px;
    background:#DA6546;
    color:#fff;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    margin-left:6px;
    line-height:20px;
    text-align:center;
    box-sizing:border-box;
}

.dasboard-b2b-button {
background: #fff;
border: 1px solid #d1d5db;
padding: 9px 16px;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
color: #333;

}

.b2b-dashboard-buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

/* =====================================================
   ALMAZI FOOTER — ORIGINAL CREAM LAYERED STYLE
===================================================== */

.almazi-footer {
    /*background: linear-gradient(180deg, #f9f6f2 0%, #f3eee9 100%);*/
	background: #fff;
    position: relative;
    font-family: "Roboto", sans-serif;
}

/* Comment translated to English */
.almazi-footer::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #775441 0%, #a6795e 50%, #775441 100%);
}

/* Comment translated to English */
.almazi-footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 30px 20px 0;*/
}

/* Comment translated to English */

.almazi-footer .footer-contacts-wrapper {
    /*background: #ece7e2;*/              /* Comment translated to English */
    border-radius: 14px;
    padding: 30px 20px;
    /*margin-bottom: 40px;*/
}

/* Comment translated to English */
.almazi-footer .footer-contacts {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

/* Comment translated to English */
.almazi-footer .footer-box {
    /*background: #f8f4f0;*/             /* Comment translated to English */
	background: #ffffff;
    border-radius: 12px;
    padding: 14px 28px;
    min-width: 260px;
    text-align: center;
    color: #775441;
    font-size: 15px;
    border: 1px solid #e6dfd8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.almazi-footer .footer-box a {
    color: #775441;
    text-decoration: none;
    font-weight: 500;
}

.almazi-footer .footer-box a:hover {
    text-decoration: underline;
}

/* Comment translated to English */

.almazi-footer .footer-bottom-wrapper {
    background: #f3eee9;            /* Comment translated to English */
    padding-bottom: 1px;           /* Comment translated to English */
}

.almazi-footer .footer-bottom {    
    margin: 0 auto;
    padding: 18px 20px;
    background: #f8f8f8;
    border-top: 1px solid #e2dbd5;  /* Comment translated to English */
    text-align: center;
    font-size: 14px;
	font-weight: 600;
    color: #775441;
    letter-spacing: 0.3px;
}

/* =====================================================
   LAYOUT + PRODUCT CARD STABILIZATION (SAFE VERSION)
===================================================== */

/* Prevent horizontal overflow */
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

html, body {
    /*overflow-x: hidden;*/
}

/* ================= CATALOG ================= */

.woocommerce #primaryshop ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce #primaryshop ul.products li.product {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.woocommerce #primaryshop ul.products li.product .woocommerce-loop-product__link {
    display: block;
}

.woocommerce #primaryshop ul.products li.product .price {
    display: block;
    margin-top: 10px;
}

.woocommerce #primaryshop ul.products li.product .b2b-request-wrapper {
    margin-top: 10px;
}

/* ================= SINGLE SIDEBAR ================= */



#b2b-single-product-layout #primaryshop {
    flex: 1 1 auto;
    min-width: 0;
}

#b2b-single-product-layout #secondaryshop {
    flex: 0 0 28%;
    max-width: 28%;
    box-sizing: border-box;
}

.woocommerce #secondaryshop ul.products li.product {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce #secondaryshop ul.products li.product .price {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce #secondaryshop ul.products li.product .b2b-request-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce #secondaryshop .b2b-add {
    margin: 0;
}

/* ================= RELATED PRODUCTS ================= */

.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related.products ul.products li.product {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.related.products ul.products li.product .price {
    display: block;
    margin-top: 10px;
}

.related.products ul.products li.product .b2b-request-wrapper {
    margin-top: 10px;
}

/* ================= RESPONSIVE ================= */



/* =====================================================
   PRODUCT GRID FINAL STABILIZATION
   (Catalog + Sidebar + Related)
===================================================== */

/* Prevent horizontal scroll */
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

html, body {
    overflow-x: hidden;
}

/* ================= CATALOG GRID ================= */

.woocommerce #primaryshop ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce #primaryshop ul.products li.product {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.woocommerce #primaryshop ul.products li.product img {

    width: 100%;
    height: 100%;

    object-fit: contain;

}

.woocommerce #primaryshop ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}

.woocommerce #primaryshop ul.products li.product .price {
    margin-top: auto;
}

.woocommerce #primaryshop ul.products li.product .b2b-request-wrapper {
    margin-top: 10px;
}

/* ================= SINGLE SIDEBAR ================= */



#b2b-single-product-layout #primaryshop {
    flex: 1 1 auto;
    min-width: 0;
}

#b2b-single-product-layout #secondaryshop {
    flex: 0 0 28%;
    max-width: 28%;
    box-sizing: border-box;
}

.woocommerce #secondaryshop ul.products li.product {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce #secondaryshop ul.products li.product img {
    height: 200px;
    object-fit: contain;
}

.woocommerce #secondaryshop ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 44px;
}

.woocommerce #secondaryshop ul.products li.product .price {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce #secondaryshop ul.products li.product .b2b-request-wrapper {
    display: inline-block;
}

.woocommerce #secondaryshop .b2b-add {
    margin: 0;
}

/* ================= RELATED PRODUCTS ================= */

.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related.products ul.products li.product {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.related.products ul.products li.product img {
    height: 240px;
    object-fit: contain;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}

.related.products ul.products li.product .price {
    margin-top: auto;
}

.related.products ul.products li.product .b2b-request-wrapper {
    margin-top: 10px;
}

/* ================= RESPONSIVE ================= */



/* =====================================================
   PRODUCT GRID FINAL CORRECTED STABILIZATION
===================================================== */

/* Prevent horizontal scroll */
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

html, body {
    overflow-x: hidden;
}

/* ================= CATALOG GRID ================= */

.woocommerce #primaryshop ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce #primaryshop ul.products li.product {
    width: 25%;
    padding: 0 15px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.woocommerce #primaryshop ul.products li.product img {

    width: 100%;
    height: 100%;

    object-fit: contain;

}

/* Proper 2-line clamp without text cutting */
.woocommerce #primaryshop ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: block;
}

/* Price + button alignment */
.woocommerce #primaryshop ul.products li.product .price {
    margin-top: auto;
}

.woocommerce #primaryshop ul.products li.product .b2b-request-wrapper {
    margin-top: 2px;
}

/* ================= SINGLE SIDEBAR ================= */



#b2b-single-product-layout #primaryshop {
    flex: 1 1 auto;
    min-width: 0;
}

#b2b-single-product-layout #secondaryshop {
    flex: 0 0 28%;
    max-width: 28%;
    box-sizing: border-box;
}

.woocommerce #secondaryshop ul.products li.product {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce #secondaryshop ul.products li.product img {
    height: 200px;
    object-fit: contain;
}

.woocommerce #secondaryshop ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: block;
}

/* Price + button in one row */
.woocommerce #secondaryshop ul.products li.product .price,
.woocommerce #secondaryshop ul.products li.product .b2b-request-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce #secondaryshop ul.products li.product .b2b-request-wrapper {
    margin-left: 10px;
}

.woocommerce #secondaryshop .b2b-add {
    margin: 0;
}

/* ================= RELATED PRODUCTS ================= */

.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related.products ul.products li.product {
    width: 25%;
    padding: 0 15px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.related.products ul.products li.product img {
    height: 240px;
    object-fit: contain;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: block;
}

.related.products ul.products li.product .price {
    margin-top: auto;
}

.related.products ul.products li.product .b2b-request-wrapper {
    margin-top: 12px;
}

/* ================= RESPONSIVE ================= */



.almaz-product-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.almaz-product-thumb{
    display:block;
    text-align:center;
}

.almaz-product-thumb img{
    width:100%;
    height:260px;
    object-fit:contain;
}

.almaz-product-body{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    padding:12px 10px 14px;
}

.almaz-product-title{
    font-size:14px;
    line-height:1.4;
    margin-bottom:10px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:40px;
}

.almaz-product-bottom{
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap: wrap;
}


/* ======================================================
   B2B UI REFINEMENT — PRICE + BUTTON + SPACING FIX
   ====================================================== */

/* --- Product card spacing cleanup --- */

.woocommerce ul.products li.product {
    padding-bottom: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 10px;
    margin-bottom: 6px;
}

.woocommerce ul.products li.product .price {
    margin: 4px 0 0 0;
}

/* Reduce large gap between image and title */
.woocommerce ul.products li.product a img {
    margin-bottom: 8px;
}

/* --- PRICE STYLE --- */

.woocommerce ul.products li.product .price,
.single-product .summary .price {
    color: #775441 !important;
    font-weight: 600 !important;
    font-size: 16px;
}

/* --- BUTTON STYLE (MINIMALIST) --- */

.b2b-add {
    background: transparent;
    border: 1px solid #775441;
    color: #775441;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.b2b-add:hover {
    /*background: rgba(119, 84, 65, 0.08);*/
	/* font-weight: 800;*/
	
}

/* --- PRICE + BUTTON ON ONE LINE --- */




/* --- SINGLE PRODUCT ALIGNMENT --- */

.single-product .summary .b2b-single-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

/* =====================================================
   SINGLE PRODUCT — Sidebar compact card alignment
===================================================== */

/* Comment translated to English */
.single-product #secondaryshop ul.products.columns-1 li.product .almaz-product-card {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
}

/* Comment translated to English */
.single-product #secondaryshop .almaz-product-thumb {
    max-width: 180px;
    margin: 0 auto 12px;
}

.single-product #secondaryshop .almaz-product-thumb img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

/* Comment translated to English */
.single-product #secondaryshop .almaz-product-body {
    width: 100%;
}

/* Comment translated to English */
.single-product #secondaryshop .almaz-product-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 10px;
}

/* Comment translated to English */
.single-product #secondaryshop .almaz-product-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


/* Comment translated to English */
.single-product #secondaryshop .woocommerce-Price-amount.amount {
    font-size: 16px;
}

/* === FIX single product qty === */

.single-product .b2b-sp-qty {
    width: 80px;        /* Comment translated to English */
    margin-bottom: 0;   /* Comment translated to English */
}


/* ==========================================
   SINGLE PRODUCT — FLEX ARCHITECTURE
========================================== */

.single-product div.product {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.single-product div.product .images {
    flex: 0 0 45%;
    width: auto !important;
}

.single-product div.product .summary {
    flex: 1;
    width: auto !important;
}



/* ==========================================
   WOOCOMMERCE TABS — FLEX
========================================== */

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.woocommerce-tabs ul.tabs li {
}


/* ==========================================
   WOOCOMMERCE COLUMNS — FLEX
========================================== */

.woocommerce .col2-set {
    display: flex;
    gap: 40px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100% !important;
    flex: 1;
}


/* ==========================================
   GLOBAL FLOAT RESET (SAFE)
========================================== */

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
}


/* ============================= */
/* ARCHIVE LAYOUT FINAL FIX */
/* ============================= */

#b2b-archive-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.woocommerce #secondaryshop {
    flex: 0 0 250px;
    width: 250px;
}

.woocommerce #primaryshop {
    flex: 1;
    min-width: 0;
}


/* =========================================
   15. MEDIA QUERIES / PRINT
========================================= */

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.social-links,

	.latest-blog-text {
		padding: 30px;
	}

	.our-feature-box,
	.about-box-bg,
	.fact-figure-bg,
	.portfolio-box,
	.testimonial-bg,
	.latest-blog-box,
	.team-member-box {
		padding: 0;
	}

	.about-box .two-column {
	  width: 100%;
	}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 20pt;
	}

	h4 {
		font-size: 18pt;
	}

	h5 {
		font-size: 16pt;
	}

	h6 {
		font-size: 14pt;
	}

	.page .panel-content .entry-title,
	.page-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	/* Colors */

	body,
	.site {
		background: none; /* Brute force since user agents all print differently. */
	}

	body,
	a,	
	h2,
	h5,
	blockquote,

}


@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout
 .woocommerce-page .col2-set .col-2 { display: none; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review {
    width:80%;
    /*margin-left: 1%;*/
  }
}


@media (max-width: 768px) {

    #header_splitter {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        height: auto;
    }

    #block1, #block2, #block3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .font_styled1, .font_styled2 {       
        text-align: center;
        padding: 0;
        margin: 10px 0;
		/*border: 10px solid red;*/
    }
	
	.main-slider {
    width: 100%;   
	}

.main-navigation > ul > li > a {
    padding: 1px 20px;
}

}/* End media query 768px */


@media (max-width: 576px) {
		
    #header_splitter {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        height: auto;
    }

    #block1, #block2, #block3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .font_styled1, .font_styled2 {
        margin: 10px auto; /* Comment translated to English */
    }
	
		.main-slider {
			display: none;
    width: 100%;    
}
}/* End media query 576px */


@media (max-width: 992px) {
    .single-product .product {
        flex-direction: column;
        gap: 30px;
    }

    .single-product div.product .images,
    .single-product .summary.entry-summary {
        max-width: 100%;
    }

    .single-product .product_title {
        font-size: 28px;
    }

    .single-product .price .amount {
        font-size: 32px;
    }
}


@media (max-width: 768px) {
    .single-product .summary.entry-summary {
        padding: 20px;
    }

    .single-product .product_title {
        font-size: 24px;
    }

    .single-product .price .amount {
        font-size: 28px;
    }

    .single-product .single_add_to_cart_button {
        padding: 14px 30px;
        font-size: 16px;
    }

    .single-product form.cart {
        padding: 20px;
    }
}


@media (max-width: 576px) {
    .single-product .summary.entry-summary {
        padding: 15px;
    }

    .single-product .product_title {
        font-size: 22px;
    }

    .single-product form.cart {
        text-align: center;
    }

    .single-product .quantity {
        margin-right: 0;
        margin-bottom: 15px;
        display: inline-block;
    }

    .single-product .single_add_to_cart_button {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .brand_atribute {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px;
    }

    .brand_word {
        min-width: auto;
        padding-left: 20px;
    }

    .brand_type_c {
        width: 100%;
        text-align: center;
    }

    .product-attributes-group {
        padding: 15px;
    }
}


@media screen and (min-width: 1201px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 25%;
        max-width: 25%;
        flex-basis: 25%;
    }
}


@media screen and (min-width: 993px) and (max-width: 1200px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 25%;
        max-width: 25%;
        flex-basis: 25%;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        max-width: 33.333%;
    }

    ul.products {
        display: flex;
        flex-wrap: wrap;
    }

    ul.products li.product {
        flex: 0 0 33.333%;
    }
}



@media screen and (min-width: 480px) and (max-width: 767px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }
}


@media screen and (max-width: 479px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    ul.products {
        margin-left: -5px;
        margin-right: -5px;
    }
}


@media screen and (max-width: 992px) and (orientation: landscape) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 33.333%;
        max-width: 33.333%;
        flex-basis: 33.333%;
    }
}


@media screen and (max-width: 767px) {
    #secondaryshop,
    #secondary,
    .widget-area,
    .sidebar,
    .shop-sidebar,
    .woocommerce-sidebar {
        display: none;
        width: 0;
        height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        visibility: hidden;
        opacity: 0;
    }
    
    /* Comment translated to English */
    #primaryshop,
    #primary,
    .content-area,
    .main-content,
    .woocommerce-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
    
    /* Comment translated to English */
    .woocommerce .woocommerce-breadcrumb,
    .woocommerce-page .woocommerce-breadcrumb {
        padding: 0 15px;
    }
    
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    /* Comment translated to English */
    .woocommerce-pagination {
        text-align: center;
        padding: 20px 15px;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    /* Comment translated to English */
    #secondaryshop,
    #secondary {
        display: none;
    }
    
    #primaryshop,
    #primary {
        width: 100%;
        padding: 20px;
    }
    
}


@media screen and (max-width: 767px) {
    /* Comment translated to English */
    .single-product div.product {
        padding: 15px;
    }
    
    .single-product div.product .images,
    .single-product div.product .summary.entry-summary {
        width: 100%;
        margin-bottom: 30px;
    }
    
    /* Comment translated to English */
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 15px;
        margin: 15px;
    }
    
    /* Comment translated to English */
    .related.products ul.products li.product {
        width: 48%;
        flex-basis: 48%;
    }
}


@media screen and (max-width: 767px) {
    .woocommerce ul.products:before,
    .woocommerce ul.products:after,
    .woocommerce-page ul.products:before,
    .woocommerce-page ul.products:after {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .woocommerce ul.products li.product a img,
    .woocommerce-page ul.products li.product a img {
        width: 100%;
        height: auto;
        /* max-height: 250px;*/
        object-fit: cover;
    }
}


@media screen and (max-width: 767px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 1.3;
        height: auto;
        min-height: 42px;
        padding: 5px 0;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 18px;
        margin: 8px 0;
    }
    
    .woocommerce ul.products li.product .button {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }
}


@media (max-width: 767px) {
    .woocommerce-checkout #payment #place_order,
    #order_review #payment #place_order,
    form.checkout #place_order,
    .woocommerce-checkout-payment #place_order,
    #place_order {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto 0 auto; /* Comment translated to English */
        display: block;
        padding: 12px 20px; /* Comment translated to English */
        font-size: 14px; /* Comment translated to English */
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(119, 84, 65, 0.15);
        /* Comment translated to English */
        margin-right: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    /* Comment translated to English */
    .woocommerce-checkout #payment .form-row.place-order,
    #order_review #payment .form-row.place-order,
    .woocommerce-checkout-payment .form-row.place-order {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
    }
    
    /* Comment translated to English */
    @media (max-width: 480px) {
        .woocommerce-checkout #payment #place_order,
        #order_review #payment #place_order,
        form.checkout #place_order,
        .woocommerce-checkout-payment #place_order,
        #place_order {
            padding: 10px 16px;
            font-size: 14px;
            margin: 12px auto 0 auto;
        }
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-checkout #payment #place_order,
    #order_review #payment #place_order,
    form.checkout #place_order,
    .woocommerce-checkout-payment #place_order,
    #place_order {
        min-width: 200px; /* Comment translated to English */
        padding: 12px 30px;
        font-size: 15px;
        margin: 0;
    }
    
    /* Comment translated to English */
    .woocommerce-checkout #payment .form-row.place-order,
    #order_review #payment .form-row.place-order {
        padding-right: 15px;
        box-sizing: border-box;
    }
}


@media (min-width: 992px) {
    .woocommerce-checkout #payment #place_order,
    #order_review #payment #place_order,
    form.checkout #place_order,
    .woocommerce-checkout-payment #place_order,
    #place_order {
        min-width: 200px; /* Comment translated to English */
        padding: 13px 32px;
        font-size: 15px;
    }
    
    .woocommerce-checkout #payment #place_order:hover,
    #order_review #payment #place_order:hover,
    form.checkout #place_order:hover,
    .woocommerce-checkout-payment #place_order:hover,
    #place_order:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(119, 84, 65, 0.25);
    }
    
    /* Comment translated to English */
    .woocommerce-checkout #payment .form-row.place-order,
    #order_review #payment .form-row.place-order {
        padding-right: 0;
        max-width: 100%;
    }
    
    /* Comment translated to English */
    .woocommerce-checkout #order_review {
        width: 48%;
        padding-left: 30px;
        box-sizing: border-box;
    }
}


@media (max-width: 767px) {
    #place_order {
        max-width: 100%;
    }
}


@media (max-width: 1024px) {
    .b2b-banner-40-60 {
        display: none;
    }
}




/* Comment translated to English */

@media screen and (max-width: 767px) {

    .main-navigation .menu-toggle {
        display: block;
    }

    .main-navigation ul,
    .main-navigation ul#primary-menu {
        display: flex !important;
        flex-direction: column;
    }

    .main-navigation ul li {
        width: 100%;
        text-align: center;
    }

}


/* ===============================
   TABLET (768–1100)
================================ */

@media screen and (min-width: 768px) and (max-width: 1100px) {

    .main-navigation .menu-toggle {
        display: none;
    }

    .main-navigation ul,
    .main-navigation ul#primary-menu {
        display: flex !important;
        flex-direction: row;
        /*justify-content: center;*/
		justify-content: left;
        align-items: center;
    }

    .main-navigation ul li {
        width: auto;
    }

}


/* ===============================
   DESKTOP (1101+)
================================ */

@media screen and (min-width: 1101px) {

    .main-navigation .menu-toggle {
        display: none;
    }

}



@media (max-width: 768px) {
    .b2b-inline-message {
        display: block; /* Comment translated to English */
    }

    .b2b-inline-message span {
        display: inline; /* Comment translated to English */
        white-space: normal;
    }

    .b2b-inline-message a {
        display: block;
        width: 100%;
        margin: 4px 0 0 0;
        padding: 0;
        text-indent: 0;
    }
}


@media (max-width: 1024px) {
    .brandspace-top-contacts .email,
    .brandspace-top-contacts a[href^="mailto"] {
        display: none;
    }

    .brandspace-top-contacts {
        gap: 8px; /* Comment translated to English */
    }
}


@media (orientation: landscape) and (max-width: 1024px) {

    .header-contacts-wrapper {
        padding-top: 4px;
        padding-bottom: 4px;
        min-height: auto;
    }

    .currency-rate {
        margin-top: 2px; /* Comment translated to English */
    }
}


@media (max-width: 768px) {
    .product-attribute-row {
        flex-direction: column;
    }

    .product-attribute-row span:first-child {
        flex: none;
        margin-bottom: 3px;
    }

    .product-attributes-container {
        padding: 12px;
    }
}



@media (max-width: 1024px) {

    /* Hide ONLY WooCommerce sidebar container */

    #secondaryshop {

        display: none;

    }

}




@media (max-width: 600px){

/* Comment translated to English */
.single-product .summary > div[style*="display:flex"]{
    flex-wrap:wrap;
}

/* Comment translated to English */
.single-product .summary > div[style*="display:flex"] > div:first-child{
    width:100%;
}

/* Comment translated to English */
.b2b-sp-qty{
    width:70px;
}

.b2b-sp-btn{
    flex:1;
    text-align:center;
}

}


@media (max-width: 600px){

/* Comment translated to English */
.related,
.upsells,
.cross-sells{
    display:none;
}

}


@media (max-width: 600px){

.woocommerce #primaryshop{
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

.woocommerce #primaryshop .site-main{
    padding-left:0;
    padding-right:0;
}

.woocommerce #primaryshop .product,
.woocommerce #primaryshop .summary{
    padding-left:10px;
    padding-right:10px;
}

}


@media (max-width:600px){

.b2b-request-wrapper a,
.b2b-request-wrapper a:visited,
.b2b-request-wrapper a:hover,
.b2b-request-wrapper a:active,
.b2b-request-wrapper a:focus{
    text-decoration:none;
}

}


@media (max-width:600px){
.b2b-add{
    text-decoration:none;
}
}


@media (max-width:600px){

.products .b2b-add{
    background:#775441;
    color:#ffffff;
    border:1px solid #775441;
}

.products .b2b-add:hover,
.products .b2b-add:active{
    background:#5f4032;
    border-color:#5f4032;
}

}


.single-product .iconic-woothumbs-images__slide {
    min-height: 0 !important;
}




@media (max-width: 1024px){

/* Comment translated to English */
.woocommerce #secondaryshop{
    display:none;
}

/* Comment translated to English */
.woocommerce #primaryshop{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}

/* Comment translated to English */
.woocommerce #primaryshop,
.woocommerce #primaryshop *{
    box-sizing:border-box;
}

/* Comment translated to English */
.single-product .row,
.single-product .columns,
.single-product .container,
.single-product .site-content{
    display:block;
}

/* Comment translated to English */
.single-product .content-area,
.single-product .site-main,
.single-product #main{
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}

}


@media (max-width:1024px){

.single-product .product{
    display:block;
}

}


@media (max-width: 992px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 50%;
    }



    #b2b-single-product-layout #secondaryshop {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (max-width: 576px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 100%;
    }
}


@media (max-width: 992px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 50%;
    }



    #b2b-single-product-layout #secondaryshop {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (max-width: 576px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 100%;
    }
}


@media (max-width: 992px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 50%;
    }



    #b2b-single-product-layout #secondaryshop {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (max-width: 576px) {

    #primaryshop ul.products li.product,
    .related.products ul.products li.product {
        width: 100%;
    }
}









/* =====================================================
   FLEX STABILIZATION – PRODUCTS + SIDEBAR (NO GRID)
===================================================== */

/* 1. Clean Woo legacy rules */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none !important;
    width: auto !important;
    max-width: none !important;
}

/* 2. Stable flex container */
.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
}

/* 3. Desktop – 4 columns */
@media (min-width: 1201px) {
    .woocommerce ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* 4. Large tablet – 3 columns */
@media (min-width: 768px) and (max-width: 1200px) {
    .woocommerce ul.products li.product {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* 5. Small tablet – 2 columns */
@media (min-width: 480px) and (max-width: 767px) {
    .woocommerce ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* 6. Mobile – 1 column */
@media (max-width: 479px) {
    .woocommerce ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 7. Kill right sidebar on tablet & mobile */
@media (max-width: 1024px) {
    #secondaryshop {
        display: none !important;
    }

    #primaryshop {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* 8. Ensure footer stays below content */
.almazi-footer {
    clear: both;
    position: relative;
}



/* =========================================
   SINGLE — KILL RIGHT SIDEBAR ON TABLETS
========================================= */

@media (max-width: 1280px) {

    body.single-product #secondaryshop {
        display: none !important;
    }

    body.single-product #primaryshop {
        width: 100% !important;
        max-width: 100% !important;
    }

}


/* =========================================
   SINGLE — DISABLE RELATED ON TABLETS
========================================= */

@media (max-width: 1200px) {

    body.single-product .related.products {
        display: none !important;
    }

}





/* =========================================
   SINGLE — REMOVE RIGHT SIDEBAR COMPLETELY
========================================= */

body.single-product #secondaryshop {
    display: none !important;
}

body.single-product #primaryshop {
    width: 100% !important;
    max-width: 100% !important;
}




/* =========================================
   REMOVE HEIGHT LOCKS THAT CUT FOOTER
========================================= */

#primaryshop,
#b2b-single-product-layout,
.site-content,
.wrap {
    height: auto !important;
    min-height: 0 !important;
}



/* =========================================
   SINGLE — REMOVE FLEX HEIGHT STRETCH
========================================= */

body.single-product #b2b-single-product-layout {
    align-items: flex-start !important;
}

body.single-product .product {
    align-items: flex-start !important;
}

body.single-product .iconic-woothumbs-all-images-wrap,
body.single-product .summary {
    align-self: flex-start !important;
}


body.single-product .summary {
    min-height: 0 !important;
}


/* =========================================
   SINGLE MOBILE — BUTTON FIX
========================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.single-product form.cart {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.single-product .quantity {
        margin-bottom: 0 !important;
    }

    body.single-product .single_add_to_cart_button {
        margin-top: 0 !important;
    }

    /* Comment translated to English */
    body.single-product .single_add_to_cart_button,
    body.single-product .quantity input {
        background: transparent !important;
        border: 1px solid #775441 !important;
        color: #775441 !important;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s ease;
        cursor: pointer;
    }

    /* Hover */
    body.single-product .single_add_to_cart_button:hover {
        background: #775441;
        color: #fff;
    }

}



/* =========================================
   MOBILE CATALOG FIX — KEEP PRICE + BUTTON INLINE
========================================= */

@media screen and (max-width: 600px) {

    .almaz-product-card {
        height: auto;
    }

    .almaz-product-body {
        display: block;
        padding: 10px 10px 12px;
    }

    /* Comment translated to English */
    .almaz-product-title {
        font-size: 13.5px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .almaz-product-title a {
        display: block;
    }



    /* Comment translated to English */
    .almaz-product-bottom {

        margin-top: 6px;

        display: flex;

        flex-direction: row;          /* Comment translated to English */

        justify-content: space-between;

        align-items: center;

        gap: 10px;
        flex-wrap: wrap;
}


    .almaz-product-price {

        font-size: 14px;

        flex-shrink: 0;
    }

    /* Comment translated to English */
    .almaz-product-card .b2b-add {

        background: transparent;

        border: 1px solid #775441;

        color: #775441;

        padding: 5px 16px;

        border-radius: 5px;

        font-size: 13px;

        font-weight: 500;

        transition: all 0.2s ease;

        cursor: pointer;

        white-space: nowrap;
    }

    .almaz-product-card .b2b-add:hover {

        background: #775441;

        color: #fff;
    }

}


/* =========================================
   TABLET CATALOG — COMPACT TITLE + SPACING
========================================= */

@media screen and (min-width: 601px) and (max-width: 1100px) {

    .almaz-product-title {

        font-size: 14px;

        line-height: 1.3;
    }

    .almaz-product-bottom {

        margin-top: 8px;
        flex-wrap: wrap;
}


    .almaz-product-card .b2b-add {

        padding: 6px 18px;

        font-size: 13px;
    }

}







/* =========================================
   FIX — PRICE AND BUTTON SPACING (SAFE)
   Does NOT change desktop layout logic
========================================= */

.almaz-product-bottom {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.almaz-product-price,
.b2b-request-wrapper {
    flex: 0 0 auto;
}

@media screen and (max-width: 1100px) {

    .almaz-product-bottom {
        margin-top: 4px !important;
        gap: 4px !important;
        flex-wrap: wrap;
}


}


/* =========================================
   VISUAL ALIGN FIX FOR CONTAIN IMAGES
   safe, adaptive, non-radical
========================================= */

.almaz-product-bottom {

    padding-left: 4px;
    padding-right: 4px;

    flex-wrap: wrap;
}


@media screen and (max-width: 600px) {

    .almaz-product-bottom {

        padding-left: 12px;
        padding-right: 12px;

        flex-wrap: wrap;
}


}

@media screen and (min-width: 601px) and (max-width: 1100px) {

    .almaz-product-bottom {

        padding-left: 10px;
        padding-right: 10px;

        flex-wrap: wrap;
}


}


/* =========================================
   PRODUCT TITLE — VISUAL ALIGN WITH CONTAIN IMAGE
========================================= */

.almaz-product-title {

    padding-left: 1px;
    padding-right: 1px;

    line-height: 1.3;

}

@media screen and (max-width: 600px) {

    .almaz-product-title {

        padding-left: 12px;
        padding-right: 12px;

        font-size: 16.5px;

        line-height: 1.25;

    }

}

@media screen and (min-width: 601px) and (max-width: 1100px) {

    .almaz-product-title {

        padding-left: 10px;
        padding-right: 10px;

        font-size: 14px;

    }

}



.almaz-product-thumb {

    height: 260px;

    display: flex;

    align-items: center;

    justify-content: center;

}





/* Comment translated to English */

/* Mobile small */
@media screen and (max-width: 480px) {

    .woocommerce #primaryshop ul.products li.product img {

        height: 460px;

        object-fit: contain;

    }

}

/* Mobile large */
@media screen and (min-width: 481px) and (max-width: 767px) {

    .woocommerce #primaryshop ul.products li.product img {

        height: 440px;

        object-fit: contain;

    }

}

/* Tablet portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .woocommerce #primaryshop ul.products li.product img {

        height: 360px;

        object-fit: contain;

    }

}

/* Tablet landscape / small laptops */
@media screen and (min-width: 1025px) and (max-width: 1366px) {

    .woocommerce #primaryshop ul.products li.product img {

        height: 300px;

        object-fit: contain;

    }

}

/* Comment translated to English */
@media screen and (min-width: 1367px) {

    .woocommerce #primaryshop ul.products li.product img {

        height: 260px;

        object-fit: contain;

    }

}


/* =========================================
   FIX — PREVENT IMAGE OVERFLOW INTO TEXT
========================================= */

/* Mobile small */
@media screen and (max-width: 480px) {

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb {
        height: 460px;
    }

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb img {
        height: 100%;
        object-fit: contain;
    }

}

/* Mobile large */
@media screen and (min-width: 481px) and (max-width: 767px) {

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb {
        height: 440px;
    }

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb img {
        height: 100%;
    }

}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb {
        height: 360px;
    }

    .woocommerce #primaryshop ul.products li.product .almaz-product-thumb img {
        height: 100%;
    }

}

.almaz-product-title a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

}




/* ========================================
   B2B INLINE MESSAGE — FINAL UNIFIED VERSION
   Works for:
   - catalog
   - single product
   - guest
   - authorized
======================================== */


/* ========================================
   CATALOG ROW
======================================== */

.almaz-product-bottom {

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    flex-wrap: wrap;
}


/* ========================================
   SINGLE PRODUCT ROW
======================================== */

.single-product .b2b-single-wrapper {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


/* ========================================
   CRITICAL: lift message to parent flex level
======================================== */

ul.products .b2b-request-wrapper,
.single-product .b2b-request-wrapper {

    display: contents;
}


/* ========================================
   MESSAGE CONTAINER
======================================== */

.b2b-inline-message {

    flex: 0 0 100%;

    display: none;

    margin-top: 8px;

    padding: 6px 8px;

    /*background: #fafafa;*/
    border: 1px solid #775441;
    border-radius: 4px;

    font-size: 13px;
    color: #775441;

    box-sizing: border-box;

    width: 100%;
    max-width: 100%;

}


/* visible state */

.b2b-inline-message.is-visible {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 6px;

    position: relative;
}


/* ========================================
   SUCCESS MESSAGE
======================================== */

.b2b-msg-text {

    flex: 0 1 auto;

}

.b2b-msg-link {

    flex: 0 1 auto;
    color: #775441;
    font-weight: 500 !important;
    padding-left: 15px;
    text-decoration: underline;

}


/* ========================================
   GUEST MESSAGE
======================================== */

.b2b-msg-lock {

    flex: 0 0 auto;

}

.b2b-msg-lock + .b2b-msg-text {

    flex: 1 1 auto;

}


/* ========================================
   CLOSE BUTTON
======================================== */

.b2b-msg-close {

    position: absolute;

    top: 4px;
    right: 6px;

    border: none;

    background: none;

    cursor: pointer;

    font-size: 14px;

    padding: 4px;

}


/* ========================================
   FIX LEGACY nowrap BUG
======================================== */

.b2b-inline-message span {

    white-space: normal;

}



/* =====================================================
   ALMAZ — WBW Mobile Floating Filter Button
===================================================== */

/* Comment translated to English */
.almaz-wbw-hidden{
    display:none;
}

/* Comment translated to English */
#almaz-mobile-filter-btn{
    display:none;
}

/* mobile only */
@media (max-width:1024px){

    #almaz-mobile-filter-btn{
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px 10px;
        background: #7a5a49;
        border: none;
        border-radius: 15px 0 0 15px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.25s ease;
        border-left: 1px solid rgba(255,255,255,0.2);
        border-top: 1px solid rgba(255,255,255,0.15);
        border-bottom: 1px solid rgba(255,255,255,0.15);

    }

    #almaz-mobile-filter-btn:hover{
        right: 3px;
        box-shadow:
            -2px 0 8px rgba(0,0,0,0.15);
    }

    #almaz-mobile-filter-btn:active{
        transform: translateY(-50%) scale(0.96);

    }

}
/* SVG icon */

.almaz-filter-icon{
    filter:
        drop-shadow(0 1px 1px rgba(0,0,0,0.2));
}

/* optional vertical text */

.almaz-filter-text{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
}


/* FIX: Show menu on tablet */

@media (max-width:1100px){

    .main-navigation .main-nav > ul{
        display:block !important;
    }

}




/* ========================================
   FIX: correct line-height behaviour
======================================== */

/* Desktop + Tablet horizontal */
@media (min-width: 768px) {

    .main-navigation .main-nav > ul > li > a {

        line-height: 50px;
        height: 50px;
        padding: 0 16px;

    }

}





/* =========================================================
   ALMAZ Mobile Menu — hamburger morph animation (FIXED)
   FULL SAFE VERSION WITH TILE DESIGN PRESERVED
========================================================= */

@media (max-width:767px){

    /* =====================================
       BUTTON LAYOUT
    ===================================== */

    #site-navigation .menu-toggle{

        display:flex;
        align-items:center;
        justify-content:space-between;

        width:100%;
        /*padding:12px 0;*/

        background:transparent;
        border:none;

        font-size:14px;
        font-weight:600;
        color:#775441;

        cursor:pointer;

    }


    .menu-toggle-text{
        display:block;
	font-size: 18px;
    }


    /* =====================================
       HAMBURGER ICON
    ===================================== */

    .menu-toggle-icon{

        width:22px;
        height:16px;

        display:flex;
        flex-direction:column;
        justify-content:space-between;

    }


    .menu-toggle-icon span{

        display:block;
        height:2px;
        width:100%;

        background:#775441;
        border-radius:2px;

        transition:
            transform 0.3s ease,
            opacity 0.25s ease;

    }


    /* =====================================
       MORPH → CROSS
    ===================================== */

    #site-navigation.toggled .menu-toggle-icon span:nth-child(1){

        transform:
            translateY(7px)
            rotate(45deg);

    }


    #site-navigation.toggled .menu-toggle-icon span:nth-child(2){

        opacity:0;

    }


    #site-navigation.toggled .menu-toggle-icon span:nth-child(3){

        transform:
            translateY(-7px)
            rotate(-45deg);

    }



    /* =====================================
       TILE DESIGN (RESTORED)
    ===================================== */

    nav.main-navigation ul.menu{

        border:1px solid rgba(0,0,0,0.12);
        border-radius:8px;
        overflow:hidden;
        background:#ffffff;

    }


    nav.main-navigation ul.menu > li > a{

        line-height:22px !important;
        padding:12px 16px !important;

        display:block;

        background:#ffffff;

        transition:background 0.15s ease;

    }


    nav.main-navigation ul.menu > li + li > a{

        border-top:1px solid rgba(0,0,0,0.08);

    }


    nav.main-navigation ul.menu > li > a:hover{

        background:#f7f3ef;

    }


    nav.main-navigation ul.menu > li.current-menu-item > a{

        background:#f1ebe5;
        font-weight:600;

    }



    /* =====================================
       MENU CONTAINER animation
    ===================================== */

    #site-navigation ul.menu{

        overflow:hidden;

        max-height:0;
        opacity:0;
        transform:translateY(-12px);

        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            transform 0.25s ease;

    }


    #site-navigation.toggled ul.menu{

        max-height:600px;
        opacity:1;
        transform:translateY(0);

    }



    /* =====================================
       STAGGER animation
    ===================================== */

    #site-navigation.toggled ul.menu > li{

        opacity:0;
        transform:translateY(-8px);

        animation:almazMenuItemSlide 0.3s ease forwards;

    }


    #site-navigation.toggled ul.menu > li:nth-child(1){animation-delay:0.05s;}
    #site-navigation.toggled ul.menu > li:nth-child(2){animation-delay:0.1s;}
    #site-navigation.toggled ul.menu > li:nth-child(3){animation-delay:0.15s;}
    #site-navigation.toggled ul.menu > li:nth-child(4){animation-delay:0.2s;}
    #site-navigation.toggled ul.menu > li:nth-child(5){animation-delay:0.25s;}
    #site-navigation.toggled ul.menu > li:nth-child(6){animation-delay:0.3s;}
    #site-navigation.toggled ul.menu > li:nth-child(7){animation-delay:0.35s;}
    #site-navigation.toggled ul.menu > li:nth-child(8){animation-delay:0.4s;}
    #site-navigation.toggled ul.menu > li:nth-child(9){animation-delay:0.45s;}



    /* =====================================
       COLLAPSED STATE LOGIC (FIXED)
    ===================================== */

    #site-navigation:not(.toggled) ul.menu{

        display:flex !important;
        flex-direction:row !important;
        justify-content:flex-end;
        align-items:center;

        gap:15px;

        max-height:none;
        opacity:1;
        transform:none;

        border:none;
        background:transparent;

    }


    /* hide all by default */

    #site-navigation:not(.toggled) ul.menu > li{

        display:none !important;

    }


    /* show USER */

    #site-navigation:not(.toggled)
    ul.menu > li.menu-user-name{

        display:block !important;

    }


    /* show REQUEST */

    #site-navigation:not(.toggled)
    ul.menu > li.menu-b2b-request-link:not(.b2b-request-guest){

        display:block !important;

    }


}



/* =====================================
   KEYFRAME
===================================== */

@keyframes almazMenuItemSlide{

    to{

        opacity:1;
        transform:translateY(0);

    }

}




/* =====================================================
   ALMAZ Header Ticker — Apple-level calm preset
===================================================== */

.almaz-header__ticker-placeholder{

    display:flex;
    align-items:center;

    flex:1 1 auto;
    min-width:0;

}


.almaz-ticker{

    display:flex;
    align-items:center;

    width:100%;
    gap:12px;

}


/* viewport */

.almaz-ticker__viewport{

    position:relative;

    height:22px;

    overflow:hidden;

    flex:1 1 auto;

}


/* wrap */

.almaz-ticker__text-wrap{

    position:relative;

    width:100%;
    height:22px;

}


/* text base */

.almaz-ticker__text{

    position:absolute;

    left:0;
    top:0;

    width:100%;

    text-align:center;

    white-space:nowrap;

    opacity:0;

    transition: opacity 1.1s ease;

}


/* visible */

.almaz-ticker__text.is-active{

    opacity:1;

}


/* exiting */

.almaz-ticker__text.is-exit{

    opacity:0;

}


/* arrows */

.almaz-ticker__arrow{

    background:none;
    border:none;

    cursor:pointer;

    font-size:16px;

    opacity:.45;

    transition:opacity .25s ease;

}

.almaz-ticker__arrow:hover{

    opacity:1;

}




/* Begin LK */

/* Anketa */
/* Comment translated to English */

/* Fieldset layout */
.woocommerce-account .edit-account fieldset {

    display: flex;

    flex-wrap: wrap;

    column-gap: 5px;

    row-gap: 10px;

}

/* Comment translated to English */
.woocommerce-account .edit-account .form-row-first {

    width: calc(50% - 2.5px) !important;

    margin: 0 !important;

    float: none !important;

}

/* Comment translated to English */
.woocommerce-account .edit-account .form-row-last {

    width: calc(50% - 2.5px) !important;

    margin: 0 !important;

    float: none !important;

}

/* Comment translated to English */
.woocommerce-account .edit-account .form-row-wide {

    width: 100% !important;

    margin: 0 !important;

}

/* Comment translated to English */
.woocommerce-account .edit-account input {

    width: 100%;

    box-sizing: border-box;

}

/* =========================================================
   MOBILE FIX
========================================================= */

@media (max-width: 768px) {

    .woocommerce-account .edit-account fieldset {

        display: block;

    }

    .woocommerce-account .edit-account .form-row-first,
    .woocommerce-account .edit-account .form-row-last {

        width: 100% !important;

    }

}



/* Comment translated to English */


/* Comment translated to English */

.woocommerce-account .woocommerce-MyAccount-content {

    max-width: 720px;

    width: 100%;

}


/* Comment translated to English */

@media (max-width: 768px) {

    .woocommerce-account .woocommerce-MyAccount-navigation {

        flex: 0 0 auto !important;

        width: 100%;

    }

}


/* Comment translated to English */

@media (max-width: 768px) {

    .woocommerce-account .woocommerce {

        align-items: flex-start;

    }

}



/* Comment translated to English */
/* =========================================================
   ALMAZ B2B REQUEST FIX v1
   Scope: /account/b2b-request/
========================================================= */


/* Comment translated to English */

.woocommerce-account .b2b-duplicate-actions{

    display:flex;

    justify-content:flex-end;

    gap:20px;

    margin-bottom:5px;

}

.woocommerce-account .b2b-total{

    display:flex;

    justify-content:flex-end;

    font-size:18px;

    margin-top:0;

}


/* Comment translated to English */

.woocommerce-account .b2b-request-list{

    overflow-x:auto;

}




/* Comment translated to English */

.woocommerce-account .b2b-excel-buttons{

    flex-wrap:nowrap;

}


/* =====================================================
   4. MOBILE FIX
===================================================== */

@media (max-width:768px){

    .woocommerce-account .b2b-excel-buttons{

        flex-wrap:wrap;

    }

    .woocommerce-account .b2b-duplicate-actions{

        flex-direction:column;

        align-items:flex-start;

    }

    .woocommerce-account .b2b-total{

        justify-content:flex-start;

    }

}


@media (max-width: 768px) {

    .woocommerce-account #primary {

        width: 100% !important;
        padding: 0 !important;

    }

}





/* =========================================================
   VIEW ORDER — MOBILE ADAPTIVE FIX
   Only for /account/view-order/
   ========================================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order #primary {
        width: 100% !important;
        padding: 15px !important;
    }

    body.woocommerce-account.woocommerce-view-order #secondary {
        display: none !important;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .woocommerce-order {
        width: 100%;
        overflow-x: hidden;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order table.shop_table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    body.woocommerce-account.woocommerce-view-order table.shop_table thead {
        display: table-header-group;
    }

    body.woocommerce-account.woocommerce-view-order table.shop_table tbody {
        display: table-row-group;
    }

    body.woocommerce-account.woocommerce-view-order table.shop_table tr {
        display: table-row;
    }

    body.woocommerce-account.woocommerce-view-order table.shop_table th,
    body.woocommerce-account.woocommerce-view-order table.shop_table td {
        white-space: nowrap;
        font-size: 14px;
        padding: 8px;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview {
        font-size: 14px;
        line-height: 1.4;
        word-break: break-word;
    }

}



/* =========================================================
   VIEW ORDER — MOBILE FIX FOR CUSTOM FLEX LAYOUT
   HTML: .order-item-flex
   ========================================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-flex {

        display: flex;
        flex-direction: column;

        align-items: center;

        width: 100%;
        box-sizing: border-box;

        padding: 15px;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-left {

        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-left img {

        max-width: 140px;
        height: auto;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-details {

        order: 2;

        width: 100%;
        text-align: center;

        margin-bottom: 10px;

        font-size: 14px;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-main {

        order: 3;

        width: 100%;
        min-width: 0;

        text-align: center;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-main .product-name {

        display: block;

        width: 100%;
        min-width: 0;
        max-width: 100%;

        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;

        font-size: 15px;
        line-height: 1.4;

        margin-bottom: 6px;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta {

        text-align: center;
        font-size: 13px;
    }

}


/* =========================================================
   VIEW ORDER — PREMIUM COMPACT MOBILE
   FINAL FIXED VERSION
   ========================================================= */

@media (max-width: 768px) {

    /* CARD */
    body.woocommerce-account.woocommerce-view-order .order-item-flex {

        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 8px 12px;

        padding: 12px;
        margin-bottom: 12px;

        background: #ffffff;
        border: 1px solid #ececec;
        border-radius: 12px;

        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }

    /* IMAGE */
    body.woocommerce-account.woocommerce-view-order .order-item-left {

        grid-column: 1;
        grid-row: 1;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-left img {

        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

    /* MAIN TEXT COLUMN */
    body.woocommerce-account.woocommerce-view-order .order-item-main {

        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    /* NAME */
    body.woocommerce-account.woocommerce-view-order .product-name {

        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        margin-bottom: 4px;

        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* CATALOG LABEL */
    body.woocommerce-account.woocommerce-view-order .order-item-main > div:first-of-type {

        font-size: 11px;
        color: #8a8a8a;
        margin-bottom: 6px;
    }

    /* ATTRIBUTES FULL WIDTH */
    body.woocommerce-account.woocommerce-view-order .order-item-meta {

        grid-column: 1 / span 2;

        font-size: 12.5px;
        line-height: 1.45;

        padding-top: 6px;
        border-top: 1px solid #f2f2f2;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-meta > div {

        margin-bottom: 2px;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-meta strong {

        font-weight: 600;
        color: #444;
    }

    /* PRICE BLOCK FULL WIDTH */
    body.woocommerce-account.woocommerce-view-order .order-item-details {

        grid-column: 1 / span 2;

        margin-top: 6px;
        padding: 10px 12px;

        background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
        border-radius: 10px;

        font-size: 13px;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-details > div {

        display: flex;
        justify-content: flex-start;
        margin-bottom: 3px;
    }

    body.woocommerce-account.woocommerce-view-order .final-sum {

        font-weight: 700;
        font-size: 14px;
        color: #775441;
    }

}



/* =========================================================
   VIEW ORDER — PREMIUM MOBILE POLISH FIX
   Left-aligned professional layout
   ========================================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-flex {
        text-align: left;
        align-items: start;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-main {
        text-align: left;
        align-self: start;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .product-name {
        text-align: left;
        margin-top: 2px;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-main > div:first-of-type {
        text-align: left;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta {
        text-align: left;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-details {
        text-align: left;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-details > div {
        justify-content: flex-start;
        text-align: left;
    }

}



/* =========================================================
   VIEW ORDER — MANUAL PRODUCT COMMENT FIX
   Full-width readable comment block
   ========================================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:has(strong:contains("Комментарий")),
    body.woocommerce-account.woocommerce-view-order .order-item-meta div strong:contains("Комментарий") {
        display: block;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child {

        margin-top: 8px;
        padding-top: 8px;

        border-top: 1px dashed #e3e3e3;

        font-size: 13px;
        line-height: 1.5;

        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child strong {

        display: block;
        margin-bottom: 4px;
        color: #555;
    }

}



/* =========================================================
   VIEW ORDER — AUTO EXPAND LAYOUT FOR LONG COMMENTS
   ========================================================= */

@media (max-width: 768px) {

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child {

        display: block;
        width: 100%;

        margin-top: 10px;
        padding-top: 10px;

        border-top: 1px dashed #e3e3e3;

        line-height: 1.55;

        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child {

        grid-column: 1 / span 2;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-flex:has(.order-item-meta div:last-child strong) {

        grid-template-columns: 1fr;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-flex:has(.order-item-meta div:last-child strong) .order-item-left {

        grid-column: 1;
        grid-row: 1;
        width: 72px;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-flex:has(.order-item-meta div:last-child strong) .order-item-main {

        grid-column: 1;
        grid-row: 2;
    }

}


@media (max-width: 768px) {

    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child {

        grid-column: 1 / span 2;

        margin-top: 12px;
        padding-top: 10px;

        border-top: 1px dashed #ddd;

        order: 10;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta {

        display: flex;
        flex-direction: column;
    }

}




/* =========================================================
   VIEW ORDER — FORCE COMMENT BELOW PRICE (REAL FIX)
   ========================================================= */

@media (max-width: 768px) {

    body.woocommerce-account.woocommerce-view-order .order-item-flex {

        display: grid;

        grid-template-columns: 72px 1fr;

        grid-template-areas:
            "image main"
            "meta meta"
            "price price"
            "comment comment";

        gap: 8px 12px;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-left {
        grid-area: image;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-main {
        grid-area: main;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-meta {
        grid-area: meta;
    }

    body.woocommerce-account.woocommerce-view-order .order-item-details {
        grid-area: price;
    }

    /* Comment translated to English */
    body.woocommerce-account.woocommerce-view-order .order-item-meta div:last-child {

        grid-area: comment;

        display: block;

        margin-top: 10px;
        padding-top: 10px;

        border-top: 1px dashed #ddd;

        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

}





@media (min-width: 1024px) {

    body.woocommerce-account.woocommerce-view-order .order-item-details {

        background: #fff;

        padding: 4px 0 4px 18px;

        border-left: 1px solid #ececec;

        min-width: 180px;
    }

    body.woocommerce-account.woocommerce-view-order .final-sum {

        margin-top: 6px;
        padding-top: 6px;

        border-top: 1px solid #f0f0f0;
    }

}


/* =========================================================
   VIEW ORDER — REMOVE SUM BORDER ON DESKTOP
   ========================================================= */

@media (min-width: 1024px) {

    body.woocommerce-account.woocommerce-view-order .order-item-details .final-sum {

        border-top: none !important;

        padding-top: 0 !important;

        margin-top: 4px;
    }

}


/* =========================================================
   VIEW ORDER — DESKTOP CARD SPACING
   ========================================================= */

@media (min-width: 1024px) {

    body.woocommerce-account.woocommerce-view-order .order-item-flex {

        margin-bottom: 22px; /* Comment translated to English */
        padding: 20px 22px;  /* Comment translated to English */
    }

}



/* =========================================================
   VIEW ORDER — REMOVE LIST BACKGROUND FOR CARD MODE
   ========================================================= */

@media (min-width: 1024px) {

    body.woocommerce-account.woocommerce-view-order .order-details-flex {

        background: transparent;
        border: none;
        gap: 0;
    }

}


@media (min-width: 1024px) {

    body.woocommerce-account.woocommerce-view-order .order-item-flex {

        box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    }

}







/* =====================================================
   MOBILE DROPDOWN FIX — allow submenu inside animated container
===================================================== */

@media (max-width: 767px) {

    .main-navigation ul li.menu-item-has-children > ul.sub-menu {

        position: relative;

        top: auto;
        left: auto;

        height: auto;
        overflow: visible;

        opacity: 1;
        visibility: visible;

        display: none;
    }

    .main-navigation ul li.menu-item-has-children.is-open > ul.sub-menu {

        display: block;

    }

}


/* =====================================================
   MOBILE DROPDOWN — FORCE correct hidden state
===================================================== */

@media (max-width: 767px) {

    /* hidden state */
    #site-navigation .menu > li.menu-item-has-children > ul.sub-menu {

        display: none !important;

        position: relative !important;

        left: auto !important;
        top: auto !important;

        height: auto !important;
        overflow: visible !important;

        opacity: 1 !important;
        visibility: visible !important;
		width: 100%;

    }

    /* open state */
    #site-navigation .menu > li.menu-item-has-children.is-open > ul.sub-menu {

        display: block !important;

    }

}





/* =====================================================
   CRITICAL FIX — normalize submenu display for mobile engine
===================================================== */

.main-navigation ul li.menu-item-has-children > ul.sub-menu {

    display: block !important;

}




.menu-item-wpml-switcher i.fa-globe {

    margin-right: 6px;
    font-size: 14px;
    color: inherit;

}

.menu-item-wpml-switcher .lang-code,
.menu-item-wpml-switcher-child .lang-code {

    font-weight: 600;
    letter-spacing: 0.5px;

}


.menu-item-wpml-switcher i.fa-globe {

    margin-right: 6px;
    font-size: 14px;
    color: inherit;

}

.lang-code {

    font-weight: 600;
    letter-spacing: 0.5px;

}

.lang-name {

    opacity: 0.9;

}




.main-navigation .current-menu-item > a {

    background-color: rgba(119, 84, 65, 0.08);
    border-radius: 4px;

}





/* 404 Page */
/* ======================================
   ALMAZ 404 PAGE
====================================== */

.almaz-404 {

    max-width: 900px;
    margin: 0 auto;
    padding: 100px 20px;
}

.almaz-404-container {

    text-align: center;
}

.almaz-404-title {

    font-size: 38px;
    color: #775441;
    margin-bottom: 20px;
}

.almaz-404-text {

    font-size: 18px;
    color: #505050;
    margin-bottom: 40px;
}

.almaz-404-actions {

    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}



/* ======================================
   ALMAZ 404 PAGE — HERO LAYOUT
====================================== */

.almaz-404-page {

    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}


.almaz-404-hero {

    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 60px;
    align-items: center;

    background: #F8F8F8;
    padding: 48px;
    border-radius: 10px;
}


/* IMAGE */

.almaz-404-image img {

    width: 100%;
    height: 260px;
    object-fit: contain;
}


/* CONTENT */

.almaz-404-content {

    display: flex;
    flex-direction: column;
}


.almaz-404-content h1 {

    font-size: 38px;
    color: #775441;
    margin-bottom: 14px;
}


.almaz-404-subtitle {

    font-size: 18px;
    margin-bottom: 28px;
    color: #505050;
}


.almaz-404-actions {

    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}


/* MOBILE */

@media(max-width:900px){

    .almaz-404-hero {

        grid-template-columns: 1fr;
        text-align: center;
    }

    .almaz-404-content {

        align-items: center;
    }

}









/* Начали с универсальным dropdown */
.main-navigation ul li.menu-item-has-children > ul.sub-menu {

    display: block !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

}

.main-navigation ul li.menu-item-has-children.is-open > ul.sub-menu {

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

}






/* ======================================================
   WPML CUSTOM SWITCHER STYLING
   ENTERPRISE CLEAN VERSION
====================================================== */

/* --- Скрываем оригинальный текст текущего языка --- */

.wpml-ls-current-language > a .wpml-ls-native,
.wpml-ls-current-language > a .wpml-ls-display {
    display: none !important;
}


/* --- Глобус слева --- */

.wpml-ls-current-language > a::before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    font-size: 14px;
}


/* --- Код текущего языка --- */

.custom-lang-code {
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* --- Dropdown --- */

.wpml-ls-item .sub-menu {
    min-width: 150px;
}

.wpml-ls-item .sub-menu a {
    white-space: nowrap;
    display: block;
    padding: 8px 14px;
}


/* Немного визуального разделения кода и названия */

.wpml-ls-item .sub-menu a span {
    display: inline-block;
}


/* Убираем лишние display-стили WPML */

.wpml-ls-item .wpml-ls-display {
    opacity: 1;
    margin-left: 0;
}




/* ==========================================
   MOBILE — ZIGZAG ORDER FIX
   Forces: text first, image second
========================================== */

@media (max-width: 768px) {

    .almaz-zigzag {
        display: flex;
        flex-direction: column;
    }

    .almaz-zigzag__text {
        order: 1;
    }

    .almaz-zigzag__image {
        order: 2;
    }

}
