body {
	font-family: 'Roboto', sans-serif;
	color: #343333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #F6F4F2;
	font-weight: 300;
}
img {
	max-width: 100%;
}

.videoIcon {
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 25px;
}

.videoIcon div {margin-bottom: 2px;}

.videoIconCat {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
}

.videoIconCat div {margin-bottom: 2px;}


.psalelabel {
    font-size: 12px;
    background: #D1A387;
    color: #343333;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #343333;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #343333;
}
a:hover {
	text-decoration: none;
	color: #343333;
}

.prymirkaBlock {
    margin-bottom: 20px;
}

.prymirkaBlock a {
    cursor: pointer;
    text-decoration: underline;
}

.prymirkaBlock a:hover {
    color: #7d7c7c;
}

.statusBlock {
    margin: 0 0 30px 0;
}

.cat-wishlist-btn {
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    z-index: 9;
}

.d-flex-sort {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.d-flex-sort select {
max-width: 175px;
    padding: 7px 5px!important;
}

.collectionGallery {
    text-align: center;
}

.collectionGallery img {
    max-height: 719px;
}

#load-more {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.d-flex {display: flex;}

.btn-wishlist {
	/*margin: 0 15px;*/
	margin-left: 10px;
    border: 0;
    background: transparent;
    font-size: 24px;
}

.wishImg {
	max-width: 100px;
}

.wishTable td {vertical-align: middle!important;}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	padding: 10px 30px;
	/*border-radius: 25px;
	border: 2px solid #3D3B35;*/
	border-radius: 0;
    border: 1px solid #e6e6e6;
	color: #3D3B35;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	/*font-weight: 400;*/
	line-height: normal;
	height: auto;
	background: #f7f4f2;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #343333;
    border-color: #343333;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.25;
    color: #343333;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #343333;
    border-radius: 4px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #343333;
    border-color: #343333;
}

/*select:focus {
    outline: none;
    border-color: #343333; 
    box-shadow: none;
}*/

.infoLinks {
	/*width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: -9.375vw;
    padding: 3.125vw 0;*/

    float: left;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    padding: 25px 0 20px 0;
    border-top: 0.5px solid #A6A6A6;
    border-bottom: 0.5px solid #A6A6A6;
    margin: 5px 0 15px 0;
}

.infoLinks a {
    margin: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #A6A6A6;
}

.infoLinks a:hover {
	text-decoration: underline;
	color: #343333;
}

.infoLinks a.active {
	color: #343333;
	text-decoration: underline;
}

.form-control:focus {
    border-color: #343333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.aboutImg {
	margin-bottom: 25px;
}

.aboutTitle {
	text-align: center;
	font-size: 38px;
	margin-bottom: 16px;

}

.about_line {
    display: block;
    max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666;
    margin: 20px auto;
}

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

#customchekout {
	width: 100%;
	margin-bottom: 30px;
}

#customchekout .panel-default>.panel-heading {
    color: #343333;
    background-color: transparent;
    border-color: transparent;
    font-size: 27px;
    font-weight: 400;
}

#customchekout .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#customchekout .customCartTitle {
	font-size: 27px;
    font-weight: 400;
    padding: 10px 0 20px 0;
}

#customchekout .panel-body {
	font-size: 16px;
}

#customchekout label {
	font-size: 16px;
}

#brxe-ypnkgo {
    background-blend-mode: multiply;
    background-image: url('/image/Braschi-ChiSiamo.jpg');
    background-size: cover;
    background-position: center 20%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    justify-content: center;
    min-height: 600px;
    display: flex;
    align-items: center;
}

#brxe-ypnkgo h1 {
    color: #fff;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#about-brand {
    width: 100%;
    padding: 50px 0;
}

#about-brand .about-brand-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

#about-brand .sectionTitle {
    color: #343333;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#about-brand .sectionDesc {
    color: #343333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}


#about-made-itali {
    width: 100%;
    padding: 50px 0;
    background: #e8e6e4;
}

#about-made-itali .about-made-itali-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

#about-made-itali .sectionTitle {
    color: #343333;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#about-made-itali .sectionDesc {
    color: #343333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}


#about-tailor {
    width: 100%;
    padding: 50px 0;
}

#about-tailor .about-tailor-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

