/*
Theme Name: Decor
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*RESET*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
dl, ol, ul {
	padding:0!important;
	margin:0!important;
}
main {
  display: block;
  clear: both;
  overflow:hidden;
  background-color:  #03162A;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
select,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #069; /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #122830;
  opacity: 1;
}

::placeholder {
  color: #122830;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #122830;
  opacity: 1;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.img-responsive {
  max-width: 100%;
}


.heading-title {
  font-size: 68px;
  line-height: 76px;
  font-weight: 400;
}

.heading-title-medium {
  font-size: 68px;
  line-height: 76px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 56px;
  line-height: 64px;
}

h2 {
  font-size: 46px;
  line-height: 54px;
}

h3 {
  font-size: 34px;
  line-height: 44px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

.heading-h1, .heading-h2, .heading-h3, .heading-h4, .heading-h5, .heading-h6 {
  font-weight: 400;
}

.body-p1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

.body-p1-medium {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


.button-b1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.button-b1-medium {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.link-l1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.link-l1-medium {
  font-size: 16px;
  line-height: 24px;
  ffont-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.link-l2 {
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.link-l2-medium {
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.overline-t1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.overline-t1-medium {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.overline-t2 {
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.overline-t2-medium {
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.caption-c1 {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.caption-c1-medium {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.fonticon-12 {
  font-size: 12px;
  line-height: 16px;
}

.fonticon-16 {
  font-size: 16px;
  line-height: 24px;
}

.fonticon-20 {
  font-size: 20px;
  line-height: 28px;
}

.fonticon-24 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.text-48-semibold {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

.text-110-bold {
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
}

.text-84-semibold {
  font-size: 84px;
  line-height: 96px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.text-46-semibold {
  font-size: 46px;
  line-height: 54px;
  font-weight: 600;
  font-family: "cormorant", sans-serif;
}

.text-stroke {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

.font-quicksand {
  font-family: "quicksand", sans-serif;
}

.text-34-semibold {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}


a {
  text-decoration: none!important;
  color: #111111;
}
a * {
  color: #111111;
}
a:hover, a:hover * {
 
}

img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
img:hover {

}

.font-bold {
  font-weight: bold !important;
}

.swiper-button-prev.swiper-button-prev-style-4 {
  border-color: #EEEEEE !important;
  height: 36px !important;
  width: 36px !important;
  background-image: url(../images/arrow-prev.svg) !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  margin-right: 10px !important;
  top: 50%;
  left: 15px;
}

.swiper-button-next.swiper-button-next-style-4 {
  background-image: url(../images/arrow-next.svg) !important;
  height: 36px !important;
  width: 36px !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  top: 50%;
  right: 15px;
}

.box-quick-button {
  position: absolute;
  top: 10px;
  right: -65px;
  width: 42px;
  z-index: 12;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
}
.box-quick-button .btn {
  padding: 0px;
  width: 42px;
  height: 42px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #111111;
  margin-bottom: 10px;
}
.box-quick-button .btn svg {
  fill: #111111;
  height: 24px;
}
.box-quick-button .btn:hover {
  background-color: #111111;
  color: #fff;
}
.box-quick-button .btn:hover svg {
  fill: #fff;
}

.cardProduct .cardImage:hover .box-quick-button, .cardProductSmall .cardImage:hover .box-quick-button, .cardProductStyle3 .cardImage:hover .box-quick-button, .cardProductStyle2 .cardImage:hover .box-quick-button, .cardProductStyle4 .cardImage:hover .box-quick-button {
  right: 10px;
}

.box-slide-customers, .box-pagination-leftright {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.box-slide-customers .box-pagination-button, .box-pagination-leftright .box-pagination-button {
  bottom: -5px;
}
.box-slide-customers .swiper-pagination .swiper-pagination-bullet, .box-pagination-leftright .swiper-pagination .swiper-pagination-bullet {
  border: 0px;
  height: 8px;
  width: 8px;
  margin: 0px 10px;
  background-color: #DDDDDD;
}
.box-slide-customers .swiper-pagination .swiper-pagination-bullet-active, .box-pagination-leftright .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}

.box-page-style2 .swiper-pagination .swiper-pagination-bullet {
  border: 0px;
  height: 8px;
  width: 8px;
  margin: 0px 10px;
  background-color: #DDDDDD;
}
.box-page-style2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0080FF;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
.hover-up {
  
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

* {
  transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.form-control {
  height: 48px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #56708F;
  padding: 10px 20px;
}
.form-control:focus {
  border-color: #06D6A0;
}

textarea.form-control {
  height: auto;
}

.form-control::-moz-placeholder {
  color: #555555;
  font-size: 17px;
  line-height: 24px;
  opacity: 1;
}

.form-control::placeholder {
  color: #555555;
  font-size: 17px;
  line-height: 24px;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #555555;
  font-size: 17px;
  line-height: 24px;
  opacity: 1;
}

.table-responsive {
  max-width: 100%;
}

.box-pagination {
  display: flex;
  justify-content:end;
  margin-top:50px!important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pagination li {
  padding: 0px;
}
.pagination li .page-numbers .current {
  font-weight: 400;
  font-size: 17px;
  line-height: 42px;
  color: #03162A;
  border: 0px;
  max-width: 42px;
  min-width: 42px;
  text-decoration:none;
  display:block;
  width: 100%;
  background-color:#fff;
  border:solid 2px #fff;
  text-align: center;
  padding: 0px 0px;
  margin-left: 5px;
  margin-right: 5px;
  height: 42px;
}

.pagination li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 48px;
  color: #fff;
  border: 0px;
  max-width: 48px;
  min-width: 48px;
  text-decoration:none;
  display:block;
  width: 100%;
  border:solid 2px #fff;
  text-align: center;
  padding: 0px 0px;
  margin-left: 5px;
  margin-right: 5px;
  height: 42px;
}
.pagination li a.active, .pagination li a:hover {
  background-color:#fff;
  border:solid 2px #fff;
  color: #03162A;
}

.pagination li .page-prev {
  background: none;
  min-height: 42px;
  line-height: 38px;
  border: 0px;
}
.pagination li .page-prev svg {
  color: #111111;
  height: 24px;
}
.pagination li .page-prev:hover * {
  color: #fff;
}

.pagination li .page-next {
  min-height: 42px;
  line-height: 38px;
  border: 0;
}
.pagination li .page-next svg {
  color: #111111;
  height: 24px;
}
.pagination li .page-next:hover * {
  color: #fff;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

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

.btn-next-style-1 {
  background-image: url(../images/arrow-next.svg) !important;
  height: 36px !important;
  width: 36px !important;
  background-position: center !important;
}
.btn-next-style-1:hover {
  border-color: #111111 !important;
}

.btn-prev-style-1 {
  height: 36px !important;
  width: 36px !important;
  border-radius: 50% !important;
  background-image: url(../images/arrow-prev.svg) !important;
  background-position: center !important;
}
.btn-prev-style-1:hover {
}

.box-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  position: relative;
  max-width: 80px;
  border: 1px solid #111111;
  margin-right: 12px;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #fff;
}
.box-count .deals-countdown .countdown-section .countdown-amount {
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  color: #111111;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}

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

.box-modal-search {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-modal-search .box-search-overlay {
  background: #03162A;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-modal-search .box-search-wrapper {
  position: fixed;
  top: -160px;
  right:0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  padding: 25px;
  background: linear-gradient(0deg, #03162A, #03162A),
linear-gradient(0deg, #5E82AE, #5E82AE);
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-modal-search .box-search-wrapper.active {
  top: 90px;
}

.box-modal-search .arrow-select {
  background-image: url(../images/arrow-down-filter.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.box-modal-search .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
}

.box-popup-location {
  position: fixed;
  top: 80px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-location .box-location-overlay {
  background: #03162A;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-location .box-location-wrapper {
  position: fixed;
  top: 85px;
  right: -720px;
  max-width: 720px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 55px;
  background: #EEF4FB;
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-popup-location .box-location-wrapper.active {
  right: 0px;
}
.box-popup-location .box-location-wrapper .btn.btn-black {
  font-size: 12px;
  padding: 5px 20px;
  width: unset;
}
.box-popup-location .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #5E82AE;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.location span{
  color: #C5D7ED;
  font-size:12px;
}

.cities-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 5px;
}

.cities-container a{
padding: 16px 0;
color: #2B4059;
font-size: 16px;
font-weight: 600;
cursor: pointer;
text-decoration:none;
}

.cities-container a:hover{
  color: #0080FF;
}
.cities-container  a .active{
  color: #0080FF;
}

@media (max-width: 768px) {
.cities-container {
  grid-template-columns: 1fr;
}
}
/* вікно запиту ціни */
.box-popup-price  {
  position: fixed;
  top: 80px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-price .box-price-overlay {
  background: #03162A;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-price  .box-price-wrapper {
  position: fixed;
  top: 85px;
  right: -720px;
  max-width: 720px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 55px;
  background: #EEF4FB;
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-popup-price  .box-price-wrapper.active {
  right: 0px;
}
.box-popup-price .box-price-wrapper .btn.btn-black {
  font-size: 12px;
  padding: 5px 20px;
  width: unset;
}
.box-popup-price .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #5E82AE;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}
/* Вікно сторінки подяки */
.box-popup-thankyou {
    position: fixed;
    top: 80px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 12346;
    visibility: hidden; /* Початково приховано */
}

.box-popup-thankyou .box-thankyou-overlay {
    background: #03162A;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.box-popup-thankyou .box-thankyou-wrapper {
    position: fixed;
    top: 85px;
    right: -720px; /* Початкове положення */
    max-width: 720px;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 55px;
    background: #EEF4FB;
    transition: all 0.45s ease-in-out; /* Тривалість анімації */
    overflow-x: hidden;
    overflow-y: auto;
}

.box-popup-thankyou .box-thankyou-wrapper.active {
    right: 0px; /* Показати вікно */
}

.box-popup-thankyou .box-thankyou-wrapper .btn.btn-black {
    font-size: 12px;
    padding: 5px 20px;
    width: unset;
}

.box-popup-thankyou .btn-close-popup {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #5E82AE;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
/* вікно акції */
.box-popup-sale {
  position: fixed;
  top: 80px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-sale .box-sale-overlay {
  background: #03162A;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-sale .box-sale-wrapper {
  position: fixed;
  bottom: 10px;
  max-width: 400px;
  z-index: 2;
  width: 100%;
  left:-400px;
  padding: 0px;
  background: #EEF4FB;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
}
.box-popup-sale .box-sale-wrapper.active {
  left: 10px;
}
.box-popup-sale .box-sale-wrapper .btn.btn-black {
  font-size: 12px;
  padding: 5px 20px;
  width: unset;
}
.box-popup-sale .btn-close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index:9;
  border: 1px solid #5E82AE;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

/* megamenu*/
.box-popup-has-mega-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}

.box-popup-has-mega-menu .box-mega-menu-wrapper {
  position: fixed;
  top: 0px;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-popup-has-mega-menu .box-mega-menu-wrapper.active {
  left: 0;
  right: 0;
  opacity: 1;
}
.box-popup-has-mega-menu .box-mega-menu-wrapper .btn.btn-black {
  font-size: 12px;
  padding: 5px 20px;
  width: unset;
}
.box-popup-has-mega-menu .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #5E82AE;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  height:48px;
  width:48px;
}
.btn-close-popup {
	width:48px;
	height:48px;
}
.btn-close-popup img {
	margin:5px;
}

.box-popup-wishlist {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-wishlist .box-wishlist-overlay {
  background: url(../images/trans.png);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-wishlist .box-wishlist-wrapper {
  position: absolute;
  top: 0px;
  right: -460px;
  max-width: 460px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-popup-wishlist .box-wishlist-wrapper.active {
  right: 0px;
}
.box-popup-wishlist .box-wishlist-wrapper .btn.btn-black {
  font-size: 12px;
  padding: 5px 20px;
  width: unset;
}
.box-popup-wishlist .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
}

.box-quick-search a {
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
}

.link-under {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 2px;
  text-decoration:none;
  color: #0080FF;
  display: inline-block;
}

.box-popup-account {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-account .box-account-overlay {
  background: #03162A;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-account .box-account-wrapper {
  position: absolute;
  top: 80px;
  right: -720px;
  max-width: 720px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #EEF4FB;
  transition: all 0.45s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.box-popup-account .box-account-wrapper.active {
  right: 0px;
} 
.box-popup-account .btn-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #5E82AE;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.form-login {
  margin-top: 27px;
}
.form-login .btn {
  width: 100%;
}
.form-login .form-group .form-control {
	background:#EEF4FB;
	border:1px solid #56708F;
	width:100%;
}

.form-register {
  margin-top: 27px;
  display: none;
}
.form-register .btn {
  width: 100%;
}
.form-register .form-group .form-control {
	background:#EEF4FB;
	border:1px solid #56708F;
	width:100%;
}
.form-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  display: inline-block;
  margin-right: 24px;
  color: #1B1E20;
}

.text-agree {
  display: inline-block;
  padding-left: 12px;
}

.cb-agree {
  float: left;
  margin: 6px 0px 0px 0px;
}

.form-password-info {
  display: none;
}

.block-head {
  padding: 130px 0px 68px 0px;
}

.box-popup-preview {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url(../images/trans.png);
}
.box-popup-preview .btn-close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
}
.box-popup-preview .box-popup-content {
  background-color: #fff;
  display: flex;
  max-width: 1170px;
  margin: 100px auto auto auto;
  width: 100%;
  overflow: auto;
  align-items: center;
  max-height: calc(100% - 100px);
}
.box-popup-preview .box-popup-content .preview-product-image {
  width: 45%;
}
.box-popup-preview .box-popup-content .preview-product-image .detail-gallery {
  margin-bottom: 0px;
}
.box-popup-preview .box-popup-content .preview-product-info {
  width: 55%;
  padding: 20px;
}
.box-popup-preview .box-popup-content .block-quantity {
  margin-bottom: 30px;
}
.box-popup-preview .pager__item {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #DDDDDD;
  border-radius: 50%;
}
.box-popup-preview .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.box-popup-preview .slick-dots li {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}
.box-popup-preview .slick-dots .slick-active .pager__item {
  background-color: #111111;
}

.box-list-product-search {
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap;
}
.box-list-product-search .item-product-search {
  width: 50%;
  padding: 0px 10px;
}

.block-padding-80 {
  padding: 80px 0px;
}

.color-9 {
  color: #F84C5D !important;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
}
.form-group input {
  color: #111111;
}
.form-price .form-group .form-control {
	background:#EEF4FB;
	border:1px solid #56708F;
	width:100%;
	color:#000;
}
.form-price .btn.btn-form {
	background-color: #DFEFFF;
    border-radius: 4px;
    padding: 10px 24px;
    color: #8EAACD;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    border: none;
	width:100%;
}
.form-group .form-control {
	width:80%;
	margin:0 auto;
	color:#fff;
	border:1px solid #4FA7FF;
	background: #1B2532;

}
.form-group label {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #555555;
}
.form-group label.form-label {
  position: absolute;
  top: 11px;
  left: 10px;
  line-height: 24px;
  font-weight: 400;
  transition: top 150ms ease-out;
  padding: 0px 10px;
  font-size: 17px;
  color: #555555;
}

.focused label.form-label {
  top: -11px;
  background-color: #ffffff;
}

.box-products-cart {
  margin: 0px -25px 24px -25px;
  background-color: #F9F9F9;
  padding: 25px 25px 25px 25px;
}
.box-products-cart .list-items-cart .item-cart .item-cart-info .box-info-size-color-product {
  margin-bottom: 8px;
}
.box-products-cart .list-items-cart .item-cart {
  margin-bottom: 16px;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.box-products-cart .list-items-cart .item-cart:last-child {
  margin-bottom: 0px;
}
.box-products-cart .form-control {
  background-color: #F9F9F9;
  color: #111111;
}

.box-progress-bar-block {
  margin-bottom: 28px;
  margin-top: 20px;
}
.box-progress-bar-block .progress {
  height: 6px;
  border-radius: 10px;
}
.box-progress-bar-block .progress .progress-bar {
  height: 6px;
  border-radius: 10px;
  background-color: #C8815F;
}

.box-fire {
  background-color: #ED0006;
  padding: 6px 10px;
  text-align: center;
  margin: 0px -25px 0px -25px;
}

.icon-fire {
  display: inline-block;
  padding: 0px 0px 0px 30px;
  background: url(../images/fire.svg) no-repeat left center;
  color: #fff;
}

.box-empty-cart {
  text-align: center;
}
.box-empty-cart img {
  margin-bottom: 20px;
}
.box-empty-cart p {
  margin-bottom: 16px;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/theme/favicon.svg);
  box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.btn {
  border-radius: 4px;
  padding: 10px 0px 10px 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn.btn-default {
  padding: 10px 21px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.btn.btn-default:hover {
  background-color: #ffffff;
  color: #181A1F;
}
.btn.btn-black {
  background-color: #111111;
  border-radius: 4px;
  padding: 11px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #111111;
}


.btn.btn-form {
  background-color: #DFEFFF;
  border-radius: 4px;
  padding: 10px 24px;
  color: #8EAACD;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: 24px;
  border: none;
}
.btn.btn-register {
  background-color: #EEF4FB;
  border-radius: 4px;
  padding: 10px 24px;
  color: #0080FF;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  line-height: 24px;
  border: none;
}

.btn.btn-form:hover{
  background-color: #fff;
}
.btn.btn-yes {
  background: #0080FF;
  border-radius: 4px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  margin-left: 20px;
  margin-top: -10px;
}
.btn.btn-yes:hover {
  color:#fff;
  background-color:  #03162A;
  transition: 0.3s ease-out;
box-shadow: 0px 12px 24px 0px #0080FF99;
}
.btn.btn-black svg {
  fill: #fff;
  margin-right: 8px;
  margin-top: -4px;
}
.btn.btn-black:hover {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}
.btn.btn-black:hover svg {
  fill: #111111;
}
.btn.btn-product {
  background-color: #0080FF;
  border-radius: 4px;
  padding: 11px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #0080FF;
}
.btn.btn-product:hover {
  background-color: #ffffff;
  color: #0080FF;
  border: 1px solid #0080FF;
}
.btn.btn-black-medium {
  background-color: #111111;
  border-radius: 4px;
  padding: 8px 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #111111;
}
.btn.btn-black-medium:hover {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}
.btn.btn-brown {
  background-color: #C8815F;
  border-radius: 4px;
  padding: 11px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #C8815F;
}
.btn.btn-brown:hover {
  background-color: #ffffff;
  color: #C8815F;
  border: 1px solid #C8815F;
}
.btn.btn-white {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 11px 32px;
  color: #5E82AE;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #5E82AE;
}
.btn.btn-white svg {
  fill: #111111;
  margin-right: 8px;
  margin-top: -4px;
}
.btn.btn-white:hover {
  background-color: #5E82AE;
  color: #fff;
  border: 1px solid #5E82AE
}
.btn.btn-white:hover svg {
  fill: #fff;
}
.btn.btn-border {
  background-color: transparent;
  border-radius: 4px;
  padding: 11px 32px;
  border: 1px solid #111111;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.btn.btn-border svg {
  fill: #111111;
  margin-right: 8px;
  margin-top: -4px;
}
.btn.btn-border:hover {
  background-color: #111111;
  color: #fff;
}
.btn.btn-border:hover svg {
  fill: #fff;
}
.btn.btn-border-medium {
  background-color: transparent;
  border-radius: 4px;
  padding: 8px 28px;
  border: 1px solid #111111;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.btn.btn-border-medium:hover {
  background-color: #111111;
  color: #fff;
}
.btn.btn-border-white {
  background-color: transparent;
  border-radius: 4px;
  padding: 11px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.btn.btn-border-white svg {
  fill: #111111;
  margin-right: 8px;
  margin-top: -4px;
}
.btn.btn-border-white:hover {
  background-color: #111111;
  color: #fff;
  border-color: #111111;
}
.btn.btn-border-white:hover svg {
  fill: #fff;
}
.btn.btn-border-white-medium {
  background-color: transparent;
  border-radius: 4px;
  padding: 8px 28px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.btn.btn-border-white-medium svg {
  fill: #111111;
  margin-right: 8px;
  margin-top: -4px;
}
.btn.btn-border-white-medium:hover {
  background-color: #111111;
  color: #fff;
  border-color: #111111;
}
.btn.btn-border-white-medium:hover svg {
  fill: #fff;
}
.btn.btn-line-bottom {
  padding: 3px 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2196078431);
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.btn.btn-line-bottom:after {
  border: 0px;
  height: 10px;
  width: 10px;
  background: url(./images/arrow-down.svg) no-repeat center;
  vertical-align: top;
  margin-top: 6px;
}
.btn.btn-play {
  background-image: url(./images/play.svg);
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  margin: auto;
  background-size: contain;
}
.btn.btn-plus {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  background-image: url(../images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
}
.btn.btn-plus:after {
  display: none;
}
.btn.btn-search {
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -24px;
  height: 28px;
  width: 28px;
}
.btn.btn-search svg {
  height: 24px;
}
.btn.btn-tag-filter {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding: 5px 12px;
  border: 1px solid #4FA7FF;
  border-radius: 8px;
}
.btn.btn-tag-filter:hover {
  border: 1px solid #fff; 
  color:#fff;
}
.btn.btn-play-video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  background: url(../images/play-video.svg) no-repeat center;
  z-index: 12;
  margin: auto;
}
.btn.btn-play-video-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  background: url(../images/play_1.svg) no-repeat center;
  z-index: 12;
  margin: auto;
  background-size: contain;
}
.btn.btn-red {
  background-color: #ED0006;
  border-radius: 50px;
  padding: 9px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.btn.btn-play-center {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 98px;
  height: 98px;
  z-index: 12;
  margin: auto;
}
.btn.btn-add {
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 4px;
  padding: 9px 31px;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.btn.btn-add:hover {
  border-color: #C8815F;
  color: #C8815F;
}

.btn-homepage {
  padding: 0px !important;
  margin: 0px 0px 15px 0px;
}
.btn-homepage span {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  background-color: #AFEAE4;
  border-radius: 50%;
  margin-right: 10px;
}
.btn-homepage span svg {
  color: #024430;
}
.btn-homepage:hover * {
  color: #071920;
}

.dropdown-language {
  display: inline-block;
}
.dropdown-language .dropdown-toggle::after {
  display: none;
}
.dropdown-language .btn {
  padding: 0px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  bottom: 30px;
  right: -100%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #fff;
  background-color: #111111;
  content: attr(aria-label);
  line-height: 1.3;
  box-shadow: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transform: 0;
  transition-duration: 0.2s;
  z-index: 99999;
}
.btn-tooltip:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 9px;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-left-color: transparent;
  border-top-color: #111111;
  margin-bottom: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  z-index: 99999;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
  transition-duration: 0.2s;
}

button:focus:not(:focus-visible) {
  outline: 0;
  border-color: none;
}

.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  background-image: url(./images/icon/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  background-image: url(./images/icon/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cb-container .text-small {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.cb-container input:checked ~ .text-small {
  color: #fff;
  font-weight: 500;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container input:checked ~ .text-lbl {
  color: #ccc;
}

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  padding-top: 15px;
}
.box-swiper .swiper-container .item-logo {
  border: 1px solid #ccc;
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background: url(./images/icon-next.svg) no-repeat 0px 0px;
}
.swiper-button-next:hover {
  background: url(./images/icon-next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
  background: url(./images/icon-prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev:hover {
  background: url(./images/icon-prev.svg) no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}

.swiper-button-next {
  left: auto;
  right: 0px;
  top: 20px;
}

.swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 2px solid #111111;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #111111;
  width: 10px;
  height: 10px;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
  background: #B9CAD0;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #024430;
}

.swiper-pagination-bullet {
  margin: 0px 12px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: 40px;
  padding-left: 70px;
}

.swiper-pagination-customs {
  background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.box-button-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-group-1 .swiper-pagination {
  bottom: 50px;
  left: 55px;
}
.swiper-group-1.swiper-home-3 .swiper-pagination {
  left: 0px;
}
.swiper-group-1.home-9 .swiper-pagination {
  bottom: 20px;
  left: 25px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #FFE7BB;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #EBEBEB;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #ccc;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #069;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #069;
  border: 1px solid #069;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  left: -6px;
  top: -6px;
}

.noUi-handle:active {
  border-width: 1px;
  left: -6px;
  top: -6px;
}

.cardCollectionStyle1 {
  position: relative;
  text-align: center;
}
.cardCollectionStyle1 .cardImage {
  position: relative;
}
.cardCollectionStyle1 .cardImage img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
.cardCollectionStyle1 .cardImage:hover img {
  transform: scale(1.1);
}
.cardCollectionStyle1 .cardInfo {
  position: absolute;
  bottom: 40px;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: auto;
  display: table;
  table-layout: fixed;
  left: 0px;
  right: 0px;
}
.cardCollectionStyle1 .cardInfo * {
  color: #111111;
}
.cardCollectionStyle1:hover .cardInfo {
  background-color: #111111;
  color: #fff;
}
.cardCollectionStyle1:hover .cardInfo * {
  color: #fff;
}
.cardCollectionStyle1 a {
  text-decoration: none;
}

.cardCollection {
  text-align: center;
}
.cardCollection .cardImage {
  margin-bottom: 20px;
}

.cardProduct {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cardProduct a {
  text-decoration: none;
  display:block;
  height:100%;
}
.cardProduct .cardImage {
  position: relative;
  background-color: #f7f7f7;
  height: 450px;
  text-align: center;
  line-height: 350px;
  overflow: hidden;
}

.Productselect .cardImage {
   position: relative;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 250px;
  overflow: hidden;
  border-radius:5px;
  }

.Productselect:hover {
	box-shadow: 0px 0px 24px 0px #0080FF;
}
.Productselect {
	position:relative;
}

.Productselect .cardImage img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  width: 100%;
}

.box-list-products .Productselect .title {
	position: absolute;
    top: 150px;
    left: 0;
	font-family:"Montserrat", sans-serif;
    right: 0;
	font-size:25px;
	font-weight:600;
	text-align: center;
    color: #002447;
}
/* супровідна документація */
.acco_documentation {
	position:relative;
	border:1px solid #5E82AE;
	padding:20px;
	border-radius:5px;
}

.acco_documentation_info {
	display:flex;
	justify-content:space-between;
	padding:0 20px;
}

.acco_title {
	align-items:center;
	display:flex;
	color:#fff;
}

.acco_download {
	background:#fff;
	padding:2px 3px;
	border-radius:5px;
}
.acco_documentation_info .title {
	font-size:18px;
	font-weight:400;
	text-align: left;
    color: #fff;
}

/* відеоінструкція */
.videoinstructio .cardImage {
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
  overflow: hidden;
  line-height:auto!important;
  border-radius:5px;
  }

.videoinstructio .cardImage img {
	width:100%;
}

.videoinstructio:hover {
	box-shadow: 0px 0px 24px 0px #0080FF;
}
.videoinstructio {
	position:relative;
	border:1px solid #5E82AE;
	border-radius:5px;
}

.acco_videoinstructio_info {
	display:flex;
	justify-content:space-between;
	padding:15px;
}

.acco_title {
	align-items:center;
	display:flex;
	color:#fff;
}

.acco_download {
	background:#fff;
	padding:2px 3px;
	border-radius:5px;
}
.acco_videoinstructio_info .title {
	font-size:18px;
	font-weight:400;
	text-align: left;
    color: #fff;
}


.box-list-products .Productselect .download a{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin:0 auto;
	width:max-content;
	border:1px solid #5E82AE;
    color: #5E82AE;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	text-decoration:none;
}
.box-list-products .Productselect .download a:hover {
	color:#fff;
	background:#5E82AE;
}

.cardProduct:hover {
	box-shadow: 0px 0px 24px 0px #0080FF;
}
.cardProduct .cardImage img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.cardProduct .cardInfo {
  position: relative;
  background:#fff;
  height:80px;
  padding:10px 10px;
}
.cardProduct .cardInfo .cardTitle {
  margin-bottom: 4px;
  color: #1B1E20;
  font-size:15px;
}
.cardProduct .cardInfo .cardTitle:hover {
  color: #000;
}
.cardProduct .cardInfo .cardDesc {
  margin-bottom: 12px;
  color: #999999;
}

.article_product {
	font-size: 12px;
    color: #2B4059;
	padding-bottom:3px;
}

.box-product-info .article_product {
	font-size: 14px;
    background: #EEF4FB;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 4px;
    color: #2B4059;
    font-weight: 600;
	margin-bottom:10px;
}

.box-colors {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-colors .item-color {
  height: 40px;
  width: 40px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  cursor: pointer;
}

.box-colors .item-color img{
	 border-radius: 50%;
}

.color-name {
	display: none;
	position: absolute;
	top: 100%;
    z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	white-space: nowrap;
	font-size: 12px;
}

.item-color:hover .color-name {
	display: block;
}
.cardProductStyle4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  max-height: 424px;
}
.cardProductStyle4 a {
  text-decoration: none;
}
.cardProductStyle4 .cardImage {
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  text-align: center;
  overflow: hidden;
}
.cardProductStyle4 .cardImage img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.cardProductStyle4 .cardInfo {
  position: relative;
  text-align: center;
  padding: 0px 20px 20px 20px;
}
.cardProductStyle4 .cardInfo .cardTitle {
  margin-bottom: 4px;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-family: "Fjalla One", sans-serif;
  display: block;
}
.cardProductStyle4 .cardInfo .cardTitle:hover {
  color: #C8815F;
}
.cardProductStyle4 .cardInfo .cardDesc {
  margin-bottom: 20px;
  color: #999999;
}
.cardProductStyle4 .cardInfo .box-colors {
  position: relative;
}
.cardProductStyle4 .cardInfo .box-colors .item-color {
  height: 20px;
  width: 20px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  padding: 1px;
}
.cardProductStyle4 .cardInfo .box-colors .item-color::before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #003466;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}
.cardProductStyle4 .cardInfo .box-colors .item-color.color-2::before {
  background-color: #C8815F;
}

.cardProductStyle2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.cardProductStyle2 a {
  text-decoration: none;
}
.cardProductStyle2 .cardImage {
  position: relative;
  margin-bottom: 20px;
  background-color: #F8F4EE;
  height: 286px;
  text-align: center;
  line-height: 286px;
  overflow: hidden;
}
.cardProductStyle2 .cardImage img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.cardProductStyle2 .cardInfo {
  position: relative;
}
.cardProductStyle2 .cardInfo .cardTitle {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #111111;
}
.cardProductStyle2 .cardInfo .cardTitle:hover {
  color: #C8815F;
}
.cardProductStyle2 .cardInfo .cardDesc {
  margin-bottom: 12px;
  color: #111111;
  font-size: 17px;
  line-height: 24px;
}

.cardProductSmall {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.cardProductSmall a {
  text-decoration: none;
}
.cardProductSmall .cardImage {
  position: relative;
  margin-bottom: 20px;
  background-color: #F8F4EE;
  height: 370px;
  text-align: center;
  line-height: 370px;
  max-width: 370px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.cardProductSmall .cardImage img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.cardProductSmall .cardInfo {
  position: relative;
}
.cardProductSmall .cardInfo .cardTitle {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #111111;
}
.cardProductSmall .cardInfo .cardTitle:hover {
  color: #C8815F;
}
.cardProductSmall .cardInfo .cardDesc {
  margin-bottom: 12px;
  color: #111111;
  font-size: 17px;
  line-height: 24px;
}

.cardProduct, .cardProductSmall {
  text-align: center;
  margin-bottom:20px;
}
.cardProduct .cardImage, .cardProductSmall .cardImage {
  position: relative;
  background-color: #F7FAFA;
  overflow: hidden;
}
.cardProduct .cardImage img, .cardProductSmall .cardImage img {
  display: inline-block;
   height: 100%;
  vertical-align: middle;
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.cardProduct .cardImage img:hover {
  -webkit-transform: scale(1.0);
	transform: scale(1.1);
}

.cardProduct .cardImage .imageMain, .cardProductSmall .cardImage .imageMain {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  transition: all 0.3s;
}
.cardProduct .cardImage .imageHover, .cardProductSmall .cardImage .imageHover {
  opacity: 0;
  visibility: hidden;
  top: 30px;
  bottom: -30px;
  position: absolute;
  transition: all 0.3s;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
}
.button-select {
  line-height: 24px;
  width: 100%;
}
.button-select a {
  background-color: #fff;
  text-decoration:none;
  padding: 10px 10px;
  display: inline-block;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 36, 71, 1);
}

.button-select span {
  background-color: #fff;
  text-decoration:none;
  padding: 10px 10px;
  display: inline-block;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 36, 71, 1);
}


.cardProduct .cardImage:hover .imageHover, .cardProductSmall .cardImage:hover .imageHover {
  opacity: 1;
  visibility: visible;
  top: 0px;
  bottom: 0px;
}
.cardProduct .cardInfo, .cardProductSmall .cardInfo {
  position: relative;
}

.cardProduct {
  text-align: left;
}
.home-product {
  padding: 0!important;
}
.cardFeatureCat .home-product img{
  margin: 0!important;
  width: 100%!important;
}

  .cardFeatureCat .home-product img:hover {
    transform: scale(1.02);
}
.cardFeatureCat {
  display: inline-block;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cardFeatureCat .cardImage {
  text-align: right;
  height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 1;
}
.cardFeatureCat .cardImage img {
  display: block;
  height: 100%;
  margin: auto 10px auto auto;
  max-width: 100%;
  width: auto;
}
.cardFeatureCat .cardInfo {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 12;
}

.cardFeatureCat .cardInfo .cardTitle {
  margin-bottom: 8px;
  color: #fff;
}

.cardFeatureCat .cardInfo a {
  color: #fff;
  text-decoration: none;
}
.cardFeatureCat .cardInfo a:hover {
  color: #0080FF;
}
.cardFeatureCat .cardInfo a:hover * {
  color: ##0080FF;
}
.icon-hover img {
  width: 120px;
  border-radius: 8px;
  box-shadow: 0px 12px 24px 0px #0281FF;
  filter: drop-shadow(0px 0px 56.196px rgba(2, 129, 255, 0.3));

}


.cardBlog {
  margin-bottom: 30px;
}
.cardBlog .cardImage {
  position: relative;
  margin-bottom: 24px;
}
.cardBlog .cardInfo .cardTags {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: baseline;
  overflow: auto;
  flex-direction: row;
}
.cardBlog .cardInfo .cardTags a, .cardBlog .cardInfo .cardTags span {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #B3D9FF;
  text-decoration: none;
}
.cardBlog .cardInfo .cardTags a:hover {
  color: #fff;
}
.cardBlog .cardInfo .cardTags span {
  text-transform: none;
  margin-right: 0px;
  color: #999999;
}
.cardBlog .cardInfo .cardTitle {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}
.cardBlog .cardInfo .cardTitle * {
  color: #fff;
}
.cardBlog .cardInfo .cardTitle:hover {
  color: #B3D9FF;
}
.cardBlog .cardInfo .cardTitle:hover * {
  color: #B3D9FF;
}
.cardBlog .cardInfo .cardDesc {
  color: #555555;
  margin-bottom: 24px;
}

.cardCategory {
  background-color: #F9F9F9;
  padding: 10px 30px 56px 30px;
  margin-bottom: 20px;
}
.cardCategory .cardImage {
  margin-bottom: 33px;
  padding: 30px;
  width: 100%;
  height: 400px;
  line-height: 400px;
  text-align: center;
}
.cardCategory .cardImage img {
  display: inline-block;
  max-height: 100%;
  max-width: 90%;
  vertical-align: middle;
}
.cardCategory .cardInfo {
  position: relative;
  text-align: center;
}
.cardCategory .cardInfo .cardTitle {
  margin-bottom: 16px;
}
.cardCategory .cardInfo a {
  margin: 0px 10px;
}

.card-style-small .cardCategory .cardImage {
  height: 320px;
  line-height: 320px;
}
.block_rihenya {
	display: grid;
    align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
	.block_rihenya {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
}

.block_material {
	display: grid;
    align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
	.block_material {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
}
.cardIcon a{
  text-align: center;
  cursor: pointer;
  display: block;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A5865 -10.88%, #374654 -5.74%, #192A3C 8.42%, #03162A 24.17%, #03162A 81.08%, #192A3C 94.85%, #374654 104.9%, #4A5865 109.71%);
    padding: 0 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cardIcon a:hover {
  background: linear-gradient(180deg, #0281FF -10.88%, #003871 -5.74%, #03162A 19.85%, #03162A 78.7%, #003871 104.9%, #0281FF 109.71%);%);
  -webkit-transition: all 0.3s ease-in-out;}

 .cardImage:hover {
    сolor: rgba(79, 167, 255, 1);
  }

.cardIcon .cardImage {
  margin-bottom: 30px;
}
.cardImage {
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.blogImage img {width:100%; height:100%; padding-bottom:24px;}
.cardImage img {width:100px;}
.cardIcon .cardInfo {
  position: relative;
}
.cardIcon .cardInfo p{
  font-size: 16px;
  font-weight: 100;
}
.cardIcon .cardInfo .cardTitle {
  margin-bottom: 12px;
}

.cardCategoriesStyle1 {
  display: flex;
  width: 100%;
  background-color: #EBF2F6;
  padding: 20px 20px 0px 20px;
  height: 500px;
}
.cardCategoriesStyle1 .cardInfo {
  width: 50%;
  padding: 44px 0px 44px 44px;
  position: relative;
  z-index: 2;
}
.cardCategoriesStyle1 .cardInfo .tag-title {
  text-transform: uppercase;
}
.cardCategoriesStyle1 .cardImage {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cardCategoriesStyle1 .cardImage img {
  max-height: 95%;
  height: auto;
  width: auto;
  max-width: 300px;
  vertical-align: bottom;
  display: inline-block;
}

.cardCategoriesStyle2 .cardInfo {
  display: flex;
  align-items: center;
}

.cardCategoriesStyle3 {
  width: 100%;
  position: relative;
}
.cardCategoriesStyle3 .cardImage {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  height: 500px;
}
.cardCategoriesStyle3 .cardInfo {
  border: 5px solid #fff;
  padding: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 70%;
  z-index: 123;
  margin: auto;
  left: 0px;
  right: 0px;
}
.cardCategoriesStyle3 .cardInfo h2 {
  color: #fff;
}
.cardCategoriesStyle3 .cardInfo a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.cardGrid {
  position: relative;
}
.cardGrid .cardImage {
  position: relative;
}
.cardGrid .cardInfo {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.cardFeature {
  position: relative;
  background-color: #EAAA61;
  margin-bottom: 30px;
}
.cardFeature .cardImage {
  position: relative;
  z-index: 1;
}
.cardFeature .cardImage img {
  display: block;
}
.cardFeature .cardInfo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 40px;
  color: #fff;
}
.cardFeature.cardFeatureTop .cardInfo {
  align-items: flex-start;
  padding-top: 66px;
}
.cardFeature.cardFeatureTop2 .cardInfo {
  align-items: flex-start;
  padding-top: 87px;
}

.cardCategoryText {
  display: flex;
  width: 100%;
  background-color: #F8F4EE;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
  height: 47.3%;
  min-height: 200px;
}
.cardCategoryText:last-child {
  margin-bottom: 0px;
}
.cardCategoryText .cardInfo a {
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
}
.cardCategoryText.bg-1 {
  background: url(../images/under3.png) no-repeat right top;
}
.cardCategoryText.bg-2 {
  background: url(../images/under5.png) no-repeat right top;
}

.cardCategorySmall {
  position: relative;
  text-align: center;
}
.cardCategorySmall .cardImage {
  position: relative;
  margin-bottom: 12px;
}
.cardCategorySmall .cardImage img {
  display: inline-block;
  height: auto;
  width: auto;
  border-radius:5px;
}
.cardCategorySmall .cardInfo .cardTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #111111;
  position: absolute;
  background: #fff;
  width:100%;
  bottom: 0px;
  text-align: left;
  padding: 10px 20px;
  margin: 0;
  border-radius: 0px 0px 11px 11px;
-webkit-border-radius: 0px 0px 11px 11px;
-moz-border-radius: 0px 0px 11px 11px;
}
.cardCategorySmall .cardInfo a:hover * {
  
}
.cardCategorySmall.cardCategorySmallStyle2 .cardImage {
  width: 100%;
  height: 170px;
  line-height: 140px;
  text-align: center;
  background-color: #f5f5f5;
}
.cardCategorySmall.cardCategorySmallStyle2 .cardImage img {
  vertical-align: middle;
}

.cardCatImageText {
  margin-bottom: 30px;
}
.cardCatImageText .cardImage {
  margin-bottom: 20px;
}

.cardProduceCircle {
  text-align: center;
  margin-bottom: 40px;
}
.cardProduceCircle .cardImage {
  display: inline-block;
  width: 270px;
  height: 270px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
  line-height: 270px;
  overflow: hidden;
}
.cardProduceCircle .cardImage img {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.cardProduceCircle .cardInfo a {
  text-decoration: none;
  color: #111111;
  position: relative;
}
.cardProduceCircle .cardInfo a .sub-num {
  position: absolute;
  top: -12px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin-left: 10px;
}

.cardBorderImageLeft {
  padding: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  display: flex;
  width: 100%;
  align-items: center;
}
.cardBorderImageLeft .cardImage {
  width: 10%;
  min-width: 48px;
  margin-right: 30px;
}
.cardBorderImageLeft .cardInfo {
  width: 100%;
}

.cardReview {
  border: 1px solid rgba(221, 225, 230, 0.25);
  padding:30px;
  border-radius: 10px;
  height: 100%;
  align-content: center;
}
.cardReview .cardRate {
  margin-bottom: 30px;
}
.cardReview .cardRate img {
  margin-right: 2px;
}
.cardReview .cardText {
  margin-bottom: 30px;
}
.cardReview .cardText .text-comment {
  min-height: 168px;
}
.cardReview .cardAuthor {
  display: block;
}

.cardReview h6 {
	font-weight:300;
}

.cardReview .cardAuthor .cardImageAuthor {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin: 20px auto;
}
.cardReview .cardAuthor .cardImageAuthor img {
  width: 50px;
  border: 1px solid #fff;
  height: 50px;
  border-radius: 50%;
}
.cardReview .cardAuthor .cardNameAuthor {
  width: 100%;
}

.cardNameAuthor .name {
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}

.url_rewies {
	text-align:right;
}

.cardCategoryStyle2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.cardCategoryStyle2 .cardImage {
  min-width: 100px;
  max-width: 100px;
  margin-right: 10px;
}
.cardCategoryStyle2 .cardInfo {
  position: relative;
  width: 100%;
}
.cardCategoryStyle2 .cardInfo .tag-num {
  position: absolute;
  top: -12px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin-left: 10px;
}

.cardGridCollection {
  height: 460px;
  position: relative;
}
.cardGridCollection .cardTag {
  margin-bottom: 12px;
}
.cardGridCollection .cardTitle {
  margin-bottom: 12px;
}
.cardGridCollection .cardDesc {
  margin-bottom: 24px;
}

.cardTeam {
  text-align: center;
  margin-bottom: 30px;
}
.cardTeam .cardImage {
  position: relative;
  max-width: 310px;
  margin: auto;
  margin-bottom: 20px;
}
.cardTeam .cardImage img {
  border-radius: 50%;
  height: 310px;
  width: 310px;
}
.cardTeam .cardInfo .cardTitle {
  margin-bottom: 8px;
}
.cardTeam .cardInfo .cardDesc {
  margin-bottom: 15px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.socials a {
  display: inline-block;
  margin: 0px 12px;
}

.cardStore .cardImage {
  margin-bottom: 24px;
}
.cardStore .cardImage img {
  width: 100%;
}

.cardBlogList {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.cardBlogList .cardImage {
  max-width: 370px;
  min-width: 370px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.cardBlogList .cardInfo {
  width: 100%;
}

.cardCategoryCircle {
  text-align: center;
  margin-bottom: 30px;
}
.cardCategoryCircle .cardImage {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #B7E5FF;
  text-align: center;
  line-height: 170px;
  margin-bottom: 20px;
  display: inline-block;
}
.cardCategoryCircle .cardImage img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.cardCategoryCircle .cardInfo {
  text-align: center;
}

.cardProductBorder {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 22px;
  margin-bottom: 0px;
}
.cardProductBorder .cardImage {
  height: 222px;
  width: 100%;
  line-height: 222px;
  margin-bottom: 12px;
  background-color: #fff;
}

.cardProductType03 .cardImage {
  width: 100%;
  background-color: #fff;
}
.cardProductType03 .cardInfo .sale-price {
  color: #999999;
  text-decoration: line-through;
  margin-right: 8px;
}

.card-categories {
  margin-bottom: 30px;
}
.card-categories .card-image {
  position: relative;
  margin-bottom: 16px;
}
.card-categories .card-image img {
  width: 100%;
}
.card-categories .card-info {
  position: relative;
  text-align: center;
}

.card-block-grid {
  background-color: #E9E7DF;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
}
.card-block-grid p {
  margin-bottom: 8px;
}
.card-block-grid h2 {
  margin-bottom: 24px;
}
.card-block-grid.grid-enjoy {
  background-image: url(../images/enjoy.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.card-block-grid.grid-sale {
  background-image: url(../images/sale.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.card-categories-slide .card-image {
  position: relative;
  border-radius: 16px;
  height: 270px;
  width: 100%;
  line-height: 270px;
  background-color: #FFEFEF;
  margin-bottom: 16px;
  overflow: hidden;
  text-align: center;
}
.card-categories-slide .card-image img {
  display: inline-block;
  vertical-align: middle;
}
.card-categories-slide .card-info {
  position: relative;
  text-align: center;
}

.card-product-popup .card-image {
  height: 140px;
  overflow: hidden;
  line-height: 140px;
  text-align: center;
  background-color: #F9F9F9;
  margin-bottom: 16px;
}
.card-product-popup .card-image img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.card-product-popup .card-info {
  text-align: center;
}
.card-product-popup .card-info .cardTitle {
  margin-bottom: 10px;
}

.cardProductCategory01 {
  position: relative;
  width: 100%;
  background-color: #F9F9F9;
}
.cardProductCategory01 .cardImage {
  height: 500px;
  width: 100%;
  position: relative;
  text-align: center;
}
.cardProductCategory01 .cardImage img {
  display: block;
  position: absolute;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
}
.cardProductCategory01 .cardInfo {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}
.cardProductCategory01 .cardInfo h6 {
  color: #111111;
  font-style: italic;
}
.cardProductCategory01 .cardInfo p {
  color: #999999;
  font-style: italic;
}

.cardProductCategory02 {
  position: relative;
  width: 100%;
}
.cardProductCategory02 .cardImage {
  background-color: #F9F9F9;
  text-align: center;
  margin-bottom: 20px;
}
.cardProductCategory02 .cardImage img {
  display: block;
}

.cardProductType01 .cardInfo h6, .cardProductType01 .cardInfo p {
  font-style: italic;
}
.cardProductType01 .cardInfo p {
  color: #555555;
  font-family: "Montserrat", sans-serif;
}
.cardProductType01 .cardInfo .sale-price {
  color: #999999;
  text-decoration: line-through;
  margin-right: 8px;
}

.cardProductType02 .cardInfo {
  text-align: left;
}
.cardProductType02 .cardInfo h6 {
  margin-bottom: 4px;
}
.cardProductType02 .cardInfo .cardDesc {
  color: #555555;
}
.cardProductType02 .cardInfo .sale-price {
  color: #999999;
  text-decoration: line-through;
  margin-right: 8px;
}

.card-icon-box-type4 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.card-icon-box-type4 .card-icon-image {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  margin-right: 20px;
}
.card-icon-box-type4 .card-icon-info {
  width: 100%;
}
.card-icon-box-type4 .card-icon-info .card-icon-title {
  margin-bottom: 8px;
}
.card-icon-box-type4 .card-icon-info .card-icon-desc {
  position: relative;
}

.cardIconType3 .cardImage {
  margin-bottom: 24px;
}
.cardIconType3 .cardImage img {
  display: block;
  margin: auto;
}
.cardIconType3 .cardInfo h6 {
  margin-bottom: 8px;
}

.cardShopCategory {
  margin-bottom: 30px;
}
.cardShopCategory .cardImage {
  height: 440px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  align-items: flex-end;
  text-align: center;
}
.cardShopCategory .cardImage span {
  display: inline-block;
  padding: 35px 10px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.cardShopCategory .cardImage span:hover {
  color: #C8815F;
}

.card-grid2-grey {
  background-color: #F9F9F9;
  padding: 40px 16px 16px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.card-grid2-grey .card-info {
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
  height: 179px;
  width: 50%;
}
.card-grid2-grey .card-info h5 {
  width: 100%;
}
.card-grid2-grey .card-image {
  width: 50%;
}

.card-our-category {
  margin-bottom: 30px;
}
.card-our-category .card-image {
  position: relative;
}
.card-our-category .card-image img {
  width: 100%;
  display: block;
}
.card-our-category .card-info {
  position: relative;
  text-align: center;
  padding: 15px;
}

.cardProductColorStyle2 .cardImage {
  height: auto;
  line-height: 100%;
}

.cardImageTextMiddle {
  position: relative;
  margin-bottom: 30px;
}
.cardImageTextMiddle .cardImage {
  position: relative;
}
.cardImageTextMiddle .cardImage img {
  display: block;
  width: 100%;
  border-radius:5px;
}
.cardImageTextMiddle .cardText {
  position: absolute;
  bottom: 0;
  left:0;
  top:0;
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 22, 42, 0.00) 0%, rgba(3, 22, 42, 0.35) 41.05%, rgba(3, 22, 42, 0.80) 100%);
}
.cardImageTextMiddle .cardText h4 {
  color: #fff;
   position: absolute;
   bottom:20px;
   left:20px;
}
.cardImageTextMiddle .cardText .btn {
  width: 100%;
  max-width: 170px;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.swiper-pagination {
  text-align: center;
  bottom: 0px !important;
}
.swiper-pagination .swiper-pagination-customs {
  background: #ffffff;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
  background: #fff;
}
.swiper-pagination .swiper-pagination-customs-active {
  background: #069;
}
.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}


/*select 2 style*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #069;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #069 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #069;
}

.modal-header .btn-close {
  margin: -0.5rem 0rem -0.5rem auto;
}

.box-grid-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  z-index: 3;
  right: 0px;
  max-width: 1170px;
  margin: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  text-align: center;
}

.box-cover-image {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  background-color: #F8F6F5;
}
.box-cover-image img {
  position: relative;
  z-index: 1;
}

.home_title {
  position: absolute;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 9;
  padding: 32px 40px 152px;
  fill: linear-gradient(100deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.home_title h1 {
font-size: 60px;
font-style: normal;
width: 80%;
font-weight: 600;
line-height: 68px; /* 106.25% */
}

@media screen and (max-width: 768px) {
  .home_title {
    padding: 20px 20px 80px;
  }
  .home_title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .btn-brend {
    top: 75%!important;
  }
  .grid-home .grid-caption h3 {
    font-size: 24px!important;
    bottom: 20px!important;
    width: 100%!important;
  }
  .btn.btn-yes {
    width: 100%!important;
    margin-top: 20px!important;
    margin-left: 0px!important;
  }
  .box-popup-location .box-location-wrapper, .box-account-wrapper, .box-form-wrapper {
    top:60px!important
  }
  .box-search-wrapper {
    padding: 0px 10px!important;
  }
}

.btn-brend {
  position: absolute;
  top: 80%;
  left: 5%;
  cursor: pointer;
  font-size: 16px;
  z-index: 999;
  border-radius: 2px;
  text-decoration:none;
  font-weight: 600;
  color: #0080FF!important;
  padding: 10px 24px 10px 24px;
  transition: background-color 0.3s;
  background-color: #fff;
  }
  
  .btn-brend:hover {}
  
  .btn-brend::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: .3s;
  }
  
  .btn-brend::after {
  top: -10px;
  left: 10px;
  }
  
  .btn-brend:hover::before, .btn-brend:hover::after {
  top: 0;
  left: 0;
  }


.grid-home {
  position: relative;

}

.grid-home img {
	border-radius: 5px;
	width:100%
}
.grid-home  .grid-caption {
  position: absolute;
    bottom: 0;
    top: 0;
    padding: 30px;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(180deg, rgba(3, 22, 42, 0.00) 0%, rgba(3, 22, 42, 0.35) 41.05%, rgba(3, 22, 42, 0.80) 100%);
}
.grid-home  .grid-caption h3 {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 34px;
  width: 50%;
  color: #fff;
  line-height: 34px;
  font-weight: 600;
}
.grid-home a {
  color: #fff;
}
.grid-home  .grid-caption:hover {
box-shadow: 0px 0px 40px 0px #0281FF inset;
text-decoration: none;
border-radius: 5px;
transition: all 0.4s;}

.box-pagination-button {
  position: absolute;
  bottom: 40px;
  max-width: 1170px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  justify-content: center;
}

.swiper-button-next-grid, .swiper-button-prev-grid {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button-prev-grid {
  margin-right: 10px;
}

.swiper-pagination-grid {
  position: relative;
  display: inline-block;
  bottom: auto !important;
  text-align: left;
  width: auto;
  left: auto;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
  animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.box-container-sw {
  max-width: 700px;
  margin: auto;
  position: relative;
  min-height: 22px;
  line-height: 18px;
  padding: 10px 0px;
}

.call-phone {
  background: url(../imgs/template/icons/call.svg) no-repeat left top 1px;
  padding-left: 22px;
}

.address-footer {
  background: url(../imgs/page/homepage3/address.png) no-repeat left top 1px;
  padding-left: 30px;
}

.time-footer {
  background: url(../imgs/page/homepage3/time.png) no-repeat left top 1px;
  padding-left: 30px;
}

.header {
  padding: 0px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #5E82AE;
  background: linear-gradient(0deg, #03162A, #03162A),
  linear-gradient(0deg, #5E82AE, #5E82AE);
  z-index: 1004;
  top: 0px;
  left: 0px;
}
.header .main-header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.header .main-header .header-logo {
  max-width: 190px;
  width: 10%;
  margin-right:20px;
  min-width: 65px;
}
.header .main-header .header-logo a {
  display: block;
}
.header .main-header .header-logo a img {
  min-height: 25px;
}
.header .main-header .header-menu {
  display: inline-block;
  text-align: center;
}
.header .main-header .header-menu .header-nav {
  display: inline-block;
  margin:0 30px
}

.header .main-header .header-account {
  width: auto;
  display:flex;
  min-width: 190px;
}
.city {
	display:flex;
}
.city a {
	color:#000;
}

.city_sale {
	margin: 0 0 0 20px;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
	height:17px;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 4px;
    background: #13E554;
    color: #000;
    border-radius: 4px;
    transition: all 0.15s ease-out;
    overflow: hidden;
}
.city_title {
  font-size: 24px;
  font-weight: 600;
  display: inline;
  text-transform: uppercase;
}
.city_title span {
  color: #0080FF;
}
.city_text {
  font-size: 16px;
}

.region_city {
	font-size: 8px;
    position: absolute;
    top: -10px;
    left: 30px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.phone_callback a {
	color:#fff;
	text-align:center;
	margin-left:30px;
	text-decoration:none;
}



.header .main-header .header-account .account-icon {
  text-decoration: none;
  position: relative;
}
.search {
	width: 100px;
    height: 50px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.search a{
	line-height: 3;
}
.header .main-header .header-account .account-icon svg {
  fill: #C5D7ED !important;
  color: #C5D7ED !important;
}
.header .main-header .header-account .account-icon:hover svg {
  color: #0080FF !important;
  fill: #0080FF !important;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px 0px 0px 10px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .number-tag {
  position: absolute;
  top: -9px;
  right: -15px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
.header .main-menu > li {
  padding: 23px 0px 23px 0px;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
}
.header .main-menu li.has-children > a::after {
  content: "";
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  display: none;
}
.header .main-menu li.has-mega-menu {
  position: static;
}

.header .main-menu li.has-mega-menu .sub-menu ul {
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #B9CAD0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #C5D7ED;
  line-height: 20px;
  display: block;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.header .main-menu li a:hover {
  color:  #0080FF;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: -999999;
  min-width: 220px;
  border-radius: 0px;
  padding: 10px 0px 10px 0;
  background-color: #ffffff;
  border: 0px solid #CDE2E7;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}
.header .main-menu li ul li {
  width: 100%;
  display:none
}
.header .main-menu li ul li a {
  font-size: 17px;
  color: #111111;
  position: relative;
  padding: 6px 22px 6px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
 
  transition: 0.2s;
  border-radius: 0px;
  color: #C8815F;
}
.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li:hover > ul, .header .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header .main-menu li:hover > ul li, .header .main-menu li:hover > .sub-menu li {
  width: 100%;
}
.header .main-menu li:hover > .mega-menu {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% - 20px);
  visibility: visible;
}

.header .box-top-header {
  background-color: #F9F9F9;
  padding: 12px 0px;
}
.header .top-header {
  display: flex;
  align-items: center;
}
.header .top-header .socials-media {
  min-width: 115px;
}
.header .top-header .socials-media .social-icons-top {
  display: inline-block;
  height: 24px;
  width: 24px;
}
.header .top-header .socials-media .social-icons-top.fb {
  background-image: url(../images/fb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}
.header .top-header .socials-media .social-icons-top.insta {
  background-image: url(../images/insta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}
.header .top-header .socials-media .social-icons-top.tw {
  background-image: url(../images/tw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .top-header .top-menu {
  display: inline-block;
  padding-left: 15px;
  width: 100%;
}
.header .top-header .top-menu .menu-top li {
  display: inline-block;
  padding-right: 19px;
}
.header .top-header .top-menu .menu-top li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
}
.header .top-header .lang-currency {
  min-width: 180px;
  text-align: right;
}
.header .top-header .lang-currency .dropdown {
  display: inline-block;
}
.header .top-header .lang-currency .dropdown .btn.btn-line-bottom {
  color: #111111;
}
.header .top-header .lang-currency .dropdown .btn.btn-line-bottom:after {
  background-image: url(../images/arrow-down-grey.svg);
}
.header .top-header .lang-currency .dropdown:last-child .btn.btn-line-bottom {
  padding-right: 0px;
}

.link-underline {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 5px 20px;
  text-decoration: none;
  color: #0080FF;
  border-radius:8px;
  background:#fff;
  display: inline-block;
}

.link-underline-white {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

.mobile-menu-head {
  padding: 15px 20px 15px;
  position: relative;
  border-bottom: 1px solid #03162A;
}

.close-mobile, .back-mobile {
  position: absolute;
  top: 15px;
  right: 30px;
}

.box-head-2 {
  display: none;
}

.sticky-bar.stick {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1004;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #5E82AE;
  background: linear-gradient(0deg, #03162A, #03162A),
linear-gradient(0deg, #5E82AE, #5E82AE);

}
.sticky-bar.stick .box-top-header {
  display: none;
}

.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 100vh;
  width: 100%;
  position: relative;
  max-width: 430px;
  padding: 0px 20px 0px 20px;
  display: inline-block;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  border: 0px solid #3D565F;
  border-radius: 4px;
  z-index: 2345;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  min-width: 170px;
}

.dropdown-item {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #DDDDDD;
  text-decoration: none;
  background-color: #999999;
}

.dropdown-sort .dropdown-menu {
  padding: 0px;
}
.dropdown-sort .dropdown-item {
  font-weight: 400;
  padding: 10px 15px;
  color: #111111;
}
.dropdown-sort .dropdown-item.active, .dropdown-sort .dropdown-item:active, .dropdown-sort .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #555555;
}

.dropdown-language .dropdown-item img {
  margin-right: 5px;
}

.box-dropdown-cart {
  position: relative;
}
.box-dropdown-cart .dropdown-account {
  padding: 25px 25px;
  width: 150px;
}
.box-dropdown-cart .dropdown-account ul li {
  margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a {
  color: #fff;
  text-decoration: none;
}
.box-dropdown-cart .dropdown-account ul li a img {
  float: left;
  margin: 4px 10px 0px 0px;
}

.dropdown-cart {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -70px;
  top: calc(100% + 22px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  padding: 22px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #3D565F;
}
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}

.dropdown-account {
  width: 200px;
  right: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 30px);
  border-radius: 8px;
  z-index: 99;
  width: 220px;
  background-color: #000000;
  padding: 22px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #000000;
}
.dropdown-account.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
  margin: 0;
}
.dropdown-account ul li a {
  color: #fff;
}
.dropdown-account ul li a:hover {
  color: #024430;
}

.item-cart {
  display: flex;
  text-align: left;
}
.item-cart .cart-image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}
.item-cart .cart-image img {
  width: 100%;
}
.item-cart .color-brand-3:hover {
  color: #024430 !important;
}

.search-post svg {
  height: 16px;
  color: #071920;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 60px;
  max-width: 430px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #03162A;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
  padding-top: 0px;
}
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 0px 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid #CDE2E7;
  padding: 15px 30px 15px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 60px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: 0;
  margin-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
  max-width: 430px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: flex;
  position: static;
  padding: 15px 0 15px 0;
  border-bottom:1px solid #5E82AE;
  align-items: center;
  justify-content: space-between;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: auto;
  position: relative;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 24px;
  line-height: 44px;
  top: auto;
  color: #fff;
  background-image: url(./images/icon-next.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #fff;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a:hover {
  color: #fff;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 0px 0 0px 10px;
  position: absolute;
  top: 0px;
  left: -430px;
  width: 100%;
  background: #03162A;
  z-index: 1234;
  height: 100%;
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul.menu-show {
  left: 0px;
  padding: 0px 20px 0px 20px!important;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #5E82AE;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 17px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
 
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr {
  padding: 0 0 0 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
  background-color: #B9CAD0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #ccc;
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #071920;
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #071920;
  margin-right: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border nav {
  display: inline-block;
  width: 100%;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #071920;
  padding-bottom: 20px;
}

.burger-icon {
  position: absolute;
  width: 20px;
  height: 22px;
  cursor: pointer;
  top: 17px;
  right: 2px;
  z-index: 1004;
}
.burger-icon.burger-close {
  width: 20px;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}
.burger-icon > span.burger-icon-top {
  top: 0px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 4px;
}
.burger-icon > span.burger-icon-mid {
  top: 7px;
}
.burger-icon.burger-close {
  position: fixed;
  top: 15px;
  right: 27px;
}
.burger-icon.burger-close span {
  height: 2px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 10px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.header-type6 .burger-icon {
  top: 14px;
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #fff;
}

.burger-icon.burger-close.burger-icon-white > span::before,
.burger-icon.burger-close.burger-icon-white > span::after {
  background-color: #fff;
}

.mobile-search form {
  background-color: #F6E5CF;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #122830;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #B9CAD0;
  border-bottom: thin solid #B9CAD0;
}
.mobile-account ul.mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 8px 0;
}
.mobile-account ul li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #071920;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #071920;
}

.box-download-app {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDE2E7;
  border-top: 1px solid #CDE2E7;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-tabs-mobile {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.nav-tabs-mobile li {
  padding: 0px;
  position: relative;
}
.nav-tabs-mobile li a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #024430;
}
.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #024430;
}
.nav-tabs-mobile li a:hover, .nav-tabs-mobile li a:hover *, .nav-tabs-mobile li a.active {
  color: #06D6A0;
}
.nav-tabs-mobile li a:hover::before, .nav-tabs-mobile li a:hover *::before, .nav-tabs-mobile li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #06D6A0;
}
.nav-tabs-mobile li a.active * {
  color: #06D6A0;
}

.notifications-item {
  padding: 20px 0px 0px 0px;
}
.notifications-item .item-notify {
  margin-bottom: 30px;
  display: flex;
}
.notifications-item .item-notify .item-image {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  margin-right: 15px;
}
.notifications-item .item-notify .item-info {
  width: 100%;
}
.notifications-item .item-notify .item-time {
  width: 63px;
  max-width: 63px;
  margin-left: 20px;
  min-width: 63px;
}

.footer {
  background-color: #03162A;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 20px 0px 0px 0px;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 12px;
}
.footer .menu-footer li a {
  color: rgba(255, 255, 255, 0.8352941176);
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.social {
  display: inline-flex;
}
.social a {
  margin: 10px;
  text-align: end;
}
.footer .contact-footer {
  color: rgba(255, 255, 255, 0.8352941176);
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.contact-footer a {
  color: rgba(255, 255, 255, 0.8352941176);
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  transition-duration: 0.2s;
  text-decoration: none;
}
.footer .desc-company {
  margin-bottom: 24px;
}
.footer .phone-footer, .footer .email-footer {
  margin-bottom: 8px;
}
.footer p.color-white {
  color: rgba(255, 255, 255, 0.8352941176);
}
.footer.footer-white {
  background-color: #ffffff;
  border-top: 1px solid #EEEEEE;
}
.footer.footer-white .color-white {
  color: #111111;
}
.footer.footer-white .menu-footer li a {
  color: rgba(17, 17, 17, 0.7725490196);
}
.footer.footer-white .desc-company {
  color: rgba(17, 17, 17, 0.7725490196) !important;
}
.footer.footer-white .btn.btn-line-bottom {
  color: rgba(17, 17, 17, 0.7725490196);
  border-bottom-color: #DDDDDD;
}
.footer.footer-white .btn.btn-line-bottom:after {
  background-image: url(../images/arrow-down-grey.svg);
}
.footer.footer-white .footer{
  border-top-color: #EEEEEE;
}
.footer.footer-white p.color-white {
  color: rgba(17, 17, 17, 0.7725490196);
}


.logo-footer {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.footer{
  border-top: 1px solid rgba(238, 238, 238, 0.2196078431);
}

.footerBorder {
  position: relative;
}
.footerBorder::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.231372549);
  position: absolute;
  left: -10px;
  top: 0px;
}

.footer-bottom {
  padding: 40px 0px 20px 0px;
}

.menu-bottom {
  display: inline-block;
  padding-left: 20px;
}
.menu-bottom li {
  display: inline-block;
  color: #fff;
  padding: 0px 20px;
}
.menu-bottom li a {
  color: #fff;
}
.menu-bottom li a:hover {
  color: #22C58B;
}

.bg-download {
  background-color: #F8F4F1;
  background-image: url(../imgs/page/homepage1/bg-download.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

.bg-download-2 {
  background-image: url(../imgs/page/homepage2/bg-download.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download-2 .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download-2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

.bg-download-3 {
  background-image: url(../imgs/page/homepage3/bg-download-3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download-3 .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download-3::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

#scrollUp {
  width: 56px;
  height: 56px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #024430;
}
#scrollUp i {
  display: block;
  line-height: 56px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  background-color: #066a4c;
}

footer a:hover {
  text-decoration: none;
}

.icon-socials {
  display: inline-block;
  margin-right: 8px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.icon-socials:last-child {
  margin-right: 0px;
}
.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/fb.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/fb.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-twitter {
  background: url(../imgs/template/icons/tw.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter:hover {
  background: url(../imgs/template/icons/tw.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  border-radius: 50%;
}

.box-footer-top {
  padding: 30px 0px 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ml-3 {
  margin-left: 3px;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

@media screen and (max-width: 768px) {
		.mr-50 {
		margin-right:0!important;
	}
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author img {
  max-width: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  margin-right: 10px;
}
.box-author .author-info .author-name {
  display: block;
}
.box-author .author-info img {
  width: 12px;
  height: auto;
  border-radius: 0;
  margin-right: 0px;
  max-width: 100%;
}

.list-faqs {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 0px;
}
.list-faqs li {
  margin-bottom: 15px;
  width: 100%;
}
.list-faqs li a {
  display: flex;
  padding: 14px 26px 16px 26px;
  border: 1px solid #ECF1F2;
  color: #4E6770;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.list-faqs li a span {
  width: 100%;
  display: inline-block;
}
.list-faqs li a svg {
  display: inline-block;
  margin-top: 4px;
  transition-duration: 0.2s;
}
.list-faqs li a:hover, .list-faqs li a.active {
  background-color: #066a4c;
  color: #FFE7BB !important;
}
.list-faqs li a:hover svg, .list-faqs li a:hover *, .list-faqs li a.active svg, .list-faqs li a.active * {
  color: #FFE7BB !important;
}
.list-faqs li a:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}

.box-pagination-testimonials {
  position: relative;
  display: inline-block;
}
.box-pagination-testimonials .firstNumber, .box-pagination-testimonials .lastNumber {
  position: absolute;
  top: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.box-pagination-testimonials .firstNumber {
  left: 0px;
}
.box-pagination-testimonials .lastNumber {
  right: 0px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials {
  text-align: left;
  position: relative;
  padding: 0px 34px 0px 30px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.2;
  margin: 0px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
  height: 2px;
}

.box-testimonials {
  background-image: url(../imgs/page/homepage1/bg-testimonials.png);
  background-repeat: no-repeat;
  background-position: top right 35%;
}

.block-shop-1 {
  padding: 90px 0px 80px 0px;
  background-color: #ffffff;
}

.box-page-swiper {
  position: absolute;
  top: -87px;
  right: 0px;
}
.box-page-swiper .swiper-button-prev, .box-page-swiper .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  display: inline-block;
  position: relative;
}

.nav-tabs {
  border-bottom: 0px;
  justify-content: center;
}

.nav-tabs li {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-tabs li:last-child {
  padding-right: 0px;
}
.nav-tabs li:first-child {
  padding-left: 0px;
}

.nav-tabs .nav-link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: #999999;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border: 0px;
  border-bottom: 2px solid #C8815F;
  color: #C8815F;
}

.box-tabs {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.box-padding {
  text-align: center;
  padding: 30px 20px;
}

.box-sale-event {
  background-color: #F6E5CF;
}

.block-testimonials-type-1 {
  padding: 100px 0px;
}

.instagram-title {
  display: inline-block;
  padding: 0px 0px 0px 30px;
  background: url(../images/instagram.svg) no-repeat left center;
}

.box-gallery-instagram {
  display: flex;
  align-items: center;
  margin: 40px 0px 0px 0px;
}
.box-gallery-instagram .gallery-item {
  padding-right: 5px;
  width: 20%;
}
.box-gallery-instagram .gallery-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.box-gallery-instagram .gallery-item:last-child {
  margin-left: 0px;
}

.box-subsciber {
  padding: 40px 0px 40px 0px;
  max-width: 550px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #5E82AE;
}
.box-subsciber .text-subscribe {
  margin-top: 12px;
  margin-bottom: 40px;
}

.box-form-subscribe {
  display: inline-block;
  width: 100%;
  border: 1px solid #56708F;
  border-radius: 4px;
  background-color: #56708F;
}
.box-form-subscribe .form-sub {
  display: flex;
  color: #fff;
}
.box-form-subscribe .form-sub .form-control {
  border: 0px;
  padding: 5px 20px;
  height: 40px;
  background-color: #56708F;
}
.box-form-subscribe svg {
  width: 30px;
  height: 39px;
  margin-left: 12px;
}
.box-form-subscribe .btn-subscribe {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  background: var(--Blue-500, #0080FF);
  padding: 5px 20px;
}
.box-form-subscribe .btn-subscribe:hover {
  color: #0080FF;
  background-color: #fff;
}
.image-sale-event img {
  display: block;
}

.text-17-medium.tone-red {
  margin-right: 7px;
}

.box-title-between {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.box-feature-cat {
  padding: 64px 0px;
}

.nav-tabs-big .nav-link {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.block-product-tabs {
  padding-bottom: 50px;
}

.box-blogs {
  padding: 80px 0px 50px 0px;
}

.box-subsciber-type-1 {
  max-width: 100%;
  text-align: left;
}

.box-sale-countdown {
  background-color: #ECC6C2;
}
.box-sale-countdown img {
  display: block;
}

.box-info-sale-countdown {
  padding-left: 30px;
}

.box-home3-style .container {
  max-width: 1344px;
}

.link-underline-2 {
  display: inline-block;
  padding: 5px 25px;
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.box-category-type-2 {
  padding: 20px 0px;
}

.box-tabs-left {
  text-align: left;
  margin-top: 28px;
}

.box-new-in {
  padding: 40px 0px;
}

.nav-tabs-medium {
  text-align: left;
  justify-content: flex-start;
}
.nav-tabs-medium .nav-link {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.nav-tabs-medium .nav-link.active, .nav-tabs-medium .nav-link:hover {
  border-bottom: 0px;
}
.nav-tabs-medium.nav-tabs li {
  padding-left: 0px;
  padding-right: 100px;
  position: relative;
}
.nav-tabs-medium.nav-tabs li:last-child {
  padding-right: 0px;
}
.nav-tabs-medium.nav-tabs li::before {
  content: "";
  height: 1px;
  width: 48px;
  background-color: #111111;
  position: absolute;
  right: 25px;
  top: 50%;
}
.nav-tabs-medium.nav-tabs li:last-child::before {
  display: none;
}

.block-grid-video {
  height: 600px;
  width: 100%;
  background: url(../images/grid-video.png) no-repeat top center;
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.box-text-grid-video {
  position: relative;
  text-align: center;
}

.block-trending-now {
  padding: 80px 0px;
}

.hasborder {
  border-right: 1px solid #EEEEEE;
}

.block-icon-box {
}

.box-gallery-instagram-type-5 {
  display: flex;
  width: 100%;
  margin: 40px -2px 0px -2px;
}

.gallery-1 {
  display: inline-block;
  width: 39.5%;
  padding: 0px 2px;
}
.gallery-1 img {
  width: 100%;
}

.gallery-2 {
  width: 61.5%;
  padding: 0px 2px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-2 img {
  width: 32.33%;
  margin-left: 1%;
  display: inline-block;
  height: auto;
  margin-bottom: 1%;
}

.block-instagram-type-5 {
  padding: 40px 0px;
}


.icon-box-type1 {
  background-color: #F9F9F9;
  padding: 24px 0px 4px 0px;
}

.box-icon-type-1 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.box-icon-type-1 .item-image {
  margin-right: 20px;
}
.box-icon-type-1 .item-image img {
  max-height: 36px;
}

.block-trending {
  padding: 60px 0px 0px 0px;
}

.block-instagram-type-3 {
  position: relative;
}
.block-instagram-type-3 .box-gallery-instagram .gallery-item {
  padding-right: 0px;
}

.nav-tabs-style-2 .nav-link {
  color: #555555;
}
.nav-tabs-style-2 .nav-link.active, .nav-tabs-style-2 .nav-link:hover {
  color: #C8815F;
  border-bottom: 2px solid #C8815F;
}

.block-about {
  padding: 50px 0px 100px 0px;
}

.block-collection-1 {
  padding: 80px 0px 50px 0px;
}

.image-background {
  background: url(../images/img-collection2.png) no-repeat right center;
  background-size: auto;
}

.box-info-collection-1 {
  padding-left: 40px;
  position: relative;
}

.block-what-trending {
  padding: 80px 0px 20px 0px;
}

.box-tabs-center .nav-tabs-medium {
  justify-content: center;
}

.block-feature-collection {
  padding: 80px 0px 50px 0px;
}

.box-bestseller-home7 {
  padding: 80px 0px 0px 0px;
}

.box-category-home7 {
  padding: 80px 0px;
}
.box-category-home7 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.box-category-home7 .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.block-instagram-type4-home7 {
  padding: 80px 0px 0px 0px;
}

.block-product-home8 {
  padding: 80px 0px;
}

.block-collection-home8 {
  padding-top: 80px;
}

.box-grid-image-sale {
  height: 600px;
  width: 100%;
  background-image: url(../images/grid-sale.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.box-grid-sale {
  padding: 0px 0px 80px 0px;
}

.box-dropdown-1 {
  position: absolute;
  bottom: 225px;
  left: 240px;
}

.box-dropdown-2 {
  position: absolute;
  bottom: 160px;
  right: 210px;
}

.box-dropdown-2 .dropdown-menu, .box-dropdown-1 .dropdown-menu {
  padding: 15px;
  min-width: 270px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}

.box-pagination-leftright {
  position: static;
}
.box-pagination-leftright .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -40px;
  right: auto;
}
.box-pagination-leftright .swiper-button-next {
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -18px;
  right: -40px;
}
.box-pagination-leftright .swiper-pagination {
  bottom: -60px !important;
}

.block-grid-body {
  height: 600px;
  width: 100%;
  background: url(../images/grid-body.png) no-repeat bottom center;
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.box-grid-info-home10 {
  padding: 0px 0px 0px 70px;
}

.block-cat-homepage10 {
  padding: 80px 0px 0px 0px;
}

.box-button-leftright .swiper-button-next, .box-button-leftright .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -55px;
}
.box-button-leftright .swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
	display:none
}
.swiper-button-next:after {
	display:none
}

.box-button-leftright .swiper-button-next {
  left: auto;
  right: 10px;
}

.block-collection-homepage10 {
  background-color: #F2F2EF;
  padding: 80px 0px 70px 0px;
}

.block-new-product {
  padding: 80px 0px 50px 0px;
}

.box-slide-collection {
  max-width: 370px;
  margin: auto;
  position: relative;
  margin-left: 100px;
}

.nav-tabs-small .nav-link {
  color: #555555;
}
.nav-tabs-small .nav-link.active, .nav-tabs-small .nav-link:hover {
  border-bottom-color: #C8815F;
}

.header-search .form-control {
  border: 0px;
  border-bottom: 1px solid #EEEEEE;
  padding: 5px 5px 5px 35px;
  background-color: #ffffff;
  height: 37px;
  border-radius: 0px;
}

.box-product-pets {
  padding: 80px 0px;
}

.block-testimonials {
  background-color: #F9F9F9;
  padding: 80px 0px;
}

.block-collection-type3 .box-collection-type3 {
  background-color: #FFF5D8;
}
.block-collection-type3 .box-collection-type3 .box-padding {
  text-align: left;
}

.block-cat-homepage11 {
  padding: 80px 0px 80px 0px;
}

.box-col {
  background-color: #E9F3F6;
  border-radius: 10px;
  padding: 30px;
}
.box-col .row {
  align-items: center;
}

.box-col img {
  max-height: 214px;
}

.block-cols {
  padding: 30px 0px 0px 0px;
}

.title-line-bottom {
  position: relative;
  padding-bottom: 30px;
}
.title-line-bottom::before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #111111;
  position: absolute;
  bottom: 6px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.block-why-best {
  padding: 80px 0px 0px 0px;
}

.block-about-homepage12 {
  background-color: #F9F7F1;
  padding: 100px 0px;
}

.box-about-image-homepage12 {
  text-align: center;
  max-width: 440px;
  margin: auto;
}

.box-about-homepage12 {
  padding-left: 0px;
}

.block-review {
  padding: 80px 0px 0px 0px;
}

.block-product-ads {
  border-top: 1px solid #2B4059;
  padding: 80px 0px 0px 0px;
}
.card-product-ads img {
  width: 100%;
  border-radius: 5px;
}

.block-featured-products {
  background-color: #F9F9F9;
  position: relative;
}
.block-featured-products .row {
  margin: 0px;
}
.block-featured-products .row .col-lg-6 {
  padding: 0px;
}

.box-abs-feature {
  position: absolute;
  top: 0px;
  width: 100%;
  max-height: 575px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

.box-slide-featured {
  padding: 20px 0px;
}
.box-slide-featured .cardProductSmall {
  margin-bottom: 0px;
}

.swiper-auto-200 .swiper-slide {
  max-width: 200px;
}

.logo_brands {
	border-radius:8px;
	height:100px;
	display: flex; 
	background:#fff;
	box-shadow: 0px 12px 24px 0px #0281FF;
    filter: drop-shadow(0px 0px 56.196px rgba(2, 129, 255, 0.3));
    justify-content: center;
    align-items: center;
}
.row-space-small {
  margin-left: -3px;
  margin-right: -3px;
}
.row-space-small [class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.block-grid-collection {
  padding: 10px 0px 80px 0px;
}

.box-collection-1 {
  background-color: #F9F7F1;
  padding: 60px 30px 124px 30px;
  background-image: url(../images/collection.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.box-collection-2 {
  background-color: #FFEEEA;
  padding: 60px 30px 124px 30px;
  background-image: url(../images/collection2_1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
}

.box-collection-3 {
  background-color: #EBF2F6;
  padding: 60px 30px 124px 30px;
  background-image: url(../images/collection3_1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
}

.block-testimonials-type3 {
  padding: 80px 0px 40px 0px;
  background-color: #F9F9F9;
  margin-bottom: 40px;
}

.block-intro {
  padding: 80px 0px;
}

.box-cat {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}
.box-cat img {
  display: block;
  width: 100%;
}
.box-cat .box-link {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}
.box-cat .link-cat {
  background-color: #ffffff;
  color: #111111;
  font-size: 24px;
  line-height: 32px;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
}
.box-cat .link-cat:hover {
  background-color: #111111;
  color: #fff;
}

.homepage14-page {
  background-color: #F9F9F9;
}

.swiper-pagination-popular-product {
  position: static;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  max-width: 400px;
  margin-top: 45px !important;
  height: 2px;
  background-color: #eee;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-drag {
  background-color: #111111;
}

.block-grid-street {
  height: 650px;
  background-image: url(../images/street.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.box-grid-street {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  left: 0px;
}
.box-grid-street * {
  color: #fff;
}

.block-testimonials-type4 {
  background-color: #F9F9F9;
  padding: 0px 0px;
}

.block-product-detail {
  background-color: #ffffff;
  padding: 80px 0px;
}

.block-popular-product {
  padding-bottom: 80px;
  padding-top: 50px;
}

.title-product {
  margin-bottom: 4px;
}

.block-rating {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.block-rating img {
  margin-right: 2px;
}
.block-rating span {
  margin-left: 7px;
}

.block-price {
  margin-bottom: 24px;
}
.block-price .price-line {
  font-size: 24px;
  line-height: 32px;
  color: #999999;
  display: inline-block;
  margin-right: 11px;
}
.block-price .price-main {
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  color: #111111;
}

.block-view {
  margin-bottom: 24px;
}
.block-view .viewed-product {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #111111;
  background: url(../images/eyes.svg) no-repeat left center;
  padding-left: 30px;
}

.block-hurry {
  margin-bottom: 24px;
}
.block-hurry p.tone-red {
  margin-bottom: 12px;
}
.block-hurry .box-count .deals-countdown .countdown-section {
  border-color: #ED0006;
}

.block-color, .block-size {
  margin-bottom: 21px;
}
.block-color span, .block-color label, .block-size span, .block-size label {
  color: #555555;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin-right: 9px;
}
.block-color label, .block-size label {
  color: #111111;
}
.block-color .list-colors, .block-size .list-colors {
  margin-top: 10px;
}

.block-size {
  margin-bottom: 24px;
}

.list-sizes {
  margin-top: 10px;
}
.list-sizes .item-size {
  height: 42px;
  line-height: 42px;
  padding: 0px 12px;
  border: 1px solid #555555;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.list-sizes .item-size.out-stock {
  color: #999999;
  border-color: #EEEEEE;
  text-decoration: line-through;
}
.list-sizes .item-size.active, .list-sizes .item-size:hover {
  border-color: #111111;
  color: #111111;
}

.box-list-sizes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.box-list-sizes .link-underline {
  color: #999999;
  border-bottom-color: #999999;
}
.box-list-sizes .link-underline:hover {
  color: #111111;
  border-bottom-color: #111111;
}

.box-form-cart {
  display: flex;
  width: 100%;
}
.box-form-cart .form-cart {
  min-width: 136px;
  max-width: 136px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
  height: 48px;
  margin-right: 8px;
}
.box-form-cart .form-cart .minus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 54px;
  height: 100%;
  z-index: 2;
  background-image: url(../images/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.box-form-cart .form-cart .plus {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  height: 100%;
  z-index: 2;
  background-image: url(../images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.box-form-cart .form-cart input[type=text] {
  border: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.box-form-cart .btn {
  width: 100%;
  margin-right: 8px;
}
.box-form-cart .btn:last-child {
  margin-right: 0px;
}

.box-slider-product-images {
  padding: 0px 60px;
}
.box-slider-product-images .box-button-leftright .swiper-button-prev {
  background: url(../images/arrow-prev-dark.svg) no-repeat center;
  left: 0px;
  border: 0px;
}
.box-slider-product-images .box-button-leftright .swiper-button-next {
  border: 0px;
  right: 0px;
  background: url(../images/arrow-next-dark.svg) no-repeat center;
}

.block-testimonials-type4 {
  padding-top: 80px;
}

.grid-homepage15 {
  background-color: #E8E8EA;
}
.grid-homepage15 .box-cover-image {
  background-position: right center;
  background-size: cover;
  min-height: 720px;
  height: auto;
  background-color: #E8E8EA;
}

.list-intros {
  position: relative;
  display: flex;
  align-items: center;
}

.item-intro {
  display: flex;
  align-items: flex-start;
  margin: 0px -10px;
}
.item-intro .item-intro-icon {
  min-width: 48px;
  max-width: 48px;
  margin-right: 10px;
  padding: 5px 0px 0px 10px;
}
.item-intro .item-intro-info {
  width: 100%;
  padding: 0px 50px 0px 10px;
}
.item-intro .item-intro-info h6 {
  margin-bottom: 8px;
}

.box-grid-video {
  background-image: url(../images/grid-video_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 183px 20px;
  text-align: center;
}

.box-grid-video-info {
  position: relative;
  color: #fff;
}

.nav-tabs-style-3 .nav-link {
  color: #555555;
}

.block-testimonials-type4-homepage15 {
  padding: 80px 0px;
}

.block-feature-product-home15 {
  background-color: #FFF8EF;
  padding: 80px 0px 50px 0px;
}
.block-feature-product-home15 .title-feature {
  margin-bottom: 8px;
}
.block-feature-product-home15 .title-main-feature {
  margin-bottom: 12px;
}

.block-grid-collection-home15 {
  background: url(../images/grid-collection.png) no-repeat top center;
  background-size: cover;
  padding: 159px 0px;
}

.grid-home-16 {
  height: 560px;
  background: url(../images/grid_1.png) no-repeat top right;
  width: 100%;
  background-color: #FFD24C;
  background-size: auto 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.grid-home-16-inner {
  position: relative;
  display: inline-block;
  padding: 40px 40px 70px 40px;
}



.grid-home-16-3 {
  background: url(../images/macbook.png) no-repeat bottom 15px right;
  background-color: #FFCC8F;
  padding: 24px 24px 55px 24px;
  margin-bottom: 30px;
  height: 265px;
}

.grid-homepage16 {
  padding-top: 40px;
}

.button-slide-square .swiper-pagination {
  text-align: left;
  bottom: 6px !important;
}
.button-slide-square .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  border: 0px solid #fff;
  margin: 0px 8px;
}
.button-slide-square .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #111111;
}
.button-slide-square .box-pagination-button {
  left: 7px;
}

.nav-tabs-style-4 .nav-link {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  color: #999999;
}
.nav-tabs-style-4 .nav-link.active, .nav-tabs-style-4 .nav-link:hover {
  color: #111111;
  border-bottom: 0px solid #C8815F;
}

.button-slide-square-2 .swiper-container {
  padding-bottom: 50px;
}
.button-slide-square-2 .box-pagination-button {
  left: 0px;
}
.button-slide-square-2 .swiper-pagination {
  text-align: center;
}
.button-slide-square-2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 16px 0px 0px;
  background-color: #999999;
}
.button-slide-square-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}

.grid-2-homepage16 {
  background-color: #007EE4;
  padding: 80px 0px;
  background-image: url(../images/bg1.png);
  background-position: bottom left 40px;
  background-repeat: no-repeat;
  position: relative;
}
.grid-2-homepage16::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 128px;
  height: 281px;
  width: 207px;
  background-image: url(../images/bg2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.grid-2-homepage16 .container {
  position: relative;
  z-index: 3;
}

.category-homepage16 {
  padding: 80px 0px;
}

.box-grid-3 {
  background-color: #FFCC8F;
  padding: 24px 0px 20px 32px;
}

.box-grid-3 {
  display: flex;
  min-height: 320px;
  max-height: 320px;
  overflow: hidden;
}
.box-grid-3 .box-grid-3-left {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
}
.box-grid-3 .box-grid-3-left .box-grid-3-image {
  margin-bottom: 20px;
  width: 100%;
}
.box-grid-3 .box-grid-3-left .box-grid-3-info {
  width: 100%;
}
.box-grid-3 .box-grid-3-right {
  text-align: right;
  width: 50%;
}
.box-grid-3 .box-grid-3-right img {
  max-height: 280px;
}
.box-grid-3.box-grid-3-2 {
  background-color: #A2D2FF;
}
.box-grid-3.box-grid-3-2 .box-grid-3-left .box-grid-3-image {
  margin-bottom: 20px;
}

.grid-3-homepage16 {
  padding-bottom: 80px;
}

.grid-home-17 {
  display: flex;
  align-items: center;
  height: 586px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  background-color: #B7E5FF;
  padding: 64px;
  background-image: url(../images/grid.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.container-grid {
  max-width: 1340px;
  margin: auto;
  padding: 0px 15px;
}

.grid-home-17-2 {
  display: flex;
  align-items: center;
  background-image: url(../images/grid2_1.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  height: 586px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  justify-content: center;
}
.grid-home-17-2 .grid-home-17-inner {
  text-align: center;
}

.icon-box-type1-white {
  background-color: #fff;
}

.grid-homepage17 .box-pagination-button .swiper-pagination {
  text-align: left;
  padding-left: 25px;
}

.grid-app-homepage17 {
  background-color: #F9F9F9;
  padding: 40px 0px;
  background-image: url(../images/grid3.png);
  background-repeat: no-repeat;
  background-position: right 172px center;
  height: 540px;
  margin-top: 40px;
}

.box-list-category {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px -5px;
}
.box-list-category .item-category {
  padding: 0px 5px;
  width: 16.667%;
}
.box-list-category .item-category .item-category-inner {
  border: 1px solid #EEEEEE;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
}
.box-list-category .item-category .item-category-inner .item-category-image {
  height: 120px;
  width: 100%;
  line-height: 120px;
  margin-bottom: 12px;
}
.box-list-category .item-category .item-category-inner .item-category-info {
  position: relative;
}

.box-best-sellers-home17 {
  padding-top: 60px;
}
.box-best-sellers-home17 .row {
  margin: 0px -4px;
}
.box-best-sellers-home17 .row .col-lg-3 {
  padding: 0px 4px;
}

.box-category-home17 {
  padding-top: 40px;
}

.grid-2-homepage17 {
  padding: 80px 0px 0px 0px;
}
.grid-2-homepage17 .box-grid-3 {
  border-radius: 8px;
}
.grid-2-homepage17 .box-grid-3-left {
  width: 40%;
}
.grid-2-homepage17 .box-grid-3-right {
  width: 60%;
}
.grid-2-homepage17 .box-grid-3-right img {
  max-height: 310px;
}

.container-grid-home18 {
  display: flex;
  width: 100%;
}
.container-grid-home18 .grid-main-1, .container-grid-home18 .grid-main-2 {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 90px;
  height: 720px;
  background-image: url(../images/grid_2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.container-grid-home18 .grid-main-2 {
  background-image: url(../images/grid2.png);
}

.menu-grid li a {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
}
.menu-grid li a:hover {
  color: #AFEAE4;
}

.grid-homepage19 {
  position: relative;
}
.grid-homepage19 .container-grid {
  width: 100%;
  padding: 0px 40px;
  max-width: 1360px;
}
.grid-homepage19 .grid-video {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0px 0px 95px 100px;
  background: url(../images/grid_3.png) no-repeat top center;
  background-size: cover;
  height: 640px;
}
.grid-homepage19 .grid-video::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 1;
  background: url(../images/bg-overlay.png) repeat;
}
.grid-homepage19 .grid-video .grid-video-inner {
  position: relative;
  z-index: 3;
}
.grid-homepage19 .grid-video .grid-video-inner * {
  color: #fff;
}

.collection-homepage19 {
  position: relative;
  width: 100%;
  padding: 0px 40px;
}
.collection-homepage19 .box-info-collection {
  background-color: rgba(255, 255, 255, 0.8901960784);
  padding: 36px;
  max-width: 370px;
  margin-left: 195px;
  position: absolute;
  top: 50%;
  z-index: 123;
  transform: translateY(-50%);
}
.collection-homepage19 .container-collection {
  max-width: 1360px;
  margin: auto;
  width: 100%;
  background: url(../images/grid2_2.png) no-repeat top right;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
  position: relative;
}
.collection-homepage19 .container-collection .point {
  position: absolute;
  top: 40%;
  left: 91%;
  height: 40px;
  width: 40px;
  background: url(../images/point.svg) no-repeat center;
}
.collection-homepage19 .container-collection .point .dropend {
  width: 100%;
  height: 100%;
}
.collection-homepage19 .container-collection .point .dropend button {
  background-color: transparent;
  border: 0px;
  height: 100%;
  width: 100%;
}
.collection-homepage19 .container-collection .point .dropend button:after {
  display: none;
}
.collection-homepage19 .container-collection .point .dropend .dropdown-menu {
  border-radius: 8px;
  padding: 0px;
}
.collection-homepage19 .container-collection .point.point-2 {
  top: 54%;
  left: 70%;
}
.collection-homepage19 .container-collection .point.point-3 {
  top: 80%;
  left: 53%;
}

.box-product-list-home19 {
  padding: 80px 0px 0px 0px;
}
.box-product-list-home19 .nav-tabs-style-4 {
  justify-content: flex-start;
}
.box-product-list-home19 .nav-tabs-style-4 .nav-link {
  font-size: 24px;
  line-height: 32px;
}

.box-news-home19 {
  padding: 60px 40px 90px 40px;
}

.grid-news-19 {
  max-width: 1360px;
  margin: auto;
  width: 100%;
  background: url(../images/bg-news.png) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.mw-270 {
  max-width: 270px;
  width: 100%;
}

.popup-product-collection {
  display: flex;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  min-width: 200px;
  align-items: center;
}
.popup-product-collection .popup-image {
  min-width: 64px;
  margin-right: 16px;
  max-width: 64px;
}
.popup-product-collection .popup-image img {
  display: block;
}
.popup-product-collection .popup-info {
  width: 100%;
}

.grid-homepage20 {
  padding: 180px 0px 120px 0px;
  background-color: #F9F9F9;
}

.box-image-grid-20 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.box-image-grid-20 .image-grid-1 {
  margin-right: 30px;
  margin-top: 40px;
}

.box-tip-home20 {
  padding: 80px 0px 50px 0px;
  background-color: #F9F9F9;
}

.box-product-2-home20 {
  padding: 80px 0px 0px 0px;
}

.box-grid-text-inner {
  position: relative;
  max-width: 370px;
  width: 100%;
}

.box-review-home20 {
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 45px;
  background: url(../images/quote.svg) no-repeat top left;
  max-width: 415px;
  width: 100%;
}

.box-texts {
  position: absolute;
  bottom: 79px;
  right: -356px;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  max-width: 423px;
  width: 100%;
  min-width: 423px;
}
.box-texts .text-1, .box-texts .text-2 {
  margin-bottom: 24px;
}
.box-texts .text-2 .text-white {
  width: 65px;
  display: inline-block;
  overflow: hidden;
}
.box-texts .text-2 .text-black {
  width: 140px;
  display: inline-block;
  overflow: hidden;
  text-align: right;
  direction: rtl;
}
.box-texts .text-3 .text-white {
  width: 67px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.box-texts .text-3 .text-black {
  width: 311px;
  display: inline-block;
  overflow: hidden;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
}

.box-product-home20 {
  padding: 120px 0px 40px 0px;
}

.box-grid-home21 {
  border-radius: 16px;
  background-color: #E3DCD3;
  padding: 0px 68px 0px 68px;
}
.box-grid-home21 .box-pagination-button {
  max-width: 100%;
  bottom: 30px;
}
.box-grid-home21 .button-slide-square-2 .swiper-pagination {
  text-align: left;
}
.box-grid-home21 .grid-info {
  padding-bottom: 100px;
}

.block-categories-home21 {
  padding: 40px 0px 40px 0px;
}

.block-grid-2-home21 {
  padding: 40px 0px;
}

.box-grid-video-2 {
  background: url(../images/grid-video_2.png) no-repeat top center;
  background-size: cover;
  padding: 153px 15px;
  text-align: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.box-grid-video-2 h1 {
  margin-bottom: 12px;
}
.box-grid-video-2 p {
  margin-bottom: 32px;
}
.box-grid-video-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.box-grid-video-2 .box-grid-video-inner {
  position: relative;
  z-index: 2;
}

.box-categories-slider-home21 {
  display: flex;
  align-items: center;
  width: 100%;
}
.box-categories-slider-home21 .box-categories-left {
  position: relative;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  padding-right: 70px;
}
.box-categories-slider-home21 .box-categories-right {
  position: relative;
  width: 100%;
}

.block-categories-slider-home21 {
  padding: 40px 0px;
}

.container-slider-padding {
  overflow: hidden;
}

.swiper-full-scroll .swiper-slide {
  max-width: 320px;
  width: 100%;
}
.swiper-full-scroll .swiper-pagination-popular-product {
  max-width: 100%;
}
.swiper-full-scroll .swiper-pagination-popular-product-2 {
  max-width: 100%;
}

.swiper-pagination-scrollbar-product, .swiper-pagination-scrollbar-product-2 {
  position: static;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  max-width: 100%;
  margin-top: 45px !important;
  height: 2px;
  background-color: #eee;
}

.swiper-slide .cardProductType03 {
  margin-bottom: 0px;
}

.box-product-border-radius .cardProductType03 .cardImage {
  overflow: hidden;
  border-radius: 12px;
}

.block-grid-video-home21 {
  padding: 40px 0px;
}

.block-products-slider-home21 {
  padding-bottom: 80px;
  padding-top: 40px;
}

.grid-homepage22 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.grid-homepage22 .swiper-pagination .swiper-pagination-bullet {
  border-color: #fff;
}

.box-cat-2 .box-link {
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.box-cat-2 .box-link .link-cat {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

.grid-2-homepage22 {
  background-color: #D8E7EC;
  padding: 182px 0px;
  background-image: url(../images/grid-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 40px 0px;
  position: relative;
}
.grid-2-homepage22 .box-dropdown-1 {
  left: auto;
  right: 41%;
  top: -5%;
  bottom: auto;
}
.grid-2-homepage22 .box-dropdown-2 {
  left: auto;
  right: 15%;
  top: 48%;
}
.grid-2-homepage22 .box-dropdown-3 {
  left: auto;
  right: 44%;
  top: 63%;
}

.box-dropdown-3 {
  position: absolute;
}

.box-dropdown-3 .dropdown-menu {
  padding: 15px;
  min-width: 270px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}

.grid-homepage23 {
  position: relative;
}
.grid-homepage23 .box-cover-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/overlay_1.png);
  z-index: 1;
}
.grid-homepage23 .box-grid-info {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 130px;
  top: 0px;
  transform: none;
  justify-content: center;
}

.block-best-seller-home23 {
  padding: 80px 0px 40px 0px;
}
.block-best-seller-home23 .tab-pane {
  position: relative;
}

.nav-tabs-upper {
  justify-content: flex-start;
}
.nav-tabs-upper .nav-link {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

.subsciber-type-1-bg {
  background-color: #F9F9F9;
}
.subsciber-type-1-bg .box-subsciber-type-1 {
  padding: 20px 0px 30px 0px;
}

.box-blogs-style-2 h3 {
  font-family: "Bebas Neue", sans-serif;
}
.box-blogs-style-2 .cardBlog .cardTitle * {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
.box-blogs-style-2 .cardBlog .cardTags a {
  color: #C8815F;
}
.box-blogs-style-2 .cardBlog .cardTags a:hover {
  color: #111111;
}

.box-grid-video-bg {
  background: url(../images/bg-video.png) no-repeat top center;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  position: relative;
}
.box-grid-video-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/overlay_1.png) no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.box-grid-video-bg .box-grid-video-info {
  position: relative;
  z-index: 3;
}
.box-grid-video-bg .box-grid-video-info h1 {
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 8px;
}
.box-grid-video-bg .box-grid-video-info p {
  margin-bottom: 24px;
}

.box-grid-video-bg-2 {
  background: url(../images/bg-video-2.png) no-repeat top center;
  background-size: cover;
}
.box-grid-video-bg-2::before {
  background: url(../images/overlay-w.png) no-repeat top center;
  background-size: cover;
}
.box-grid-video-bg-2 .box-grid-video-info h1, .box-grid-video-bg-2 .box-grid-video-info p {
  color: #111111;
}

.box-product-list-home23 {
  position: relative;
  padding-top: 80px;
}

.card-grid-summer {
  height: 320px;
  width: 100%;
  background: url(../images/summer.png) no-repeat right center;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}

.card-grid-mega {
  height: 320px;
  width: 100%;
  background: url(../images/mega.png) no-repeat right center;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}

.box-grid-home24 {
  position: relative;
  padding: 120px 0px;
  background: url(../images/grid_5.png) no-repeat top center;
  background-size: cover;
  width: 100%;
}
.box-grid-home24::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/overlay_1.png) no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.box-grid-home24 .box-grid-home24-inner {
  position: relative;
  z-index: 3;
  text-align: center;
}
.box-grid-home24 .box-grid-home24-inner h2 {
  margin-bottom: 16px;
}
.box-grid-home24 .box-grid-home24-inner p {
  margin-bottom: 24px;
}
.box-grid-home24 .box-grid-home24-inner h2, .box-grid-home24 .box-grid-home24-inner p {
  color: #fff;
}

.block-home-coffee {
  padding: 40px 0px 80px 0px;
}

.home-coffee-info {
  padding-left: 90px;
}

.box-grid-coffee-bg {
  background: url(../images/bg.png) no-repeat top center;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  justify-content: center;
  position: relative;
}
.box-grid-coffee-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ovelay.png) no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.box-grid-coffee-bg .box-grid-coffee-info {
  position: relative;
  z-index: 3;
  text-align: center;
}
.box-grid-coffee-bg .box-grid-coffee-info h1 {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
}

.box-grid-coffee-home24 {
  padding: 40px 0px;
}

.block-new-arrival-home24 {
  padding: 80px 0px 0px 0px;
}

.block-grid-home25 .box-grid-cover {
  height: 710px;
  background: url(../images/grid_1.jpg) no-repeat right top;
  background-size: contain;
  position: relative;
  padding-top: 160px;
}
.block-grid-home25 .box-grid-cover.cover-2 {
  background: url(../images/grid-2.jpg) no-repeat right top;
}
.block-grid-home25 .box-grid-cover.cover-3 {
  background: url(../images/grid-3.jpg) no-repeat right top;
}
.block-grid-home25 .button-slide-square-2 .swiper-pagination-grid {
  text-align: right !important;
  bottom: 30px !important;
  padding-right: 140px !important;
}
.block-grid-home25 .button-slide-square-2 .box-pagination-button {
  justify-content: flex-end !important;
}

.card-grid-grey {
  background-color: #F9F9F9;
  padding: 0px 0px 0px 40px;
}
.card-grid-grey img {
  max-height: 265px;
}

.block-grid-2-home25 {
  padding: 80px 0px 40px 0px;
}

.box-gallery-instagram-type2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-gallery-instagram-type2 .box-gallery-instagram-type2-inner {
  width: calc(100% + 150px);
  position: relative;
  margin-left: -150px;
  display: inline-flex;
}
.box-gallery-instagram-type2 .box-gallery-instagram-type2-inner .gallery-item {
  width: 25%;
  padding: 4px;
}

.block-week-highlight .button-slide-square-2 .box-pagination-button {
  left: auto;
  position: relative;
  top: auto;
  bottom: auto;
}
.block-week-highlight .button-slide-square-2 {
  width: 60%;
  margin-bottom: 40px;
}
.block-week-highlight .button-slide-square-2 .swiper-pagination {
  text-align: right;
  bottom: auto !important;
}

.title-dropdown .dropdown {
  display: inline-block;
}
.title-dropdown .dropdown .btn-arrow-right {
  padding: 0px 35px 5px 10px;
  background: url(../images/arrow-down_1.svg) no-repeat right center;
  outline: 0;
}
.title-dropdown .dropdown .btn-arrow-right::after {
  display: none;
}
.title-dropdown .dropdown .btn-arrow-right:focus {
  outline: 0;
  box-shadow: none;
  border: 0px !important;
}

.block-icon-box-type-4 {
  padding: 80px 0px 80px 0px;
}

.block-instagram-type-4 {
  padding-bottom: 40px;
}

.block-instagram-type-2 .box-gallery-instagram .box-gallery-instagram-type2-inner .gallery-item {
  position: relative;
  text-align: center;
}
.block-instagram-type-2 .box-gallery-instagram .box-gallery-instagram-type2-inner .gallery-item a {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #fff;
  color: #fff;
  font-style: italic;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  max-width: 141px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.block-instagram-type-2 .box-gallery-instagram .box-gallery-instagram-type2-inner .gallery-item a:hover {
  color: #C8815F;
  border-bottom-color: #C8815F;
}
.block-instagram-type-2 .box-gallery-instagram .box-gallery-instagram-type2-inner .gallery-item:hover a {
  display: inline-block;
}

.block-grid-home26 {
  position: relative;
}
.block-grid-home26 .box-pagination-button {
  bottom: 40px;
}
.block-grid-home26 .btn-prev-style-3 {
  background-image: url(../images/prev-grid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 80px;
}
.block-grid-home26 .btn-next-style-3 {
  margin-top: 20px;
  background-image: url(../images/next-grid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 80px;
}
.block-grid-home26 .box-grid-cover {
  background-color: #F9F9F9;
  padding-top: 60px;
}
.block-grid-home26 .box-grid-cover .box-grid-cover-inner {
  background-image: url(../images/grid_4.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 760px;
  display: flex;
  align-items: center;
}
.block-grid-home26 .box-grid-cover .box-grid-cover-inner.bg-2 {
  background-image: url(../images/grid2_3.png);
  background-color: transparent !important;
}
.block-grid-home26 .box-grid-cover .box-grid-cover-inner.bg-3 {
  background-image: url(../images/grid3_1.png);
  background-color: transparent !important;
}
.block-grid-home26 .box-grid-cover h1 {
  text-transform: uppercase;
}

.box-grid-video {
  width: 100%;
  height: 600px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.box-grid-video .btn-play-video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 100px;
  width: 100px;
  background: url(../images/btn-play.svg) no-repeat center;
}

.box-button-top-0 .box-page-swiper {
  top: 0px;
}

.block-moving-forward-home26 {
  padding: 80px 0px 40px 0px;
}

.block-categories-home26 {
  padding: 40px 0px;
}

.box-product-list-home26 .nav-tabs-style-4 .nav-link {
  font-size: 28px;
  line-height: 36px;
}

.block-icon-box-type3 {
  padding: 80px 0px;
}

.block-grid-home27 {
  background-image: linear-gradient(#ECE0D7, #D7C9BF);
}
.block-grid-home27 .box-grid-cover {
  height: 720px;
  background-image: url(../images/grid_6.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

.grid-2-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -2px;
}
.grid-2-col .box-grid-col {
  display: inline-block;
  width: 50%;
  padding: 0px 2px;
  text-align: center;
}
.grid-2-col .grid-grey {
  padding: 40px 10px 0px 10px;
  background-color: #F9F9F9;
}
.grid-2-col .grid-grey .grid-info-top {
  position: relative;
}
.grid-2-col .grid-grey .grid-info-top h3 {
  margin-bottom: 4px;
}
.grid-2-col .grid-grey .grid-info-top p {
  margin-bottom: 28px;
}
.grid-2-col .grid-grey .grid-image {
  margin-top: 49px;
}

.block-padding-40 {
  padding: 40px 0px;
}

.block-grid-2-home27 {
  padding-top: 150px;
}

.showbycategory-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -15px;
}
.showbycategory-list .item-category {
  width: 20%;
  padding: 15px;
  text-align: center;
}
.showbycategory-list .item-category a {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 150px;
  border: 1px solid #DDDDDD;
}
.showbycategory-list .item-category a span {
  display: inline-block;
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
}
.showbycategory-list .item-category a:hover {
  border-color: #C8815F;
}
.showbycategory-list .item-category a:hover span {
  color: #C8815F;
}

.block-grid-home28 {
  background-color: #FFECD7;
}
.block-grid-home28 .box-grid-cover {
  background-image: url(../images/lotus.png);
  background-repeat: no-repeat;
  background-position: bottom right 45%;
}

.box-image-grid {
  height: 820px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.card-category-grey {
  background-color: #F9F9F9;
  padding: 40px;
  margin-bottom: 30px;
  min-height: 313px;
  display: flex;
  align-items: center;
}
.card-category-grey.card-socks {
  background-image: url(../images/socks.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.card-category-grey.card-bras {
  background-image: url(../images/bras.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 70% auto;
}
.card-category-grey.card-legging {
  background-image: url(../images/leggings.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.block-legging-collection {
  background-image: url(../images/legging-collection2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  min-height: 428px;
  margin-bottom: 80px;
  padding-bottom: 0px;
}

.block-video-home28 {
  height: 600px;
  background-image: url(../images/bg-video_1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.brand-list {
  margin: 0px -30px;
  display: flex;
  align-items: center;
}
.brand-list .brand-item {
  width: 25%;
  padding: 0px 30px;
  margin-bottom: 40px;
}

.block-instagram-type-1 .gallery-1 {
  width: 40.5%;
}

.productNotsaleType02 .cardProduct .cardInfo {
  text-align: center;
}
.productNotsaleType02 .cardProduct .cardInfo .box-colors {
  justify-content: center;
}

.block-grid-home29 .box-grid-cover {
  height: 720px;
  background-image: url(../images/grid_7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  width: 100%;
}
.block-grid-home29 .box-grid-cover p {
  max-width: 420px;
}

.mw-650 {
  max-width: 650px;
  margin: auto;
}

.mw-500 {
  max-width: 500px;
  width: 100%;
}

.btn-prev-style-4 {
  background-image: url(../images/prev-sm.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 14px;
  width: 30px;
  margin-right: 5px;
}
.btn-prev-style-4:hover {
  background-image: url(../images/prev-sm-hover.svg) !important;
}

.btn-next-style-4 {
  background-image: url(../images/next-sm.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 14px;
  width: 30px;
}
.btn-next-style-4:hover {
  background-image: url(../images/next-sm-hover.svg) !important;
}

.box-title-slider .box-page-swiper {
  padding-top: 6px;
}

.block-earings-collection {
  background-color: #F3E7D4;
}

.box-image-video {
  position: absolute;
  bottom: -80px;
  right: -120px;
  z-index: 12;
}

.block-why-us-home29 {
  padding-bottom: 150px;
}

.mw-470 {
  max-width: 470px;
  position: relative;
}

.block-grid-home30 {
  background-color: #FDD3B9;
  overflow: hidden;
}
.block-grid-home30 .box-grid-cover .container-fluid {
  padding: 0px;
}
.block-grid-home30 .box-grid-cover .row {
  margin: 0px;
}
.block-grid-home30 .box-grid-cover .col-sm-6 {
  padding: 0px;
}
.block-grid-home30 .box-grid-cover img {
  display: block;
}
.block-grid-home30 .box-grid-cover .box-padding-left-grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-grid-home30 .box-grid-cover .box-padding-left-grid .box-padding-left-grid-inner {
  padding-left: 15px;
}

.block-grid-2-home30 {
  padding: 30px 10px 0px 10px;
}

.box-padding-left-grid-inner {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-sock-set {
  background-color: #FDD3B9;
  padding: 48px;
  background-image: url(../images/bg-sock.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 822px;
  width: 100%;
  max-width: 540px;
}

.block-hot-deal .cardProductStyle3 {
  margin-bottom: 30px;
}

.block-collection-home30 {
  background-color: #CBF3D9;
  overflow: hidden;
  position: relative;
}
.block-collection-home30 .box-padding-left-grid {
  padding-right: 40px;
}
.block-collection-home30 .container-fluid {
  padding: 0px;
}
.block-collection-home30 .container-fluid .row {
  margin: 0px;
}
.block-collection-home30 .container-fluid .row .col-lg-7, .block-collection-home30 .container-fluid .row .col-lg-5 {
  padding: 0px;
}
.block-collection-home30 img {
  display: block;
}

.block-last-size {
  padding: 80px 0px 110px 0px;
}
.block-last-size .container-slider-padding {
  position: relative;
  padding-bottom: 40px;
}
.block-last-size .container-slider-padding .swiper-pagination {
  left: 0px;
}
.block-last-size .container-slider-padding .swiper-pagination .swiper-pagination-bullet {
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 20px;
  height: 20px;
  margin: 0px 6px;
}
.block-last-size .container-slider-padding .swiper-pagination .swiper-pagination-bullet:hover {
  background-image: url(../images/dot-active.png);
  background-color: transparent;
}
.block-last-size .container-slider-padding .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/dot-active.png);
  background-color: transparent;
}

.block-grid-home31 .box-grid-cover {
  background-color: #111111;
  background-image: url(../images/grid_8.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 720px;
}
.block-grid-home31 .btn-border-white:hover {
  background-color: #fff;
  color: #111111;
}

.height-720 {
  height: 720px;
}

.image-story img {
  display: block;
}
.image-story .row {
  margin: 0px -4px;
}
.image-story .col-lg-12 {
  margin-bottom: 8px;
  padding: 0px 4px;
}
.image-story .col-lg-6 {
  padding: 0px 4px;
  margin-bottom: 8px;
}

.mw-410 {
  max-width: 410px;
  margin: auto;
}
.mw-410 p {
  text-align: justify;
}

.block-our-story {
  background: url(../images/bg-watch.png) no-repeat right 10% center;
}

.block-instagram-type-3-grey {
  background-color: #F9F9F9;
  padding-top: 20px;
  padding-bottom: 0px !important;
  margin-bottom: 40px;
}

.block-brands .brand-list .brand-item {
  width: 20%;
}
.block-brands .brand-list .brand-item img {
  display: block;
  margin: auto;
}

.nav-tabs-style-5 {
  margin-bottom: 40px;
}
.nav-tabs-style-5 .nav-item {
  padding: 0px 4px;
}
.nav-tabs-style-5 .nav-link {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #999999;
}
.nav-tabs-style-5 .nav-link:hover {
  color: #111111;
  border-bottom: 0px;
}
.nav-tabs-style-5 .nav-link.active {
  color: #111111;
  border-bottom: 0px;
  padding-right: 70px;
  position: relative;
}
.nav-tabs-style-5 .nav-link.active::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 20px;
  right: 7px;
}

.block-grid-home32 {
  background-color: #F8E7E0;
}
.block-grid-home32 .box-grid-cover {
  background-image: url(../images/grid_9.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  height: 720px;
}

.box-book-grey {
  background-color: #F9F9F9;
}

.img-book {
  margin-top: -25px;
  height: calc(100% + 15px);
}

.block-grid-book {
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-category-grid {
  position: relative;
}
.card-category-grid .btn {
  display: none;
  min-width: 190px;
}
.card-category-grid:hover .btn {
  display: inline-block;
}
.card-category-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.card-category-grid::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../images/mask.png);
}
.card-category-grid .card-info {
  position: absolute;
  top: 50%;
  z-index: 12;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  color: #fff;
}

.swiper-slide .card-category-grid .card-info {
  display: none;
}

.swiper-slide-active .card-category-grid .card-info, .swiper-slide-prev .card-category-grid .card-info, .swiper-slide-next .card-category-grid .card-info {
  display: block;
}

.box-image-collection {
  padding: 170px 10px;
  text-align: center;
  background: url(../images/bg-collection.png) no-repeat top center;
}

.box-image-collection-inner {
  max-width: 395px;
  margin: auto;
  color: #fff;
}
.box-image-collection-inner h2 {
  margin-bottom: 2px;
  color: #fff;
}
.box-image-collection-inner p {
  margin-bottom: 37px;
  color: #fff;
}


.block-grid-shop {
  background: rgba(238, 244, 251, 1);
}


.bg-category {
  height: 100%;
}
.info-category h3 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.info-category h1 {font-weight:500}
.info-category p {font-size:16px;}

.select_configuration {
	display: grid;
    align-items: flex-start;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
	font-size:12px;
	text-align:center;
}

.select_configuration img {
	width:100px;
	margin:0 auto;
	display:block;
	
}

.name-brend h1 {
  color: var(--Blue-900, #03162A);
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 24px;
}
.bg-category img {
  height: auto;
  width:100%;
  object-fit:fill;
}
.info-category {
  padding: 20px 40px 0 20px;
  
}
.block-banner-shop {
	background: #EEF4FB;
	overflow:hidden;
	height:100%;
}
/* вибір регіонів */
.page_contact h3 {
	display:none;
}
.page_contact .des_location {
	display:none;
}
.block-region {
	background: #EEF4FB;
}
.block-region h3 {
	font-size:2.5rem;
	font-weight:500;
	
}
.info_city {
	padding: 40px 60px;
	overflow-x: overlay;
    height: 500px;
}
.info-city-description {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #C5D7ED
}
.city_name {
	font-size: 18px;
    font-weight: 600;
}
.info-city-description a {
	text-decoration:none;
	color:#2B4059;
}
#regionInfo {
	margin-top:40px;
}
.breadcrumbs {
  margin-top: 8px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  padding: 0px 34px 0px 0px;
  position: relative;
}
.breadcrumbs ul li::before {
  content: "";
  height: 20px;
  width: 10px;
  background-image: url(./images/arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 11px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span  {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  text-decoration:none;
  color: #fff;
}
.breadcrumbs ul li span  {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration:none;
  color: #ccc;
}
.breadcrumbs ul li:last-child::before {
  display: none;
}
.breadcrumbs ul li:last-child a {
  color: #fff;
}

.box-filter-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.box-filter-top h1 {
	color:#fff;
	font-size:25px;
}

.show-sm {display:none;}
.number-product {
	color:#fff;
}
.box-sortby {
  margin-right: 16px;
}

.dropdown-sort .btn {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding-right: 20px;
  background-image: url(./images/sort.svg);
  background-position: right center;
  background-repeat: no-repeat;
  outline: 0;
}
.dropdown-sort .btn:focus, .dropdown-sort .btn:active, .dropdown-sort .btn:first-child:active, .dropdown-sort .btn.show {
  outline: 0;
  border-color: transparent;
}
.dropdown-sort .dropdown-toggle::after {
  display: none;
}

.box-sort {
  display: flex;
  align-items: center;
}

.box-view-style {
  display: flex;
  align-items: center;
}


.box-list-products {
  display: flex;
  flex-wrap: wrap;
  color:#fff;
}
.box-list-products .product-item {
  width: 33.33%;
  padding: 0px 10px;
}

.box-list-products .product-item-select {
  width: 25%;
  padding: 0px 10px;
}

.sticker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); 
}

.block-content-shop {
  padding: 60px 0px;
}
.box-filters-sidebar {
	background: #1B2532;
    color:#fff;
	padding:0 40px;
}
.box-filters-sidebar .title-filter {
  margin-bottom: 24px;
  margin-top: 8px;
}
.box-filters-sidebar .block-filter {
  padding: 24px 0px 10px 0px;
}
.box-filters-sidebar .block-filter .head-filter {
  margin-bottom: 20px;
}
.box-filters-sidebar .block-filter .item-collapse {
  margin-bottom: 20px;
  background-image: url(../images/arrow-up.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
.box-filters-sidebar .block-filter .item-collapse.collapsed-item {
  background-image: url(../images/arrow-down-collapse.svg);
}
.box-filters-sidebar .block-filter .list-sizes .item-size.active {
  font-weight: 500;
}
.show-products-btn {
	background: #0080FF;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    color: #fff;
	width:100%;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    border: none;
	margin-top:5px;
}

.show-products-btn:hover {
	background:#fff;
	color:#111111;
}
.box-collapse {
  overflow: hidden;
}

.list-colors li {
  margin-bottom: 12px;
  cursor: pointer;
}
.list-colors li .box-colors label {
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.list-colors li .box-colors .item-color {
  height: 24px;
  width: 24px;
  padding: 2px;
}
.list-colors li .box-colors .item-color::before {
  height: 18px;
  width: 18px;
  top: 2px;
  left: 2px;
}
.list-colors li.active .box-colors label {
  font-weight: 500;
}
.list-colors li.active .box-colors .item-color {
  border-color: #111111;
}

.box-your-filter {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.box-your-filter .block-text-filter {
  padding-right: 10px;
  min-width: 80px;
}
.box-your-filter .block-ele-filter {
  display: inline-block;
  width: 100%;
}
.box-your-filter .block-ele-filter .btn-tag-filter {
  margin-right: 12px;
}

.close-tag {
  display: inline-block;
  margin-left: 5px;
  height: 15px;
  width: 15px;
  background: url(./images/icon/close-tag.svg) no-repeat center;
}

.clear-filter {
  margin-left: 12px;
}

.grid-col-2 .product-item {
  width: 50% !important;
}
.grid-col-2 .product-item .cardProduct .cardImage {
  height: 600px;
  line-height: 600px;
}

.grid-col-3 .product-item {
  width: 33.33% !important;
}

.grid-col-4 .product-item {
  width: 25% !important;
}

.grid-col-5 .product-item {
  width: 20% !important;
}
.grid-col-5 .product-item .cardProduct .cardImage {
  height: 200px;
  line-height: 200px;
}

.list-filter-checkbox li {
  position: relative;
}
.list-filter-checkbox li ul {
  padding: 0px 0px 0px 35px;
  display: none;
}

.arrow-down {
  display: inline-block;
  height: 20px;
  width: 30px;
  background: url(../images/arrow-down-filter.svg) no-repeat center;
  vertical-align: middle;
  margin-bottom: 7px;
  cursor: pointer;
  margin-left: 2px;
}

.scrollFilter {
  max-height: 250px;
  height: 100%;
  position: relative;
}

.box-list-products-4 .product-item {
  width: 25%;
}

.shop-top-filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.left-filter {
  width: 40%;
}

.right-filter {
  width: 60%;
}
.right-filter .box-filter-top {
  margin-bottom: 0px;
}

.btn-open-filter {
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
}

.block-filter-middle {
  background-color: #F9F9F9;
  display: none;
}
.block-filter-middle .box-filters {
  display: flex;
  width: 100%;
  padding: 24px 0px;
}
.block-filter-middle .box-filters .block-filter {
  width: 20%;
  padding: 10px 0px 0px 20px;
  border-left: 1px solid #EEEEEE;
  border-top: 0px;
}
.block-filter-middle .box-filters .block-filter-big {
  width: 25%;
}

.box-your-filter-shop2 {
  margin-top: 32px;
  margin-bottom: 0px;
}

.box-list-products-shop-2 {
  margin-top: 32px;
}

.box-filters .head-filter {
  margin-bottom: 20px;
}

.block-filter-canvas {
  position: fixed;
  top: 0px;
  left: -300px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 12344;
  display: block;
  background-color: #ffffff;
  padding: 0px 24px 0px 24px;
  width: 100%;
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.block-filter-canvas.active {
  left: 0px;
  transition: all 0.3s ease-in-out;
}
.block-filter-canvas .box-filters {
  display: block;
}
.block-filter-canvas .box-filters .block-filter {
  width: 100%;
  padding: 24px 0px 10px 0px;
  border-left: 0px;
  border-top: 1px solid #EEEEEE;
}

.wrapper-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/trans.png);
  z-index: 12343;
  display: none;
}

.box-filters {
  display: flex;
  align-items: center;
}
.box-filters .dropdown-sort .btn {
  font-weight: 500;
}

.box-dropdown-filter {
  padding: 16px 20px;
}
.box-dropdown-filter .head-filter {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.dropdown-menu-category {
  min-width: 220px;
}

.list-category li {
  display: inline-block;
  padding: 0px 30px 0px 0px;
}
.list-category li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111111;
  display: inline-block;
}
.list-category li.active a, .list-category li:hover a {
  color: #C8815F;
  padding-bottom: 2px;
  border-bottom: 2px solid #C8815F;
}

.box-shop-category-top {
  padding-bottom: 70px;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.box-shop-category-top .box-pagination-leftright .swiper-button-prev, .box-shop-category-top .box-pagination-leftright .swiper-button-next {
  top: 42%;
}
.box-shop-category-top .box-pagination-leftright .swiper-button-prev {
  left: -60px;
}
.box-shop-category-top .box-pagination-leftright .swiper-button-next {
  right: -60px;
}
.box-shop-category-top .box-pagination-leftright .swiper-pagination {
  bottom: -40px !important;
}

.block-may-also-like {
  padding: 60px 0px;
  border-top: 1px solid #EEEEEE;
}

.detail-gallery {
  position: relative;
  width: 100%;
  display: flex;
}

.slick-vertical .slick-slide {
  margin-bottom: 10px;
}

.box-main-gallery {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 635px;
  overflow: hidden;
}

.slick-prev {
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 42px;
  width: 42px;
  background:none;
  font-size:0;
  background-image: url(./images/arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 123;
  border: 0px;
  border-radius: 50%;
}
.slick-prev svg {
  display: none;
}
.slick-prev:hover {
  border-color: #111111;
  opacity: 1;
}

.slick-next {
  position: absolute;
  left: 0px;
  font-size:0;
  right: 0px;
  margin: auto;
  height: 42px;
  width: 42px;
  background:none;
  border:0;
  background-image: url(./images/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 123;
  border-radius: 50%;
}
.slick-next svg {
  display: none;
}
.slick-next:hover {
  border-color: #111111;
  opacity: 1;
}

.slider-nav-thumbnails {
  min-width: 100px;
  max-width: 100px;
  margin-top: 15%;
  margin-right: 10px;

}
.slider-nav-thumbnails .slick-prev {
 
}
.slider-nav-thumbnails .slick-next {
  
}
.slider-nav-thumbnails:hover .slick-prev {
  display: inline-block !important;
}
.slider-nav-thumbnails:hover .slick-next {
  display: inline-block !important;
}
.slider-nav-thumbnails .slick-slide {
  border: 1px solid #fff;
}
.slider-nav-thumbnails .slick-slide:hover {
  border-color: #111111;
}
.slider-nav-thumbnails .slick-current.slick-active {
  border-color: #111111;
}

.slick-vertical .slick-slide {
  height: 119px;
  overflow: hidden;
}

.zoom-image {
  position: absolute;
  z-index: 12;
  height: 42px;
  width: 42px;
  background-image: url(./images/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 30px;
  right: 15px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.box-main-gallery figure:hover .zoom-image {
  
}

.box-main-gallery:hover > .zoom-image {
 
}

.product-image-slider figure {
  position: relative;
  overflow: hidden;
  height:650px;
}
.product-image-slider .slick-next {
  right: 0px;
  left: auto;
  bottom: auto;
  top: 50%;
  display:none!important;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
}
.product-image-slider .slick-prev {
  left: 0px;
  right: auto;
  bottom: auto;
  top: 50%;
  display:none!important;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
}
.product-image-slider:hover .slick-prev {
  left: 10px;
}
.product-image-slider:hover .slick-next {
  right: 10px;
}
.product-image-slider .slick-list {
  max-height: 645px;
}

.nav-tab-product {
  display: flex;
  border-bottom: 1px solid #5E82AE;
  margin-bottom: 20px;
  justify-content: center;
}
.nav-tab-product .nav-item {
  padding: 0px 20px;
}
.nav-tab-product .nav-item .nav-link {
  border:none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 10px 10px 10px 0px;
  color: #C5D7ED;
}
.nav-tab-product .nav-item .nav-link:hover {
  background: none;
  color: #fff;
  border-bottom: 2px solid #0080FF;
}

.nav-tab-product .nav-item .nav-link.active {
  background: none;
  color: #fff;
  border-bottom: 2px solid #0080FF;
}

.block-product-content .tab-pane p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 28px;
}
.block-product-content .tab-pane h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #111111;
}
.block-product-content .tab-pane ul {
  margin-bottom: 35px;
  list-style-type: disc;
  padding-left: 15px;
}
.block-product-content .tab-pane ul li {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 18px;
  color: #111111;
}
.block-product-content .tab-pane ul li span {
  min-width: 120px;
  display: inline-block;
}
.block-product-content .tab-pane ul li span:first-child {
  margin-right: 25px;
}

.product-image-slider .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
.product-image-slider .slick-initialized .slick-slide {
  height: 645px;
}

.viewed-guest {
  color: #111111;
  padding-left: 25px;
  background: url(../images/view-red.svg) no-repeat left center;
}

.block-product-single {
  padding-top: 40px;
}

.box-product-info {
  padding-left: 20px;
}
.box-product-info .block-price .price-line {
  text-decoration: line-through;
}
.box-product-info .block-price .price-main {
  margin-right: 11px;
}
.box-product-info .block-description {
  margin-bottom: 24px;
}
.box-product-info .block-size {
  margin-bottom: 21px;
}
.box-product-info .box-form-cart .btn {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.box-detail-product {
  margin-top: 20px;
}
.box-detail-product .tab-content {
  margin: auto;
}
.complect-tab {
	border-bottom: 1px solid #2B4059;
	padding:56px 0px;
}
.box-detail-product .tab-content h5 {
	text-transform:uppercase;
	font-size:1.5rem;
}
.box-detail-product .tab-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.description {
	padding:0 20px;
}
.description ul {
   display: grid;
   align-items: flex-start;
   gap: 15px;
   padding:30px!important;
   grid-template-columns: 1fr 1fr;
   background:#FFFFFF0D;
   margin-bottom:30px!important;
}

.description ul  li {
list-style: disc; }

@media screen and (max-width: 768px) {
	.description ul {
		display: grid;
		align-items: flex-start;
	   gap: 32px;
	   grid-template-columns: 1fr;
	}
}
.block-socials-product {
  position: relative;
}

.block-tags-product {
  margin-bottom: 24px;
}
.block-tags-product p {
  margin-bottom: 8px;
}


.title-question {
  font-size: 18px;
  color: #111111;
  line-height: 28px;
}


.justify-content-between {
  justify-content: space-between !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 5px;
}

.buttun-forgotpass {text-align: end;}
.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .comment-list .single-comment img {
  min-width: 80px;
  max-width: 80px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.text-brand {
  color: #111111 !important;
  line-height: 1.2;
}

.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  transition: 0.2s;
  color: #C8815F;
}

.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  transition: 0.2s;
}

.comments-area .comment-list .single-comment .reply:hover {
  color: #111111;
}


.box-product-info-stick {
  position: sticky;
  top: 30px;
}



.block-product-single-9 {
  background-color: #F9F9F9;
  padding-bottom: 80px;
  padding-top: 120px;
}

.block-product-single-detail .box-detail-product {
  border-top: 0px;
  margin-top: 0px;
}

.box-product-info .breadcrumbs {
  margin-bottom: 16px;
  margin-top: 0px;
}

.block-product-single-10 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.container-product-10 .row {
  margin: 0px;
}
.container-product-10 .row .col-lg-6 {
  padding: 0px;
}
.container-product-10 .product-image-slider .slick-list {
  max-height: none;
}
.container-product-10 .product-image-slider.slick-initialized .slick-slide {
  overflow: hidden;
  background-color: #eae9e7;
  padding-top: 120px;
}
.container-product-10 .zoom-image {
  top: 140px;
}
.container-product-10 .box-product-info {
  padding-top: 132px;
}

.block-according {
  margin-top: 30px;
  padding-top: 5px;
  border-top: 1px solid #EEEEEE;
}
.accordion-button::after {
  background-image: url(./images/plus_1.svg)!important;
  background-size: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./images/minus_1.svg)!important;
  transform: none;
}
.block-according .accordion .accordion-collapse {
  border-bottom: 1px solid #EEEEEE;
}

.product-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-title .btn {
  padding: 0px;
  width: 42px;
  height: 42px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1B1E20;
  margin-bottom: 10px;
  border: 1px solid #EEEEEE;
}
.product-title .btn:hover {
  background-color: #111111;
  color: #fff;
}
.product-title .btn:hover svg {
  fill: #fff;
}

.info-product-select {
  	display: grid;
    align-items: flex-start;
    gap: 5px;
	margin:20px auto;
    grid-template-columns: 1fr 1fr;
	font-size:14px;
}
.info-product-select img {
  float: left;
  margin-right: 10px;
}
.perevag_product {
	display: grid;
	margin:20px auto;
    align-items: flex-start;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.perevag_product h5 {
	font-weight:600
}
.perevag_product p::before {
	background: url(./images/select_perevag.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 21px;
    display: block;
    float:left;
	margin-right: 10px;
    padding: 0;
    content: '';
}
@media screen and (max-width: 768px) {
	.info-product-select {
  	display: grid;
    align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr;
	}
	.perevag_product {
  	display: grid;
    align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr;
	}
}
.viewed-guest-black {
  background: url(../images/eyes-black.svg) no-repeat left center;
  padding-left: 31px;
}

.block-link {
  margin-bottom: 24px;
}

.block-share {
  margin-top: 24px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.link-share {
  display: inline-block;
  padding: 0px 0px 0px 30px;
  background: url(../images/share.svg) no-repeat left center;
}
.block-cat-advantages {
  margin-top: 24px;
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 24px;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .block-cat-advantages {
    display: grid;
  }
}
.block-cat-advantages .icon {
padding-left: 5px;
padding-right: 4px;
}

.block-cat-advantages a {
  display: flex;
  border-radius: 4px;
  background: #DFEFFF;
  padding: 6px 8px;
  font-size: 12px;
  text-decoration:none;
  justify-content: center;
  align-items: center;
  
}
.info-category-description {
  color: #1B1E20;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.category-description {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 80px;
  margin-bottom: 112px;
}
.category-description h2 {
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

.category-description blockquote {
	font-style:italic;
	margin-bottom:30px;
	border-left: 2px solid var(--Gradient_dark_blue, #0281FF);
}

.category-description blockquote p {
	padding:10px;
}

.category-description ul {
	display: grid;
    align-items: flex-start;
   gap: 32px;
   grid-template-columns: 1fr 1fr;
}

.category-description ul li {
list-style: disc; }

@media screen and (max-width: 768px) {
	.category-description {
		padding:25px;
	}
	.category-description ul {
	display: grid;
    align-items: flex-start;
   	gap: 32px;
   	grid-template-columns: 1fr;
	}
}
.block-product-single-12 .box-product-info .box-form-cart .btn {
  max-width: 220px;
}

.list-img-colors {
  position: relative;
  margin-top: 10px;
}
.list-img-colors .box-img-colors {
  position: relative;
  display: inline-block;
  width: 100%;
}
.list-img-colors .box-img-colors .item-img-color {
  width: 62px;
  height: 62px;
  border: 1px solid #EEEEEE;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.list-img-colors .box-img-colors .item-img-color.active {
  border-color: #111111;
}
.list-img-colors .box-img-colors .item-img-color img {
  height: 52px;
  width: 52px;
  max-width: none;
  border-radius: 50%;
  display: block;
}

.block-stock {
  margin-bottom: 24px;
}

.text-stock {
  display: inline-block;
  width: 100%;
  background: url(../images/stock.svg) no-repeat left center;
  padding: 0px 0px 0px 25px;
  color: #ED0006;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}

.progress-red {
  height: 6px;
  border-radius: 10px;
}
.progress-red .progress-bar {
  background-color: #ED0006;
  height: 6px;
}

.block-buy-on-amazone {
  margin-bottom: 32px;
  margin-top: 32px;
}
.block-buy-on-amazone .btn-black {
  min-width: 300px;
}

.block-socials-product-big .social-neutral-dark {
  margin-right: 10px;
}
.block-socials-product-big .social-neutral-dark svg {
  height: 28px;
}

.block-payment-methods {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 24px;
  margin: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-payment-methods .list-payments img {
  margin-left: 8px;
  display: inline-block;
}

.item-thumb {
  position: relative;
}

.block-save-more {
  margin: 24px 0px;
}

.box-savemore-border {
  border: 1px solid #FFD75E;
  padding: 24px;
  border-radius: 4px;
}

.item-savemore {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.item-savemore:last-child {
  margin-bottom: 0px;
}
.item-savemore .btn-red {
  min-width: 110px;
}
.item-savemore .btn-add {
  min-width: 92px;
}

.info-savemore {
  padding: 0px 10px;
  display: inline-block;
  width: 100%;
}

.block-grouped {
  position: relative;
  margin: 0px 0px 24px 0px;
}

.list-grouped {
  position: relative;
}

.item-grouped {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  border-bottom: 1px solid #EEEEEE;
}
.item-grouped .item-grouped-image {
  min-width: 70px;
  margin-right: 15px;
  max-width: 70px;
}
.item-grouped .item-grouped-info {
  width: 100%;
}
.item-grouped .item-grouped-info .text-16-medium {
  display: block;
  margin-bottom: 8px;
}
.item-grouped .item-grouped-info .text-16 {
  margin-bottom: 8px;
}
.item-grouped .item-grouped-quanlity {
  min-width: 136px;
  max-width: 136px;
  width: 100%;
}
.item-grouped .item-grouped-price {
  min-width: 60px;
  max-width: 60px;
  width: 100%;
  text-align: right;
}

.block-button-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-button-cart .btn-black {
  max-width: 320px;
  width: 100%;
}

.form-notify form {
  display: flex;
}
.form-notify .btn.btn-black {
  min-width: 133px;
  padding: 11px 12px;
  margin-left: 6px;
}

.block-out-of-stock h6.tone-red {
  margin-bottom: 12px;
}

.prev-product {
  background: url(../images/prev-product.svg) no-repeat center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 16px;
  cursor: pointer;
}
.prev-product:hover {
  background: url(../images/prev-product-active.svg) no-repeat center;
}

.next-product {
  background: url(../images/next-product.svg) no-repeat center;
  display: inline-block;
  height: 28px;
  width: 28px;
  cursor: pointer;
}
.next-product:hover {
  background: url(../images/next-product-active.svg) no-repeat center;
}

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

.grid-shop {
  background-color: #F3EFEB;
  padding: 50px;
  background-image: url(../images/grid_11.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.block-breadcrumb {
  background: var(--Blue-900, #03162A);
  padding: 13px 0px 13px 0px;
}
.block-breadcrumb .breadcrumbs {
  margin-top: 0px;
  overflow-y:auto;
}


.block-our-store {
  padding: 80px 0px;
}
.block-our-store .row {
  margin: 0px -25px;
}
.block-our-store .row .col-lg-6 {
  padding-left: 25px;
  padding-right: 25px;
}

.block-form-contact {
  padding: 80px 0px;
}
.block-form-contact .form-group {
  margin-bottom: 20px;
}

.accordion .accordion-item {
  border: 0px;
  border-bottom: 0px solid #E5E5E5;
  transition: all 0.4s ease;
  border-radius:5px!important;
}
.accordion .accordion-button {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #03162A;
  border: 0px;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.accordion .accordion-button.collapsed {
  background:rgba(238, 244, 251, 0.5)!important;
  border-radius:5px;
}
.accordion .accordion-collapse {
  border-width: 0 0;
  background-color: #EEF4FB;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.4s ease;
}

.accordion .accordion-body {
  padding: 20px;
  font-size: 17px;
  color: #03162A;
  font-weight:normal;
  line-height: 24px;
  transition: all 0.4s ease;
}

.accordion-button::after {

  background-size: 30px;
}

.accordion-button:not(.collapsed) {
  background-color: #EEF4FB!important;
  color:#0080FF!important;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-up-faq.svg);
  transform: none;
}

.container-faq, .container-page {
  max-width: 850px;
  margin: auto;
}

.block-content-faq {
  padding: 80px 0px;
}

.container-page ul {
	padding-left:20px!important;
}

.grid-carrers .box-cover-image {
  height: 600px;
  background-color: #F0F0F0;
  background-size: contain;
  background-position: right bottom;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.block-testimonials-3 {
  background-color: #C8815F;
}
.block-testimonials-3 * {
  color: #fff;
}
.block-testimonials-3 .name-customers {
  margin-bottom: 8px;
}

.block-open-positions {
  padding: 80px 0px 50px 0px;
}


.box-open {
  border-radius: 4px;
  border: 1px solid var(--Grey-400, #8EAACD);
  padding: 32px;
  display: flex;
  position:relative;
  margin-bottom: 23px;
  align-items: center;
  justify-content: space-between;
}
.box-open .open-button {
  min-width: 150px;
  max-width: 150px;
}
.box-open .open-info {
  width: 100%;
}
.box-open .open-info h6 a {
  margin-bottom: 11px;
  color: #fff;
  text-decoration:none;
}

.region_work {
	font-size:14px;
	color: #8EAACD;
	border-bottom: 1px solid #fff;
	display: inline-block;
    margin-bottom: 10px;
}

.work_detalis {
	font-size:14px;
	color: #8EAACD;
}

.work_detalis_single {
	font-size:18px;
	text-align:center;
	color: #8EAACD;
}

.img_work {
	position:absolute;
	width:150px;
	top:-30px;
	bottom:-1px;
	overflow:hidden;
	right:-10px;
}
.phone_work {
	padding-top:10px;
}
.phone_work a{
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-decoration:none;
}

.contact_work {
	font-size:18px;
	padding:20px;
	color: #8EAACD;
	border: 1px solid #8EAACD;
}
/*-- фільтр вакансій ---*/
.box-filter-work {
	text-align: center;
    margin: 0 auto;
    display: grid;
    width: fit-content;
}


.filter-buttons .btn-filter {
	color:#8EAACD;
	background:none;
	border: none;

}

.btn-filter.active {
    color: #fff;
}

.filter-buttons .btn-filter {
    margin: 5px 0;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: transparent;
    border: none;
    margin-bottom:20px;
	color:#fff;
    cursor: pointer;
    width: 200px;
    text-align: left;
}

.dropdown-toggle:after {
    opacity:0;
}

.dropdown-menus {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
	color:#000;
    margin-top: 10px;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
	border-radius:3px;
	overflow:hidden;
}

.dropdown-menus li {
    padding: 8px 16px;
    cursor: pointer;
}

.dropdown-menus li:hover {
    background-color: #f1f1f1;
}


.filter-buttons {
	width: fit-content;
    display: flex;
    line-height: normal;
    align-items: center;
}

.box-filter-work-close {
	color: #8EAACD;
	font-size:14px;
	background:none;
	border:none;
    width:100%;
	border-bottom:1px solid #8EAACD;
    align-items: center;
    text-align: center;
    display: block;
}
/*--- кінець фільтру ---*/
.box-title-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}

.list-items-cart {
  position: relative;
}
.list-items-cart .box-form-cart .form-cart {
  min-width: 116px;
  max-width: 116px;
  height: 42px;
}
.list-items-cart .item-cart {
  display: flex;
  align-items: center;
  padding: 0px 0px 24px 0px;
  margin-top: 24px;
  border-bottom: 1px solid #EEEEEE;
}
.list-items-cart .item-cart .item-cart-image {
  min-width: 120px;
  margin-right: 24px;
  max-width: 120px;
}
.list-items-cart .item-cart .item-cart-image img {
  display: block;
}
.list-items-cart .item-cart .item-cart-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.list-items-cart .item-cart .item-cart-info .box-info-size-color-product {
  margin: 8px 0px 16px 0px;
}
.list-items-cart .item-cart .item-cart-info .item-cart-info-1 {
  width: 70%;
}
.list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-color {
  margin: 0px 20px 0px 0px;
  display: inline-block;
}
.list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-size {
  display: inline-block;
}
.list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
  width: 30%;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 90px;
  max-height: 100%;
  justify-content: flex-end;
}

.btn-remove-cart {
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 12;
  height: 12px;
  width: 12px;
  background: url(../images/close-cart.svg) no-repeat center;
}

.box-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.box-coupon .coupon-left {
  width: 55%;
  display: flex;
  align-items: center;
}
.box-coupon .coupon-right {
  width: 45%;
  text-align: right;
}

.input-coupon {
  border: 0px;
  border-bottom: 1px solid #111111;
  border-radius: 0px;
  margin-right: 16px;
}

.box-info-cart {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 32px;
  background-color: #F9F9F9;
}

.box-may-also-like {
  margin-top: 57px;
}

.box-border-bottom {
  padding: 0px 0px 24px 0px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}

.calculate-shipping {
  background: url(../images/location.svg) no-repeat right center;
  display: inline-block;
  padding: 0px 30px 0px 0px;
}

.box-info-cart-inner {
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.box-button-cart {
  margin-bottom: 24px;
}
.box-button-cart .btn {
  width: 100%;
}

.box-other-link {
  text-align: center;
}
.box-other-link .link-green {
  display: block;
  margin-bottom: 8px;
  color: #3AB446;
}

.list-radio .item-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-radio .item-radio label {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
}
.list-radio .item-radio label input {
  float: left;
  margin: 5px 10px 0px 0px;
}
.list-radio .item-radio .price-ship {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  min-width: 120px;
  width: 30%;
  text-align: right;
}

.box-total-bottom {
  margin-bottom: 20px;
}

.box-detail-cart {
  padding: 0px 0px 0px 30px;
}

.mb-12 {
  margin-bottom: 12px;
}

.list-items-also-like .box-form-cart .form-cart {
  min-width: 116px;
  max-width: 116px;
  height: 42px;
}
.list-items-also-like .item-also-like {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}
.list-items-also-like .item-also-like .item-also-like-image {
  min-width: 120px;
  margin-right: 24px;
  max-width: 120px;
}
.list-items-also-like .item-also-like .item-also-like-info {
  display: flex;
  align-items: center;
  width: 100%;
}
.list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-1 {
  width: 40%;
}
.list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-1 a {
  display: block;
  margin-bottom: 8px;
}
.list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-2 {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.list-items-also-like .item-also-like .item-also-like-info .box-size {
  display: flex;
  align-items: center;
}

.mb-8 {
  margin-bottom: 8px;
}

.box-size .dropdown {
  display: inline-block;
}
.box-size .dropdown .dropdown-toggle {
  padding: 0px 25px 0px 5px;
  font-size: 17px;
  line-height: 24px;
}
.box-size .dropdown .dropdown-toggle:after {
  background: url(../images/arrow-down-size.svg) no-repeat right center;
  border: 0px;
  height: 7px;
  width: 17px;
  position: absolute;
  top: 8px;
  right: 4px;
}
.box-size .dropdown .dropdown-menu li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
}

.box-customer-login {
  background: url(../images/customer.svg) no-repeat left center;
  font-size: 17px;
  line-height: 24px;
  color: #555555;
  font-weight: 400;
  padding: 0px 0px 0px 35px;
  margin-bottom: 14px;
}
.box-customer-login a {
  color: #111111;
}

.box-gift-coupon {
  background: url(../images/gift.svg) no-repeat left center;
  font-size: 17px;
  line-height: 24px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 14px;
  padding: 0px 0px 0px 35px;
}
.box-gift-coupon a {
  color: #111111;
}

.mt-12 {
  margin-top: 12px;
}

.mt-32 {
  margin-top: 32px;
}

.cb-left {
  float: left;
  margin: 5px 10px 0px 0px;
}

.box-payment-method .list-radio .item-radio {
  flex-wrap: wrap;
}
.box-payment-method .list-radio .item-radio label {
  color: #111111;
}
.box-payment-method .list-radio .item-radio p {
  padding-left: 24px;
  padding-bottom: 20px;
}

.box-desc-checkout {
  margin-bottom: 20px;
}

.extra-info {
  display: none;
}
.extra-info.active {
  display: block;
}

.box-info-checkout-inner {
  margin-bottom: 20px;
}
.box-info-checkout-inner .box-border-bottom {
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}
.box-info-checkout-inner .list-items-cart .item-cart .item-cart-info {
  align-items: flex-start;
}
.box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-1 a {
  display: block;
  margin-bottom: 8px;
}
.box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-color {
  margin-bottom: 8px;
}
.box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-size, .box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-color {
  display: block;
}
.box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
  min-height: auto;
  justify-content: flex-start;
}

.box-button-checkout {
  position: relative;
}
.box-button-checkout .btn {
  width: 100%;
}

.content-detail h3 {
  margin-bottom: 32px;
}
.content-detail h5 {
  margin-bottom: 12px;
}
.content-detail p {
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555555;
}

.block-content-custome {
  padding: 80px 0px;
}

.menu-left li {
  margin-bottom: 16px;
}
.menu-left li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #555555;
  display: block;
}
.menu-left li a.active {
  color: #111111;
}
.menu-left li a:hover {
  color: #111111;
}

.block-content-404 {
  padding: 250px 0px;
}

.box-image-404 {
  margin-bottom: 48px;
}

.form-inline {
  display: flex;
  width: 100%;
  align-items: center;
}
.form-inline .form-control {
  margin-right: 10px;
}

.box-commingsoon {
  display: flex;
  width: 100%;
  height: 100vh;
}
.box-commingsoon .commingsoon-left {
  width: 50%;
  padding: 100px 136px;
}
.box-commingsoon .commingsoon-left .box-count .deals-countdown .countdown-section {
  border: 0px;
  border-right: 1px solid #111111;
  border-radius: 0px;
  margin-right: 35px;
  max-width: 75px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-commingsoon .commingsoon-left .box-count .deals-countdown .countdown-section:last-child {
  border-right: 0px;
}
.box-commingsoon .commingsoon-right {
  width: 50%;
  background-image: url(../images/grid_14.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.box-logo-commingsoon {
  margin-bottom: 100px;
}

.form-newsletters {
  margin-top: 65px;
}

.box-info-commingsoon {
  max-width: 500px;
}
.box-info-commingsoon .socials {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.box-info-commingsoon .socials a {
  margin: 0px 24px 0px 0px;
}

.box-commingsoon .maintenance-right {
  background-image: url(../images/grid_13.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
/*---- блог ----*/
.blog {
	padding:40px 0;
	border-bottom: 1px solid var(--Grey-700, #2B4059);
}
.title_blog {
	text-align:center;
	text-transform:uppercase;
	padding:56px 0;
	color:#fff;
	font-size:20px;
	font-weight:700;
}
.blog .slogan {
	font-size:14px;
	color:#DFEFFF;
}
.grid_single_tags {
	display: flex;
    justify-content: space-between;
	margin-top:30px;
}
.grid_single_tags a {
	text-decoration:none;
	font-weight:600;
	color:#4FA7FF;
}
.grid_single_tags a:hover {
	color:#fff
}
.nav-tab-blog {
  margin-bottom: 56px!important;
  border-bottom:none!important;
}
.nav-tab-blog li {
  display: inline-block;
  padding: 0 5px;
}
.nav-tab-blog li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 14px;
  color:#2B4059;
  text-decoration:none;
  border-radius: 24px;
  background: var(--Grey-300, #C5D7ED);
}
.nav-tab-blog li a.active {
  color: #111111;
}

.block-blog-list {
  padding-bottom: 80px;
}
.block-blog-list .cardBlog {
  margin-bottom: 41px;
  border-radius: 4px;
  border: 1px solid var(--Grey-400, #8EAACD);
  padding:32px;
}

.list-categories li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  color: #555555;
}
.list-categories li a:hover {
  color: #111111;
}

.block-sidebar {
  margin-bottom: 32px;
}

.box-tags .btn {
  margin: 0px 8px 8px 0px;
}

.list-latest-posts li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.list-latest-posts li .image-post {
  min-width: 100px;
  width: 100%;
  max-width: 100px;
  margin-right: 12px;
}
.list-latest-posts li .info-post {
  width: 100%;
}
.list-latest-posts li .info-post .date-post {
  color: #555555;
  display: block;
  margin-bottom: 4px;
}
.list-latest-posts li .info-post .title-post {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #111111;
}

.container-blog-single {
  max-width: 1000px;
  margin: auto;
  padding: 0px 10px;
}

.blog-content {
  font-family: "Montserrat", sans-serif;
}
.blog-content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin:0;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  margin-bottom: 16px;
}
.blog-content img {
  margin: 30px 0px;
}
.blog-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  width: 100%;
}
.blog-content ul li {
  margin-bottom: 10px;
  margin-left:30px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.blog-content-inner {
  max-width: 870px;
  margin: auto;
}

.block-tag-share {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0px 40px 0px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}

quote {
  display: inline-block;
  width: 100%;
  padding: 30px;
  border-left: 4px solid #111111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #555555;
  margin: 32px 0px;
}

.author-name {
  display: block;
  margin: 20px 0px 0px 0px;
}

.block-shares {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-related-post {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.block-related-post img {
  margin: 0px;
}

.list-comments {
  margin-bottom: 50px;
}
.list-comments .item-comment {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #EEEEEE;
}
.list-comments .item-comment .comment-image {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  margin-right: 24px;
}
.list-comments .item-comment .comment-image img {
  margin: 0px;
}
.list-comments .item-comment .comment-info {
  width: 100%;
}
.list-comments .item-comment .comment-info .comment-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.list-comments .item-comment .comment-info .comment-info-top .comment-author-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111111;
}
.list-comments .item-comment .comment-info .comment-info-top .comment-date {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.list-comments .item-comment .comment-info .comment-info-bottom p {
  margin-bottom: 0px;
}

.block-form-comment {
  margin-bottom: 70px;
}

.blog-head {
  padding: 60px 0px 30px 0px;
}
.blog-head p, .blog-head h2 {
  margin-bottom: 12px;
}

.block-tags {
  margin-bottom: 30px;
}
.block-tags .text-17 {
  margin-bottom: 10px;
}
.block-tags a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-shares {
  margin-bottom: 30px;
}
.block-shares img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-grid-about-1 {
  height: 600px;
  line-height: 600px;
  width: 100%;
  background: url(../images/grid_12.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
.block-grid-about-1 .box-info-grid {
  width: 100%;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.block-our-shop {
  padding: 80px 0px;
}

.block-team {
  padding: 80px 0px 50px 0px;
}

.grid-about-us2 {
  background-color: #FAF0E8;
  position: relative;
}
.grid-about-us2 .box-cover-image {
  height: 700px;
  background-size: auto 95%;
  background-position: bottom right 200px;
  background-color: #FAF0E8;
}
.grid-about-us2 .box-grid-info {
  text-align: left;
}

.box-image-about-2-top {
  max-width: 420px;
}
.box-image-about-2-top img {
  border-radius: 200px 200px 0 0;
}

.box-image-about-2-bottom {
  max-width: 420px;
}
.box-image-about-2-bottom img {
  border-radius: 0 0 200px 200px;
}

.block-our-shop .socials a {
  margin: 0px 24px 0px 0px;
}

.block-icon-box-grey {
  background-color: #F9F9F9;
  padding: 80px 0px;
}

.block-our-shop-2 {
  padding: 80px 0px 0px 0px;
}

.block-testimonials-2 {
  background-color: #ffffff;
}

.list-lookbok {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list-lookbok .item-lookbook {
  position: relative;
  width: 33.33%;
}
.list-lookbok .item-lookbook .item-lookbook-image {
  position: relative;
}
.list-lookbok .item-lookbook .item-lookbook-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.list-lookbok .item-lookbook .item-lookbook-image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: url(../images/mask_1.png);
}
.list-lookbok .item-lookbook .item-lookbook-info {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  padding: 0px 15px;
}
.list-lookbok .item-lookbook .item-lookbook-info .text-24 {
  margin-bottom: 16px;
}
.list-lookbok .item-lookbook .item-lookbook-info .btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.list-lookbok .item-lookbook:hover .item-lookbook-info {
  top: 50%;
}
.list-lookbok .item-lookbook:hover .item-lookbook-info .btn {
  visibility: visible;
  opacity: 1;
}

.list-lookbok-style-2 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.list-lookbok-style-2 .item-lookbook {
  position: relative;
  width: 100%;
}
.list-lookbok-style-2 .item-lookbook .item-lookbook-image {
  position: relative;
  height: 800px;
}
.list-lookbok-style-2 .item-lookbook .item-lookbook-image img {
  z-index: 1;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  display: inline-block;
  max-width: 100%;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-lookbok-style-2 .item-lookbook .item-lookbook-info {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  padding: 0px 15px;
}
.list-lookbok-style-2 .item-lookbook .item-lookbook-info h1 {
  margin-bottom: 12px;
}
.list-lookbok-style-2 .item-lookbook .item-lookbook-info .text-24 {
  max-width: 319px;
  margin: auto;
  margin-bottom: 32px;
}
.list-lookbok-style-2 .item-lookbook:hover .item-lookbook-info {
  top: 50%;
}
.list-lookbok-style-2 .item-lookbook.item-lookbook-left .item-lookbook-info {
  padding-left: 135px;
  text-align: left;
}
.list-lookbok-style-2 .item-lookbook.item-lookbook-left .item-lookbook-info .text-24 {
  margin-left: 0px;
}
.list-lookbok-style-2 .item-lookbook.item-lookbook-right .item-lookbook-info {
  text-align: left;
  max-width: 339px;
  margin: auto;
  right: 25%;
}

.box-lookbook3-info {
  padding-left: 40px;
}

@media (max-width: 1550px) {
  .cardFleet {
    padding: 15px;
  }
  .cardFleet .cardInfoBottom .passenger .icon-circle, .cardFleet .cardInfoBottom .luggage .icon-circle {
    margin-right: 7px;
  }
}

@media (max-width: 1399.98px) {
  .header .main-header .header-left .header-right {
    width: 22%;
  }
  .header .main-header .header-left .header-nav {
    width: 86%;
  }
  .grid-home2, .block-padding-100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-homepage2 .box-cover-image {
    background-position: right 50px top;
  }
  .cardProduceCircle .cardImage {
    width: 240px;
    height: 240px;
    line-height: 240px;
  }
}
@media (max-width: 1199.98px) {
  .burger-icon {
    display: inline-block;
  }
  .header .burger-icon {
    display: block;
  }
  .header .main-header .header-left .header-right {
    width: 100%;
    text-align: right;
    padding-right: 40px;
  }
  .header .main-header .header-left .header-nav {
    width: 0%;
  }
  .box-search-ride {
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    padding: 0px 15px;
  }
  .header .container {
    max-width: 100%;
  }
  .box-cover-image {
    height: 700px;
  }
  .header .main-header .header-account {
    min-width: auto;
    padding-right: 15px;
  }
  
  .box-dropdown-2 {
    bottom: 160px;
    right: 87px;
  }
  .box-dropdown-1 {
    left: 110px;
  }
  .header .main-header {

  }
  .header.header-style-2 .main-header .header-menu {
    width: 0%;
  }
  .header.header-style-2 .main-header .header-logo {
    max-width: 100%;
    width: 100%;
    min-width: 65px;
  }
  .header.header-style-2 .main-header .header-logo a {
    justify-content: flex-start;
  }
  .image-background {
    background-size: auto 74%;
  }
  .header.header-style-3 .header-logo {
    min-width: 85px;
  }
  .header .main-header .header-account .account-icon {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .header .number-tag {
    right: -5px;
  }
  .grid-homepage9 .box-cover-image {
    overflow: hidden;
  }
  .grid-homepage9 .box-cover-image img {
    width: auto;
    max-width: none;
    min-width: 100%;
    max-height: 100%;
    height: auto;
    margin-left: -110px;
  }
  .header.header-type7 .main-header {
    align-items: center;
    padding: 11px 0px 11px 0px;
  }
  .header.header-type7 .header-middle .header-logo {
    margin-bottom: 0px;
  }
  .header.header-type7 .header-middle .header-menu {
    width: 0%;
  }
  .header.header-type7 .main-header .header-account {
    min-width: 160px;
  }
  .cardProduceCircle .cardImage {
    width: 210px;
    height: 210px;
    line-height: 210px;
  }
  .left-filter {
    width: 20%;
  }
  .right-filter {
    width: 100%;
  }
  .box-filters-left {
    display: none;
  }
  .show-lg {
    display: inline-block !important;
  }
  .show-lg .box-filters-sidebar {
    position: fixed;
    top: 0px;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12344;
    display: block;
    background-color: #1B2532;
    padding: 0px 24px 0px 24px;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
  }
  .show-lg .box-filters-sidebar.active {
    left: 0;
  }
  .list-lookbok-style-2 .item-lookbook.item-lookbook-left .item-lookbook-info {
    padding-left: 20px;
  }
  .grid-2-homepage16::before {
    right: 10px;
  }
  .cardCategoryCircle .cardImage {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .collection-homepage19 .box-info-collection {
    margin-left: 50px;
  }
  .block-grid-home28 .box-image-grid {
    height: 640px;
  }
  .block-grid-home28 .box-image-grid img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .card-category-grey {
    min-height: 250px;
  }
  .block-legging-collection {
    min-height: 288px;
  }
  .box-sock-set {
    height: 682px;
  }
  .block-grid-home31 .box-grid-cover, .height-720 {
    height: 580px;
  }
}
@media (max-width: 991.98px) {
  .grid-homepage2 .box-cover-image {
    height: 600px;
    background-size: auto 90% !important;
  }
  .box-product-info {
    padding-left: 0px;
  }
  .grid-homepage12 .box-cover-image {
    background-size: auto 100% !important;
  }
  .box-dropdown-2 {
    right: 10px;
  }
  .box-dropdown-1 {
    left: 20px;
  }
  .box-info-sale-countdown {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cardProduct .cardImage {
    height: 265px;
    line-height: 265px;
  }
  
  .box-info-collection-1 {
    padding-left: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .image-background {
    background-size: 300px auto;
    background-position: bottom right;
  }
  .grid-homepage6 .box-grid-homepage6 {
    padding: 0px 10px;
  }
  .grid-homepage7 .box-cover-image {
    height: 700px;
  }
  .header .box-top-header {
    padding: 5px 0px;
  }
  .grid-homepage8 .box-cover-image {
    height: auto;
    min-height: auto;
  }
  .grid-homepage8 .box-grid-info {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 30px;
  }
  .grid-homepage9 .box-cover-image img {
    margin-left: -140px;
  }
  .box-grid-info-home10 {
    padding: 0px 0px 0px 0px;
  }
  .text-56-bold {
    font-size: 40px;
    line-height: 50px;
  }
  .box-slide-collection {
    margin-left: auto;
  }
  .cardProduceCircle .cardImage {
    width: 240px;
    height: 240px;
    line-height: 240px;
  }
  .grid-homepage11 .box-cover-image {
    height: 450px;
    min-height: 450px;
  }
  .box-about-homepage12 {
    padding-top: 40px;
  }
  .box-slider-product-images {
    margin-bottom: 30px;
  }
  .show-md {
    display: inline-block;
  }
  .show-md .box-filters-sidebar, .show-md .block-filter-middle {
    position: fixed;
    top: 0px;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12344;
    display: block;
    background-color: #ffffff;
    padding: 0px 24px 0px 24px;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
  }
  .show-md .box-filters-sidebar.active, .show-md .block-filter-middle.active {
    left: 0;
  }
  .box-filters-sidebar {
    position: fixed;
    top: 0px;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12344;
    display: block;
    background-color: #1B2532;
    padding: 0px 24px 0px 24px;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
  }
  .box-filters-sidebar.active {
    left: 0;
  }
  .show-sm {
    display: inline-block;
  }
  .left-filter {
    display: none;
  }
  .list-intros {
    flex-wrap: wrap;
  }
  .list-intros .item-intro {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-homepage15 .box-cover-image {
    min-height: 520px;
    height: auto;
  }
  .footer.footer-type3-light .socials, .footer.footer-type2-light .socials {
    justify-content: center;
  }
  .grid-2-homepage16::before {
    display: none;
  }
  .cardCategoryCircle .cardImage {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .box-grid-3 {
    max-height: 380px;
  }
  .nav-tabs li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-tabs-style-4 .nav-link {
    font-size: 24px;
    line-height: 34px;
  }
  .box-list-category {
    flex-wrap: wrap;
  }
  .box-list-category .item-category {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .collection-homepage19 .box-info-collection {
    margin-left: 0px;
    max-width: 1170px;
    margin: auto;
    position: relative;
    top: auto;
    transform: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection-homepage19 .container-collection .point {
    left: 82%;
  }
  .collection-homepage19 .container-collection .point.point-2 {
    left: 46%;
  }
  .collection-homepage19 .container-collection .point.point-3 {
    left: 23%;
  }
  .box-image-grid-20 {
    padding-top: 50px;
  }
  .box-review-home20 {
    margin: 30px auto auto auto;
  }
  .box-grid-home21 {
    padding-top: 60px;
  }
  .box-grid-home21 .grid-info {
    padding-bottom: 30px;
  }
  .box-categories-slider-home21 {
    flex-wrap: wrap;
  }
  .box-categories-slider-home21 .box-categories-left {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .grid-2-homepage22 .box-dropdown-2 {
    right: 5%;
    top: 53%;
  }
  .grid-2-homepage22 .box-dropdown-3 {
    right: 34%;
  }
  .home-coffee-info {
    padding-left: 0px;
  }
  .block-grid-home25 .box-grid-cover {
    background-size: cover;
    background-position: top center;
  }
  .block-grid-home25 .button-slide-square-2 .box-pagination-button {
    justify-content: center !important;
  }
  .block-grid-home25 .button-slide-square-2 .swiper-pagination-grid {
    padding-right: 0px !important;
  }
  .card-grid-grey {
    padding: 30px 20px 0px 20px;
  }
  .block-grid-home26 .box-grid-cover .box-grid-cover-inner {
    background-position: right bottom 60px;
    height: 660px;
    padding-bottom: 140px;
  }
  .showbycategory-list .item-category a {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .block-grid-home28 .box-grid-cover {
    padding-top: 100px;
  }
  .box-sock-set {
    padding: 28px;
    background-size: 100% auto;
    height: 604px;
  }
  .block-grid-home31 .box-grid-cover, .height-720 {
    height: 520px;
  }
  .block-our-story {
    background-position: right 0% bottom -50px;
  }
  .box-book-grey {
    padding: 30px 10px;
  }
  .img-book {
    margin-top: 25px;
  }

  .grid-homepage3 .box-grid-home3 .box-cover-image {
    background-position: right -100px bottom;
    height: 550px;
  }
  .box-tabs {
    margin-top: 20px !important;
  }
  .box-tabs .nav-tabs {
    justify-content: center !important;
  }
  .box-detail-cart {
    padding-left: 0px;
  }
  .box-info-cart {
    padding: 15px 15px;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    max-width: 140px;
  }
  .box-cover-image {
    height: 650px;
  }
  .heading-title-medium {
    font-size: 38px;
    line-height: 46px;
  }
  .box-dropdown-2 {
    right: 0px;
    bottom: 100px;
  }
  .nav-tabs-big .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .grid-homepage7 .box-cover-image {
    height: 500px;
  }
  .box-grid-info-home10 {
    padding: 40px 0px 40px 0px;
  }
  .box-bg-pet {
    display: none;
  }
  .hasborder {
    border-right: 0px;
  }
  .header.header-type7 .header-search {
    display: none;
  }
  .header.header-type7 .header-middle {
    width: 100%;
    text-align: left;
  }
  .header.header-type7 .main-header {
    padding: 16px 0px 16px 0px;
  }
  .box-view-style {
    display: none;
  }
  .box-list-products .product-item {
    width: 100% !important;
  }
  .box-list-products .product-item-select {
    width: 100% !important;
  }
  .right-filter .box-filter-top .box-sortby {
    margin-right: 0px;
  }
  .block-filter-middle {
    position: fixed;
    top: 0px;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12344;
    display: block;
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
  }
  .block-filter-middle.active {
    left: 0;
  }
  .box-your-filter-shop2 {
    margin-top: 0px;
  }
  .box-filter-top-style3 .box-sort {
    justify-content: space-between;
    width: 100%;
  }
  .block-filter-middle .box-filters-sidebar {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    display: block;
    padding: 0px;
  }
  .block-payment-methods {
    flex-wrap: wrap;
  }
  .block-payment-methods p {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-payment-methods .list-payments img {
    margin-left: 0px;
    margin-right: 8px;
  }
  .list-lookbok .item-lookbook {
    width: 50%;
  }
  .list-lookbok-style-2 .item-lookbook.item-lookbook-right .item-lookbook-info {
    margin: 0px;
    right: 0px;
    padding-left: 15px;
  }
  .list-lookbok-style-2 .item-lookbook .item-lookbook-image {
    height: 550px;
  }
  .box-button-leftright .swiper-button-next {

  }
  .box-button-leftright .swiper-button-prev {
  
  }
  .grid-2-homepage16 {
    background-position: bottom left 10px;
  }
  .container-grid-home18 {
    flex-wrap: wrap;
  }
  .container-grid-home18 .grid-main-1, .container-grid-home18 .grid-main-2 {
    width: 100%;
  }
  .nav-tabs li:first-child {
    padding-left: 10px;
  }
  .grid-homepage19 .grid-video {
    padding-left: 20px;
    height: 440px;
  }
  .box-texts {
    display: none;
  }
  .box-grid-text-inner {
    margin: auto;
  }
  .grid-2-homepage22 .box-dropdown-1 {
    right: 30%;
    top: -12%;
  }
  .block-tag-share {
    flex-wrap: wrap;
  }
  .block-tags, .block-shares {
    width: 100%;
  }
  .block-shares {
    justify-content: flex-start;
  }
  .block-grid-home27 .box-grid-cover {
    background-position: center;
  }
  .grid-2-col .box-grid-col {
    width: 100%;
    margin-bottom: 8px;
  }
  .showbycategory-list .item-category {
    width: 33.33%;
  }
  .showbycategory-list .item-category a {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .box-gallery-instagram-type2 .box-gallery-instagram-type2-inner {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  .block-legging-collection {
    background-image: none;
  }
  .box-image-video {
    bottom: -20px;
    right: -5px;
  }
  .block-grid-home30 h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .block-grid-home31 .box-grid-cover, .height-720 {
    height: 350px;
  }
  .block-grid-home31 .box-grid-cover {
    background-position: right -100px center;
  }
  .block-grid-home32 .box-grid-cover {
    height: 420px;
    background-size: auto 100%;
  }
  .cardImageTextMiddle .cardText h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .card-category-grid .card-info h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .box-popup-preview .box-popup-content {
    flex-wrap: wrap;
  }
  .box-popup-preview .box-popup-content .preview-product-image, .box-popup-preview .box-popup-content .preview-product-info {
    width: 100%;
  }
  .grid-homepage3 .box-grid-home3 .box-cover-image {
    height: 400px;
  }
  .cardBlogList .cardImage {
    max-width: 270px;
    min-width: 270px;
    margin-right: 20px;
  }
  .list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-2 .box-form-cart {
    flex-wrap: wrap;
  }
  .list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-2 .btn {
    max-width: 117px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .list-items-also-like .box-form-cart .form-cart {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .box-cover-image {
    height: 500px;
  }
  .box-pagination-button {
    bottom: 20px;
  }
  .grid-homepage2 .box-cover-image {
    height: 500px;
  }
  .nav-tab-product .nav-item {
    padding: 0px 10px;
  }
  .box-list-sizes {
    flex-wrap: wrap;
  }
  .list-sizes {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid-homepage8 .box-cover-image {
    height: auto;
  }
  .cardCategory .cardImage {
    height: 250px;
    line-height: 250px;
    padding: 0px 0px 20px 0px;
  }
  .grid-homepage4 .box-grid-info {
    padding: 20px;
    max-width: 290px;
  }
  .grid-homepage4 .box-pagination-button, .grid-homepage4 .box-page-swiper {
    display: none;
  }
  .nav-tabs li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .top-header .top-menu {
    display: none;
  }
  .header .top-header .top-menu .menu-top li {
    padding-right: 10px;
  }
  .header .top-header {
    justify-content: space-between;
  }
  .grid-homepage2 .box-cover-image {
    background-image: none !important;
  }
  .grid-homepage12 .box-cover-image {
    background-image: url(../images/grid_15.png) !important;
  }
  .text-110-bold {
    font-size: 60px;
    line-height: 60px;
  }
  .grid-homepage7 .box-cover-image {
    height: 400px;
  }
  .grid-homepage9 .box-cover-image {
    height: 500px;
  }
  .grid-homepage7 .heading-title-medium {
    color: #fff;
  }
  .grid-homepage7 .fonticon-24 {
    color: #fff;
  }

  .cardProductSmall .cardImage, .cardProduct .cardImage, .cardProductStyle2 .cardImage, .cardProductStyle3 .cardImage {
    height: auto;
    line-height: 24px;
  }
  .text-68 {
    font-size: 40px;
    line-height: 50px;
  }
  .pagination li a {
    line-height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
  }
  .block-grid-shop {
   
  }

 
  .block-our-store .row {
    margin: 0px -10px;
  }
  .block-our-store .row .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-tabs li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-tabs-style-4 .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
  .box-grid-3 {
    padding: 24px 0px 20px 15px;
  }
  .collection-homepage19 {
    padding: 0px;
  }
  .box-news-home19 {
    padding: 60px 0px 90px 0px;
  }
  .list-comments .item-comment {
    flex-wrap: wrap;
  }
  .list-comments .item-comment .comment-image {
    margin-bottom: 20px;
  }
  .showbycategory-list .item-category {
    width: 50%;
  }
  .btn.btn-play-video-2 {
    width: 80px;
    height: 80px;
  }
  .block-video-home28 {
    height: 400px;
  }
  .img-100 {
    width: 100%;
  }
  .block-grid-home28 h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .block-grid-home31 .box-grid-cover {
    background-position: right -230px center;
  }
  .brand-list {
    margin: 0px -10px;
  }
  .brand-list .brand-item {
    padding: 0px 10px;
  }
  .link-underline-2 {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .grid-homepage3 .box-grid-home3 .box-cover-image {
    height: 320px;
    background-position: right -160px bottom;
  }
  .cardBlogList {
    flex-wrap: wrap;
  }
  .cardBlogList .cardImage {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .list-items-cart .item-cart .item-cart-info .item-cart-info-1 {
    width: 100%;
  }
  .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
    width: 10%;
    max-width: 10px;
  }
  .box-products-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-color {
    margin: 0px 10px 0px 0px;
  }
  .box-products-cart .box-form-cart .form-cart {
    margin-bottom: 0px;
  }
  .box-products-cart .list-items-cart .item-cart .item-cart-info .box-info-size-color-product {
    margin-bottom: 4px;
    margin-top: 4px;
  }
}
@media (max-width: 499.98px) {
  .box-gallery-instagram {
    flex-wrap: wrap;
  }
  .box-gallery-instagram .gallery-item {
    width: 50%;
    padding: 3px;
  }
  .box-gallery-instagram .gallery-item:last-child {
    width: 100%;
  }
  .block-instagram-type-2 .gallery-item:last-child {
    width: 25%;
  }
  .box-cover-image {
    height: 500px;
  }

  .block-grid-video {
    height: 380px;
  }
  .cardCategoriesStyle1 {
    padding: 0px 5px 0px 10px;
    height: 400px;
  }
  .cardCategoriesStyle1 .cardImage {
    width: 50%;
  }
  .cardCategoriesStyle1 .cardInfo {
    padding: 44px 0px 24px 0px;
  }
  .cardCategoriesStyle1 .cardInfo h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-72-bold {
    font-size: 52px;
    line-height: 66px;
  }
  .grid-homepage9 .box-cover-image img {
    margin-left: -210px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .box-form-cart {
	  display:grid;
	  width:100%;
  }
  .box-form-cart .form-cart {
    margin-bottom: 20px;
    width: 35%;
    max-width: 100%;
    min-width: auto;
  }
  .box-form-cart .form-cart .minus {
    width: 44px;
  }
  .box-form-cart .form-cart .plus {
    width: 44px;
  }
  .box-form-cart .btn {
    margin-bottom: 20px;
  }
  .box-form-cart .btn-black {
    width: calc(65% - 8px);
  }
  .number-product {
    display: none;
  }
  .box-open {
    flex-wrap: wrap;
  }
  .box-open .open-info {
    margin-bottom: 30px;
  }
	
  .box-open .open-button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .slider-nav-thumbnails {
    display: none!important;
  }
  .product-image-slider .slick-slide img {
    height: auto;
    width: 100%;
  } 
	.product-image-slider .slick-prev {
		display: inline-block!important;
	}
	
	.product-image-slider .slick-next {
		display: inline-block!important;
	}
	
  .box-main-gallery {
    height: 100%;
  }
  .list-lookbok .item-lookbook {
    width: 100%;
  }
	.product-image-slider figure {
		height:100%;
	}
  .box-list-category .item-category {
    width: 50%;
    margin-bottom: 10px;
  }
  .box-gallery-instagram-type2 .box-gallery-instagram-type2-inner {
    width: calc(100% + 60px);
    margin-left: -60px;
  }
  .brand-list {
    margin: 0px -10px;
  }
  .brand-list .brand-item {
    padding: 0px 10px;
  }
  .card-grid2-grey {
    padding: 20px 16px 16px 15px;
  }
  .card-grid2-grey .card-info {
    height: 129px;
  }
  .text-68-medium {
    font-size: 48px;
    line-height: 56px;
  }
  .block-grid-home34 .btn {
    padding: 8px 22px;
  }
  .list-items-also-like .item-also-like .item-also-like-info {
    flex-wrap: wrap;
  }
  .list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-1 {
    width: 100%;
  }
  .list-items-also-like .item-also-like .item-also-like-info .item-also-like-info-2 {
    width: 100%;
  }
  .box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-1 {
    width: 100%;
    margin-bottom: 8px;
  }
  .box-info-checkout-inner .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
    width: 100%;
  }
  .box-info-checkout-inner .list-items-cart .item-cart .item-cart-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 449.98px) {
  .grid-homepage2 .box-cover-image {
    height: 450px;
    background-size: auto 90% !important;
  }
  .grid-homepage12 .box-cover-image {
    height: 500px;
  }
  .grid-homepage8 .box-cover-image {
    height: auto;
  }
  .text-110-bold {
    font-size: 50px;
    line-height: 50px;
  }
  .number-product {
    display: none;
  }
  .box-sortby {
    margin-right: 0px;
  }
  .clear-filter {
    display: none;
  }
  .box-savemore-border {
    padding: 14px;
  }
  .item-savemore .btn-red {
    min-width: 90px;
  }
  .info-savemore {
    padding: 0px 5px;
  }
  .btn.btn-red {
    padding: 9px 9px;
    font-size: 13px;
    line-height: 18px;
  }
  .info-savemore .text-16-medium {
    font-size: 14px;
    line-height: 18px;
  }
  .item-savemore .btn-add {
    min-width: 50px;
  }
  .btn.btn-add {
    padding: 9px 9px;
    font-size: 13px;
    line-height: 20px;
  }
  .grid-home-16-3 {
    background-size: auto 160px;
  }
  .grid-homepage19 .container-grid {
    padding: 0px;
  }
  .box-grid-home21 {
    padding: 60px 18px 0px 18px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .showbycategory-list .item-category a {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .block-grid-home28 .box-image-grid {
    height: 540px;
  }
  .box-image-video {
    max-width: 220px;
  }
  .box-page-swiper {
    display: none;
  }
  .box-coupon .coupon-right {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .box-coupon .coupon-left {
    width: 100%;
  }
  .box-coupon {
    flex-wrap: wrap;
  }
  .list-items-cart .item-cart .item-cart-image {
    min-width: 100px;
    margin-right: 14px;
    max-width: 100px;
  }
  .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
    min-height: 100px;
  }
  .list-items-also-like .item-also-like .item-also-like-image {
    min-width: 100px;
    margin-right: 14px;
    max-width: 100px;
  }
  .icon-fire {
    font-size: 14px;
    padding: 0px 0px 0px 25px;
  }
}
@media (max-width: 399.98px) {
  .grid-homepage3 .box-grid-home3 .box-cover-image {
    background-image: none !important;
  }
}
@media (max-width: 349.98px) {
  .mobile-header-wrapper-style {
    width: 310px;
  }
  .box-list-category .item-category .item-category-inner .item-category-image {
    height: 90px;
    line-height: 90px;
  }
  .perfect-scroll {
    width: 100%;
  }
  .cardCategory .cardImage {
    height: 200px;
    line-height: 200px;
  }
  .box-list-products .product-item {
    width: 100% !important;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .cardTeam .cardImage img {
    height: 290px;
    width: 290px;
  }
  .box-main-gallery {
    height: 480px;
  }
  .text-34-bold {
    font-size: 24px;
    line-height: 34px;
  }
  .block-grid-home28 .box-image-grid {
    height: 440px;
  }
  .logo-footer-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
/*OTHER SCREEN*/
.page-content p {
  margin-bottom: 15px;
}

/* menu vertical */
.popup-menu {
  padding: 30px 0;
  height:100%;
}
.title_menu {
  margin: 20px 0;
  text-transform: uppercase;
  color: #004F9E;
  width:fit-content;
  font-weight: bold;
}
.logo-mobile_nav img {
  max-height: 25px;
}
.logo-holder {
   width:fit-content;
}

.logo-holder img {
  max-height: 40px;
}

.vertical {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 330px;*/
  height: 100%;
  position: absolute;
}

.vertical li {
  position: relative;
  width: 305px;
}

.vertical a {
  display: block;
  color: #5E82AE;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.vertical a:hover {
  display: block;
  color: #2B4059;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.vertical .arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index:999;
  background-image: url('./images/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.vertical ul {
  display: none;
  position: fixed;
  top: 0;
  bottom:0;
  left: 360px;
  overflow-x: scroll;
  height: 100%;
  padding:0 20px!important;
  border-left: 1px solid var(--Grey-300, #C5D7ED);
  background: rgba(238, 244, 251, 0.70);
  backdrop-filter: blur(20px);

}

.vertical li:hover > ul {
  display: block;
}

.vertical li:hover > .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.vertical li.active > ul {
  display: block;
}

.vertical li.active > .arrow {
  transform: translateY(-50%) rotate(-90deg);
}

.vertical img {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  object-fit: cover;
  border: none;
  z-index: -9;
  animation: fadeIn 1s ease-out;
}
.vertical img.active {
  display: block;
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vertical img.show {
  display: block;
}

.vertical li:hover > img {
  display: block;
}
.vertical_submenu li {
  padding: 10px;
  border-bottom: 1px solid #fff;
  line-height: 12px;
  top: 17%;
  color: #5E82AE;
  font-weight: normal;
}
.vertical_submenu li:hover {
  border-bottom: 1px solid #0080FF;
  color: #0080FF;
  font-weight: 600;
}



/*---- як ми працюємо ----*/
.we-work.left {
  border-radius: 16px;
  border: 2px solid rgba(79, 167, 255, 0.1);
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.00) 0.27%, rgba(255, 255, 255, 0.10) 100%);
  backdrop-filter: blur(3px);
  display: inline-flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height:100%;
  flex-shrink: 0;
  position: relative;
}
.we-work svg {
	z-index:999
}
.we-work.left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(76deg, rgba(255, 255, 255, 0.00) 0.27%, rgba(255, 255, 255, 0.10) 100%);
  backdrop-filter: blur(3px);
  pointer-events: none;
}

.we-info {
  z-index: 1;
}
.number-left {
  position: absolute;
  z-index: -1;
  left: 10px;
}
.number-right {
  position: absolute;
  z-index: -1;
  right: 10px;
}


.we-work.right{
  border-radius: 16px;
  border: 2px solid rgba(79, 167, 255, 0.1);
  background: linear-gradient(76deg, rgba(255, 255, 255, 0.10) 1.04%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(3px);
  display: inline-flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  }

  .we-work.right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background: linear-gradient(76deg, rgba(255, 255, 255, 0.10) 1.04%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(3px);
    pointer-events: none;
  }
.we-work h4 {
  margin-bottom: 30px;
  font-weight: 600;
}
.we-work p {
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; 
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 5 / 3; }
.div2 { grid-area: 1 / 3 / 3 / 5; margin-bottom:5px;}
.div3 { grid-area: 3 / 3 / 5 / 4; }
.div4 { grid-area: 3 / 4 / 5 / 5; }

.div1 .grid-home img {height:585px; object-fit: cover;}
.div2 .grid-home img {height:290px; object-fit: cover;}
.div3 .grid-home img {height:290px; object-fit: cover;}
.div4 .grid-home img {height:290px; object-fit: cover;}
@media screen and (max-width: 768px) {
  .div1 .grid-home img {height:100%}
  .div2 .grid-home img {height:100%}
  .div3 .grid-home img {height:100%}
  .div4 .grid-home img {height:100%}
  .parent {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px; /* Задаємо більший відступ для всіх колонок */
    grid-row-gap: 10px; /* Задаємо більший відступ для всіх рядків */
  }

  .div1, .div2, .div3, .div4 {
    grid-area: auto;
    margin-bottom: 10px;
    width: 100%;
  }
}

/*---- 404 ----*/
.error {
	margin:0 auto;
	text-align:center;
	padding:0 0 100px;
	color:#fff;
}

.error h1 {
    font-size: 30em;
	font-weight:700;
    margin: 0;
	color: transparent;
    background-image: url('./images/404_bg.png'); 
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
}

.error p {
	font-size:32px;
	font-weight:400;
}
.btn.btn-404 {
  background: #0080FF;
  border-radius: 4px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  margin-left: 20px;
  margin-top: -10px;
}
.btn.btn-404:hover {
  color:#fff;
  background-color:  #03162A;
  transition: 0.3s ease-out;
box-shadow: 0px 12px 24px 0px #0080FF99;
}
@media screen and (max-width: 768px) {
	.error h1 {
	 font-size: 10em;
	}
}

/*----- контакти ------*/
.select_city {
	background:#EEF4FB;
	padding:50px;
}

/* --- вибір міст в товарі ----*/
#regionSelect {
    padding: 10px 15px;
    border-radius: 5px; 
    border: 1px solid #ccc; 
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none; 
    -webkit-appearance: none; 
    background-image: url('dropdown-icon.svg'); 
    background-repeat: no-repeat;
    background-position: right 10px center; 
    background-size: 12px; 
    cursor: pointer;
    width: 100%;
    box-sizing: border-box; 
}

/* Стилізація для стрілки вниз, яка з'являється за замовчуванням, можуть варіюватися в залежності від браузера */
#regionSelect::-ms-expand {
    display: none; /* Приховування стрілки в IE/Edge */
}

.block-region_sale {
	background:#EEF4FB;

}
.block-region_sale img {
	width:500px;
	margin:0 auto;
	display:block;
}

/* ---- пошук ---- */
#search-results {
    display: grid;
    flex-wrap: wrap;
	align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.search-result-item {
    display: grid;
    background: #fff;
    text-align: left;
	border-radius:5px;
}

.search-result-item a {
	padding:10px 20px;
	text-decoration:none;
	color: #1B1E20
}


.search-result-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.search_view a {
	color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0; 
	text-decoration:uppercase;
}
.search_error {
	color: #fff;
    position: absolute;
    left: 0;
	text-align: center;
    right: 0;
}
@media screen and (max-width: 768px) {
	#search-results {
    gap: 5px;
    grid-template-columns: 1fr;
}
	.search-result-item {
    background:none;
}
	
.search-result-item a {
	padding:5px 20px;
	text-decoration:none;
	color: #fff
}
	.search-result-item img {
		display:none;
	}
}
/*-- Пагітація ---*/
.page-numbers {
	display:inline-flex;
}
.page-numbers li {
	margin:0 10px;
}
.page-numbers li a {
	color: #fff;
    text-decoration: none;
    background: #0080FF;
    border-radius: 50px; 
	width:48px;
	display:flex;
	justify-content: center;
	height:48px;
	border:1px solid #0080FF;
	line-height: 2.7;
}
.page-numbers li a:hover {
	color: #fff;
	background: none;
	border:1px solid #0080FF;
}
.page-numbers li span {
	color: #fff;
	text-align:center;
	line-height: 2.7;
	display:flex;
	justify-content: center;
    text-decoration: none;
    background: none;
	border:1px solid #0080FF;
    border-radius: 50px; 
	width:48px;
	height:48px;
}

/* Сторінка про нас */
.about {
	position:relative;
}
.video_about {
	text-align:center
}

/* Стилі для відео як фон */
.video-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Робимо відео на задньому плані */
	border: 20px solid #2B4059;
    box-shadow: 0px 4px 32px 0px #0281FF4D;
    border-radius: 20px;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Масштабуємо відео, щоб воно заповнювало весь екран */
}

.video_about img {
	border: 20px solid #2B4059;
    box-shadow: 0px 4px 32px 0px #0281FF4D;
    border-radius: 20px;
}

.video-container {
	width:60%;
	height:500px;
	border: 20px solid #2B4059;
    box-shadow: 0px 4px 32px 0px #0281FF4D;
    border-radius: 20px;
	margin:0 auto;
}

.select_advantages {
	display: grid;
    align-items: flex-start;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
		.select_advantages {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.video-container {
	width:100%;
	}
}
.block_advantages {
	border-radius:8px;
	background-color:#102235;
    height: 100%;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.title_advantages {
	background: linear-gradient(180deg, #B3D9FF 0%, #0281FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-align:center;
	font-weight:bold;
	font-size:25px;
}

.text_advantages {
	
}

.about_quote {
	height: 100%;
    display: flex;
	position:relative;
	font-size: 16px;
    justify-content: center;
    align-items: center;
	padding:60px;
}
.about_quote:after {
	content: "";
	position:absolute;
	top:0;
	left:0;
	width: 80px;
    opacity: 0.2;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(./images/about_quote_img1.svg)
}

.about_quote::before {
	content: "";
	position:absolute;
	bottom:0;
	right:0;
	width: 80px;
    opacity: 0.2;
    height: 80px;
    background-repeat: no-repeat;
	background-image: url(./images/about_quote_img2.svg)
}


.color_profil_select .acf-button-group {
	display:block;
}

.social_gallery {
	box-shadow: 0px 0px 24px 0px #0281FF4D;
    padding: 30px 50px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
	.header .main-header {
		
	}
	
	.language-switcher-container {
  		right: 80px;
	}
	.header__callback {
		position:relative;
		margin-top:10px;
		
	}
	.header .main-header .header-account {
    min-width: auto;
    padding-right: 10px;
   }
	.city {
	display: block;
	width: 170px;
	}
	
	.city img {display:none;}
	.city a {
		color:#000;
	}
	
	.region_city {
		top: -8px;
		left: 5px;
	}
	
	.city_sale {
		height:100%;
		position:absolute!important;
		top:0px;
		right:20px;
		text-align:center;
		align-content: center;
	}
	
	.city span {
		font-size:14px;
	}
	
	.info_city {
		padding:20px!important;
		height:100%;
		overflow-x:auto!important;
	}
	
	.city_title {
	  font-size: 24px;
	  font-weight: 600;
	  display: inline;
	  text-transform: uppercase;
	}
	
	.city_title span {
	  color: #0080FF;
	}
	
	.city_text {
	  font-size: 16px;
	}
	.block-region h3 {
		font-size:20px;
	}
}

/* --- галерея рішень ----*/
.masonry-grid {
    display: flex;
    flex-wrap: wrap;
	padding: 0px 10px;
    margin-left: -10px; 
    width: auto;
}

.grid-item {
    width: calc(33.333% - 10px); 
    margin-left: 10px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
	border-radius:5px;
	overflow:hidden;
}

.grid-item:hover {
	box-shadow: 0px 0px 24px 0px #0080FF;
}

@media (max-width: 768px) {
    .grid-item {
        width: calc(50% - 10px); /* Two items per row */
    }
}

@media (max-width: 480px) {
    .masonry-grid {
        display: flex;
    }
    .grid-item {
        flex: 0 0 auto;
        width: calc(50% - 10px); /* Two items per row */
    }
}

/* --- вибір мови ----*/
.language-switcher-container {
    position: relative;
    display: none;
	margin-left:30px;
}

.language-switcher {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.language-switcher li {
    list-style-type: none;
    text-align: left;
}

.language-switcher li a {
    color: black;
	padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.language-switcher li a:hover {
    background-color: var(--Blue-900, #03162A);
	color:#fff;
}

.language-switcher-button {
    background-color: var(--Blue-900, #03162A);
    color: white;
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.language-switcher-button:hover, .language-switcher-button:focus {
    box-shadow: 0px 0px 24px 0px #0080FF;
}

.video_product img {
	width:30px;
}

#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  left:0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}