#about-tailor .sectionTitle {
    color: #343333;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#about-tailor .sectionDesc {
    color: #343333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}


#about-boytiq {
    width: 100%;
    padding: 50px 0;
    background: #e8e6e4;
}

#about-boytiq .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#about-boytiq .about-boytiq-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 50px;
}

#about-boytiq .boytiqImg {
    margin-left: 50px;
}

#about-boytiq .sectionTitle {
    color: #343333;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#about-boytiq .sectionDesc {
    color: #343333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}

#about-lovestory {
    width: 100%;
    padding: 50px 0;
    background: #343333;
}

#about-lovestory .about-lovestory-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

#about-lovestory .sectionTitle {
    color: #fff;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#about-lovestory .sectionDesc {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}

#about-evo {
    width: 100%;
    padding: 50px 0;
}

#about-evo .about-evo-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

#about-evo .sectionTitle {
    color: #343333;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#about-evo .sectionDesc {
    color: #343333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}

/**********************/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #F6F4F2;
    /*background: rgba(255, 255, 255, 0,99);
    backdrop-filter: blur(25px);*/
    overflow-x: hidden;
    transition: 0.5s;
    max-width: 300px;
    padding: 19px 0;
  }


  .sidenav .dropdown-menu.show {
    width: 100%;
  }

.sidenav .dropdown-toggle::after {
    display: none;
    margin-left: 0.455em;
    vertical-align: 1px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

  .sidenav .nav-pills>li {
  	width: 100%;
  }


.sidenav .call-block {
    text-align: center;
}

  .sidenav .call-block button {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    gap: 10px;
    width: 132px;
    height: 45px;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;

}

.sidenav .call-block button:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #fff;
}  

  .sidenav .call-block a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    gap: 10px;
    width: 132px;
    height: 45px;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;

}

.sidenav .call-block a:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #fff;
}  

.sidenav .nav {
display: block;
text-align: center;
padding: 0;
}

.sidenav .social {
    text-align: center;
    margin: 40px 0;
}

.sidenav .close {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
    margin-top: 5px;
}


.sidenav .close img {
	height: 40px;
}


  .sidenav .menu {
    margin-top: 80px;
    text-align: center;
  }

  .sidenav .menu a {
    color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px
  }

   .sidenav a {
    color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px
  }

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

  .sidenav .headerTel {
    border-radius: 20px;
    color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 30px;
    margin: 0 20px;
}

  .sidenav .headerTextBlock {
  	width: 100%;
    float: left;
    text-align: center;
  }
    
  .sidenav .closebtn {
    padding: 0;
  }

  .sidenav .closebtn:hover {
    text-decoration: none;
  }

  .sidenav .open>.dropdown-menu {
    display: block;
    width: 98%;
    position: relative;
}

/**********************/

/*********************/
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}

.nav>li>a:hover {
background: transparent;
}

.nav>li>a:focus {
background: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f7f4f2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    color: #343333;
}

/*****************/

.list-unstyled {
	margin-bottom: 35px;
}

#product select {
	border: 0.5px solid #343333;
	padding: 15px 30px;
	color: #343333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nav-tabs {
	margin-bottom: 15px;
	margin-top: 35px;
}
div.required .control-label:before {
	content: '* ';
	color: #343333;
	font-weight: bold;
}
/* Gradent to all drop down menus */


.btn:active,
.btn:focus:not(.disabled) {
    color: #fff; /* Колір тексту при натисканні та фокусі */
    background-color: #343333; /* Колір фону при натисканні та фокусі */
    border-color: #343333; /* Колір рамки (border) при натисканні та фокусі, якщо вона є */
    box-shadow: none;
    outline: none;
}


input[type="checkbox"]:checked {
    border: 1px solid #343333;
    background: #343333;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background-color: transparent;
    outline: none;
    border: 1px solid #343333;
    margin: 0 10px 0 0;
    padding: 5px;
    float: left;
}

input[type="radio"]:checked {
    border: 1px solid #343333;
    background: #343333;
}

input[type="radio"] {
    -webkit-appearance: none;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: transparent;
    outline: none;
    border: 1px solid #343333;
    margin: 0 10px 0 0;
    padding: 5px;
    float: left;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}





header {
	/*background: #343333;*/
	background: #F6F4F2;
	/*box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.20);*/
	padding: 29px 0;


	position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
}

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

.headerBlockRight {
	display: flex;
	align-items: center;
	width: calc(50% - 80px);
	justify-content: flex-end;
}



.headerBlockLeft {
	display: flex;
	align-items: center;
	width: calc(50% - 80px);
}

.headerBlockLeft .descMenu a {
	color: #343333;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 10px;
}

header .headerTel {
	border-radius: 20px;
    /*background: #343333;*/
    color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 30px;
    margin: 0 20px;
}

header .login a {
	color: #343333;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.48px; /* 172.698% */
	text-transform: uppercase;
	margin-right: 20px;
}

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

.logo img {
	max-width: 160px;
}



.subcat {
	float: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    padding: 10px 0 10px 0;
}

.subcat div {
position: relative;
    white-space: nowrap;
}

.subcat a {
	color: #343333;
    padding: 10px 20px;
    background-color: #E7E6E4;
    margin: 0 5px 5px 0;
    float: left;
    display: flex;
    gap: 5px;
    border-radius: 25px;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
    
}

.subcat a:hover {
	background-color: #c9c8c8;
}

.prodName {
	margin: 15px 0;
}

.prodName a {
	color: #343333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #343333;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart button {
background: transparent;
border: none;
}

#cart-total {
color: #343333;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 1px;
    line-height: 15px;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #343333;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

.burgerBlock {
	display: none;
}

@media (max-width: 1100px) {

.burgerBlock {
	display: block;
	margin-left: 20px;
	cursor: pointer;
}

.headerBlockLeft {
	display: none;
}

.headerBlockRight {
	width: auto;
}

}


@media (max-width: 900px) {
    #about-boytiq .d-flex {display: block;}
    #about-boytiq .boytiqImg {
        margin-left: 0;
    }

    #sostenibility .sostenibility-block {
        display: block!important;
    }

    #sostenibility .sostenibility-img {
        margin-right: 0!important;
        margin-bottom: 20px;
    }

}


@media (max-width: 700px) {
	header .headerTextBlock {
		display: none;
	}

	header .dbmob {display: inline-block!important;}

	header .login a {
		margin-left: 20px;
	}

	#homeAbout .sectionTitle {
		font-size: 34px!important;
	}

	#homeNewCollection .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}

	#homeInovation .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}

	#homeMasters .sectionTitle {
		font-size: 34px!important;
		line-height: 40px!important;
	}
    #our-story .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #brxe-ypnkgo h1 {
        font-size: 34px!important;
        line-height: 40px!important;
        text-align: center;
    }

    #about-brand .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #about-made-itali .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #about-tailor .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #about-boytiq .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #about-lovestory .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #about-evo .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #sostenibility .sectionTitle {
        font-size: 34px!important;
        line-height: 40px!important;
    }

    #storyVideo {
        left: 102%!important;
    }
}

@media (max-width: 540px) {
	header .login {
		display: none;
	}
	.headerSoc {
		margin-right: 20px;
	}

	#homeMainSlide .sectionTitle {
		font-size: 34px!important;
	}
}

header .dbmob {display: none;}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}

	header .dnmob {display: none;}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #343333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #343333, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

.catFiterBtn {
    background: #343333 !important;
    color: #fff;
    width: 49.5%;
}

.catFiterBtn path {
    stroke: #fff;
}

.d-flex-sort select {
    max-width: 49.5%;
}

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
	font-size: 16px;
	margin-bottom: 30px;
}

.infoTextBlock {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

.callback-modal-btn {cursor: pointer;}

#articleMainSlide {
	width: 100%;
	height: 90vh;
	
	background-position: center!important;
	background-size: cover!important;
	position: relative;
	padding-top: 94px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#articleMainSlide .arr-down {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
}

#aText {
	width: 100%;
	padding: 30px 0;
}

#articleMainSlide .smallText {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	margin-top:30px;
}

#articleMainSlide .sectionTitle {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.82px; /* 123% */
	margin-top: 130px;
	margin-bottom: 30px;
}

#articleMainSlide .sectionDesc {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: 29.52px; /* 123% */
	
}


#our-story {
    width: 100%;
    position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  height: 700px;
  display: flex;
  align-items: center;
}

#our-story .sectionTitle{
    color: #FFF;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
}

#our-story .sectionDesc {
    color: #fff;
    font-size: 20px;
    font-family: Roboto;
    line-height: 31px;
}
#our-story .sectionBtns a {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
    font-size: 20px;
}

#our-story .sectionBtns span {
    display: flex;
    align-items: center;
}

#storyVideo {
    position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.no-stock {
    opacity: 0.2;
    filter: grayscale(1);
}

#homeMainSlide {
	width: 100%;
    /*height: 99vh;*/
    background-blend-mode: multiply;
    /*background: url(/image/bg-main-block.jpg) no-repeat;
    background-position: center;
    background-size: cover;*/
    padding: 94px 0 44px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
  overflow: hidden;
}

#bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

#homeMainSlide .sale {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
}

#homeMainSlide .sale a {
    color: #fff;
    text-decoration: underline;
}


#homeMainSlide .smallText {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	margin:60px 0 30px 0;
}

#homeMainSlide .sectionTitle {
	/*color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.82px; 
	margin-top: 90px;
	margin-bottom: 30px;*/
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 72px */
	text-transform: uppercase;
	max-width: 868px;
    margin: 20px auto;

}

#homeMainSlide .sectionDesc {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: 29.52px; /* 123% */
	
}

#homeMainSlide .sectionDesc a{
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.52px; /* 123% */
	margin-bottom: 30px;
}

#homeMainSlide .sectionDesc p {
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.52px; /* 123% */
}

#homeMainSlide a.phone {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.6px; /* 123% */
}

#homeMainSlide .sButtons p {
	color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.8px;
    margin-bottom: 15px;
}

#homeMainSlide .sButtons button {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: #fff;
	padding: 13px 31px;
	border: none;
}

#homeMainSlide .sButtons button:hover {
	background: #343333;
    color: #fff;
}

#homeMainSlide .sButtons a {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: #fff;
	padding: 13px 31px;
	border: none;
}

#homeMainSlide .sButtons a:hover {
	background: #343333;
    color: #fff;
}

#homeAbout {
	width: 100%;
	padding: 45px 0;
	/*background: #fff;*/
}

#homeAbout .sectionTitle {
	color: #343333;

	font-family: Roboto;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 51.66px; /* 123% */
	text-transform: uppercase;
	margin-bottom: 30px;
}

#homeAbout .sectionDesc {
	color: #343333;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27.9px; /* 155% */
}

#homeNewCollection {
	width: 100%;
	padding: 217px 0;
	background: url('/image/bg-new-collection.webp') no-repeat;
	background-position: center;
	background-size: cover;
}

#homeNewCollection .sectionTitle {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 59px;
	margin-bottom: 30px;
}

#homeNewCollection .sectionDesc {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; 
}

#homeNewCollection .sectionDesc a {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

#homeNewCollection .sectionDesc p {
	margin: 0;
}

#sostenibility {
    width: 100%;
    padding: 50px 0;
    background: #343333;
}

#sostenibility .sostenibility-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#sostenibility .sostenibility-img {
    margin-right: 50px;
    min-width: 50%;
}

#sostenibility .sectionTitle {
    color: #fff;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 51.66px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#sostenibility .sectionDesc {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.9px;
}


.articleBlockItem {
	width: 100%;
	padding: 217px 0;
	
	background-position: center!important;
	background-size: cover!important;
	margin-top: 20px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.articleBlockItem .collectionReadMore {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #343333!important;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    padding: 14px 30px;
    background: #fff;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 400;
}

.articleBlockItem .collectionReadMore:hover {
	border: 1px solid #343333;
	background: #343333;
	color: #fff!important;
}

.articleBlockItem .sectionTitle {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}

.articleBlockItem .sectionTitle a {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 2px #343333;
}

.articleBlockItem .sectionDesc {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; 
}

.articleBlockItem .sectionDesc a {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}


.articleBlockItem .sectionDesc p {
	margin: 0;
}



#homeInovation {
	width: 100%;
	padding: 45px 0;
	background: #fff;
}

#homeInovation .sectionTitle {
	color: #343333;
	font-family: Roboto;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 51.66px; /* 123% */
	margin-bottom: 34px;
}

#homeInovation .sectionDesc {
	color: #343333;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px; /* 155% */
	margin-bottom: 30px;
}

#homeMasters {
	width: 100%;
	padding: 45px 0;
	background: #EEE;
}

#homeMasters .sectionTitle {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 78.72px; /* 123% */

}

#homeMasters .sectionDesc {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px; /* 155% */
	margin: 30px 0;
}

#homeMasters .sectionVideo {
	max-width: 960px;
	margin: 0 auto;
}

.homeGalleryItemBgBlock {
	width: 100%;
	height: 90vh;
	background-position: center!important;
	background-size: cover!important;
	padding-top: 94px;
}

#homeGallery {
	width: 100%;
	margin-bottom: 15px;
}

#homeGallery .col-lg-1, #homeGallery .col-lg-10, #homeGallery .col-lg-11, #homeGallery .col-lg-12, #homeGallery .col-lg-2, #homeGallery .col-lg-3, #homeGallery .col-lg-4, #homeGallery .col-lg-5, #homeGallery .col-lg-6, #homeGallery .col-lg-7, #homeGallery .col-lg-8, #homeGallery .col-lg-9, #homeGallery .col-md-1, #homeGallery .col-md-10, #homeGallery .col-md-11, #homeGallery .col-md-12, #homeGallery .col-md-2, #homeGallery .col-md-3, #homeGallery .col-md-4, #homeGallery .col-md-5, #homeGallery .col-md-6, #homeGallery .col-md-7, #homeGallery .col-md-8, #homeGallery .col-md-9, #homeGallery .col-sm-1, #homeGallery .col-sm-10, #homeGallery .col-sm-11, #homeGallery .col-sm-12, #homeGallery .col-sm-2, #homeGallery .col-sm-3, #homeGallery .col-sm-4, #homeGallery .col-sm-5, #homeGallery .col-sm-6, #homeGallery .col-sm-7, #homeGallery .col-sm-8, #homeGallery .col-sm-9, #homeGallery .col-xs-1, #homeGallery .col-xs-10, #homeGallery .col-xs-11, #homeGallery .col-xs-12, #homeGallery .col-xs-2, #homeGallery .col-xs-3, #homeGallery .col-xs-4, #homeGallery .col-xs-5, #homeGallery .col-xs-6, #homeGallery .col-xs-7, #homeGallery .col-xs-8, #homeGallery .col-xs-9 {
	padding-right: 0;
    padding-left: 0;
}

footer .linkBlock .dev a {
    font-size: 12px;
    text-transform: none;
}

footer .linkBlock img {
    width: 100px;
    margin-top: 5px;
}

#footer {
	/*background: #fff;*/
}

#footer iframe {
	filter: grayscale(100%);
}

#footer .fTitle {
	color: #343333;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32.4px; /* 135% */
	margin-bottom: 30px;
	margin-top: 30px;
}

#footer .fText {
	color: #343333;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
	margin-bottom: 30px;
}

#footer .fButtons {
	margin-bottom: 30px;
}

#footer .fButtons button {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #343333;
	padding: 13px 31px;
	background: transparent;
}

#footer .fButtons button:hover {
	background: #343333;
    color: #fff;
}

.morePhotos {
    width: 100%;
    float: left;
    margin: 40px 0 30px 0;
}

.morePhotos a {
    color: #343333;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #343333;
    padding: 13px 31px;
    background: transparent;
}

.morePhotos a:hover {
    background: #343333;
    color: #fff;
}

#footer .fLoc a {
	color: #343333;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}

#footer .fLoc {
	margin-bottom: 30px;
}

#footer .fTell a{
	color: #343333;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}

#footer .fTell a:hover {
	text-decoration: underline;
}

#footer .fTell {
	margin-bottom: 30px;
}

#footer .fGraf {
	margin-bottom: 30px;
	color: #343333;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.7px; /* 155% */
}

.tab-pane {
    color: #343333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

#tab-specification .table>tbody>tr>td, #tab-specification .table>tbody>tr>th, #tab-specification .table>tfoot>tr>td, #tab-specification .table>tfoot>tr>th, #tab-specification .table>thead>tr>td, #tab-specification .table>thead>tr>th {
    border-top: 1px solid transparent;
    padding: 10px 0;
}    

#tab-specification thead td {
	border-bottom: 0.5px solid #343333;
	color: #343333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 0;
}

#payment-and-safety {
	padding: 20px 10px;
}

#shipping {
	padding: 20px 10px;
}

#return {
	padding: 20px 10px;
}

/* footer */
footer {
	padding: 30px 0;
	background-color: #F6F4F2;
	border-top: 1px solid #F6F4F2;
	color: #fff;
}

footer .logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

footer .linkBlock a {
	color: #343333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

footer .linkBlock a:hover {
	color: #343333;
	text-decoration: underline;
}

footer .visa-mc img {
	max-width: 130px;
    margin-top: 30px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */

.alert.alert-success {
    position: fixed;
    top: 3%;
    right: 2%;
    padding: 10px 15px;
    border: 1px solid #343333;
    text-align: center;
    max-width: 400px;
    animation: slideIn 1s forwards;
    z-index: 9999;
    color: #343333;
    margin-left: 2%;
    font-size: 12px;
    background: #f7f4f2;
    border-radius: 0;
    font-size: 16px;
}

.alert.alert-success a {
	text-decoration: underline;
}

.alert-success button.close {
	position: absolute;
    top: 0;
    right: 5px;
    color: #343333;
    opacity: 1;
    font-weight: 300;
}

.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	/*margin: 10px 0;*/
	/*margin: 60px 0 0 0;*/
	margin: 95px 0 0 0;
    padding: 8px 0;
    background-color: transparent;
    color: #A6A6A6;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb a {
	color: #A6A6A6;
	text-shadow: 0px 1px 0px #FFF;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li:first-child {
padding: 0 10px 0 0;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
}
.breadcrumb > li:last-child:after {
    content: '';
}
.pagination {
	margin: 20px 0;
}

.pagination-result {
	margin: 20px 0;
}

.cartWhiteBlock {
	background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cartWhiteBlock .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 57px;
}

.cartProduct {
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
}

.cartProductTotal {
	min-width: 80px;
	color: #343333;

	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.cartProduct .dellProduct {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    color: #343333;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cartProduct .dflex {
	display: flex;
}

.cartProduct .cartProductImg {
	margin-right: 15px;
	max-width: 55px;
}

.cartProduct .cartProductName .btn {
	/*display: flex;
	padding: 9px 15px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: transparent;
	border: 0.5px solid #ADADAD;
	color: #343333;
	border-radius: 0;*/

	display: flex;
    padding: 3px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0.5px solid #ADADAD;
    color: #343333;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}

/*.cartProduct .cartProductName .btn:hover {
	background: #ADADAD;
}*/


.cartProduct .cartProductName input {
	/*display: flex;
	padding: 5px 20px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border: 0.5px solid #ADADAD;
	color: #343333;
	background: transparent;*/

color: #343333;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 0.5px solid #ADADAD;
    width: 109px;
}

.cartProduct .cartProductName a {
	color: #343333;

	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.cartProduct .cartProductName small {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.cartHelp {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.cartHelp a { 
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: underline;
	margin-top: 10px;
}

.cartHelp a:hover { 
	text-decoration: none;
	color: #343333;
}

.cart-total-new {
	display: flex;
	justify-content: space-between;
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	margin:5px 0 5px 0;
}

.cartWhiteBlock .cart-total-new:last-child {
	display: flex;
	justify-content: space-between;
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin:10px 0 20px 0;
}

.cartInfoBlock {
	width: 100%;
}

.cartInfoBlock .cartInfoBlockItem {
	display: flex;
	color: #343333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.cartInfoBlock .cartInfoBlockItem img {
	margin: 0 50px 0 25px;
}

.cartWhiteBlock #accordion label {
	display: none;
}

.cartWhiteBlock #input-coupon {
	font-size: 17px;
	padding: 12px 20px;
}

.cartWhiteBlock .panel-default>.panel-heading {
    color: #343333;
    background-color: transparent;
    border-color: #eee;
}

.cartWhiteBlock .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.w100 {
	width: 100%;
}

.infoLine {
	width: 100%;
	margin: 30px 0;
}

.infoLine .infoLineItem {
	color: #343333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.infoLine .infoLineItem img {
	margin-right: 50px;
}


.pDesc .nav-tabs>li.active>a, .pDesc .nav-tabs>li.active>a:focus, .pDesc .nav-tabs>li.active>a:hover {
    cursor: default;
    border: 1px solid #DDD;
    border-bottom-color: #DDD;
    padding: 10px 20px;
    background-color: #DDD;
    color: #555;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.86px;
	border-radius: 25px;
}

.pDesc .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    border: 1px solid #DDD;
    /*border-radius: 25px;*/
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #555;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.86px;
	border-radius: 25px;
}

.pDesc .nav>li>a:hover {
    border: 1px solid #DDD;
    background-color: #DDD;
    color: #555;
}

.pDesc .nav-tabs {
    border-bottom: none;
}



.productGallery .slick-prev:before, .productGallery .slick-next:before {
	display: none;
}

.productGallery .slick-next {
    right: 10px;
}

.productGallery .slick-prev {
    left: 10px;
    z-index: 10;
}

.productGallery .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.productGallery .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #343333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productGallery .slick-dots li.slick-active button:before {
    opacity: .2;
    color: black;
}

.productSlider {
	width: 100%;
	margin-bottom: 15px;
}

.productSlider .slick-prev:before, .productSlider .slick-next:before {
	display: none;
}

.productSlider .slick-next {
    right: 10px;
}

.productSlider .slick-prev {
    left: 10px;
    z-index: 10;
}

.productSlider .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.productSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slider-italy {
    width: 100%;
    margin-top: 50px;
}

.slider-italy .slick-prev:before, .slider-italy .slick-next:before {
    display: none;
}

.slider-italy .slick-next {
    right: 10px;
}

.slider-italy .slick-prev {
    left: 10px;
    z-index: 10;
}

.slider-italy .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider-italy .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slider-tailor {
    width: 100%;
    margin-top: 50px;
}

.slider-tailor .slick-prev:before, .slider-tailor .slick-next:before {
    display: none;
}

.slider-tailor .slick-next {
    right: 10px;
}

.slider-tailor .slick-prev {
    left: 10px;
    z-index: 10;
}

.slider-tailor .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider-tailor .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fTitleBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
}

.fTitleBlock a {
	color: #343333;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	margin-top: 8px;
}

.fTitleBlock a:hover {
	text-decoration: underline;
}

.fTitleBlock svg {
	margin-left: 10px;
}

.bGallery {
	width: 100%;
	margin-top: 50px;
}

.bGallery .slick-slide img {
	opacity: .2;
}

.bGallery .slick-center img {
	opacity: 1!important;
}

.bGallery {
	width: 100%;
	margin-bottom: 15px;
}

.bGallery .slick-prev:before, .bGallery .slick-next:before {
	display: none;
}

.bGallery .slick-next {
    right: 10px;
}

.bGallery .slick-prev {
    left: 10px;
    z-index: 10;
    opacity: 0.2;
}

.bGallery .slick-prev:hover {
    left: 10px;
    z-index: 10;
    opacity: 1;
}

.bGallery .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.bGallery .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	padding: 15px 20px;
	/*border-radius: 25px;*/
	border-radius: 0;
	background: #343333;
	border: none;
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background: #343333;
	border: none;
}

.btn-primary:active {
    color: #fff; /* Колір тексту при натисканні */
    background-color: #343333; /* Колір фону при натисканні */
    border-color: #343333; /* Колір рамки (border) при натисканні, якщо вона є */
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #343333;
    border-color: #343333;
}

.form-control {
	box-shadow: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.icon-success{
	font-size: 100px;
    color: #343333;
    margin: 50px 0;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #343333;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #343333, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #343333;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #343333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #343333;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #343333;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #e8e6e4;
    /*margin-bottom: 10px;*/
    overflow: auto;
    background: #e8e6e4;
    position: relative;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid {
	padding: 5px 5px;
}

.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}

.pPriceBig {
	color: #343333;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.pSalePrice {
	text-decoration: line-through;
	color: #A6A6A6;
	margin-bottom: 10px;
}

.pH1 {
	color: #343333;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.product-thumb .price {
	color: #343333;
}
.product-thumb .price-new {
	font-weight: 400;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #343333;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

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

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

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

@media (max-width: 991px) {
	#footer .social {text-align: center;}
}

@media (max-width: 668px) {
.pDesc .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}
}

@media (max-width: 450px) {
	.cartProduct {display: block;}
	.cartProductTotal {margin-top: 10px; text-align: right;}
}
